<?xml version="1.0"?>

<javadocs>
	<javadoc>
		<name>NoSuchCounterException</name>
		<type>com.liferay.counter.NoSuchCounterException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchCounterException</name>
		</method>
		<method>
			<name>NoSuchCounterException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchCounterException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchCounterException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CounterHolder</name>
		<type>com.liferay.counter.model.CounterHolder</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>CounterHolder</name>
			<param>
				<name>initValue</name>
				<type>long</type>
			</param>
			<param>
				<name>rangeMax</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addAndGet</name>
			<param>
				<name>delta</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getCurrentValue</name>
		</method>
		<method>
			<name>getRangeMax</name>
		</method>
		<field>
			<name>_counter</name>
		</field>
		<field>
			<name>_rangeMax</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CounterRegister</name>
		<type>com.liferay.counter.model.CounterRegister</type>
		<author><![CDATA[Harry Mark]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>CounterRegister</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>counterHolder</name>
				<type>com.liferay.counter.model.CounterHolder</type>
			</param>
			<param>
				<name>rangeSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>CounterRegister</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>rangeMin</name>
				<type>long</type>
			</param>
			<param>
				<name>rangeMax</name>
				<type>long</type>
			</param>
			<param>
				<name>rangeSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getCompeteLatch</name>
		</method>
		<method>
			<name>getCounterHolder</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getRangeSize</name>
		</method>
		<method>
			<name>setCounterHolder</name>
			<param>
				<name>holder</name>
				<type>com.liferay.counter.model.CounterHolder</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_competeLatch</name>
		</field>
		<field>
			<name>_counterHolder</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_rangeSize</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CounterImpl</name>
		<type>com.liferay.counter.model.impl.CounterImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CounterImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>CounterLocalServiceImpl</name>
		<type>com.liferay.counter.service.impl.CounterLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>getNames</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>increment</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>increment</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>increment</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>rename</name>
			<param>
				<name>oldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CounterFinder</name>
		<type>com.liferay.counter.service.persistence.CounterFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>getNames</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRegistryName</name>
		</method>
		<method>
			<name>increment</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>increment</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>increment</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>invalidate</name>
		</method>
		<method>
			<name>rename</name>
			<param>
				<name>oldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CounterFinderImpl</name>
		<type>com.liferay.counter.service.persistence.CounterFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Harry Mark]]></author>
		<author><![CDATA[Michael Young]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>getNames</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRegistryName</name>
		</method>
		<method>
			<name>increment</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>increment</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>increment</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>invalidate</name>
		</method>
		<method>
			<name>rename</name>
			<param>
				<name>oldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>createCounterRegister</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>createCounterRegister</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getConnection</name>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getCounterRegister</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRangeSize</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_competeIncrement</name>
			<param>
				<name>counterRegister</name>
				<type>com.liferay.counter.model.CounterRegister</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_obtainIncrement</name>
			<param>
				<name>counterName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>range</name>
				<type>long</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_DEFAULT_CURRENT_ID</name>
		</field>
		<field>
			<name>_MINIMUM_INCREMENT_SIZE</name>
		</field>
		<field>
			<name>_NAME</name>
		</field>
		<field>
			<name>_SQL_INSERT</name>
		</field>
		<field>
			<name>_SQL_SELECT_ID_BY_NAME</name>
		</field>
		<field>
			<name>_SQL_SELECT_NAMES</name>
		</field>
		<field>
			<name>_SQL_UPDATE_NAME_BY_NAME</name>
		</field>
		<field>
			<name>_counterRegisterMap</name>
		</field>
		<field>
			<name>_rangeSizeMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CounterFinderUtil</name>
		<type>com.liferay.counter.service.persistence.CounterFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>getNames</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRegistryName</name>
		</method>
		<method>
			<name>increment</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>increment</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>increment</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>invalidate</name>
		</method>
		<method>
			<name>rename</name>
			<param>
				<name>oldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.counter.service.persistence.CounterFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IDGenerator</name>
		<type>com.liferay.counter.service.persistence.IDGenerator</type>
		<author><![CDATA[Patrick Brady]]></author>
		<method>
			<name>generate</name>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchCyrusUserException</name>
		<type>com.liferay.mail.NoSuchCyrusUserException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchCyrusUserException</name>
		</method>
		<method>
			<name>NoSuchCyrusUserException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchCyrusUserException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchCyrusUserException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchCyrusVirtualException</name>
		<type>com.liferay.mail.NoSuchCyrusVirtualException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchCyrusVirtualException</name>
		</method>
		<method>
			<name>NoSuchCyrusVirtualException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchCyrusVirtualException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchCyrusVirtualException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MailMessageListener</name>
		<type>com.liferay.mail.messaging.MailMessageListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<author><![CDATA[Zsolt Balogh]]></author>
		<method>
			<name>doMailMessage</name>
			<param>
				<name>mailMessage</name>
				<type>com.liferay.portal.kernel.mail.MailMessage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doMethodHandler</name>
			<param>
				<name>methodHandler</name>
				<type>com.liferay.portal.kernel.util.MethodHandler</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>filterInternetAddress</name>
			<param>
				<name>internetAddress</name>
				<type>javax.mail.internet.InternetAddress</type>
			</param>
		</method>
		<method>
			<name>filterInternetAddresses</name>
			<param>
				<name>internetAddresses</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CyrusUser</name>
		<type>com.liferay.mail.model.CyrusUser</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CyrusUser</name>
		</method>
		<method>
			<name>CyrusUser</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CyrusUser</name>
			<param>
				<name>userId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPassword</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>setPassword</name>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>TABLE_COLUMNS</name>
		</field>
		<field>
			<name>TABLE_NAME</name>
		</field>
		<field>
			<name>TABLE_SQL_CREATE</name>
		</field>
		<field>
			<name>_password</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CyrusVirtual</name>
		<type>com.liferay.mail.model.CyrusVirtual</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CyrusVirtual</name>
		</method>
		<method>
			<name>CyrusVirtual</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>CyrusVirtual</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getEmailAddress</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>setEmailAddress</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>TABLE_COLUMNS</name>
		</field>
		<field>
			<name>TABLE_NAME</name>
		</field>
		<field>
			<name>TABLE_SQL_CREATE</name>
		</field>
		<field>
			<name>_emailAddress</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FileAttachment</name>
		<type>com.liferay.mail.model.FileAttachment</type>
		<author><![CDATA[Barrie Selack]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FileAttachment</name>
		</method>
		<method>
			<name>FileAttachment</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFile</name>
		</method>
		<method>
			<name>getFileName</name>
		</method>
		<method>
			<name>setFile</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>setFileName</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_file</name>
		</field>
		<field>
			<name>_fileName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Filter</name>
		<type>com.liferay.mail.model.Filter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>Filter</name>
		</method>
		<method>
			<name>Filter</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>folder</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getEmailAddress</name>
		</method>
		<method>
			<name>getFolder</name>
		</method>
		<method>
			<name>setEmailAddress</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFolder</name>
			<param>
				<name>folder</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_emailAddress</name>
		</field>
		<field>
			<name>_folder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CyrusService</name>
		<type>com.liferay.mail.service.CyrusService</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addUser</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUser</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updatePassword</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CyrusServiceUtil</name>
		<type>com.liferay.mail.service.CyrusServiceUtil</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addUser</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUser</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getService</name>
		</method>
		<method>
			<name>updateEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updatePassword</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setService</name>
			<param>
				<name>service</name>
				<type>com.liferay.mail.service.CyrusService</type>
			</param>
		</method>
		<field>
			<name>_service</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MailService</name>
		<type>com.liferay.mail.service.MailService</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addForward</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>filters</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>leaveCopy</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addVacationMessage</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vacationMessage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>clearSession</name>
		</method>
		<method>
			<name>deleteEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>deleteUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getSession</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>sendEmail</name>
			<param>
				<name>mailMessage</name>
				<type>com.liferay.portal.kernel.mail.MailMessage</type>
			</param>
		</method>
		<method>
			<name>updateBlocked</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>blocked</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>updateEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updatePassword</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MailServiceUtil</name>
		<type>com.liferay.mail.service.MailServiceUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addForward</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>filters</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>leaveCopy</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addVacationMessage</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vacationMessage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>clearSession</name>
		</method>
		<method>
			<name>deleteEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>deleteUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getService</name>
		</method>
		<method>
			<name>getSession</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>sendEmail</name>
			<param>
				<name>mailMessage</name>
				<type>com.liferay.portal.kernel.mail.MailMessage</type>
			</param>
		</method>
		<method>
			<name>updateBlocked</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>blocked</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>updateEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updatePassword</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setService</name>
			<param>
				<name>service</name>
				<type>com.liferay.mail.service.MailService</type>
			</param>
		</method>
		<field>
			<name>_service</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CyrusServiceImpl</name>
		<type>com.liferay.mail.service.impl.CyrusServiceImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addUser</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUser</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBeanIdentifier</name>
		</method>
		<method>
			<name>setBeanIdentifier</name>
			<param>
				<name>beanIdentifier</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updatePassword</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_beanIdentifier</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MailServiceImpl</name>
		<type>com.liferay.mail.service.impl.MailServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addForward</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>filters</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>leaveCopy</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addVacationMessage</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vacationMessage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>clearSession</name>
		</method>
		<method>
			<name>deleteEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>deleteUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getBeanIdentifier</name>
		</method>
		<method>
			<name>getSession</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>sendEmail</name>
			<param>
				<name>mailMessage</name>
				<type>com.liferay.portal.kernel.mail.MailMessage</type>
			</param>
		</method>
		<method>
			<name>setBeanIdentifier</name>
			<param>
				<name>beanIdentifier</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateBlocked</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>blocked</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>updateEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updatePassword</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_addForwardMethodKey</name>
		</field>
		<field>
			<name>_addUserMethodKey</name>
		</field>
		<field>
			<name>_addVacationMessageMethodKey</name>
		</field>
		<field>
			<name>_deleteEmailAddressMethodKey</name>
		</field>
		<field>
			<name>_deleteUserMethodKey</name>
		</field>
		<field>
			<name>_updateBlockedMethodKey</name>
		</field>
		<field>
			<name>_updateEmailAddressMethodKey</name>
		</field>
		<field>
			<name>_updatePasswordMethodKey</name>
		</field>
		<field>
			<name>_beanIdentifier</name>
		</field>
		<field>
			<name>_session</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CyrusUserPersistence</name>
		<type>com.liferay.mail.service.persistence.CyrusUserPersistence</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByPrimaryKey</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>NoSuchCyrusUserException</name>
				<type>com.liferay.mail.NoSuchCyrusUserException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>NoSuchCyrusUserException</name>
				<type>com.liferay.mail.NoSuchCyrusUserException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>user</name>
				<type>com.liferay.mail.model.CyrusUser</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CyrusUserPersistenceImpl</name>
		<type>com.liferay.mail.service.persistence.CyrusUserPersistenceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByPrimaryKey</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>NoSuchCyrusUserException</name>
				<type>com.liferay.mail.NoSuchCyrusUserException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>NoSuchCyrusUserException</name>
				<type>com.liferay.mail.NoSuchCyrusUserException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>user</name>
				<type>com.liferay.mail.model.CyrusUser</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CyrusUserUtil</name>
		<type>com.liferay.mail.service.persistence.CyrusUserUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByPrimaryKey</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>NoSuchCyrusUserException</name>
				<type>com.liferay.mail.NoSuchCyrusUserException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPersistence</name>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>NoSuchCyrusUserException</name>
				<type>com.liferay.mail.NoSuchCyrusUserException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>user</name>
				<type>com.liferay.mail.model.CyrusUser</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setPersistence</name>
			<param>
				<name>persistence</name>
				<type>com.liferay.mail.service.persistence.CyrusUserPersistence</type>
			</param>
		</method>
		<field>
			<name>_persistence</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CyrusVirtualPersistence</name>
		<type>com.liferay.mail.service.persistence.CyrusVirtualPersistence</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByPrimaryKey</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchCyrusVirtualException</name>
				<type>com.liferay.mail.NoSuchCyrusVirtualException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchCyrusVirtualException</name>
				<type>com.liferay.mail.NoSuchCyrusVirtualException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeByUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>virtual</name>
				<type>com.liferay.mail.model.CyrusVirtual</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CyrusVirtualPersistenceImpl</name>
		<type>com.liferay.mail.service.persistence.CyrusVirtualPersistenceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByPrimaryKey</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchCyrusVirtualException</name>
				<type>com.liferay.mail.NoSuchCyrusVirtualException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchCyrusVirtualException</name>
				<type>com.liferay.mail.NoSuchCyrusVirtualException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeByUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>virtual</name>
				<type>com.liferay.mail.model.CyrusVirtual</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>FIND_BY_USER_ID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CyrusVirtualUtil</name>
		<type>com.liferay.mail.service.persistence.CyrusVirtualUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByPrimaryKey</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchCyrusVirtualException</name>
				<type>com.liferay.mail.NoSuchCyrusVirtualException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPersistence</name>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchCyrusVirtualException</name>
				<type>com.liferay.mail.NoSuchCyrusVirtualException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeByUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>user</name>
				<type>com.liferay.mail.model.CyrusVirtual</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setPersistence</name>
			<param>
				<name>persistence</name>
				<type>com.liferay.mail.service.persistence.CyrusVirtualPersistence</type>
			</param>
		</method>
		<field>
			<name>_persistence</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CyrusHook</name>
		<type>com.liferay.mail.util.CyrusHook</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addForward</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>filters</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>leaveCopy</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addVacationMessage</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vacationMessage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deleteEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>deleteUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>updateBlocked</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>blocked</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>updateEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updatePassword</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DummyHook</name>
		<type>com.liferay.mail.util.DummyHook</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addForward</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>filters</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>leaveCopy</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addVacationMessage</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vacationMessage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deleteEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>deleteUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>updateBlocked</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>blocked</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>updateEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updatePassword</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FuseMailHook</name>
		<type>com.liferay.mail.util.FuseMailHook</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FuseMailHook</name>
		</method>
		<method>
			<name>addForward</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>filters</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>leaveCopy</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addVacationMessage</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vacationMessage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deleteEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>deleteUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>updateBlocked</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>blocked</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>updateEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updatePassword</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>executeMethod</name>
			<param>
				<name>method</name>
				<type>org.apache.commons.httpclient.methods.PostMethod</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getHttpClient</name>
		</method>
		<method>
			<name>getMailUserId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPostMethod</name>
		</method>
		<field>
			<name>_ACCOUNT_TYPE</name>
		</field>
		<field>
			<name>_GROUP_PARENT</name>
		</field>
		<field>
			<name>_PASSWORD</name>
		</field>
		<field>
			<name>_URL</name>
		</field>
		<field>
			<name>_USERNAME</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_client</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GoogleHook</name>
		<type>com.liferay.mail.util.GoogleHook</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addForward</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>filters</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>leaveCopy</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addVacationMessage</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vacationMessage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deleteEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>deleteUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>updateBlocked</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>blocked</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>updateEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updatePassword</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getNickname</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Hook</name>
		<type>com.liferay.mail.util.Hook</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addForward</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>filters</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>leaveCopy</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addVacationMessage</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vacationMessage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deleteEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>deleteUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>updateBlocked</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>blocked</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>updateEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updatePassword</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>HookFactory</name>
		<type>com.liferay.mail.util.HookFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>setInstance</name>
			<param>
				<name>hook</name>
				<type>com.liferay.mail.util.Hook</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_hook</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MailSessionFactoryBean</name>
		<type>com.liferay.mail.util.MailSessionFactoryBean</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getObjectType</name>
		</method>
		<method>
			<name>setPropertyPrefix</name>
			<param>
				<name>propertyPrefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createInstance</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_propertyPrefix</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SendmailHook</name>
		<type>com.liferay.mail.util.SendmailHook</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addForward</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>filters</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>leaveCopy</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addVacationMessage</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vacationMessage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deleteEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>deleteUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>updateBlocked</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>blocked</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>updateEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updatePassword</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShellHook</name>
		<type>com.liferay.mail.util.ShellHook</type>
		<author><![CDATA[Michael Lawrence]]></author>
		<method>
			<name>addFilters</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>filters</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>addForward</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>filters</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>leaveCopy</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addVacationMessage</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vacationMessage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deleteEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>deleteUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>updateBlocked</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>blocked</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>updateEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updatePassword</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>cmdLine</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<field>
			<name>SHELL_SCRIPT</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AccountNameException</name>
		<type>com.liferay.portal.AccountNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AccountNameException</name>
		</method>
		<method>
			<name>AccountNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>AccountNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>AccountNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AddressCityException</name>
		<type>com.liferay.portal.AddressCityException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AddressCityException</name>
		</method>
		<method>
			<name>AddressCityException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>AddressCityException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>AddressCityException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AddressStreetException</name>
		<type>com.liferay.portal.AddressStreetException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AddressStreetException</name>
		</method>
		<method>
			<name>AddressStreetException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>AddressStreetException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>AddressStreetException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AddressZipException</name>
		<type>com.liferay.portal.AddressZipException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AddressZipException</name>
		</method>
		<method>
			<name>AddressZipException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>AddressZipException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>AddressZipException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CompanyMaxUsersException</name>
		<type>com.liferay.portal.CompanyMaxUsersException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CompanyMaxUsersException</name>
		</method>
		<method>
			<name>CompanyMaxUsersException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CompanyMaxUsersException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CompanyMaxUsersException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CompanyMxException</name>
		<type>com.liferay.portal.CompanyMxException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CompanyMxException</name>
		</method>
		<method>
			<name>CompanyMxException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CompanyMxException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CompanyMxException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CompanyVirtualHostException</name>
		<type>com.liferay.portal.CompanyVirtualHostException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CompanyVirtualHostException</name>
		</method>
		<method>
			<name>CompanyVirtualHostException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CompanyVirtualHostException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CompanyVirtualHostException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CompanyWebIdException</name>
		<type>com.liferay.portal.CompanyWebIdException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CompanyWebIdException</name>
		</method>
		<method>
			<name>CompanyWebIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CompanyWebIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CompanyWebIdException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ContactBirthdayException</name>
		<type>com.liferay.portal.ContactBirthdayException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ContactBirthdayException</name>
		</method>
		<method>
			<name>ContactBirthdayException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ContactBirthdayException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ContactBirthdayException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ContactFirstNameException</name>
		<type>com.liferay.portal.ContactFirstNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ContactFirstNameException</name>
		</method>
		<method>
			<name>ContactFirstNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ContactFirstNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ContactFirstNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ContactFullNameException</name>
		<type>com.liferay.portal.ContactFullNameException</type>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>ContactFullNameException</name>
		</method>
		<method>
			<name>ContactFullNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ContactFullNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ContactFullNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ContactLastNameException</name>
		<type>com.liferay.portal.ContactLastNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ContactLastNameException</name>
		</method>
		<method>
			<name>ContactLastNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ContactLastNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ContactLastNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CookieNotSupportedException</name>
		<type>com.liferay.portal.CookieNotSupportedException</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>CookieNotSupportedException</name>
		</method>
		<method>
			<name>CookieNotSupportedException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CookieNotSupportedException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CookieNotSupportedException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CountryA2Exception</name>
		<type>com.liferay.portal.CountryA2Exception</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CountryA2Exception</name>
		</method>
		<method>
			<name>CountryA2Exception</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CountryA2Exception</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CountryA2Exception</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CountryA3Exception</name>
		<type>com.liferay.portal.CountryA3Exception</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CountryA3Exception</name>
		</method>
		<method>
			<name>CountryA3Exception</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CountryA3Exception</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CountryA3Exception</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CountryIddException</name>
		<type>com.liferay.portal.CountryIddException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CountryIddException</name>
		</method>
		<method>
			<name>CountryIddException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CountryIddException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CountryIddException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CountryNameException</name>
		<type>com.liferay.portal.CountryNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CountryNameException</name>
		</method>
		<method>
			<name>CountryNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CountryNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CountryNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CountryNumberException</name>
		<type>com.liferay.portal.CountryNumberException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CountryNumberException</name>
		</method>
		<method>
			<name>CountryNumberException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CountryNumberException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CountryNumberException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateGroupException</name>
		<type>com.liferay.portal.DuplicateGroupException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateGroupException</name>
		</method>
		<method>
			<name>DuplicateGroupException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateGroupException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateGroupException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateLockException</name>
		<type>com.liferay.portal.DuplicateLockException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateLockException</name>
			<param>
				<name>lock</name>
				<type>com.liferay.portal.model.Lock</type>
			</param>
		</method>
		<method>
			<name>getLock</name>
		</method>
		<field>
			<name>_lock</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DuplicateOrganizationException</name>
		<type>com.liferay.portal.DuplicateOrganizationException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateOrganizationException</name>
		</method>
		<method>
			<name>DuplicateOrganizationException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateOrganizationException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateOrganizationException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicatePasswordPolicyException</name>
		<type>com.liferay.portal.DuplicatePasswordPolicyException</type>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>DuplicatePasswordPolicyException</name>
		</method>
		<method>
			<name>DuplicatePasswordPolicyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicatePasswordPolicyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicatePasswordPolicyException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateRoleException</name>
		<type>com.liferay.portal.DuplicateRoleException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateRoleException</name>
		</method>
		<method>
			<name>DuplicateRoleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateRoleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateRoleException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateTeamException</name>
		<type>com.liferay.portal.DuplicateTeamException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateTeamException</name>
		</method>
		<method>
			<name>DuplicateTeamException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateTeamException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateTeamException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateUserEmailAddressException</name>
		<type>com.liferay.portal.DuplicateUserEmailAddressException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateUserEmailAddressException</name>
		</method>
		<method>
			<name>DuplicateUserEmailAddressException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateUserEmailAddressException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateUserEmailAddressException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateUserGroupException</name>
		<type>com.liferay.portal.DuplicateUserGroupException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateUserGroupException</name>
		</method>
		<method>
			<name>DuplicateUserGroupException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateUserGroupException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateUserGroupException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateUserIdException</name>
		<type>com.liferay.portal.DuplicateUserIdException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateUserIdException</name>
		</method>
		<method>
			<name>DuplicateUserIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateUserIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateUserIdException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateUserScreenNameException</name>
		<type>com.liferay.portal.DuplicateUserScreenNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateUserScreenNameException</name>
		</method>
		<method>
			<name>DuplicateUserScreenNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateUserScreenNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateUserScreenNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>EmailAddressException</name>
		<type>com.liferay.portal.EmailAddressException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EmailAddressException</name>
		</method>
		<method>
			<name>EmailAddressException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>EmailAddressException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>EmailAddressException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ExpiredLockException</name>
		<type>com.liferay.portal.ExpiredLockException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ExpiredLockException</name>
		</method>
		<method>
			<name>ExpiredLockException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ExpiredLockException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ExpiredLockException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>GroupFriendlyURLException</name>
		<type>com.liferay.portal.GroupFriendlyURLException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GroupFriendlyURLException</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>GroupNameException</name>
		<type>com.liferay.portal.GroupNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GroupNameException</name>
		</method>
		<method>
			<name>GroupNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>GroupNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>GroupNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ImageTypeException</name>
		<type>com.liferay.portal.ImageTypeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ImageTypeException</name>
		</method>
		<method>
			<name>ImageTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ImageTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ImageTypeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>InvalidLockException</name>
		<type>com.liferay.portal.InvalidLockException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>InvalidLockException</name>
		</method>
		<method>
			<name>InvalidLockException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>InvalidLockException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>InvalidLockException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>InvalidRepositoryException</name>
		<type>com.liferay.portal.InvalidRepositoryException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>InvalidRepositoryException</name>
		</method>
		<method>
			<name>InvalidRepositoryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>InvalidRepositoryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>InvalidRepositoryException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LARFileException</name>
		<type>com.liferay.portal.LARFileException</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>LARFileException</name>
		</method>
		<method>
			<name>LARFileException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>LARFileException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>LARFileException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LARTypeException</name>
		<type>com.liferay.portal.LARTypeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LARTypeException</name>
		</method>
		<method>
			<name>LARTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>LARTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>LARTypeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutBranchNameException</name>
		<type>com.liferay.portal.LayoutBranchNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LayoutBranchNameException</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getType</name>
		</method>
		<field>
			<name>DUPLICATE</name>
		</field>
		<field>
			<name>TOO_LONG</name>
		</field>
		<field>
			<name>TOO_SHORT</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutFriendlyURLException</name>
		<type>com.liferay.portal.LayoutFriendlyURLException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LayoutFriendlyURLException</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getKeywordConflict</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>setKeywordConflict</name>
			<param>
				<name>keywordConflict</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>ADJACENT_SLASHES</name>
		</field>
		<field>
			<name>DOES_NOT_START_WITH_SLASH</name>
		</field>
		<field>
			<name>DUPLICATE</name>
		</field>
		<field>
			<name>ENDS_WITH_SLASH</name>
		</field>
		<field>
			<name>INVALID_CHARACTERS</name>
		</field>
		<field>
			<name>KEYWORD_CONFLICT</name>
		</field>
		<field>
			<name>POSSIBLE_DUPLICATE</name>
		</field>
		<field>
			<name>TOO_DEEP</name>
		</field>
		<field>
			<name>TOO_LONG</name>
		</field>
		<field>
			<name>TOO_SHORT</name>
		</field>
		<field>
			<name>_keywordConflict</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutHiddenException</name>
		<type>com.liferay.portal.LayoutHiddenException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LayoutHiddenException</name>
		</method>
		<method>
			<name>LayoutHiddenException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>LayoutHiddenException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>LayoutHiddenException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutImportException</name>
		<type>com.liferay.portal.LayoutImportException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LayoutImportException</name>
		</method>
		<method>
			<name>LayoutImportException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>LayoutImportException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>LayoutImportException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutNameException</name>
		<type>com.liferay.portal.LayoutNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LayoutNameException</name>
		</method>
		<method>
			<name>LayoutNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>LayoutNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>LayoutNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutParentLayoutIdException</name>
		<type>com.liferay.portal.LayoutParentLayoutIdException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LayoutParentLayoutIdException</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getType</name>
		</method>
		<field>
			<name>FIRST_LAYOUT_HIDDEN</name>
		</field>
		<field>
			<name>FIRST_LAYOUT_TYPE</name>
		</field>
		<field>
			<name>NOT_PARENTABLE</name>
		</field>
		<field>
			<name>SELF_DESCENDANT</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutPermissionException</name>
		<type>com.liferay.portal.LayoutPermissionException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LayoutPermissionException</name>
		</method>
		<method>
			<name>LayoutPermissionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>LayoutPermissionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>LayoutPermissionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutPrototypeException</name>
		<type>com.liferay.portal.LayoutPrototypeException</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>LayoutPrototypeException</name>
		</method>
		<method>
			<name>LayoutPrototypeException</name>
			<param>
				<name>missingLayoutPrototypes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>LayoutPrototypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>LayoutPrototypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>LayoutPrototypeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>getMissingLayoutPrototypes</name>
		</method>
		<method>
			<name>setMissingLayoutPrototypes</name>
			<param>
				<name>missingLayoutPrototypes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<field>
			<name>_missingLayoutPrototypes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutRevisionMajorException</name>
		<type>com.liferay.portal.LayoutRevisionMajorException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LayoutRevisionMajorException</name>
		</method>
		<method>
			<name>LayoutRevisionMajorException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>LayoutRevisionMajorException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>LayoutRevisionMajorException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutSetBranchNameException</name>
		<type>com.liferay.portal.LayoutSetBranchNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LayoutSetBranchNameException</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getType</name>
		</method>
		<field>
			<name>DUPLICATE</name>
		</field>
		<field>
			<name>MASTER</name>
		</field>
		<field>
			<name>TOO_LONG</name>
		</field>
		<field>
			<name>TOO_SHORT</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutSetVirtualHostException</name>
		<type>com.liferay.portal.LayoutSetVirtualHostException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LayoutSetVirtualHostException</name>
		</method>
		<method>
			<name>LayoutSetVirtualHostException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>LayoutSetVirtualHostException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>LayoutSetVirtualHostException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutTypeException</name>
		<type>com.liferay.portal.LayoutTypeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LayoutTypeException</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getLayoutType</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>setLayoutType</name>
			<param>
				<name>layoutType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>FIRST_LAYOUT</name>
		</field>
		<field>
			<name>NOT_PARENTABLE</name>
		</field>
		<field>
			<name>_layoutType</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LocaleException</name>
		<type>com.liferay.portal.LocaleException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LocaleException</name>
		</method>
		<method>
			<name>LocaleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>LocaleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>LocaleException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>getSourceAvailableLocales</name>
		</method>
		<method>
			<name>getTargetAvailableLocales</name>
		</method>
		<method>
			<name>setSourceAvailableLocales</name>
			<param>
				<name>sourceAvailableLocales</name>
				<type>java.util.Locale[]</type>
			</param>
		</method>
		<method>
			<name>setTargetAvailableLocales</name>
			<param>
				<name>targetAvailableLocales</name>
				<type>java.util.Locale[]</type>
			</param>
		</method>
		<field>
			<name>_sourceAvailableLocales</name>
		</field>
		<field>
			<name>_targetAvailableLocales</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MembershipRequestCommentsException</name>
		<type>com.liferay.portal.MembershipRequestCommentsException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MembershipRequestCommentsException</name>
		</method>
		<method>
			<name>MembershipRequestCommentsException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>MembershipRequestCommentsException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>MembershipRequestCommentsException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ModelListenerException</name>
		<type>com.liferay.portal.ModelListenerException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ModelListenerException</name>
		</method>
		<method>
			<name>ModelListenerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ModelListenerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ModelListenerException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchAccountException</name>
		<type>com.liferay.portal.NoSuchAccountException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchAccountException</name>
		</method>
		<method>
			<name>NoSuchAccountException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchAccountException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchAccountException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchAddressException</name>
		<type>com.liferay.portal.NoSuchAddressException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchAddressException</name>
		</method>
		<method>
			<name>NoSuchAddressException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchAddressException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchAddressException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchBrowserTrackerException</name>
		<type>com.liferay.portal.NoSuchBrowserTrackerException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchBrowserTrackerException</name>
		</method>
		<method>
			<name>NoSuchBrowserTrackerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchBrowserTrackerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchBrowserTrackerException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchClassNameException</name>
		<type>com.liferay.portal.NoSuchClassNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchClassNameException</name>
		</method>
		<method>
			<name>NoSuchClassNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchClassNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchClassNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchClusterGroupException</name>
		<type>com.liferay.portal.NoSuchClusterGroupException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchClusterGroupException</name>
		</method>
		<method>
			<name>NoSuchClusterGroupException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchClusterGroupException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchClusterGroupException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchCompanyException</name>
		<type>com.liferay.portal.NoSuchCompanyException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchCompanyException</name>
		</method>
		<method>
			<name>NoSuchCompanyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchCompanyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchCompanyException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchContactException</name>
		<type>com.liferay.portal.NoSuchContactException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchContactException</name>
		</method>
		<method>
			<name>NoSuchContactException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchContactException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchContactException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchCountryException</name>
		<type>com.liferay.portal.NoSuchCountryException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchCountryException</name>
		</method>
		<method>
			<name>NoSuchCountryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchCountryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchCountryException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchEmailAddressException</name>
		<type>com.liferay.portal.NoSuchEmailAddressException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchEmailAddressException</name>
		</method>
		<method>
			<name>NoSuchEmailAddressException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchEmailAddressException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchEmailAddressException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchGroupException</name>
		<type>com.liferay.portal.NoSuchGroupException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchGroupException</name>
		</method>
		<method>
			<name>NoSuchGroupException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchGroupException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchGroupException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchImageException</name>
		<type>com.liferay.portal.NoSuchImageException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchImageException</name>
		</method>
		<method>
			<name>NoSuchImageException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchImageException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchImageException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchLayoutBranchException</name>
		<type>com.liferay.portal.NoSuchLayoutBranchException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchLayoutBranchException</name>
		</method>
		<method>
			<name>NoSuchLayoutBranchException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchLayoutBranchException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchLayoutBranchException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchLayoutException</name>
		<type>com.liferay.portal.NoSuchLayoutException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchLayoutException</name>
		</method>
		<method>
			<name>NoSuchLayoutException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchLayoutException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchLayoutException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchLayoutPrototypeException</name>
		<type>com.liferay.portal.NoSuchLayoutPrototypeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchLayoutPrototypeException</name>
		</method>
		<method>
			<name>NoSuchLayoutPrototypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchLayoutPrototypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchLayoutPrototypeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchLayoutRevisionException</name>
		<type>com.liferay.portal.NoSuchLayoutRevisionException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchLayoutRevisionException</name>
		</method>
		<method>
			<name>NoSuchLayoutRevisionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchLayoutRevisionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchLayoutRevisionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchLayoutSetBranchException</name>
		<type>com.liferay.portal.NoSuchLayoutSetBranchException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchLayoutSetBranchException</name>
		</method>
		<method>
			<name>NoSuchLayoutSetBranchException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchLayoutSetBranchException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchLayoutSetBranchException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchLayoutSetException</name>
		<type>com.liferay.portal.NoSuchLayoutSetException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchLayoutSetException</name>
		</method>
		<method>
			<name>NoSuchLayoutSetException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchLayoutSetException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchLayoutSetException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchLayoutSetPrototypeException</name>
		<type>com.liferay.portal.NoSuchLayoutSetPrototypeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchLayoutSetPrototypeException</name>
		</method>
		<method>
			<name>NoSuchLayoutSetPrototypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchLayoutSetPrototypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchLayoutSetPrototypeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchLayoutTemplateException</name>
		<type>com.liferay.portal.NoSuchLayoutTemplateException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchLayoutTemplateException</name>
		</method>
		<method>
			<name>NoSuchLayoutTemplateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchLayoutTemplateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchLayoutTemplateException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchListTypeException</name>
		<type>com.liferay.portal.NoSuchListTypeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchListTypeException</name>
		</method>
		<method>
			<name>NoSuchListTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchListTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchListTypeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>setType</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NoSuchLockException</name>
		<type>com.liferay.portal.NoSuchLockException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchLockException</name>
		</method>
		<method>
			<name>NoSuchLockException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchLockException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchLockException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchMembershipRequestException</name>
		<type>com.liferay.portal.NoSuchMembershipRequestException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchMembershipRequestException</name>
		</method>
		<method>
			<name>NoSuchMembershipRequestException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchMembershipRequestException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchMembershipRequestException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchModelException</name>
		<type>com.liferay.portal.NoSuchModelException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchModelException</name>
		</method>
		<method>
			<name>NoSuchModelException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchModelException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchModelException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchOrgGroupPermissionException</name>
		<type>com.liferay.portal.NoSuchOrgGroupPermissionException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchOrgGroupPermissionException</name>
		</method>
		<method>
			<name>NoSuchOrgGroupPermissionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchOrgGroupPermissionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchOrgGroupPermissionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchOrgGroupRoleException</name>
		<type>com.liferay.portal.NoSuchOrgGroupRoleException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchOrgGroupRoleException</name>
		</method>
		<method>
			<name>NoSuchOrgGroupRoleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchOrgGroupRoleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchOrgGroupRoleException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchOrgLaborException</name>
		<type>com.liferay.portal.NoSuchOrgLaborException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchOrgLaborException</name>
		</method>
		<method>
			<name>NoSuchOrgLaborException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchOrgLaborException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchOrgLaborException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchOrganizationException</name>
		<type>com.liferay.portal.NoSuchOrganizationException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchOrganizationException</name>
		</method>
		<method>
			<name>NoSuchOrganizationException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchOrganizationException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchOrganizationException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchPasswordPolicyException</name>
		<type>com.liferay.portal.NoSuchPasswordPolicyException</type>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>NoSuchPasswordPolicyException</name>
		</method>
		<method>
			<name>NoSuchPasswordPolicyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchPasswordPolicyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchPasswordPolicyException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchPasswordPolicyRelException</name>
		<type>com.liferay.portal.NoSuchPasswordPolicyRelException</type>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>NoSuchPasswordPolicyRelException</name>
		</method>
		<method>
			<name>NoSuchPasswordPolicyRelException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchPasswordPolicyRelException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchPasswordPolicyRelException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchPasswordTrackerException</name>
		<type>com.liferay.portal.NoSuchPasswordTrackerException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchPasswordTrackerException</name>
		</method>
		<method>
			<name>NoSuchPasswordTrackerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchPasswordTrackerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchPasswordTrackerException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchPermissionException</name>
		<type>com.liferay.portal.NoSuchPermissionException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchPermissionException</name>
		</method>
		<method>
			<name>NoSuchPermissionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchPermissionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchPermissionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchPhoneException</name>
		<type>com.liferay.portal.NoSuchPhoneException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchPhoneException</name>
		</method>
		<method>
			<name>NoSuchPhoneException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchPhoneException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchPhoneException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchPluginSettingException</name>
		<type>com.liferay.portal.NoSuchPluginSettingException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchPluginSettingException</name>
		</method>
		<method>
			<name>NoSuchPluginSettingException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchPluginSettingException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchPluginSettingException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchPortletException</name>
		<type>com.liferay.portal.NoSuchPortletException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchPortletException</name>
		</method>
		<method>
			<name>NoSuchPortletException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchPortletException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchPortletException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchPortletItemException</name>
		<type>com.liferay.portal.NoSuchPortletItemException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchPortletItemException</name>
		</method>
		<method>
			<name>NoSuchPortletItemException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchPortletItemException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchPortletItemException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchPortletPreferencesException</name>
		<type>com.liferay.portal.NoSuchPortletPreferencesException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchPortletPreferencesException</name>
		</method>
		<method>
			<name>NoSuchPortletPreferencesException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchPortletPreferencesException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchPortletPreferencesException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchPreferencesException</name>
		<type>com.liferay.portal.NoSuchPreferencesException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchPreferencesException</name>
		</method>
		<method>
			<name>NoSuchPreferencesException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchPreferencesException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchPreferencesException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchPropertiesException</name>
		<type>com.liferay.portal.NoSuchPropertiesException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchPropertiesException</name>
		</method>
		<method>
			<name>NoSuchPropertiesException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchPropertiesException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchPropertiesException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchRegionException</name>
		<type>com.liferay.portal.NoSuchRegionException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchRegionException</name>
		</method>
		<method>
			<name>NoSuchRegionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchRegionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchRegionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchReleaseException</name>
		<type>com.liferay.portal.NoSuchReleaseException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchReleaseException</name>
		</method>
		<method>
			<name>NoSuchReleaseException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchReleaseException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchReleaseException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchRepositoryEntryException</name>
		<type>com.liferay.portal.NoSuchRepositoryEntryException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchRepositoryEntryException</name>
		</method>
		<method>
			<name>NoSuchRepositoryEntryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchRepositoryEntryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchRepositoryEntryException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchRepositoryException</name>
		<type>com.liferay.portal.NoSuchRepositoryException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchRepositoryException</name>
		</method>
		<method>
			<name>NoSuchRepositoryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchRepositoryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchRepositoryException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchResourceActionException</name>
		<type>com.liferay.portal.NoSuchResourceActionException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchResourceActionException</name>
		</method>
		<method>
			<name>NoSuchResourceActionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchResourceActionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchResourceActionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchResourceBlockException</name>
		<type>com.liferay.portal.NoSuchResourceBlockException</type>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>NoSuchResourceBlockException</name>
		</method>
		<method>
			<name>NoSuchResourceBlockException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchResourceBlockException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchResourceBlockException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchResourceBlockPermissionException</name>
		<type>com.liferay.portal.NoSuchResourceBlockPermissionException</type>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>NoSuchResourceBlockPermissionException</name>
		</method>
		<method>
			<name>NoSuchResourceBlockPermissionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchResourceBlockPermissionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchResourceBlockPermissionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchResourceCodeException</name>
		<type>com.liferay.portal.NoSuchResourceCodeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchResourceCodeException</name>
		</method>
		<method>
			<name>NoSuchResourceCodeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchResourceCodeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchResourceCodeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchResourceException</name>
		<type>com.liferay.portal.NoSuchResourceException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchResourceException</name>
		</method>
		<method>
			<name>NoSuchResourceException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchResourceException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchResourceException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchResourceNameException</name>
		<type>com.liferay.portal.NoSuchResourceNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchResourceNameException</name>
		</method>
		<method>
			<name>NoSuchResourceNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchResourceNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchResourceNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchResourcePermissionException</name>
		<type>com.liferay.portal.NoSuchResourcePermissionException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchResourcePermissionException</name>
		</method>
		<method>
			<name>NoSuchResourcePermissionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchResourcePermissionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchResourcePermissionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchResourceTypePermissionException</name>
		<type>com.liferay.portal.NoSuchResourceTypePermissionException</type>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>NoSuchResourceTypePermissionException</name>
		</method>
		<method>
			<name>NoSuchResourceTypePermissionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchResourceTypePermissionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchResourceTypePermissionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchRoleException</name>
		<type>com.liferay.portal.NoSuchRoleException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchRoleException</name>
		</method>
		<method>
			<name>NoSuchRoleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchRoleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchRoleException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchServiceComponentException</name>
		<type>com.liferay.portal.NoSuchServiceComponentException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchServiceComponentException</name>
		</method>
		<method>
			<name>NoSuchServiceComponentException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchServiceComponentException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchServiceComponentException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchShardException</name>
		<type>com.liferay.portal.NoSuchShardException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchShardException</name>
		</method>
		<method>
			<name>NoSuchShardException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchShardException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchShardException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchSubscriptionException</name>
		<type>com.liferay.portal.NoSuchSubscriptionException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchSubscriptionException</name>
		</method>
		<method>
			<name>NoSuchSubscriptionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchSubscriptionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchSubscriptionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchTeamException</name>
		<type>com.liferay.portal.NoSuchTeamException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchTeamException</name>
		</method>
		<method>
			<name>NoSuchTeamException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchTeamException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchTeamException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchTicketException</name>
		<type>com.liferay.portal.NoSuchTicketException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchTicketException</name>
		</method>
		<method>
			<name>NoSuchTicketException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchTicketException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchTicketException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchUserException</name>
		<type>com.liferay.portal.NoSuchUserException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchUserException</name>
		</method>
		<method>
			<name>NoSuchUserException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchUserException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchUserException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchUserGroupException</name>
		<type>com.liferay.portal.NoSuchUserGroupException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchUserGroupException</name>
		</method>
		<method>
			<name>NoSuchUserGroupException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchUserGroupException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchUserGroupException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchUserGroupGroupRoleException</name>
		<type>com.liferay.portal.NoSuchUserGroupGroupRoleException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchUserGroupGroupRoleException</name>
		</method>
		<method>
			<name>NoSuchUserGroupGroupRoleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchUserGroupGroupRoleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchUserGroupGroupRoleException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchUserGroupRoleException</name>
		<type>com.liferay.portal.NoSuchUserGroupRoleException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchUserGroupRoleException</name>
		</method>
		<method>
			<name>NoSuchUserGroupRoleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchUserGroupRoleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchUserGroupRoleException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchUserIdMapperException</name>
		<type>com.liferay.portal.NoSuchUserIdMapperException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchUserIdMapperException</name>
		</method>
		<method>
			<name>NoSuchUserIdMapperException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchUserIdMapperException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchUserIdMapperException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchUserNotificationEventException</name>
		<type>com.liferay.portal.NoSuchUserNotificationEventException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchUserNotificationEventException</name>
		</method>
		<method>
			<name>NoSuchUserNotificationEventException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchUserNotificationEventException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchUserNotificationEventException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchUserTrackerException</name>
		<type>com.liferay.portal.NoSuchUserTrackerException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchUserTrackerException</name>
		</method>
		<method>
			<name>NoSuchUserTrackerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchUserTrackerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchUserTrackerException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchUserTrackerPathException</name>
		<type>com.liferay.portal.NoSuchUserTrackerPathException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchUserTrackerPathException</name>
		</method>
		<method>
			<name>NoSuchUserTrackerPathException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchUserTrackerPathException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchUserTrackerPathException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchVirtualHostException</name>
		<type>com.liferay.portal.NoSuchVirtualHostException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchVirtualHostException</name>
		</method>
		<method>
			<name>NoSuchVirtualHostException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchVirtualHostException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchVirtualHostException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchWebDAVPropsException</name>
		<type>com.liferay.portal.NoSuchWebDAVPropsException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchWebDAVPropsException</name>
		</method>
		<method>
			<name>NoSuchWebDAVPropsException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchWebDAVPropsException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchWebDAVPropsException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchWebsiteException</name>
		<type>com.liferay.portal.NoSuchWebsiteException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchWebsiteException</name>
		</method>
		<method>
			<name>NoSuchWebsiteException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchWebsiteException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchWebsiteException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchWorkflowDefinitionLinkException</name>
		<type>com.liferay.portal.NoSuchWorkflowDefinitionLinkException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchWorkflowDefinitionLinkException</name>
		</method>
		<method>
			<name>NoSuchWorkflowDefinitionLinkException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchWorkflowDefinitionLinkException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchWorkflowDefinitionLinkException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchWorkflowInstanceLinkException</name>
		<type>com.liferay.portal.NoSuchWorkflowInstanceLinkException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchWorkflowInstanceLinkException</name>
		</method>
		<method>
			<name>NoSuchWorkflowInstanceLinkException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchWorkflowInstanceLinkException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchWorkflowInstanceLinkException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>OldServiceComponentException</name>
		<type>com.liferay.portal.OldServiceComponentException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>OldServiceComponentException</name>
		</method>
		<method>
			<name>OldServiceComponentException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>OldServiceComponentException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>OldServiceComponentException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>OrganizationIdException</name>
		<type>com.liferay.portal.OrganizationIdException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>OrganizationIdException</name>
		</method>
		<method>
			<name>OrganizationIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>OrganizationIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>OrganizationIdException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>OrganizationNameException</name>
		<type>com.liferay.portal.OrganizationNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>OrganizationNameException</name>
		</method>
		<method>
			<name>OrganizationNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>OrganizationNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>OrganizationNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>OrganizationParentException</name>
		<type>com.liferay.portal.OrganizationParentException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>OrganizationParentException</name>
		</method>
		<method>
			<name>OrganizationParentException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>OrganizationParentException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>OrganizationParentException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>OrganizationTypeException</name>
		<type>com.liferay.portal.OrganizationTypeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>OrganizationTypeException</name>
		</method>
		<method>
			<name>OrganizationTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>OrganizationTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>OrganizationTypeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PasswordExpiredException</name>
		<type>com.liferay.portal.PasswordExpiredException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PasswordExpiredException</name>
		</method>
		<method>
			<name>PasswordExpiredException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PasswordExpiredException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>PasswordExpiredException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PasswordPolicyNameException</name>
		<type>com.liferay.portal.PasswordPolicyNameException</type>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>PasswordPolicyNameException</name>
		</method>
		<method>
			<name>PasswordPolicyNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PasswordPolicyNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>PasswordPolicyNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PhoneNumberException</name>
		<type>com.liferay.portal.PhoneNumberException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PhoneNumberException</name>
		</method>
		<method>
			<name>PhoneNumberException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PhoneNumberException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>PhoneNumberException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalException</name>
		<type>com.liferay.portal.PortalException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[{@link com.liferay.portal.kernel.exception.PortalException}]]></deprecated>
		<method>
			<name>PortalException</name>
		</method>
		<method>
			<name>PortalException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortalException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>PortalException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletActiveException</name>
		<type>com.liferay.portal.PortletActiveException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletActiveException</name>
		</method>
		<method>
			<name>PortletActiveException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortletActiveException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>PortletActiveException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletDefaultPreferencesException</name>
		<type>com.liferay.portal.PortletDefaultPreferencesException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletDefaultPreferencesException</name>
		</method>
		<method>
			<name>PortletDefaultPreferencesException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortletDefaultPreferencesException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>PortletDefaultPreferencesException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletIdException</name>
		<type>com.liferay.portal.PortletIdException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletIdException</name>
		</method>
		<method>
			<name>PortletIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortletIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>PortletIdException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletItemNameException</name>
		<type>com.liferay.portal.PortletItemNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletItemNameException</name>
		</method>
		<method>
			<name>PortletItemNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortletItemNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>PortletItemNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PwdEncryptorException</name>
		<type>com.liferay.portal.PwdEncryptorException</type>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>PwdEncryptorException</name>
		</method>
		<method>
			<name>PwdEncryptorException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PwdEncryptorException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>PwdEncryptorException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RegionCodeException</name>
		<type>com.liferay.portal.RegionCodeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RegionCodeException</name>
		</method>
		<method>
			<name>RegionCodeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RegionCodeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RegionCodeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RegionNameException</name>
		<type>com.liferay.portal.RegionNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RegionNameException</name>
		</method>
		<method>
			<name>RegionNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RegionNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RegionNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RemoteExportException</name>
		<type>com.liferay.portal.RemoteExportException</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>RemoteExportException</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getURL</name>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>BAD_CONNECTION</name>
		</field>
		<field>
			<name>NO_GROUP</name>
		</field>
		<field>
			<name>NO_LAYOUTS</name>
		</field>
		<field>
			<name>NO_PERMISSIONS</name>
		</field>
		<field>
			<name>_groupId</name>
		</field>
		<field>
			<name>_type</name>
		</field>
		<field>
			<name>_url</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RemoteOptionsException</name>
		<type>com.liferay.portal.RemoteOptionsException</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>RemoteOptionsException</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getRemoteAddress</name>
		</method>
		<method>
			<name>getRemoteGroupId</name>
		</method>
		<method>
			<name>getRemotePathContext</name>
		</method>
		<method>
			<name>getRemotePort</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>setRemoteAddress</name>
			<param>
				<name>remoteAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRemoteGroupId</name>
			<param>
				<name>remoteGroupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setRemotePathContext</name>
			<param>
				<name>remotePathContext</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRemotePort</name>
			<param>
				<name>remotePort</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>REMOTE_ADDRESS</name>
		</field>
		<field>
			<name>REMOTE_GROUP_ID</name>
		</field>
		<field>
			<name>REMOTE_PATH_CONTEXT</name>
		</field>
		<field>
			<name>REMOTE_PORT</name>
		</field>
		<field>
			<name>_remoteAddress</name>
		</field>
		<field>
			<name>_remoteGroupId</name>
		</field>
		<field>
			<name>_remotePathContext</name>
		</field>
		<field>
			<name>_remotePort</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RequiredFieldException</name>
		<type>com.liferay.portal.RequiredFieldException</type>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>RequiredFieldException</name>
			<param>
				<name>requiredField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>labelId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLabelId</name>
		</method>
		<method>
			<name>getRequiredField</name>
		</method>
		<field>
			<name>_labelId</name>
		</field>
		<field>
			<name>_requiredField</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RequiredGroupException</name>
		<type>com.liferay.portal.RequiredGroupException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RequiredGroupException</name>
		</method>
		<method>
			<name>RequiredGroupException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RequiredGroupException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RequiredGroupException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RequiredLayoutException</name>
		<type>com.liferay.portal.RequiredLayoutException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RequiredLayoutException</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getType</name>
		</method>
		<field>
			<name>AT_LEAST_ONE</name>
		</field>
		<field>
			<name>FIRST_LAYOUT_HIDDEN</name>
		</field>
		<field>
			<name>FIRST_LAYOUT_TYPE</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RequiredLayoutPrototypeException</name>
		<type>com.liferay.portal.RequiredLayoutPrototypeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RequiredLayoutPrototypeException</name>
		</method>
		<method>
			<name>RequiredLayoutPrototypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RequiredLayoutPrototypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RequiredLayoutPrototypeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RequiredLayoutSetBranchException</name>
		<type>com.liferay.portal.RequiredLayoutSetBranchException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RequiredLayoutSetBranchException</name>
		</method>
		<method>
			<name>RequiredLayoutSetBranchException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RequiredLayoutSetBranchException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RequiredLayoutSetBranchException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RequiredLayoutSetPrototypeException</name>
		<type>com.liferay.portal.RequiredLayoutSetPrototypeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RequiredLayoutSetPrototypeException</name>
		</method>
		<method>
			<name>RequiredLayoutSetPrototypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RequiredLayoutSetPrototypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RequiredLayoutSetPrototypeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RequiredOrganizationException</name>
		<type>com.liferay.portal.RequiredOrganizationException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RequiredOrganizationException</name>
		</method>
		<method>
			<name>RequiredOrganizationException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RequiredOrganizationException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RequiredOrganizationException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RequiredPasswordPolicyException</name>
		<type>com.liferay.portal.RequiredPasswordPolicyException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RequiredPasswordPolicyException</name>
		</method>
		<method>
			<name>RequiredPasswordPolicyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RequiredPasswordPolicyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RequiredPasswordPolicyException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RequiredReminderQueryException</name>
		<type>com.liferay.portal.RequiredReminderQueryException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RequiredReminderQueryException</name>
		</method>
		<method>
			<name>RequiredReminderQueryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RequiredReminderQueryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RequiredReminderQueryException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RequiredRoleException</name>
		<type>com.liferay.portal.RequiredRoleException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RequiredRoleException</name>
		</method>
		<method>
			<name>RequiredRoleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RequiredRoleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RequiredRoleException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RequiredUserException</name>
		<type>com.liferay.portal.RequiredUserException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RequiredUserException</name>
		</method>
		<method>
			<name>RequiredUserException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RequiredUserException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RequiredUserException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RequiredUserGroupException</name>
		<type>com.liferay.portal.RequiredUserGroupException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RequiredUserGroupException</name>
		</method>
		<method>
			<name>RequiredUserGroupException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RequiredUserGroupException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RequiredUserGroupException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ReservedUserEmailAddressException</name>
		<type>com.liferay.portal.ReservedUserEmailAddressException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ReservedUserEmailAddressException</name>
		</method>
		<method>
			<name>ReservedUserEmailAddressException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ReservedUserEmailAddressException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ReservedUserEmailAddressException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ReservedUserIdException</name>
		<type>com.liferay.portal.ReservedUserIdException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ReservedUserIdException</name>
		</method>
		<method>
			<name>ReservedUserIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ReservedUserIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ReservedUserIdException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ReservedUserScreenNameException</name>
		<type>com.liferay.portal.ReservedUserScreenNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ReservedUserScreenNameException</name>
		</method>
		<method>
			<name>ReservedUserScreenNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ReservedUserScreenNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ReservedUserScreenNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ResourceActionsException</name>
		<type>com.liferay.portal.ResourceActionsException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ResourceActionsException</name>
		</method>
		<method>
			<name>ResourceActionsException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ResourceActionsException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ResourceActionsException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ResourceBlocksNotSupportedException</name>
		<type>com.liferay.portal.ResourceBlocksNotSupportedException</type>
		<author><![CDATA[Connor McKay]]></author>
	</javadoc>
	<javadoc>
		<name>ResourcePrimKeyException</name>
		<type>com.liferay.portal.ResourcePrimKeyException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ResourcePrimKeyException</name>
		</method>
		<method>
			<name>ResourcePrimKeyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ResourcePrimKeyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ResourcePrimKeyException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RoleAssignmentException</name>
		<type>com.liferay.portal.RoleAssignmentException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RoleAssignmentException</name>
		</method>
		<method>
			<name>RoleAssignmentException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RoleAssignmentException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RoleAssignmentException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RoleNameException</name>
		<type>com.liferay.portal.RoleNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RoleNameException</name>
		</method>
		<method>
			<name>RoleNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RoleNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RoleNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RolePermissionsException</name>
		<type>com.liferay.portal.RolePermissionsException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RolePermissionsException</name>
		</method>
		<method>
			<name>RolePermissionsException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RolePermissionsException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RolePermissionsException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SendPasswordException</name>
		<type>com.liferay.portal.SendPasswordException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SendPasswordException</name>
		</method>
		<method>
			<name>SendPasswordException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>SendPasswordException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>SendPasswordException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SystemException</name>
		<type>com.liferay.portal.SystemException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[{@link com.liferay.portal.kernel.exception.SystemException}]]></deprecated>
		<method>
			<name>SystemException</name>
		</method>
		<method>
			<name>SystemException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>SystemException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>SystemException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TeamNameException</name>
		<type>com.liferay.portal.TeamNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TeamNameException</name>
		</method>
		<method>
			<name>TeamNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>TeamNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>TeamNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TermsOfUseException</name>
		<type>com.liferay.portal.TermsOfUseException</type>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>TermsOfUseException</name>
		</method>
		<method>
			<name>TermsOfUseException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>TermsOfUseException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>TermsOfUseException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UserActiveException</name>
		<type>com.liferay.portal.UserActiveException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserActiveException</name>
		</method>
		<method>
			<name>UserActiveException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>UserActiveException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>UserActiveException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UserEmailAddressException</name>
		<type>com.liferay.portal.UserEmailAddressException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserEmailAddressException</name>
		</method>
		<method>
			<name>UserEmailAddressException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>UserEmailAddressException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>UserEmailAddressException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UserGroupNameException</name>
		<type>com.liferay.portal.UserGroupNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserGroupNameException</name>
		</method>
		<method>
			<name>UserGroupNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>UserGroupNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>UserGroupNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UserIdException</name>
		<type>com.liferay.portal.UserIdException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserIdException</name>
		</method>
		<method>
			<name>UserIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>UserIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>UserIdException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UserLockoutException</name>
		<type>com.liferay.portal.UserLockoutException</type>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>UserLockoutException</name>
		</method>
		<method>
			<name>UserLockoutException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>UserLockoutException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>UserLockoutException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UserPasswordException</name>
		<type>com.liferay.portal.UserPasswordException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserPasswordException</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getType</name>
		</method>
		<field>
			<name>PASSWORD_ALREADY_USED</name>
		</field>
		<field>
			<name>PASSWORD_CONTAINS_TRIVIAL_WORDS</name>
		</field>
		<field>
			<name>PASSWORD_INVALID</name>
		</field>
		<field>
			<name>PASSWORD_LENGTH</name>
		</field>
		<field>
			<name>PASSWORD_NOT_CHANGEABLE</name>
		</field>
		<field>
			<name>PASSWORD_SAME_AS_CURRENT</name>
		</field>
		<field>
			<name>PASSWORD_TOO_TRIVIAL</name>
		</field>
		<field>
			<name>PASSWORD_TOO_YOUNG</name>
		</field>
		<field>
			<name>PASSWORDS_DO_NOT_MATCH</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserPortraitSizeException</name>
		<type>com.liferay.portal.UserPortraitSizeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserPortraitSizeException</name>
		</method>
		<method>
			<name>UserPortraitSizeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>UserPortraitSizeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>UserPortraitSizeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UserPortraitTypeException</name>
		<type>com.liferay.portal.UserPortraitTypeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserPortraitTypeException</name>
		</method>
		<method>
			<name>UserPortraitTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>UserPortraitTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>UserPortraitTypeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UserReminderQueryException</name>
		<type>com.liferay.portal.UserReminderQueryException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserReminderQueryException</name>
		</method>
		<method>
			<name>UserReminderQueryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>UserReminderQueryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>UserReminderQueryException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UserScreenNameException</name>
		<type>com.liferay.portal.UserScreenNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserScreenNameException</name>
		</method>
		<method>
			<name>UserScreenNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>UserScreenNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>UserScreenNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UserSmsException</name>
		<type>com.liferay.portal.UserSmsException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserSmsException</name>
		</method>
		<method>
			<name>UserSmsException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>UserSmsException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>UserSmsException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WebsiteURLException</name>
		<type>com.liferay.portal.WebsiteURLException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>WebsiteURLException</name>
		</method>
		<method>
			<name>WebsiteURLException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>WebsiteURLException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>WebsiteURLException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JSONServiceAction</name>
		<type>com.liferay.portal.action.JSONServiceAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Karthik Sudarshan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>JSONServiceAction</name>
		</method>
		<method>
			<name>getJSON</name>
			<param>
				<name>actionMapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>actionForm</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>checkMethodGuestAccess</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>publicMethods</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>getArgValue</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterType</name>
				<type>java.lang.reflect.Type</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getMethodAndParameterTypes</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameters</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getReroutePath</name>
		</method>
		<method>
			<name>getReturnValue</name>
			<param>
				<name>returnObj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getStringArrayFromJSON</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>getTypeNameOrClassDescriptor</name>
			<param>
				<name>type</name>
				<type>java.lang.reflect.Type</type>
			</param>
		</method>
		<method>
			<name>isValidRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_REROUTE_PATH</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_fieldDescriptorPattern</name>
		</field>
		<field>
			<name>_invalidClassNames</name>
		</field>
		<field>
			<name>_methodCache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutAction</name>
		<type>com.liferay.portal.action.LayoutAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>forwardLayout</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLayoutTypePortlets</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getOwnerLayoutRequestWrapper</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getScopeGroupId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>layoutTypePortlet</name>
				<type>com.liferay.portal.model.LayoutTypePortlet</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>includeLayoutContent</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processEvent</name>
			<param>
				<name>portletRequestImpl</name>
				<type>com.liferay.portlet.PortletRequestImpl</type>
			</param>
			<param>
				<name>stateAwareResponseImpl</name>
				<type>com.liferay.portlet.StateAwareResponseImpl</type>
			</param>
			<param>
				<name>layoutTypePortlets</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>layoutTypePortlet</name>
				<type>com.liferay.portal.model.LayoutTypePortlet</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>event</name>
				<type>javax.portlet.Event</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processEvents</name>
			<param>
				<name>portletRequestImpl</name>
				<type>com.liferay.portlet.PortletRequestImpl</type>
			</param>
			<param>
				<name>stateAwareResponseImpl</name>
				<type>com.liferay.portlet.StateAwareResponseImpl</type>
			</param>
			<param>
				<name>layoutTypePortlets</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processLayout</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processPortletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processPublicRenderParameters</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>redirectActionURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>actionResponseImpl</name>
				<type>com.liferay.portlet.ActionResponseImpl</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>renderExclusive</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>serializeEvent</name>
			<param>
				<name>event</name>
				<type>javax.portlet.Event</type>
			</param>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LoginAction</name>
		<type>com.liferay.portal.action.LoginAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getWindowState</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LogoutAction</name>
		<type>com.liferay.portal.action.LogoutAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletURLAction</name>
		<type>com.liferay.portal.action.PortletURLAction</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortletURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RESTProxyAction</name>
		<type>com.liferay.portal.action.RESTProxyAction</type>
		<author><![CDATA[David Truong]]></author>
		<author><![CDATA[Gavin Wan]]></author>
		<author><![CDATA[Samuel Kong]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RenderPortletAction</name>
		<type>com.liferay.portal.action.RenderPortletAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SessionClickAction</name>
		<type>com.liferay.portal.action.SessionClickAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SessionTreeJSClickAction</name>
		<type>com.liferay.portal.action.SessionTreeJSClickAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SetupWizardAction</name>
		<type>com.liferay.portal.action.SetupWizardAction</type>
		<author><![CDATA[Manuel de la Peña]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>putMessage</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>jsonObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>testDatabase</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>TCKAction</name>
		<type>com.liferay.portal.action.TCKAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getUser</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TestAction</name>
		<type>com.liferay.portal.action.TestAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TestRedirectAction</name>
		<type>com.liferay.portal.action.TestRedirectAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpdateEmailAddressAction</name>
		<type>com.liferay.portal.action.UpdateEmailAddressAction</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateEmailAddress</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpdateLayoutAction</name>
		<type>com.liferay.portal.action.UpdateLayoutAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getJSON</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addPortlet</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRootPortletId</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>populatePortletJSONObject</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>stringResponse</name>
				<type>com.liferay.portal.kernel.servlet.StringServletResponse</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>jsonObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpdateLicenseAction</name>
		<type>com.liferay.portal.action.UpdateLicenseAction</type>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getLicenseProperties</name>
			<param>
				<name>clusterNodeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getServerInfo</name>
			<param>
				<name>clusterNodeId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_isOmniAdmin</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>_isValidRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UpdatePasswordAction</name>
		<type>com.liferay.portal.action.UpdatePasswordAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTicket</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isValidatePassword</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>updatePassword</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>ticket</name>
				<type>com.liferay.portal.model.Ticket</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpdateReminderQueryAction</name>
		<type>com.liferay.portal.action.UpdateReminderQueryAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateReminderQuery</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpdateTermsOfUseAction</name>
		<type>com.liferay.portal.action.UpdateTermsOfUseAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>VerifyEmailAddressAction</name>
		<type>com.liferay.portal.action.VerifyEmailAddressAction</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>sendEmailAddressVerification</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyEmailAddress</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LiferayRequestDispatcher</name>
		<type>com.liferay.portal.apache.bridges.struts.LiferayRequestDispatcher</type>
		<author><![CDATA[Michael Young]]></author>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Deepak Gothe]]></author>
		<method>
			<name>LiferayRequestDispatcher</name>
			<param>
				<name>requestDispatcher</name>
				<type>javax.servlet.RequestDispatcher</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>forward</name>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>servletResponse</name>
				<type>javax.servlet.ServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>forward</name>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>servletResponse</name>
				<type>javax.servlet.ServletResponse</type>
			</param>
			<param>
				<name>named</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
			<deprecated><![CDATA[{@link #forward(ServletRequest, ServletResponse)}]]></deprecated>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>servletResponse</name>
				<type>javax.servlet.ServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>servletResponse</name>
				<type>javax.servlet.ServletResponse</type>
			</param>
			<param>
				<name>named</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
			<deprecated><![CDATA[{@link #include(ServletRequest, ServletResponse)}]]></deprecated>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>servletResponse</name>
				<type>javax.servlet.ServletResponse</type>
			</param>
			<param>
				<name>include</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>servletResponse</name>
				<type>javax.servlet.ServletResponse</type>
			</param>
			<param>
				<name>named</name>
				<type>boolean</type>
			</param>
			<param>
				<name>include</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
			<deprecated><![CDATA[{@link #invoke(ServletRequest, ServletResponse, boolean)}]]></deprecated>
		</method>
		<method>
			<name>getPortletServletRequest</name>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>pathInfo</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestURI</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>include</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getPortletServletResponse</name>
			<param>
				<name>servletResponse</name>
				<type>javax.servlet.ServletResponse</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>include</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getServletURLPatterns</name>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
		</method>
		<field>
			<name>_path</name>
		</field>
		<field>
			<name>_requestDispatcher</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayServletContext</name>
		<type>com.liferay.portal.apache.bridges.struts.LiferayServletContext</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>LiferayServletContext</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>getAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAttributeNames</name>
		</method>
		<method>
			<name>getContext</name>
			<param>
				<name>uriPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContextPath</name>
		</method>
		<method>
			<name>getInitParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInitParameterNames</name>
		</method>
		<method>
			<name>getMajorVersion</name>
		</method>
		<method>
			<name>getMimeType</name>
			<param>
				<name>file</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getMinorVersion</name>
		</method>
		<method>
			<name>getNamedDispatcher</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRealPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRequestDispatcher</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResource</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MalformedURLException</name>
				<type>java.net.MalformedURLException</type>
			</throws>
		</method>
		<method>
			<name>getResourceAsStream</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResourcePaths</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getServerInfo</name>
		</method>
		<method>
			<name>getServlet</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getServletContextName</name>
		</method>
		<method>
			<name>getServletNames</name>
		</method>
		<method>
			<name>getServlets</name>
		</method>
		<method>
			<name>log</name>
			<param>
				<name>exception</name>
				<type>java.lang.Exception</type>
			</param>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>log</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>log</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>removeAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_servletContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayServletContextProvider</name>
		<type>com.liferay.portal.apache.bridges.struts.LiferayServletContextProvider</type>
		<author><![CDATA[James Schopp]]></author>
		<author><![CDATA[Michael Young]]></author>
		<author><![CDATA[Deepak Gothe]]></author>
		<method>
			<name>getHttpServletRequest</name>
			<param>
				<name>portlet</name>
				<type>javax.portlet.GenericPortlet</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getHttpServletResponse</name>
			<param>
				<name>portlet</name>
				<type>javax.portlet.GenericPortlet</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
		</method>
		<method>
			<name>getServletContext</name>
			<param>
				<name>portlet</name>
				<type>javax.portlet.GenericPortlet</type>
			</param>
		</method>
		<method>
			<name>getServletContext</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LiferayStrutsPortletURLImpl</name>
		<type>com.liferay.portal.apache.bridges.struts.LiferayStrutsPortletURLImpl</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>LiferayStrutsPortletURLImpl</name>
			<param>
				<name>portletResponseImpl</name>
				<type>com.liferay.portlet.PortletResponseImpl</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayStrutsRequestImpl</name>
		<type>com.liferay.portal.apache.bridges.struts.LiferayStrutsRequestImpl</type>
		<author><![CDATA[Michael Young]]></author>
		<author><![CDATA[Deepak Gothe]]></author>
		<method>
			<name>LiferayStrutsRequestImpl</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAttributeNames</name>
		</method>
		<method>
			<name>getInputStream</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>removeAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_bytes</name>
		</field>
		<field>
			<name>_strutsAttributes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetRendererFactoryRegistryImpl</name>
		<type>com.liferay.portal.asset.AssetRendererFactoryRegistryImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getAssetRendererFactories</name>
		</method>
		<method>
			<name>getAssetRendererFactoryByClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAssetRendererFactoryByType</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getClassNameIds</name>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>assetRendererFactory</name>
				<type>com.liferay.portlet.asset.model.AssetRendererFactory</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>assetRendererFactory</name>
				<type>com.liferay.portlet.asset.model.AssetRendererFactory</type>
			</param>
		</method>
		<field>
			<name>_assetRenderFactoriesMapByClassName</name>
		</field>
		<field>
			<name>_assetRenderFactoriesMapByClassType</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutRevisionAssetRenderer</name>
		<type>com.liferay.portal.asset.LayoutRevisionAssetRenderer</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>LayoutRevisionAssetRenderer</name>
			<param>
				<name>layoutRevision</name>
				<type>com.liferay.portal.model.LayoutRevision</type>
			</param>
		</method>
		<method>
			<name>getClassPK</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getSummary</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getURLViewInContext</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<param>
				<name>noSuchEntryRedirect</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>isPreviewInContext</name>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_layoutBranch</name>
		</field>
		<field>
			<name>_layoutRevision</name>
		</field>
		<field>
			<name>_layoutSetBranch</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutRevisionAssetRendererFactory</name>
		<type>com.liferay.portal.asset.LayoutRevisionAssetRendererFactory</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getAssetEntry</name>
			<param>
				<name>assetEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAssetEntry</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAssetRenderer</name>
			<param>
				<name>layoutRevisionId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>isCategorizable</name>
		</method>
		<method>
			<name>isSelectable</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
		<field>
			<name>TYPE</name>
		</field>
		<field>
			<name>_SELECTABLE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AtomCollectionAdapterRegistryImpl</name>
		<type>com.liferay.portal.atom.AtomCollectionAdapterRegistryImpl</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>getAtomCollectionAdapter</name>
			<param>
				<name>collectionName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAtomCollectionAdapters</name>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>atomCollectionAdapter</name>
				<type>com.liferay.portal.kernel.atom.AtomCollectionAdapter</type>
			</param>
			<throws>
				<name>AtomException</name>
				<type>com.liferay.portal.kernel.atom.AtomException</type>
			</throws>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>atomCollectionAdapter</name>
				<type>com.liferay.portal.kernel.atom.AtomCollectionAdapter</type>
			</param>
		</method>
		<field>
			<name>_atomCollectionAdapters</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AtomCollectionAdapterWrapper</name>
		<type>com.liferay.portal.atom.AtomCollectionAdapterWrapper</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>AtomCollectionAdapterWrapper</name>
			<param>
				<name>atomCollectionAdapter</name>
				<type>com.liferay.portal.kernel.atom.AtomCollectionAdapter</type>
			</param>
		</method>
		<method>
			<name>deleteEntry</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>org.apache.abdera.protocol.server.RequestContext</type>
			</param>
			<throws>
				<name>ResponseContextException</name>
				<type>org.apache.abdera.protocol.server.context.ResponseContextException</type>
			</throws>
		</method>
		<method>
			<name>getAuthors</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>org.apache.abdera.protocol.server.RequestContext</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>org.apache.abdera.protocol.server.RequestContext</type>
			</param>
		</method>
		<method>
			<name>getContentType</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>getEntries</name>
			<param>
				<name>requestContext</name>
				<type>org.apache.abdera.protocol.server.RequestContext</type>
			</param>
			<throws>
				<name>ResponseContextException</name>
				<type>org.apache.abdera.protocol.server.context.ResponseContextException</type>
			</throws>
		</method>
		<method>
			<name>getEntry</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>org.apache.abdera.protocol.server.RequestContext</type>
			</param>
			<throws>
				<name>ResponseContextException</name>
				<type>org.apache.abdera.protocol.server.context.ResponseContextException</type>
			</throws>
		</method>
		<method>
			<name>getMediaName</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
			<throws>
				<name>ResponseContextException</name>
				<type>org.apache.abdera.protocol.server.context.ResponseContextException</type>
			</throws>
		</method>
		<method>
			<name>getMediaStream</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
			<throws>
				<name>ResponseContextException</name>
				<type>org.apache.abdera.protocol.server.context.ResponseContextException</type>
			</throws>
		</method>
		<method>
			<name>getSummary</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
			<param>
				<name>request</name>
				<type>org.apache.abdera.protocol.server.RequestContext</type>
			</param>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>requestContext</name>
				<type>org.apache.abdera.protocol.server.RequestContext</type>
			</param>
		</method>
		<method>
			<name>getUpdated</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>postEntry</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>id</name>
				<type>org.apache.abdera.i18n.iri.IRI</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>updated</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>authors</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>content</name>
				<type>org.apache.abdera.model.Content</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>org.apache.abdera.protocol.server.RequestContext</type>
			</param>
			<throws>
				<name>ResponseContextException</name>
				<type>org.apache.abdera.protocol.server.context.ResponseContextException</type>
			</throws>
		</method>
		<method>
			<name>postMedia</name>
			<param>
				<name>mimeType</name>
				<type>javax.activation.MimeType</type>
			</param>
			<param>
				<name>slug</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>org.apache.abdera.protocol.server.RequestContext</type>
			</param>
			<throws>
				<name>ResponseContextException</name>
				<type>org.apache.abdera.protocol.server.context.ResponseContextException</type>
			</throws>
		</method>
		<method>
			<name>putEntry</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>updated</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>authors</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>org.apache.abdera.model.Content</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>org.apache.abdera.protocol.server.RequestContext</type>
			</param>
			<throws>
				<name>ResponseContextException</name>
				<type>org.apache.abdera.protocol.server.context.ResponseContextException</type>
			</throws>
		</method>
		<method>
			<name>putMedia</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
			<param>
				<name>contentType</name>
				<type>javax.activation.MimeType</type>
			</param>
			<param>
				<name>slug</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>org.apache.abdera.protocol.server.RequestContext</type>
			</param>
			<throws>
				<name>ResponseContextException</name>
				<type>org.apache.abdera.protocol.server.context.ResponseContextException</type>
			</throws>
		</method>
		<method>
			<name>getEntryId</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>newContent</name>
			<param>
				<name>atomEntryContentType</name>
				<type>com.liferay.portal.kernel.atom.AtomEntryContent.Type</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>org.apache.abdera.protocol.server.RequestContext</type>
			</param>
		</method>
		<field>
			<name>_atomCollectionAdapter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AtomPager</name>
		<type>com.liferay.portal.atom.AtomPager</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>AtomPager</name>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<param>
				<name>totalElements</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>AtomPager</name>
			<param>
				<name>page</name>
				<type>int</type>
			</param>
			<param>
				<name>totalElements</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>AtomPager</name>
			<param>
				<name>page</name>
				<type>int</type>
			</param>
			<param>
				<name>elementsPerPage</name>
				<type>int</type>
			</param>
			<param>
				<name>totalElements</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getElementsPerPage</name>
		</method>
		<method>
			<name>getEnd</name>
		</method>
		<method>
			<name>getFirstPage</name>
		</method>
		<method>
			<name>getLastPage</name>
		</method>
		<method>
			<name>getNextPage</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>getPreviousPage</name>
		</method>
		<method>
			<name>getStart</name>
		</method>
		<method>
			<name>getTotalElements</name>
		</method>
		<method>
			<name>setFeedPagingLinks</name>
			<param>
				<name>feed</name>
				<type>org.apache.abdera.model.Feed</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_elementsPerPage</name>
		</field>
		<field>
			<name>_end</name>
		</field>
		<field>
			<name>_firstPage</name>
		</field>
		<field>
			<name>_lastPage</name>
		</field>
		<field>
			<name>_nextPage</name>
		</field>
		<field>
			<name>_page</name>
		</field>
		<field>
			<name>_previousPage</name>
		</field>
		<field>
			<name>_start</name>
		</field>
		<field>
			<name>_totalElements</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AtomProvider</name>
		<type>com.liferay.portal.atom.AtomProvider</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>AtomProvider</name>
		</method>
		<method>
			<name>addCollection</name>
			<param>
				<name>atomCollectionAdapter</name>
				<type>com.liferay.portal.kernel.atom.AtomCollectionAdapter</type>
			</param>
		</method>
		<method>
			<name>getCollectionAdapter</name>
			<param>
				<name>request</name>
				<type>org.apache.abdera.protocol.server.RequestContext</type>
			</param>
		</method>
		<method>
			<name>_initTargetBuilder</name>
		</method>
		<method>
			<name>_initTargetResolver</name>
		</method>
		<method>
			<name>_initWorkspace</name>
		</method>
		<field>
			<name>_BASES</name>
		</field>
		<field>
			<name>_workspace</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AtomRequestContextImpl</name>
		<type>com.liferay.portal.atom.AtomRequestContextImpl</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>AtomRequestContextImpl</name>
			<param>
				<name>requestContext</name>
				<type>org.apache.abdera.protocol.server.RequestContext</type>
			</param>
		</method>
		<method>
			<name>getContainerAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getIntParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getIntParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getLongParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLongParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRequestAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResolvedUri</name>
		</method>
		<method>
			<name>getSessionAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTargetBasePath</name>
		</method>
		<method>
			<name>setContainerAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setRequestAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setSessionAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_requestContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AtomTargetBuilder</name>
		<type>com.liferay.portal.atom.AtomTargetBuilder</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>urlFor</name>
			<param>
				<name>requestContext</name>
				<type>org.apache.abdera.protocol.server.RequestContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AtomUtil</name>
		<type>com.liferay.portal.atom.AtomUtil</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>createCollectionLink</name>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<param>
				<name>collectionName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createEntryLink</name>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<param>
				<name>collectionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entryName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createFeedTitleFromPortletName</name>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createIdTagPrefix</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCompany</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPager</name>
			<param>
				<name>requestContext</name>
				<type>org.apache.abdera.protocol.server.RequestContext</type>
			</param>
		</method>
		<method>
			<name>getUser</name>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
		</method>
		<method>
			<name>resolveCollectionUrl</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>collectionName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>saveAtomPagerInRequest</name>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<param>
				<name>atomPager</name>
				<type>com.liferay.portal.atom.AtomPager</type>
			</param>
		</method>
		<method>
			<name>saveUserInRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>setPageInUrl</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>page</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_PAGER</name>
		</field>
		<field>
			<name>_USER</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseEntityCollectionAdapter</name>
		<type>com.liferay.portal.atom.BaseEntityCollectionAdapter</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>getAuthor</name>
			<param>
				<name>requestContext</name>
				<type>org.apache.abdera.protocol.server.RequestContext</type>
			</param>
		</method>
		<method>
			<name>getHref</name>
			<param>
				<name>requestContext</name>
				<type>org.apache.abdera.protocol.server.RequestContext</type>
			</param>
		</method>
		<method>
			<name>getId</name>
			<param>
				<name>requestContext</name>
				<type>org.apache.abdera.protocol.server.RequestContext</type>
			</param>
		</method>
		<method>
			<name>getId</name>
			<param>
				<name>entry</name>
				<type>T</type>
			</param>
		</method>
		<method>
			<name>getName</name>
			<param>
				<name>entry</name>
				<type>T</type>
			</param>
		</method>
		<method>
			<name>BaseEntityCollectionAdapter</name>
			<param>
				<name>collectionName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addEntryDetails</name>
			<param>
				<name>requestContext</name>
				<type>org.apache.abdera.protocol.server.RequestContext</type>
			</param>
			<param>
				<name>entry</name>
				<type>org.apache.abdera.model.Entry</type>
			</param>
			<param>
				<name>feedIri</name>
				<type>org.apache.abdera.i18n.iri.IRI</type>
			</param>
			<param>
				<name>entryObj</name>
				<type>T</type>
			</param>
			<throws>
				<name>ResponseContextException</name>
				<type>org.apache.abdera.protocol.server.context.ResponseContextException</type>
			</throws>
		</method>
		<method>
			<name>addFeedDetails</name>
			<param>
				<name>feed</name>
				<type>org.apache.abdera.model.Feed</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>org.apache.abdera.protocol.server.RequestContext</type>
			</param>
			<throws>
				<name>ResponseContextException</name>
				<type>org.apache.abdera.protocol.server.context.ResponseContextException</type>
			</throws>
		</method>
		<method>
			<name>createFeedBase</name>
			<param>
				<name>requestContext</name>
				<type>org.apache.abdera.protocol.server.RequestContext</type>
			</param>
		</method>
		<method>
			<name>getEntryId</name>
			<param>
				<name>entry</name>
				<type>T</type>
			</param>
		</method>
		<field>
			<name>collectionName</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AuditMessageFactoryImpl</name>
		<type>com.liferay.portal.audit.AuditMessageFactoryImpl</type>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>getAuditMessage</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>getAuditMessage</name>
			<param>
				<name>eventType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAuditMessage</name>
			<param>
				<name>eventType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAuditMessage</name>
			<param>
				<name>eventType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAuditMessage</name>
			<param>
				<name>eventType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timestamp</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>additionalInfo</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
		<method>
			<name>getAuditMessage</name>
			<param>
				<name>eventType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>additionalInfo</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AuditRouterProxyBean</name>
		<type>com.liferay.portal.audit.AuditRouterProxyBean</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>route</name>
			<param>
				<name>auditMessage</name>
				<type>com.liferay.portal.kernel.audit.AuditMessage</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BeanLocatorImpl</name>
		<type>com.liferay.portal.bean.BeanLocatorImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>BeanLocatorImpl</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>applicationContext</name>
				<type>org.springframework.context.ApplicationContext</type>
			</param>
		</method>
		<method>
			<name>getApplicationContext</name>
		</method>
		<method>
			<name>getClassLoader</name>
		</method>
		<method>
			<name>getNames</name>
		</method>
		<method>
			<name>getType</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>locate</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>locate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>BeanLocatorException</name>
				<type>com.liferay.portal.kernel.bean.BeanLocatorException</type>
			</throws>
		</method>
		<method>
			<name>setPACLServletContextName</name>
			<param>
				<name>paclServletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPACLWrapPersistence</name>
			<param>
				<name>paclWrapPersistence</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>doLocate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getInterfaces</name>
			<param>
				<name>interfaceClasses</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getInterfaces</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>VELOCITY_SUFFIX</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_applicationContext</name>
		</field>
		<field>
			<name>_classLoader</name>
		</field>
		<field>
			<name>_paclPersistenceBeans</name>
		</field>
		<field>
			<name>_paclServletContextName</name>
		</field>
		<field>
			<name>_paclWrapPersistence</name>
		</field>
		<field>
			<name>_velocityBeans</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BeanPropertiesImpl</name>
		<type>com.liferay.portal.bean.BeanPropertiesImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>copyProperties</name>
			<param>
				<name>source</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>copyProperties</name>
			<param>
				<name>source</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>editable</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>copyProperties</name>
			<param>
				<name>source</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>ignoreProperties</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBooleanSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBooleanSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getByte</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getByte</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>byte</type>
			</param>
		</method>
		<method>
			<name>getByteSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getByteSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>byte</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getDoubleSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDoubleSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>getFloatSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFloatSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getIntegerSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getIntegerSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLongSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLongSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getObject</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getObject</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getObjectSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getObjectSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getObjectType</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getObjectType</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getObjectTypeSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getObjectTypeSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getShortSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShortSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStringSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStringSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setProperties</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>setProperty</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RendererImpl</name>
		<type>com.liferay.portal.bean.RendererImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>renderBean</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderBean</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>varientSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderBean</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderBean</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>varientSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderBean</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderBean</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>varientSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderBean</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderBean</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>varientSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderEntity</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderEntity</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>varientSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderEntity</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderEntity</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>varientSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderEntity</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderEntity</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>varientSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderEntity</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderEntity</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>varientSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>getPortletPreferences</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>mapToPrimitive</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>normalizeClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_BEAN</name>
		</field>
		<field>
			<name>_LOCAL_SERVICE_UTIL</name>
		</field>
		<field>
			<name>_MODEL</name>
		</field>
		<field>
			<name>_SERVICE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VelocityBeanHandler</name>
		<type>com.liferay.portal.bean.VelocityBeanHandler</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>VelocityBeanHandler</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>getClassLoader</name>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>proxy</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<field>
			<name>_classLoader</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RulesEngineProxyBean</name>
		<type>com.liferay.portal.bi.rules.RulesEngineProxyBean</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>add</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>RulesResourceRetriever</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesResourceRetriever</type>
			</param>
			<param>
				<name>clientClassLoaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>containsRuleDomain</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>RulesResourceRetriever</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesResourceRetriever</type>
			</param>
			<param>
				<name>facts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>clientClassLoaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>RulesResourceRetriever</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesResourceRetriever</type>
			</param>
			<param>
				<name>facts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.bi.rules.Query</type>
			</param>
			<param>
				<name>clientClassLoaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>facts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>clientClassLoaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>facts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.bi.rules.Query</type>
			</param>
			<param>
				<name>clientClassLoaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>RulesResourceRetriever</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesResourceRetriever</type>
			</param>
			<param>
				<name>clientClassLoaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CacheRegistryImpl</name>
		<type>com.liferay.portal.cache.CacheRegistryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>clear</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isActive</name>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>cacheRegistryItem</name>
				<type>com.liferay.portal.kernel.cache.CacheRegistryItem</type>
			</param>
		</method>
		<method>
			<name>setActive</name>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_active</name>
		</field>
		<field>
			<name>_cacheRegistryItems</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MultiVMPoolImpl</name>
		<type>com.liferay.portal.cache.MultiVMPoolImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>clear</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>blocking</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortalCacheManager</name>
			<param>
				<name>portalCacheManager</name>
				<type>com.liferay.portal.kernel.cache.PortalCacheManager</type>
			</param>
		</method>
		<field>
			<name>_portalCacheManager</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SingleVMPoolImpl</name>
		<type>com.liferay.portal.cache.SingleVMPoolImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>clear</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>blocking</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>timeToLive</name>
				<type>int</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>timeToLive</name>
				<type>int</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortalCacheManager</name>
			<param>
				<name>portalCacheManager</name>
				<type>com.liferay.portal.kernel.cache.PortalCacheManager</type>
			</param>
		</method>
		<field>
			<name>_portalCacheManager</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThreadLocalCacheAdvice</name>
		<type>com.liferay.portal.cache.ThreadLocalCacheAdvice</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterReturning</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<param>
				<name>result</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>before</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>getNullAnnotation</name>
		</method>
		<method>
			<name>_getCacheKey</name>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>_getCacheName</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
		</method>
		<field>
			<name>_nullThreadLocalCacheable</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EhcachePortalCacheClusterReplicator</name>
		<type>com.liferay.portal.cache.cluster.EhcachePortalCacheClusterReplicator</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>EhcachePortalCacheClusterReplicator</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>alive</name>
		</method>
		<method>
			<name>clone</name>
			<throws>
				<name>CloneNotSupportedException</name>
				<type>java.lang.CloneNotSupportedException</type>
			</throws>
		</method>
		<method>
			<name>dispose</name>
		</method>
		<method>
			<name>isReplicateUpdatesViaCopy</name>
		</method>
		<method>
			<name>notAlive</name>
		</method>
		<method>
			<name>notifyElementEvicted</name>
			<param>
				<name>ehcache</name>
				<type>net.sf.ehcache.Ehcache</type>
			</param>
			<param>
				<name>element</name>
				<type>net.sf.ehcache.Element</type>
			</param>
		</method>
		<method>
			<name>notifyElementExpired</name>
			<param>
				<name>ehcache</name>
				<type>net.sf.ehcache.Ehcache</type>
			</param>
			<param>
				<name>element</name>
				<type>net.sf.ehcache.Element</type>
			</param>
		</method>
		<method>
			<name>notifyElementPut</name>
			<param>
				<name>ehcache</name>
				<type>net.sf.ehcache.Ehcache</type>
			</param>
			<param>
				<name>element</name>
				<type>net.sf.ehcache.Element</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>notifyElementRemoved</name>
			<param>
				<name>ehcache</name>
				<type>net.sf.ehcache.Ehcache</type>
			</param>
			<param>
				<name>element</name>
				<type>net.sf.ehcache.Element</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>notifyElementUpdated</name>
			<param>
				<name>ehcache</name>
				<type>net.sf.ehcache.Ehcache</type>
			</param>
			<param>
				<name>element</name>
				<type>net.sf.ehcache.Element</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>notifyRemoveAll</name>
			<param>
				<name>ehcache</name>
				<type>net.sf.ehcache.Ehcache</type>
			</param>
		</method>
		<field>
			<name>_REPLICATE_PUTS</name>
		</field>
		<field>
			<name>_REPLICATE_PUTS_VIA_COPY</name>
		</field>
		<field>
			<name>_REPLICATE_REMOVALS</name>
		</field>
		<field>
			<name>_REPLICATE_UPDATES</name>
		</field>
		<field>
			<name>_REPLICATE_UPDATES_VIA_COPY</name>
		</field>
		<field>
			<name>_replicatePuts</name>
		</field>
		<field>
			<name>_replicatePutsViaCopy</name>
		</field>
		<field>
			<name>_replicateRemovals</name>
		</field>
		<field>
			<name>_replicateUpdates</name>
		</field>
		<field>
			<name>_replicateUpdatesViaCopy</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EhcachePortalCacheClusterReplicatorFactory</name>
		<type>com.liferay.portal.cache.cluster.EhcachePortalCacheClusterReplicatorFactory</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>createCacheEventListener</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ClusterLinkPortalCacheClusterChannel</name>
		<type>com.liferay.portal.cache.cluster.clusterlink.ClusterLinkPortalCacheClusterChannel</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>ClusterLinkPortalCacheClusterChannel</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>priority</name>
				<type>com.liferay.portal.kernel.cluster.Priority</type>
			</param>
		</method>
		<method>
			<name>dispatchEvent</name>
			<param>
				<name>portalCacheClusterEvent</name>
				<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterEvent</type>
			</param>
		</method>
		<field>
			<name>_destinationName</name>
		</field>
		<field>
			<name>_priority</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClusterLinkPortalCacheClusterChannelFactory</name>
		<type>com.liferay.portal.cache.cluster.clusterlink.ClusterLinkPortalCacheClusterChannelFactory</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>createPortalCacheClusterChannel</name>
			<throws>
				<name>PortalCacheClusterException</name>
				<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterException</type>
			</throws>
		</method>
		<method>
			<name>setDestinationName</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPriorities</name>
			<param>
				<name>priorities</name>
				<type>java.util.List</type>
			</param>
		</method>
		<field>
			<name>_counter</name>
		</field>
		<field>
			<name>_destinationName</name>
		</field>
		<field>
			<name>_priorities</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClusterLinkPortalCacheClusterListener</name>
		<type>com.liferay.portal.cache.cluster.clusterlink.messaging.ClusterLinkPortalCacheClusterListener</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>ClusterLinkPortalCacheClusterListener</name>
		</method>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_MULTI_VM_PORTAL_CACHE_MANAGER_BEAN_NAME</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_hibernateCacheManager</name>
		</field>
		<field>
			<name>_portalCacheManager</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClearEhcacheThreadUtil</name>
		<type>com.liferay.portal.cache.ehcache.ClearEhcacheThreadUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>clearEhcacheReplicationThread</name>
			<throws>
				<name>InterruptedException</name>
				<type>java.lang.InterruptedException</type>
			</throws>
		</method>
		<field>
			<name>_THREAD_NAME</name>
		</field>
		<field>
			<name>_WAIT_TIME</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EhcacheConfigurationUtil</name>
		<type>com.liferay.portal.cache.ehcache.EhcacheConfigurationUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>getConfiguration</name>
			<param>
				<name>configurationPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getConfiguration</name>
			<param>
				<name>configurationPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>clusterAware</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getConfiguration</name>
			<param>
				<name>configurationPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>clusterAware</name>
				<type>boolean</type>
			</param>
			<param>
				<name>usingDefault</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getConfiguration</name>
			<param>
				<name>configurationURL</name>
				<type>java.net.URL</type>
			</param>
		</method>
		<method>
			<name>getConfiguration</name>
			<param>
				<name>configurationURL</name>
				<type>java.net.URL</type>
			</param>
			<param>
				<name>clusterAware</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getConfiguration</name>
			<param>
				<name>configurationURL</name>
				<type>java.net.URL</type>
			</param>
			<param>
				<name>clusterAware</name>
				<type>boolean</type>
			</param>
			<param>
				<name>usingDefault</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>_clearCacheEventListenerConfigurations</name>
			<param>
				<name>cacheConfiguration</name>
				<type>net.sf.ehcache.config.CacheConfiguration</type>
			</param>
		</method>
		<method>
			<name>_configureCacheEventListeners</name>
			<param>
				<name>enableClusterLinkReplication</name>
				<type>boolean</type>
			</param>
			<param>
				<name>clearCachePeerProviderConfigurations</name>
				<type>boolean</type>
			</param>
			<param>
				<name>usingDefault</name>
				<type>boolean</type>
			</param>
			<param>
				<name>cacheConfiguration</name>
				<type>net.sf.ehcache.config.CacheConfiguration</type>
			</param>
		</method>
		<method>
			<name>_enableClusterLinkReplication</name>
			<param>
				<name>cacheConfiguration</name>
				<type>net.sf.ehcache.config.CacheConfiguration</type>
			</param>
			<param>
				<name>cacheEventListenerProperties</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_processDefaultClusterLinkReplication</name>
			<param>
				<name>configuration</name>
				<type>net.sf.ehcache.config.Configuration</type>
			</param>
			<param>
				<name>usingDefault</name>
				<type>boolean</type>
			</param>
			<param>
				<name>enableClusterLinkReplication</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>EhcachePortalCache</name>
		<type>com.liferay.portal.cache.ehcache.EhcachePortalCache</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>EhcachePortalCache</name>
			<param>
				<name>ehcache</name>
				<type>net.sf.ehcache.Ehcache</type>
			</param>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>keys</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>timeToLive</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>timeToLive</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>registerCacheListener</name>
			<param>
				<name>cacheListener</name>
				<type>com.liferay.portal.kernel.cache.CacheListener</type>
			</param>
		</method>
		<method>
			<name>registerCacheListener</name>
			<param>
				<name>cacheListener</name>
				<type>com.liferay.portal.kernel.cache.CacheListener</type>
			</param>
			<param>
				<name>cacheListenerScope</name>
				<type>com.liferay.portal.kernel.cache.CacheListenerScope</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>removeAll</name>
		</method>
		<method>
			<name>setEhcache</name>
			<param>
				<name>ehcache</name>
				<type>net.sf.ehcache.Ehcache</type>
			</param>
		</method>
		<method>
			<name>unregisterCacheListener</name>
			<param>
				<name>cacheListener</name>
				<type>com.liferay.portal.kernel.cache.CacheListener</type>
			</param>
		</method>
		<method>
			<name>unregisterCacheListeners</name>
		</method>
		<method>
			<name>getNotificationScope</name>
			<param>
				<name>cacheListenerScope</name>
				<type>com.liferay.portal.kernel.cache.CacheListenerScope</type>
			</param>
		</method>
		<field>
			<name>_cacheEventListeners</name>
		</field>
		<field>
			<name>_ehcache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EhcachePortalCacheManager</name>
		<type>com.liferay.portal.cache.ehcache.EhcachePortalCacheManager</type>
		<author><![CDATA[Joseph Shum]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>clearAll</name>
		</method>
		<method>
			<name>destroy</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>blocking</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getEhcacheManager</name>
		</method>
		<method>
			<name>reconfigureCaches</name>
			<param>
				<name>configurationURL</name>
				<type>java.net.URL</type>
			</param>
		</method>
		<method>
			<name>removeCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClusterAware</name>
			<param>
				<name>clusterAware</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setConfigPropertyKey</name>
			<param>
				<name>configPropertyKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMBeanServer</name>
			<param>
				<name>mBeanServer</name>
				<type>javax.management.MBeanServer</type>
			</param>
		</method>
		<method>
			<name>setRegisterCacheConfigurations</name>
			<param>
				<name>registerCacheConfigurations</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setRegisterCacheManager</name>
			<param>
				<name>registerCacheManager</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setRegisterCaches</name>
			<param>
				<name>registerCaches</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setRegisterCacheStatistics</name>
			<param>
				<name>registerCacheStatistics</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cache</name>
				<type>net.sf.ehcache.Cache</type>
			</param>
		</method>
		<field>
			<name>_DEFAULT_CLUSTERED_EHCACHE_CONFIG_FILE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_cacheManager</name>
		</field>
		<field>
			<name>_clusterAware</name>
		</field>
		<field>
			<name>_configPropertyKey</name>
		</field>
		<field>
			<name>_ehcachePortalCaches</name>
		</field>
		<field>
			<name>_managementService</name>
		</field>
		<field>
			<name>_mBeanServer</name>
		</field>
		<field>
			<name>_registerCacheConfigurations</name>
		</field>
		<field>
			<name>_registerCacheManager</name>
		</field>
		<field>
			<name>_registerCaches</name>
		</field>
		<field>
			<name>_registerCacheStatistics</name>
		</field>
		<field>
			<name>_usingDefault</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JGroupsBootstrapCacheLoader</name>
		<type>com.liferay.portal.cache.ehcache.JGroupsBootstrapCacheLoader</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-11061.
</p>]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>JGroupsBootstrapCacheLoader</name>
			<param>
				<name>asynchronous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>maximumChunkSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>load</name>
			<param>
				<name>cache</name>
				<type>net.sf.ehcache.Ehcache</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JGroupsBootstrapCacheLoaderFactory</name>
		<type>com.liferay.portal.cache.ehcache.JGroupsBootstrapCacheLoaderFactory</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-11061.
</p>]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>createBootstrapCacheLoader</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JGroupsCacheManagerPeerProviderFactory</name>
		<type>com.liferay.portal.cache.ehcache.JGroupsCacheManagerPeerProviderFactory</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-11061.
</p>]]></comment>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>createCachePeerProvider</name>
			<param>
				<name>cacheManager</name>
				<type>net.sf.ehcache.CacheManager</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<field>
			<name>_DEFAULT_CLUSTER_NAME</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_initialized</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JGroupsManager</name>
		<type>com.liferay.portal.cache.ehcache.JGroupsManager</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-11061.
</p>]]></comment>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>JGroupsManager</name>
			<param>
				<name>cacheManager</name>
				<type>net.sf.ehcache.CacheManager</type>
			</param>
			<param>
				<name>clusterName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>channelProperties</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>dispose</name>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>getBusLocalAddress</name>
		</method>
		<method>
			<name>getBusMembership</name>
		</method>
		<method>
			<name>getElements</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getGuid</name>
		</method>
		<method>
			<name>getKeys</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getQuiet</name>
			<param>
				<name>serializable</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>getScheme</name>
		</method>
		<method>
			<name>getTimeForClusterToForm</name>
		</method>
		<method>
			<name>getUrl</name>
		</method>
		<method>
			<name>getUrlBase</name>
		</method>
		<method>
			<name>handleNotification</name>
			<param>
				<name>serializable</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>init</name>
		</method>
		<method>
			<name>listRemoteCachePeers</name>
			<param>
				<name>ehcache</name>
				<type>net.sf.ehcache.Ehcache</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>element</name>
				<type>net.sf.ehcache.Element</type>
			</param>
		</method>
		<method>
			<name>registerPeer</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>serializable</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>removeAll</name>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>address</name>
				<type>org.jgroups.Address</type>
			</param>
			<param>
				<name>eventMessages</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>RemoteException</name>
				<type>java.rmi.RemoteException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>eventMessages</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>RemoteException</name>
				<type>java.rmi.RemoteException</type>
			</throws>
		</method>
		<method>
			<name>unregisterPeer</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>handleJGroupsNotification</name>
			<param>
				<name>jGroupEventMessage</name>
				<type>net.sf.ehcache.distribution.jgroups.JGroupEventMessage</type>
			</param>
		</method>
		<field>
			<name>_SCHEME</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_cacheManager</name>
		</field>
		<field>
			<name>_jChannel</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayBootstrapCacheLoaderFactory</name>
		<type>com.liferay.portal.cache.ehcache.LiferayBootstrapCacheLoaderFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LiferayBootstrapCacheLoaderFactory</name>
		</method>
		<method>
			<name>createBootstrapCacheLoader</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_bootstrapCacheLoaderFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayCacheEventListenerFactory</name>
		<type>com.liferay.portal.cache.ehcache.LiferayCacheEventListenerFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LiferayCacheEventListenerFactory</name>
		</method>
		<method>
			<name>createCacheEventListener</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_cacheEventListenerFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayCacheManagerPeerProviderFactory</name>
		<type>com.liferay.portal.cache.ehcache.LiferayCacheManagerPeerProviderFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LiferayCacheManagerPeerProviderFactory</name>
		</method>
		<method>
			<name>createCachePeerProvider</name>
			<param>
				<name>cacheManager</name>
				<type>net.sf.ehcache.CacheManager</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_htmlUtil</name>
		</field>
		<field>
			<name>_cacheManagerPeerProviderFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ModifiableEhcacheWrapper</name>
		<type>com.liferay.portal.cache.ehcache.ModifiableEhcacheWrapper</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>ModifiableEhcacheWrapper</name>
			<param>
				<name>ehcache</name>
				<type>net.sf.ehcache.Ehcache</type>
			</param>
		</method>
		<method>
			<name>acquireReadLockOnKey</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>acquireWriteLockOnKey</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>addPropertyChangeListener</name>
			<param>
				<name>propertyChangeListener</name>
				<type>java.beans.PropertyChangeListener</type>
			</param>
		</method>
		<method>
			<name>addReference</name>
		</method>
		<method>
			<name>bootstrap</name>
		</method>
		<method>
			<name>calculateInMemorySize</name>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>calculateOffHeapSize</name>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>clearStatistics</name>
		</method>
		<method>
			<name>clone</name>
			<throws>
				<name>CloneNotSupportedException</name>
				<type>java.lang.CloneNotSupportedException</type>
			</throws>
		</method>
		<method>
			<name>createQuery</name>
		</method>
		<method>
			<name>disableDynamicFeatures</name>
		</method>
		<method>
			<name>dispose</name>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>evictExpiredElements</name>
		</method>
		<method>
			<name>flush</name>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>getActiveReferenceCount</name>
		</method>
		<method>
			<name>getAllWithLoader</name>
			<param>
				<name>keys</name>
				<type>java.util.Collection</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>getAverageGetTime</name>
		</method>
		<method>
			<name>getAverageSearchTime</name>
		</method>
		<method>
			<name>getBootstrapCacheLoader</name>
		</method>
		<method>
			<name>getCacheConfiguration</name>
		</method>
		<method>
			<name>getCacheEventNotificationService</name>
		</method>
		<method>
			<name>getCacheExceptionHandler</name>
		</method>
		<method>
			<name>getCacheManager</name>
		</method>
		<method>
			<name>getDiskStoreSize</name>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>getGuid</name>
		</method>
		<method>
			<name>getInternalContext</name>
		</method>
		<method>
			<name>getKeys</name>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>getKeysNoDuplicateCheck</name>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>getKeysWithExpiryCheck</name>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>getLiveCacheStatistics</name>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>getMemoryStoreSize</name>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getOffHeapStoreSize</name>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>getQuiet</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>getQuiet</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>getRegisteredCacheExtensions</name>
		</method>
		<method>
			<name>getRegisteredCacheLoaders</name>
		</method>
		<method>
			<name>getRegisteredCacheWriter</name>
		</method>
		<method>
			<name>getSampledCacheStatistics</name>
		</method>
		<method>
			<name>getSearchAttribute</name>
			<param>
				<name>attributeName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>getSearchesPerSecond</name>
		</method>
		<method>
			<name>getSize</name>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>getSizeBasedOnAccuracy</name>
			<param>
				<name>statisticsAccuracy</name>
				<type>int</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
			<throws>
				<name>IllegalArgumentException</name>
				<type>java.lang.IllegalArgumentException</type>
			</throws>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>getStatistics</name>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>getStatisticsAccuracy</name>
		</method>
		<method>
			<name>getStatus</name>
		</method>
		<method>
			<name>getWithLoader</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>cacheLoader</name>
				<type>net.sf.ehcache.loader.CacheLoader</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>getWrappedCache</name>
		</method>
		<method>
			<name>getWriterManager</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>initialise</name>
		</method>
		<method>
			<name>isClusterBulkLoadEnabled</name>
			<throws>
				<name>TerracottaNotRunningException</name>
				<type>net.sf.ehcache.terracotta.TerracottaNotRunningException</type>
			</throws>
			<throws>
				<name>UnsupportedOperationException</name>
				<type>java.lang.UnsupportedOperationException</type>
			</throws>
		</method>
		<method>
			<name>isClusterCoherent</name>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>isDisabled</name>
		</method>
		<method>
			<name>isElementInMemory</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isElementInMemory</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>isElementOnDisk</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isElementOnDisk</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>isExpired</name>
			<param>
				<name>element</name>
				<type>net.sf.ehcache.Element</type>
			</param>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
			<throws>
				<name>NullPointerException</name>
				<type>java.lang.NullPointerException</type>
			</throws>
		</method>
		<method>
			<name>isKeyInCache</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isNodeBulkLoadEnabled</name>
			<throws>
				<name>TerracottaNotRunningException</name>
				<type>net.sf.ehcache.terracotta.TerracottaNotRunningException</type>
			</throws>
			<throws>
				<name>UnsupportedOperationException</name>
				<type>java.lang.UnsupportedOperationException</type>
			</throws>
		</method>
		<method>
			<name>isNodeCoherent</name>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>isReadLockedByCurrentThread</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isSampledStatisticsEnabled</name>
		</method>
		<method>
			<name>isSearchable</name>
		</method>
		<method>
			<name>isStatisticsEnabled</name>
		</method>
		<method>
			<name>isValueInCache</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isWriteLockedByCurrentThread</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>load</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>loadAll</name>
			<param>
				<name>keys</name>
				<type>java.util.Collection</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>element</name>
				<type>net.sf.ehcache.Element</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
			<throws>
				<name>IllegalArgumentException</name>
				<type>java.lang.IllegalArgumentException</type>
			</throws>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>element</name>
				<type>net.sf.ehcache.Element</type>
			</param>
			<param>
				<name>doNotNotifyCacheReplicators</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
			<throws>
				<name>IllegalArgumentException</name>
				<type>java.lang.IllegalArgumentException</type>
			</throws>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>putIfAbsent</name>
			<param>
				<name>element</name>
				<type>net.sf.ehcache.Element</type>
			</param>
			<throws>
				<name>NullPointerException</name>
				<type>java.lang.NullPointerException</type>
			</throws>
		</method>
		<method>
			<name>putQuiet</name>
			<param>
				<name>element</name>
				<type>net.sf.ehcache.Element</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
			<throws>
				<name>IllegalArgumentException</name>
				<type>java.lang.IllegalArgumentException</type>
			</throws>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>putWithWriter</name>
			<param>
				<name>element</name>
				<type>net.sf.ehcache.Element</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
			<throws>
				<name>IllegalArgumentException</name>
				<type>java.lang.IllegalArgumentException</type>
			</throws>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>registerCacheExtension</name>
			<param>
				<name>cacheExtension</name>
				<type>net.sf.ehcache.extension.CacheExtension</type>
			</param>
		</method>
		<method>
			<name>registerCacheLoader</name>
			<param>
				<name>cacheLoader</name>
				<type>net.sf.ehcache.loader.CacheLoader</type>
			</param>
		</method>
		<method>
			<name>registerCacheUsageListener</name>
			<param>
				<name>cacheUsageListener</name>
				<type>net.sf.ehcache.statistics.CacheUsageListener</type>
			</param>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>registerCacheWriter</name>
			<param>
				<name>cacheWriter</name>
				<type>net.sf.ehcache.writer.CacheWriter</type>
			</param>
		</method>
		<method>
			<name>releaseReadLockOnKey</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>releaseWriteLockOnKey</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>doNotNotifyCacheReplicators</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>doNotNotifyCacheReplicators</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>removeAll</name>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>removeAll</name>
			<param>
				<name>doNotNotifyCacheReplicators</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>removeCacheUsageListener</name>
			<param>
				<name>cacheUsageListener</name>
				<type>net.sf.ehcache.statistics.CacheUsageListener</type>
			</param>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>removeElement</name>
			<param>
				<name>element</name>
				<type>net.sf.ehcache.Element</type>
			</param>
			<throws>
				<name>NullPointerException</name>
				<type>java.lang.NullPointerException</type>
			</throws>
		</method>
		<method>
			<name>removePropertyChangeListener</name>
			<param>
				<name>propertyChangeListener</name>
				<type>java.beans.PropertyChangeListener</type>
			</param>
		</method>
		<method>
			<name>removeQuiet</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>removeQuiet</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>removeReference</name>
		</method>
		<method>
			<name>removeWithWriter</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>element</name>
				<type>net.sf.ehcache.Element</type>
			</param>
			<throws>
				<name>NullPointerException</name>
				<type>java.lang.NullPointerException</type>
			</throws>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>oldElement</name>
				<type>net.sf.ehcache.Element</type>
			</param>
			<param>
				<name>newElement</name>
				<type>net.sf.ehcache.Element</type>
			</param>
			<throws>
				<name>IllegalArgumentException</name>
				<type>java.lang.IllegalArgumentException</type>
			</throws>
			<throws>
				<name>NullPointerException</name>
				<type>java.lang.NullPointerException</type>
			</throws>
		</method>
		<method>
			<name>setBootstrapCacheLoader</name>
			<param>
				<name>bootstrapCacheLoader</name>
				<type>net.sf.ehcache.bootstrap.BootstrapCacheLoader</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>setCacheExceptionHandler</name>
			<param>
				<name>cacheExceptionHandler</name>
				<type>net.sf.ehcache.exceptionhandler.CacheExceptionHandler</type>
			</param>
		</method>
		<method>
			<name>setCacheManager</name>
			<param>
				<name>cacheManager</name>
				<type>net.sf.ehcache.CacheManager</type>
			</param>
		</method>
		<method>
			<name>setDisabled</name>
			<param>
				<name>disabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setDiskStorePath</name>
			<param>
				<name>diskStorePath</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setNodeBulkLoadEnabled</name>
			<param>
				<name>enabledBulkLoad</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>TerracottaNotRunningException</name>
				<type>net.sf.ehcache.terracotta.TerracottaNotRunningException</type>
			</throws>
			<throws>
				<name>UnsupportedOperationException</name>
				<type>java.lang.UnsupportedOperationException</type>
			</throws>
		</method>
		<method>
			<name>setNodeCoherent</name>
			<param>
				<name>nodeCoherent</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>UnsupportedOperationException</name>
				<type>java.lang.UnsupportedOperationException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>setSampledStatisticsEnabled</name>
			<param>
				<name>sampleStatisticsEnabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setStatisticsAccuracy</name>
			<param>
				<name>statisticsAccuracy</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setStatisticsEnabled</name>
			<param>
				<name>statisticsEnabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setTransactionManagerLookup</name>
			<param>
				<name>transactionManagerLookup</name>
				<type>net.sf.ehcache.transaction.manager.TransactionManagerLookup</type>
			</param>
		</method>
		<method>
			<name>setWrappedCache</name>
			<param>
				<name>ehcache</name>
				<type>net.sf.ehcache.Ehcache</type>
			</param>
		</method>
		<method>
			<name>tryReadLockOnKey</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<throws>
				<name>InterruptedException</name>
				<type>java.lang.InterruptedException</type>
			</throws>
		</method>
		<method>
			<name>tryWriteLockOnKey</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<throws>
				<name>InterruptedException</name>
				<type>java.lang.InterruptedException</type>
			</throws>
		</method>
		<method>
			<name>unregisterCacheExtension</name>
			<param>
				<name>cacheExtension</name>
				<type>net.sf.ehcache.extension.CacheExtension</type>
			</param>
		</method>
		<method>
			<name>unregisterCacheLoader</name>
			<param>
				<name>cacheLoader</name>
				<type>net.sf.ehcache.loader.CacheLoader</type>
			</param>
		</method>
		<method>
			<name>unregisterCacheWriter</name>
		</method>
		<method>
			<name>waitUntilClusterBulkLoadComplete</name>
			<throws>
				<name>TerracottaNotRunningException</name>
				<type>net.sf.ehcache.terracotta.TerracottaNotRunningException</type>
			</throws>
			<throws>
				<name>UnsupportedOperationException</name>
				<type>java.lang.UnsupportedOperationException</type>
			</throws>
		</method>
		<method>
			<name>waitUntilClusterCoherent</name>
			<throws>
				<name>UnsupportedOperationException</name>
				<type>java.lang.UnsupportedOperationException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>isStatusAlive</name>
		</method>
		<field>
			<name>_ehcache</name>
		</field>
		<field>
			<name>_referenceCounter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalCacheCacheEventListener</name>
		<type>com.liferay.portal.cache.ehcache.PortalCacheCacheEventListener</type>
		<author><![CDATA[Edward C. Han]]></author>
		<method>
			<name>PortalCacheCacheEventListener</name>
			<param>
				<name>cacheListener</name>
				<type>com.liferay.portal.kernel.cache.CacheListener</type>
			</param>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
		</method>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>dispose</name>
		</method>
		<method>
			<name>notifyElementEvicted</name>
			<param>
				<name>ehcache</name>
				<type>net.sf.ehcache.Ehcache</type>
			</param>
			<param>
				<name>element</name>
				<type>net.sf.ehcache.Element</type>
			</param>
		</method>
		<method>
			<name>notifyElementExpired</name>
			<param>
				<name>ehcache</name>
				<type>net.sf.ehcache.Ehcache</type>
			</param>
			<param>
				<name>element</name>
				<type>net.sf.ehcache.Element</type>
			</param>
		</method>
		<method>
			<name>notifyElementPut</name>
			<param>
				<name>ehcache</name>
				<type>net.sf.ehcache.Ehcache</type>
			</param>
			<param>
				<name>element</name>
				<type>net.sf.ehcache.Element</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>notifyElementRemoved</name>
			<param>
				<name>ehcache</name>
				<type>net.sf.ehcache.Ehcache</type>
			</param>
			<param>
				<name>element</name>
				<type>net.sf.ehcache.Element</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>notifyElementUpdated</name>
			<param>
				<name>ehcache</name>
				<type>net.sf.ehcache.Ehcache</type>
			</param>
			<param>
				<name>element</name>
				<type>net.sf.ehcache.Element</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>net.sf.ehcache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>notifyRemoveAll</name>
			<param>
				<name>ehcache</name>
				<type>net.sf.ehcache.Ehcache</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_cacheListener</name>
		</field>
		<field>
			<name>_portalCache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RMICacheManagerPeerProviderFactory</name>
		<type>com.liferay.portal.cache.ehcache.RMICacheManagerPeerProviderFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[{@link LiferayCacheManagerPeerProviderFactory}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>BaseCacheKeyGenerator</name>
		<type>com.liferay.portal.cache.key.BaseCacheKeyGenerator</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>append</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>keys</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
		</method>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>finish</name>
		</method>
		<method>
			<name>isCallingGetCacheKeyThreadSafe</name>
		</method>
		<field>
			<name>keyBundler</name>
		</field>
		<field>
			<name>_CALLING_GET_CACHE_KEY_THREAD_SAFE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HashCodeCacheKeyGenerator</name>
		<type>com.liferay.portal.cache.key.HashCodeCacheKeyGenerator</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>getCacheKey</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCacheKey</name>
			<param>
				<name>keys</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getCacheKey</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JavaMD5CacheKeyGenerator</name>
		<type>com.liferay.portal.cache.key.JavaMD5CacheKeyGenerator</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>JavaMD5CacheKeyGenerator</name>
			<throws>
				<name>NoSuchAlgorithmException</name>
				<type>java.security.NoSuchAlgorithmException</type>
			</throws>
		</method>
		<method>
			<name>JavaMD5CacheKeyGenerator</name>
			<param>
				<name>maxLength</name>
				<type>int</type>
			</param>
			<throws>
				<name>NoSuchAlgorithmException</name>
				<type>java.security.NoSuchAlgorithmException</type>
			</throws>
		</method>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>getCacheKey</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCacheKey</name>
			<param>
				<name>keys</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getCacheKey</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
		</method>
		<method>
			<name>isCallingGetCacheKeyThreadSafe</name>
		</method>
		<method>
			<name>setMaxLength</name>
			<param>
				<name>maxLength</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>encodeCacheKey</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<field>
			<name>_ALGORITHM_MD5</name>
		</field>
		<field>
			<name>_CALLING_GET_CACHE_KEY_THREAD_SAFE</name>
		</field>
		<field>
			<name>_HEX_CHARACTERS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_charsetEncoder</name>
		</field>
		<field>
			<name>_encodeBuffer</name>
		</field>
		<field>
			<name>_maxLength</name>
		</field>
		<field>
			<name>_messageDigest</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SimpleCacheKeyGenerator</name>
		<type>com.liferay.portal.cache.key.SimpleCacheKeyGenerator</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>getCacheKey</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCacheKey</name>
			<param>
				<name>keys</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getCacheKey</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MultiVMKeyPoolCacheListener</name>
		<type>com.liferay.portal.cache.keypool.MultiVMKeyPoolCacheListener</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MultiVMKeyPoolCacheListener</name>
			<param>
				<name>localPortalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
		</method>
		<method>
			<name>notifyEntryEvicted</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>notifyEntryExpired</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>notifyEntryPut</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>notifyEntryRemoved</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>notifyEntryUpdated</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>notifyRemoveAll</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
		</method>
		<field>
			<name>_localPortalCache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MultiVMKeyPoolPortalCache</name>
		<type>com.liferay.portal.cache.keypool.MultiVMKeyPoolPortalCache</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MultiVMKeyPoolPortalCache</name>
			<param>
				<name>clusterPortalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>localPortalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>keys</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>timeToLive</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>timeToLive</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>registerCacheListener</name>
			<param>
				<name>cacheListener</name>
				<type>com.liferay.portal.kernel.cache.CacheListener</type>
			</param>
		</method>
		<method>
			<name>registerCacheListener</name>
			<param>
				<name>cacheListener</name>
				<type>com.liferay.portal.kernel.cache.CacheListener</type>
			</param>
			<param>
				<name>cacheListenerScope</name>
				<type>com.liferay.portal.kernel.cache.CacheListenerScope</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>removeAll</name>
		</method>
		<method>
			<name>unregisterCacheListener</name>
			<param>
				<name>cacheListener</name>
				<type>com.liferay.portal.kernel.cache.CacheListener</type>
			</param>
		</method>
		<method>
			<name>unregisterCacheListeners</name>
		</method>
		<field>
			<name>_clusterPortalCache</name>
		</field>
		<field>
			<name>_localPortalCache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MultiVMKeyPoolPortalCacheManager</name>
		<type>com.liferay.portal.cache.keypool.MultiVMKeyPoolPortalCacheManager</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clearAll</name>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>blocking</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>reconfigureCaches</name>
			<param>
				<name>configurationURL</name>
				<type>java.net.URL</type>
			</param>
		</method>
		<method>
			<name>removeCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMultiVMPool</name>
			<param>
				<name>multiVMPool</name>
				<type>com.liferay.portal.kernel.cache.MultiVMPool</type>
			</param>
		</method>
		<method>
			<name>setSingleVMPool</name>
			<param>
				<name>singleVMPool</name>
				<type>com.liferay.portal.kernel.cache.SingleVMPool</type>
			</param>
		</method>
		<field>
			<name>_multiVMKeyPoolPortalCaches</name>
		</field>
		<field>
			<name>_multiVMPool</name>
		</field>
		<field>
			<name>_singleVMPool</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultMemcachedClientFactory</name>
		<type>com.liferay.portal.cache.memcached.DefaultMemcachedClientFactory</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>close</name>
		</method>
		<method>
			<name>getMemcachedClient</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getNumActive</name>
		</method>
		<method>
			<name>getNumIdle</name>
		</method>
		<method>
			<name>invalidateMemcachedClient</name>
			<param>
				<name>memcachedClient</name>
				<type>net.spy.memcached.MemcachedClientIF</type>
			</param>
		</method>
		<method>
			<name>returnMemcachedObject</name>
			<param>
				<name>memcachedClient</name>
				<type>net.spy.memcached.MemcachedClientIF</type>
			</param>
		</method>
		<method>
			<name>setAddresses</name>
			<param>
				<name>addresses</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setConnectionFactory</name>
			<param>
				<name>connectionFactory</name>
				<type>net.spy.memcached.ConnectionFactory</type>
			</param>
		</method>
		<field>
			<name>_DEFAULT_MEMCACHED_PORT</name>
		</field>
		<field>
			<name>_connectionFactory</name>
		</field>
		<field>
			<name>_inetSocketAddresses</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MemcachePortalCache</name>
		<type>com.liferay.portal.cache.memcached.MemcachePortalCache</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>MemcachePortalCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>memcachedClient</name>
				<type>net.spy.memcached.MemcachedClientIF</type>
			</param>
			<param>
				<name>timeout</name>
				<type>int</type>
			</param>
			<param>
				<name>timeoutTimeUnit</name>
				<type>java.util.concurrent.TimeUnit</type>
			</param>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>keys</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>timeToLive</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>timeToLive</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>registerCacheListener</name>
			<param>
				<name>cacheListener</name>
				<type>com.liferay.portal.kernel.cache.CacheListener</type>
			</param>
		</method>
		<method>
			<name>registerCacheListener</name>
			<param>
				<name>cacheListener</name>
				<type>com.liferay.portal.kernel.cache.CacheListener</type>
			</param>
			<param>
				<name>cacheListenerScope</name>
				<type>com.liferay.portal.kernel.cache.CacheListenerScope</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>removeAll</name>
		</method>
		<method>
			<name>setTimeToLive</name>
			<param>
				<name>timeToLive</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>unregisterCacheListener</name>
			<param>
				<name>cacheListener</name>
				<type>com.liferay.portal.kernel.cache.CacheListener</type>
			</param>
		</method>
		<method>
			<name>unregisterCacheListeners</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_memcachedClient</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_timeout</name>
		</field>
		<field>
			<name>_timeoutTimeUnit</name>
		</field>
		<field>
			<name>_timeToLive</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MemcachePortalCacheManager</name>
		<type>com.liferay.portal.cache.memcached.MemcachePortalCacheManager</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>clearAll</name>
		</method>
		<method>
			<name>destroy</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>blocking</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>reconfigureCaches</name>
			<param>
				<name>configurationURL</name>
				<type>java.net.URL</type>
			</param>
		</method>
		<method>
			<name>removeCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMemcachedClientPool</name>
			<param>
				<name>memcachedClientFactory</name>
				<type>com.liferay.portal.cache.memcached.MemcachedClientFactory</type>
			</param>
		</method>
		<method>
			<name>setTimeout</name>
			<param>
				<name>timeout</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setTimeoutTimeUnit</name>
			<param>
				<name>timeoutTimeUnit</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_memcachedClientFactory</name>
		</field>
		<field>
			<name>_memcachePortalCaches</name>
		</field>
		<field>
			<name>_timeout</name>
		</field>
		<field>
			<name>_timeoutTimeUnit</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MemcachedClientFactory</name>
		<type>com.liferay.portal.cache.memcached.MemcachedClientFactory</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>clear</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getMemcachedClient</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getNumActive</name>
		</method>
		<method>
			<name>getNumIdle</name>
		</method>
		<method>
			<name>invalidateMemcachedClient</name>
			<param>
				<name>memcachedClient</name>
				<type>net.spy.memcached.MemcachedClientIF</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>returnMemcachedObject</name>
			<param>
				<name>memcachedClient</name>
				<type>net.spy.memcached.MemcachedClientIF</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MemcachedClientPoolableObjectFactory</name>
		<type>com.liferay.portal.cache.memcached.MemcachedClientPoolableObjectFactory</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>activateObject</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>destroyObject</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>makeObject</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>passivateObject</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setAddresses</name>
			<param>
				<name>addresses</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setConnectionFactory</name>
			<param>
				<name>connectionFactory</name>
				<type>net.spy.memcached.ConnectionFactory</type>
			</param>
		</method>
		<method>
			<name>validateObject</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_DEFAULT_MEMCACHED_PORT</name>
		</field>
		<field>
			<name>_connectionFactory</name>
		</field>
		<field>
			<name>_inetSocketAddresses</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PooledMemcachePortalCache</name>
		<type>com.liferay.portal.cache.memcached.PooledMemcachePortalCache</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>PooledMemcachePortalCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>memcachedClientFactory</name>
				<type>com.liferay.portal.cache.memcached.MemcachedClientFactory</type>
			</param>
			<param>
				<name>timeout</name>
				<type>int</type>
			</param>
			<param>
				<name>timeoutTimeUnit</name>
				<type>java.util.concurrent.TimeUnit</type>
			</param>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>keys</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>timeToLive</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>timeToLive</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>registerCacheListener</name>
			<param>
				<name>cacheListener</name>
				<type>com.liferay.portal.kernel.cache.CacheListener</type>
			</param>
		</method>
		<method>
			<name>registerCacheListener</name>
			<param>
				<name>cacheListener</name>
				<type>com.liferay.portal.kernel.cache.CacheListener</type>
			</param>
			<param>
				<name>cacheListenerScope</name>
				<type>com.liferay.portal.kernel.cache.CacheListenerScope</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>removeAll</name>
		</method>
		<method>
			<name>setTimeToLive</name>
			<param>
				<name>timeToLive</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>unregisterCacheListener</name>
			<param>
				<name>cacheListener</name>
				<type>com.liferay.portal.kernel.cache.CacheListener</type>
			</param>
		</method>
		<method>
			<name>unregisterCacheListeners</name>
		</method>
		<method>
			<name>cleanupClient</name>
			<param>
				<name>memcachedClient</name>
				<type>net.spy.memcached.MemcachedClientIF</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_memcachedClientFactory</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_timeout</name>
		</field>
		<field>
			<name>_timeoutTimeUnit</name>
		</field>
		<field>
			<name>_timeToLive</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PooledMemcachePortalCacheManager</name>
		<type>com.liferay.portal.cache.memcached.PooledMemcachePortalCacheManager</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>clearAll</name>
		</method>
		<method>
			<name>destroy</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>blocking</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>reconfigureCaches</name>
			<param>
				<name>configurationURL</name>
				<type>java.net.URL</type>
			</param>
		</method>
		<method>
			<name>removeCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMemcachedClientPool</name>
			<param>
				<name>memcachedClientFactory</name>
				<type>com.liferay.portal.cache.memcached.MemcachedClientFactory</type>
			</param>
		</method>
		<method>
			<name>setTimeout</name>
			<param>
				<name>timeout</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setTimeoutTimeUnit</name>
			<param>
				<name>timeoutTimeUnit</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_memcachedClientFactory</name>
		</field>
		<field>
			<name>_portalCaches</name>
		</field>
		<field>
			<name>_timeout</name>
		</field>
		<field>
			<name>_timeoutTimeUnit</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PooledMemcachedClientFactory</name>
		<type>com.liferay.portal.cache.memcached.PooledMemcachedClientFactory</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>clear</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>getMemcachedClient</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getNumActive</name>
		</method>
		<method>
			<name>getNumIdle</name>
		</method>
		<method>
			<name>invalidateMemcachedClient</name>
			<param>
				<name>memcachedClient</name>
				<type>net.spy.memcached.MemcachedClientIF</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>returnMemcachedObject</name>
			<param>
				<name>memcachedClient</name>
				<type>net.spy.memcached.MemcachedClientIF</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setMemcachedClientPool</name>
			<param>
				<name>memcachedClientPool</name>
				<type>org.apache.commons.pool.ObjectPool</type>
			</param>
		</method>
		<field>
			<name>_memcachedClientPool</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MemoryPortalCache</name>
		<type>com.liferay.portal.cache.memory.MemoryPortalCache</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>MemoryPortalCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>initialCapacity</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>keys</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>timeToLive</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>timeToLive</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>registerCacheListener</name>
			<param>
				<name>cacheListener</name>
				<type>com.liferay.portal.kernel.cache.CacheListener</type>
			</param>
		</method>
		<method>
			<name>registerCacheListener</name>
			<param>
				<name>cacheListener</name>
				<type>com.liferay.portal.kernel.cache.CacheListener</type>
			</param>
			<param>
				<name>cacheListenerScope</name>
				<type>com.liferay.portal.kernel.cache.CacheListenerScope</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>removeAll</name>
		</method>
		<method>
			<name>unregisterCacheListener</name>
			<param>
				<name>cacheListener</name>
				<type>com.liferay.portal.kernel.cache.CacheListener</type>
			</param>
		</method>
		<method>
			<name>unregisterCacheListeners</name>
		</method>
		<method>
			<name>notifyPutEvents</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>updated</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_cacheListeners</name>
		</field>
		<field>
			<name>_map</name>
		</field>
		<field>
			<name>_name</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MemoryPortalCacheManager</name>
		<type>com.liferay.portal.cache.memory.MemoryPortalCacheManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>clearAll</name>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>blocking</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>reconfigureCaches</name>
			<param>
				<name>configurationURL</name>
				<type>java.net.URL</type>
			</param>
		</method>
		<method>
			<name>removeCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCacheInitialCapacity</name>
			<param>
				<name>cacheInitialCapacity</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setCacheManagerInitialCapacity</name>
			<param>
				<name>cacheManagerInitialCapacity</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_cacheInitialCapacity</name>
		</field>
		<field>
			<name>_cacheManagerInitialCapacity</name>
		</field>
		<field>
			<name>_portalCaches</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TransactionalPortalCache</name>
		<type>com.liferay.portal.cache.transactional.TransactionalPortalCache</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>TransactionalPortalCache</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>keys</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>timeToLive</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>timeToLive</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>registerCacheListener</name>
			<param>
				<name>cacheListener</name>
				<type>com.liferay.portal.kernel.cache.CacheListener</type>
			</param>
		</method>
		<method>
			<name>registerCacheListener</name>
			<param>
				<name>cacheListener</name>
				<type>com.liferay.portal.kernel.cache.CacheListener</type>
			</param>
			<param>
				<name>cacheListenerScope</name>
				<type>com.liferay.portal.kernel.cache.CacheListenerScope</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>removeAll</name>
		</method>
		<method>
			<name>unregisterCacheListener</name>
			<param>
				<name>cacheListener</name>
				<type>com.liferay.portal.kernel.cache.CacheListener</type>
			</param>
		</method>
		<method>
			<name>unregisterCacheListeners</name>
		</method>
		<field>
			<name>_nullHolder</name>
		</field>
		<field>
			<name>_portalCache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TransactionalPortalCacheHelper</name>
		<type>com.liferay.portal.cache.transactional.TransactionalPortalCacheHelper</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>begin</name>
		</method>
		<method>
			<name>commit</name>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>rollback</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>removeAll</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
		</method>
		<method>
			<name>_peekPortalCacheMap</name>
		</method>
		<method>
			<name>_popPortalCacheMap</name>
		</method>
		<method>
			<name>_pushPortalCacheMap</name>
		</method>
		<field>
			<name>_portalCacheListThreadLocal</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CaptchaAction</name>
		<type>com.liferay.portal.captcha.CaptchaAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[This class has been renamed to <code>CaptchaPortletAction</code>.]]></deprecated>
	</javadoc>
	<javadoc>
		<name>CaptchaImpl</name>
		<type>com.liferay.portal.captcha.CaptchaImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>CaptchaException</name>
				<type>com.liferay.portal.kernel.captcha.CaptchaException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>CaptchaException</name>
				<type>com.liferay.portal.kernel.captcha.CaptchaException</type>
			</throws>
		</method>
		<method>
			<name>getTaglibPath</name>
		</method>
		<method>
			<name>isEnabled</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>CaptchaException</name>
				<type>com.liferay.portal.kernel.captcha.CaptchaException</type>
			</throws>
		</method>
		<method>
			<name>isEnabled</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>CaptchaException</name>
				<type>com.liferay.portal.kernel.captcha.CaptchaException</type>
			</throws>
		</method>
		<method>
			<name>serveImage</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>serveImage</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>setCaptcha</name>
			<param>
				<name>captcha</name>
				<type>com.liferay.portal.kernel.captcha.Captcha</type>
			</param>
		</method>
		<method>
			<name>_initialize</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_captcha</name>
		</field>
		<field>
			<name>_originalCaptcha</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CaptchaPortalAction</name>
		<type>com.liferay.portal.captcha.CaptchaPortalAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CaptchaPortletAction</name>
		<type>com.liferay.portal.captcha.CaptchaPortletAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ReCaptchaImpl</name>
		<type>com.liferay.portal.captcha.recaptcha.ReCaptchaImpl</type>
		<author><![CDATA[Tagnaouti Boubker]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Daniel Sanz]]></author>
		<method>
			<name>getTaglibPath</name>
		</method>
		<method>
			<name>serveImage</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>serveImage</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
		</method>
		<method>
			<name>validateChallenge</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>CaptchaException</name>
				<type>com.liferay.portal.kernel.captcha.CaptchaException</type>
			</throws>
		</method>
		<method>
			<name>validateChallenge</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>CaptchaException</name>
				<type>com.liferay.portal.kernel.captcha.CaptchaException</type>
			</throws>
		</method>
		<field>
			<name>_TAGLIB_PATH</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DictionaryWordTextProducer</name>
		<type>com.liferay.portal.captcha.simplecaptcha.DictionaryWordTextProducer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getText</name>
		</method>
	</javadoc>
	<javadoc>
		<name>PinNumberTextProducer</name>
		<type>com.liferay.portal.captcha.simplecaptcha.PinNumberTextProducer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getText</name>
		</method>
	</javadoc>
	<javadoc>
		<name>SimpleCaptchaImpl</name>
		<type>com.liferay.portal.captcha.simplecaptcha.SimpleCaptchaImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Daniel Sanz]]></author>
		<method>
			<name>SimpleCaptchaImpl</name>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>CaptchaException</name>
				<type>com.liferay.portal.kernel.captcha.CaptchaException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>CaptchaException</name>
				<type>com.liferay.portal.kernel.captcha.CaptchaException</type>
			</throws>
		</method>
		<method>
			<name>getTaglibPath</name>
		</method>
		<method>
			<name>isEnabled</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>CaptchaException</name>
				<type>com.liferay.portal.kernel.captcha.CaptchaException</type>
			</throws>
		</method>
		<method>
			<name>isEnabled</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>CaptchaException</name>
				<type>com.liferay.portal.kernel.captcha.CaptchaException</type>
			</throws>
		</method>
		<method>
			<name>serveImage</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>serveImage</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>checkMaxChallenges</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>CaptchaMaxChallengesException</name>
				<type>com.liferay.portal.kernel.captcha.CaptchaMaxChallengesException</type>
			</throws>
		</method>
		<method>
			<name>checkMaxChallenges</name>
			<param>
				<name>count</name>
				<type>java.lang.Integer</type>
			</param>
			<throws>
				<name>CaptchaMaxChallengesException</name>
				<type>com.liferay.portal.kernel.captcha.CaptchaMaxChallengesException</type>
			</throws>
		</method>
		<method>
			<name>checkMaxChallenges</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>CaptchaMaxChallengesException</name>
				<type>com.liferay.portal.kernel.captcha.CaptchaMaxChallengesException</type>
			</throws>
		</method>
		<method>
			<name>getBackgroundProducer</name>
		</method>
		<method>
			<name>getGimpyRenderer</name>
		</method>
		<method>
			<name>getHeight</name>
		</method>
		<method>
			<name>getNoiseProducer</name>
		</method>
		<method>
			<name>getSimpleCaptcha</name>
		</method>
		<method>
			<name>getTextProducer</name>
		</method>
		<method>
			<name>getWidth</name>
		</method>
		<method>
			<name>getWordRenderer</name>
		</method>
		<method>
			<name>incrementCounter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>incrementCounter</name>
			<param>
				<name>count</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>incrementCounter</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>initBackgroundProducers</name>
		</method>
		<method>
			<name>initGimpyRenderers</name>
		</method>
		<method>
			<name>initNoiseProducers</name>
		</method>
		<method>
			<name>initTextProducers</name>
		</method>
		<method>
			<name>initWordRenderers</name>
		</method>
		<method>
			<name>validateChallenge</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>CaptchaException</name>
				<type>com.liferay.portal.kernel.captcha.CaptchaException</type>
			</throws>
		</method>
		<method>
			<name>validateChallenge</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>CaptchaException</name>
				<type>com.liferay.portal.kernel.captcha.CaptchaException</type>
			</throws>
		</method>
		<field>
			<name>_TAGLIB_PATH</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_backgroundProducers</name>
		</field>
		<field>
			<name>_gimpyRenderers</name>
		</field>
		<field>
			<name>_noiseProducers</name>
		</field>
		<field>
			<name>_textProducers</name>
		</field>
		<field>
			<name>_wordRenderers</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EmptyProfile</name>
		<type>com.liferay.portal.ccpp.EmptyProfile</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAttributes</name>
		</method>
		<method>
			<name>getComponent</name>
			<param>
				<name>localtype</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getComponents</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalProfileFactory</name>
		<type>com.liferay.portal.ccpp.PortalProfileFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getCCPPProfile</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_EMPTY_PROFILE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AddressImpl</name>
		<type>com.liferay.portal.cluster.AddressImpl</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>AddressImpl</name>
			<param>
				<name>address</name>
				<type>org.jgroups.Address</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getRealAddress</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>serialVersionUID</name>
		</field>
		<field>
			<name>_address</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseReceiver</name>
		<type>com.liferay.portal.cluster.BaseReceiver</type>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>block</name>
		</method>
		<method>
			<name>getState</name>
		</method>
		<method>
			<name>getView</name>
		</method>
		<method>
			<name>receive</name>
			<param>
				<name>message</name>
				<type>org.jgroups.Message</type>
			</param>
		</method>
		<method>
			<name>setState</name>
			<param>
				<name>state</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>suspect</name>
			<param>
				<name>address</name>
				<type>org.jgroups.Address</type>
			</param>
		</method>
		<method>
			<name>viewAccepted</name>
			<param>
				<name>view</name>
				<type>org.jgroups.View</type>
			</param>
		</method>
		<field>
			<name>view</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClusterBase</name>
		<type>com.liferay.portal.cluster.ClusterBase</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>createJChannel</name>
			<param>
				<name>properties</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>receiver</name>
				<type>org.jgroups.Receiver</type>
			</param>
			<param>
				<name>clusterName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>org.jgroups.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getAddresses</name>
			<param>
				<name>channel</name>
				<type>org.jgroups.JChannel</type>
			</param>
		</method>
		<method>
			<name>initBindAddress</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>initChannels</name>
			<throws>
				<name>ChannelException</name>
				<type>org.jgroups.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>initSystemProperties</name>
		</method>
		<field>
			<name>bindInetAddress</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_initialized</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClusterExecutorImpl</name>
		<type>com.liferay.portal.cluster.ClusterExecutorImpl</type>
		<author><![CDATA[Tina Tian]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>addClusterEventListener</name>
			<param>
				<name>clusterEventListener</name>
				<type>com.liferay.portal.kernel.cluster.ClusterEventListener</type>
			</param>
		</method>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>clusterRequest</name>
				<type>com.liferay.portal.kernel.cluster.ClusterRequest</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>clusterRequest</name>
				<type>com.liferay.portal.kernel.cluster.ClusterRequest</type>
			</param>
			<param>
				<name>clusterResponseCallback</name>
				<type>com.liferay.portal.kernel.cluster.ClusterResponseCallback</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>clusterRequest</name>
				<type>com.liferay.portal.kernel.cluster.ClusterRequest</type>
			</param>
			<param>
				<name>clusterResponseCallback</name>
				<type>com.liferay.portal.kernel.cluster.ClusterResponseCallback</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<param>
				<name>timeUnit</name>
				<type>java.util.concurrent.TimeUnit</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClusterEventListeners</name>
		</method>
		<method>
			<name>getClusterNodeAddresses</name>
		</method>
		<method>
			<name>getClusterNodes</name>
		</method>
		<method>
			<name>getLocalClusterNode</name>
		</method>
		<method>
			<name>getLocalClusterNodeAddress</name>
		</method>
		<method>
			<name>initialize</name>
		</method>
		<method>
			<name>isClusterNodeAlive</name>
			<param>
				<name>address</name>
				<type>com.liferay.portal.kernel.cluster.Address</type>
			</param>
		</method>
		<method>
			<name>isClusterNodeAlive</name>
			<param>
				<name>clusterNodeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>portalPortConfigured</name>
			<param>
				<name>port</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>removeClusterEventListener</name>
			<param>
				<name>clusterEventListener</name>
				<type>com.liferay.portal.kernel.cluster.ClusterEventListener</type>
			</param>
		</method>
		<method>
			<name>setClusterEventListeners</name>
			<param>
				<name>clusterEventListeners</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setShortcutLocalMethod</name>
			<param>
				<name>shortcutLocalMethod</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>fireClusterEvent</name>
			<param>
				<name>clusterEvent</name>
				<type>com.liferay.portal.kernel.cluster.ClusterEvent</type>
			</param>
		</method>
		<method>
			<name>getControlChannel</name>
		</method>
		<method>
			<name>getExecutionResults</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>initChannels</name>
		</method>
		<method>
			<name>initLocalClusterNode</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isShortcutLocalMethod</name>
		</method>
		<method>
			<name>memberJoined</name>
			<param>
				<name>joinAddress</name>
				<type>com.liferay.portal.kernel.cluster.Address</type>
			</param>
			<param>
				<name>clusterNode</name>
				<type>com.liferay.portal.kernel.cluster.ClusterNode</type>
			</param>
		</method>
		<method>
			<name>memberRemoved</name>
			<param>
				<name>departAddresses</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>prepareAddresses</name>
			<param>
				<name>clusterRequest</name>
				<type>com.liferay.portal.kernel.cluster.ClusterRequest</type>
			</param>
		</method>
		<method>
			<name>runLocalMethod</name>
			<param>
				<name>methodHandler</name>
				<type>com.liferay.portal.kernel.util.MethodHandler</type>
			</param>
		</method>
		<method>
			<name>sendMulticastRequest</name>
			<param>
				<name>clusterRequest</name>
				<type>com.liferay.portal.kernel.cluster.ClusterRequest</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>sendNotifyRequest</name>
		</method>
		<method>
			<name>sendUnicastRequest</name>
			<param>
				<name>clusterRequest</name>
				<type>com.liferay.portal.kernel.cluster.ClusterRequest</type>
			</param>
			<param>
				<name>addresses</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>CLUSTER_EXECUTOR_CALLBACK_THREAD_POOL</name>
		</field>
		<field>
			<name>_DEFAULT_CLUSTER_NAME</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_clusterEventListeners</name>
		</field>
		<field>
			<name>_clusterNodeAddresses</name>
		</field>
		<field>
			<name>_controlJChannel</name>
		</field>
		<field>
			<name>_executorService</name>
		</field>
		<field>
			<name>_futureClusterResponses</name>
		</field>
		<field>
			<name>_liveInstances</name>
		</field>
		<field>
			<name>_localAddress</name>
		</field>
		<field>
			<name>_localClusterNode</name>
		</field>
		<field>
			<name>_shortcutLocalMethod</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClusterForwardReceiver</name>
		<type>com.liferay.portal.cluster.ClusterForwardReceiver</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>ClusterForwardReceiver</name>
			<param>
				<name>localTransportAddresses</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>clusterForwardMessageListener</name>
				<type>com.liferay.portal.kernel.cluster.messaging.ClusterForwardMessageListener</type>
			</param>
		</method>
		<method>
			<name>receive</name>
			<param>
				<name>message</name>
				<type>org.jgroups.Message</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_clusterForwardMessageListener</name>
		</field>
		<field>
			<name>_localTransportAddresses</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClusterInvokeThreadLocal</name>
		<type>com.liferay.portal.cluster.ClusterInvokeThreadLocal</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>setEnabled</name>
			<param>
				<name>enabled</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_enabled</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClusterLinkImpl</name>
		<type>com.liferay.portal.cluster.ClusterLinkImpl</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>getLocalTransportAddresses</name>
		</method>
		<method>
			<name>getTransportAddresses</name>
			<param>
				<name>priority</name>
				<type>com.liferay.portal.kernel.cluster.Priority</type>
			</param>
		</method>
		<method>
			<name>sendMulticastMessage</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>priority</name>
				<type>com.liferay.portal.kernel.cluster.Priority</type>
			</param>
		</method>
		<method>
			<name>sendUnicastMessage</name>
			<param>
				<name>address</name>
				<type>com.liferay.portal.kernel.cluster.Address</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>priority</name>
				<type>com.liferay.portal.kernel.cluster.Priority</type>
			</param>
		</method>
		<method>
			<name>setClusterForwardMessageListener</name>
			<param>
				<name>clusterForwardMessageListener</name>
				<type>com.liferay.portal.kernel.cluster.messaging.ClusterForwardMessageListener</type>
			</param>
		</method>
		<method>
			<name>getChannel</name>
			<param>
				<name>priority</name>
				<type>com.liferay.portal.kernel.cluster.Priority</type>
			</param>
		</method>
		<method>
			<name>initChannels</name>
			<throws>
				<name>ChannelException</name>
				<type>org.jgroups.ChannelException</type>
			</throws>
		</method>
		<field>
			<name>MAX_CHANNEL_COUNT</name>
		</field>
		<field>
			<name>_LIFERAY_TRANSPORT_CHANNEL</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_channelCount</name>
		</field>
		<field>
			<name>_clusterForwardMessageListener</name>
		</field>
		<field>
			<name>_localTransportAddresses</name>
		</field>
		<field>
			<name>_transportChannels</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClusterRequestReceiver</name>
		<type>com.liferay.portal.cluster.ClusterRequestReceiver</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>ClusterRequestReceiver</name>
			<param>
				<name>clusterExecutorImpl</name>
				<type>com.liferay.portal.cluster.ClusterExecutorImpl</type>
			</param>
		</method>
		<method>
			<name>openLatch</name>
		</method>
		<method>
			<name>receive</name>
			<param>
				<name>message</name>
				<type>org.jgroups.Message</type>
			</param>
		</method>
		<method>
			<name>viewAccepted</name>
			<param>
				<name>view</name>
				<type>org.jgroups.View</type>
			</param>
		</method>
		<method>
			<name>getDepartAddresses</name>
			<param>
				<name>view</name>
				<type>org.jgroups.View</type>
			</param>
		</method>
		<method>
			<name>getNewAddresses</name>
			<param>
				<name>view</name>
				<type>org.jgroups.View</type>
			</param>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>beanIdentifier</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodHandler</name>
				<type>com.liferay.portal.kernel.util.MethodHandler</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processClusterRequest</name>
			<param>
				<name>clusterRequest</name>
				<type>com.liferay.portal.kernel.cluster.ClusterRequest</type>
			</param>
			<param>
				<name>sourceAddress</name>
				<type>org.jgroups.Address</type>
			</param>
			<param>
				<name>localAddress</name>
				<type>org.jgroups.Address</type>
			</param>
		</method>
		<method>
			<name>processClusterResponse</name>
			<param>
				<name>clusterNodeResponse</name>
				<type>com.liferay.portal.kernel.cluster.ClusterNodeResponse</type>
			</param>
			<param>
				<name>sourceAddress</name>
				<type>org.jgroups.Address</type>
			</param>
			<param>
				<name>localAddress</name>
				<type>org.jgroups.Address</type>
			</param>
		</method>
		<method>
			<name>processLocalMessage</name>
			<param>
				<name>message</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>sourceAddress</name>
				<type>org.jgroups.Address</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_clusterExecutorImpl</name>
		</field>
		<field>
			<name>_countDownLatch</name>
		</field>
		<field>
			<name>_lastView</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClusterableAdvice</name>
		<type>com.liferay.portal.cluster.ClusterableAdvice</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>afterReturning</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<param>
				<name>result</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>afterThrowing</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<param>
				<name>throwable</name>
				<type>java.lang.Throwable</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>getNullAnnotation</name>
		</method>
		<method>
			<name>setServletContextName</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_nullClusterable</name>
		</field>
		<field>
			<name>_servletContextName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClusterableChainableMethodAdviceInjector</name>
		<type>com.liferay.portal.cluster.ClusterableChainableMethodAdviceInjector</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>setServletContextName</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNewChainableMethodAdvice</name>
		</method>
		<method>
			<name>isInjectCondition</name>
		</method>
		<field>
			<name>_servletContextName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DebuggingClusterEventListenerImpl</name>
		<type>com.liferay.portal.cluster.DebuggingClusterEventListenerImpl</type>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>processClusterEvent</name>
			<param>
				<name>clusterEvent</name>
				<type>com.liferay.portal.kernel.cluster.ClusterEvent</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiveUsersClusterEventListenerImpl</name>
		<type>com.liferay.portal.cluster.LiveUsersClusterEventListenerImpl</type>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>processClusterEvent</name>
			<param>
				<name>clusterEvent</name>
				<type>com.liferay.portal.kernel.cluster.ClusterEvent</type>
			</param>
		</method>
		<method>
			<name>_processDepartEvent</name>
			<param>
				<name>clusterNode</name>
				<type>com.liferay.portal.kernel.cluster.ClusterNode</type>
			</param>
		</method>
		<method>
			<name>_processJoinEvent</name>
			<param>
				<name>clusterNode</name>
				<type>com.liferay.portal.kernel.cluster.ClusterNode</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ConfigurationFactoryImpl</name>
		<type>com.liferay.portal.configuration.ConfigurationFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getConfiguration</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ConfigurationImpl</name>
		<type>com.liferay.portal.configuration.ConfigurationImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>ConfigurationImpl</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ConfigurationImpl</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addProperties</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>clearCache</name>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filter</name>
				<type>com.liferay.portal.kernel.configuration.Filter</type>
			</param>
		</method>
		<method>
			<name>getArray</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getArray</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filter</name>
				<type>com.liferay.portal.kernel.configuration.Filter</type>
			</param>
		</method>
		<method>
			<name>getProperties</name>
		</method>
		<method>
			<name>getProperties</name>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>removePrefix</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>removeProperties</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>set</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>buildFilterCacheKey</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filter</name>
				<type>com.liferay.portal.kernel.configuration.Filter</type>
			</param>
			<param>
				<name>arrayValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>fixArrayValue</name>
			<param>
				<name>cacheKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>array</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getComponentProperties</name>
		</method>
		<method>
			<name>getEasyConfFilter</name>
			<param>
				<name>filter</name>
				<type>com.liferay.portal.kernel.configuration.Filter</type>
			</param>
		</method>
		<method>
			<name>printSources</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_ARRAY_KEY_PREFIX</name>
		</field>
		<field>
			<name>_PRINT_DUPLICATE_CALLS_TO_GET</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_emptyArray</name>
		</field>
		<field>
			<name>_nullValue</name>
		</field>
		<field>
			<name>_componentConfiguration</name>
		</field>
		<field>
			<name>_printedSources</name>
		</field>
		<field>
			<name>_values</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClassLoaderAggregateProperties</name>
		<type>com.liferay.portal.configuration.easyconf.ClassLoaderAggregateProperties</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>ClassLoaderAggregateProperties</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>companyId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>componentName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addBaseFileName</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addGlobalFileName</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBaseConfiguration</name>
		</method>
		<method>
			<name>getComponentName</name>
		</method>
		<method>
			<name>getProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasBaseConfiguration</name>
		</method>
		<method>
			<name>loadedSources</name>
		</method>
		<method>
			<name>_addDatasourceProperties</name>
			<param>
				<name>datasourcePath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_addFileProperties</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>loadedCompositeConfiguration</name>
				<type>org.apache.commons.configuration.CompositeConfiguration</type>
			</param>
			<throws>
				<name>ConfigurationException</name>
				<type>com.germinus.easyconf.ConfigurationException</type>
			</throws>
		</method>
		<method>
			<name>_addIncludedPropertiesSources</name>
			<param>
				<name>newConfiguration</name>
				<type>org.apache.commons.configuration.Configuration</type>
			</param>
			<param>
				<name>loadedCompositeConfiguration</name>
				<type>org.apache.commons.configuration.CompositeConfiguration</type>
			</param>
		</method>
		<method>
			<name>_addJNDIProperties</name>
			<param>
				<name>sourcePath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_addPropertiesSource</name>
			<param>
				<name>sourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.net.URL</type>
			</param>
			<param>
				<name>loadedCompositeConfiguration</name>
				<type>org.apache.commons.configuration.CompositeConfiguration</type>
			</param>
		</method>
		<method>
			<name>_addURLProperties</name>
			<param>
				<name>url</name>
				<type>java.net.URL</type>
			</param>
			<param>
				<name>loadedCompositeConfiguration</name>
				<type>org.apache.commons.configuration.CompositeConfiguration</type>
			</param>
			<throws>
				<name>ConfigurationException</name>
				<type>com.germinus.easyconf.ConfigurationException</type>
			</throws>
		</method>
		<method>
			<name>_getPrefix</name>
		</method>
		<method>
			<name>_getReloadDelay</name>
			<param>
				<name>loadedCompositeConfiguration</name>
				<type>org.apache.commons.configuration.CompositeConfiguration</type>
			</param>
			<param>
				<name>newFileConfiguration</name>
				<type>org.apache.commons.configuration.FileConfiguration</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_baseCompositeConfiguration</name>
		</field>
		<field>
			<name>_baseConfigurationLoaded</name>
		</field>
		<field>
			<name>_classLoader</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_componentName</name>
		</field>
		<field>
			<name>_globalCompositeConfiguration</name>
		</field>
		<field>
			<name>_loadedSources</name>
		</field>
		<field>
			<name>_prefixedSystemConfiguration</name>
		</field>
		<field>
			<name>_systemConfiguration</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClassLoaderComponentConfiguration</name>
		<type>com.liferay.portal.configuration.easyconf.ClassLoaderComponentConfiguration</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>ClassLoaderComponentConfiguration</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>companyId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>componentName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getComponentName</name>
		</method>
		<method>
			<name>getConfigurationObject</name>
		</method>
		<method>
			<name>getConfigurationObject</name>
			<param>
				<name>configurationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getProperties</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>saveConfigurationObject</name>
			<param>
				<name>configurationObject</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>saveConfigurationObject</name>
			<param>
				<name>confName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>configurationObject</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>_getAvailableProperties</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_constructor</name>
		</field>
		<field>
			<name>_classLoader</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_componentName</name>
		</field>
		<field>
			<name>_properties</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ConvertDatabase</name>
		<type>com.liferay.portal.convert.ConvertDatabase</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getParameterDescription</name>
		</method>
		<method>
			<name>getParameterNames</name>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>doConvert</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDataSource</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getImplClass</name>
			<param>
				<name>implClassName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTableDetails</name>
			<param>
				<name>implClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>tableField</name>
				<type>java.lang.reflect.Field</type>
			</param>
			<param>
				<name>tableFieldVar</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>migrateTable</name>
			<param>
				<name>db</name>
				<type>com.liferay.portal.kernel.dao.db.DB</type>
			</param>
			<param>
				<name>connection</name>
				<type>java.sql.Connection</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>sqlCreate</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_UNMAPPED_TABLES</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ConvertDocumentLibrary</name>
		<type>com.liferay.portal.convert.ConvertDocumentLibrary</type>
		<author><![CDATA[Minhchau Dang]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getParameterDescription</name>
		</method>
		<method>
			<name>getParameterNames</name>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>doConvert</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDLFileVersions</name>
			<param>
				<name>dlFileEntry</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntry</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>migrateDL</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>migrateDLFileEntry</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntry</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>migrateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>migrateFiles</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileNames</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>migrateMB</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>migratePortlets</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>migrateWiki</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_HOOKS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_sourceStore</name>
		</field>
		<field>
			<name>_targetStore</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ConvertDocumentLibraryExtraSettings</name>
		<type>com.liferay.portal.convert.ConvertDocumentLibraryExtraSettings</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getPath</name>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>doConvert</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ConvertException</name>
		<type>com.liferay.portal.convert.ConvertException</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>ConvertException</name>
		</method>
		<method>
			<name>ConvertException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ConvertException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ConvertException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ConvertPermissionAlgorithm</name>
		<type>com.liferay.portal.convert.ConvertPermissionAlgorithm</type>
		<comment><![CDATA[<p>
This class converts all existing permissions from the legacy permissions algorithm to the latest algorithm.
</p>]]></comment>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getParameterNames</name>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>convertGuestUsers</name>
			<param>
				<name>legacyFile</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>convertPermissions</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>legacyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKeys</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>newName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newColumns</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>convertResourcePermission</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>convertRoles</name>
			<param>
				<name>legacyFile</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>newName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newColumns</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>convertToBitwise</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>convertToRBAC</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doConvert</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initialize</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initializeRBAC</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isGenerateCustomRoles</name>
		</method>
		<field>
			<name>_CONVERT_RESOURCE_PERMISSION</name>
		</field>
		<field>
			<name>_CONVERT_ROLES</name>
		</field>
		<field>
			<name>_EXT_OTHER_ROLES</name>
		</field>
		<field>
			<name>_EXT_RESOURCE_PERMISSION</name>
		</field>
		<field>
			<name>_EXT_ROLE</name>
		</field>
		<field>
			<name>_EXT_ROLES_PERMIMISSIONS</name>
		</field>
		<field>
			<name>_UPDATED</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_defaultRolesMap</name>
		</field>
		<field>
			<name>_groupsMap</name>
		</field>
		<field>
			<name>_guestRolesMap</name>
		</field>
		<field>
			<name>_guestUsersSet</name>
		</field>
		<field>
			<name>_ownerRolesMap</name>
		</field>
		<field>
			<name>_rolesPermissions</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ConvertPermissionTuner</name>
		<type>com.liferay.portal.convert.ConvertPermissionTuner</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getPath</name>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>doConvert</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ConvertProcess</name>
		<type>com.liferay.portal.convert.ConvertProcess</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>convert</name>
			<throws>
				<name>ConvertException</name>
				<type>com.liferay.portal.convert.ConvertException</type>
			</throws>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getParameterDescription</name>
		</method>
		<method>
			<name>getParameterNames</name>
		</method>
		<method>
			<name>getParameterValues</name>
		</method>
		<method>
			<name>getPath</name>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>setParameterValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>doConvert</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_paramValues</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ConvertWikiCreole</name>
		<type>com.liferay.portal.convert.ConvertWikiCreole</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>doConvert</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EditDocumentLibraryExtraSettingsAction</name>
		<type>com.liferay.portal.convert.action.EditDocumentLibraryExtraSettingsAction</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addCustomField</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>preset</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>convert</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditPermissionsAction</name>
		<type>com.liferay.portal.convert.action.EditPermissionsAction</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reassign</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ConvertProcessMessageListener</name>
		<type>com.liferay.portal.convert.messaging.ConvertProcessMessageListener</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>receive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PermissionView</name>
		<type>com.liferay.portal.convert.util.PermissionView</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getActionId</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getCompanyId</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getNameId</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getPermissionId</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getPrimaryKey</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getResourceId</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getScopeId</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>PermissionView</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKeys</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getSelectSQL</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_SELECT_SQL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourcePermissionView</name>
		<type>com.liferay.portal.convert.util.ResourcePermissionView</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getActionId</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getCompanyId</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getPrimaryKey</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getRoleId</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getScope</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>ResourcePermissionView</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSelectPreparedStatement</name>
			<param>
				<name>con</name>
				<type>java.sql.Connection</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getSelectSQL</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_SELECT_SQL</name>
		</field>
		<field>
			<name>_name</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseDB</name>
		<type>com.liferay.portal.dao.db.BaseDB</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Ganesh Ram]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Daniel Kocsis]]></author>
		<method>
			<name>addIndexes</name>
			<param>
				<name>con</name>
				<type>java.sql.Connection</type>
			</param>
			<param>
				<name>indexesSQL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validIndexNames</name>
				<type>java.util.Set</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>buildCreateFile</name>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>databaseName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>buildCreateFile</name>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>databaseName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>population</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>buildSQL</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>buildSQLFile</name>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getIndexes</name>
			<param>
				<name>con</name>
				<type>java.sql.Connection</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getTemplateFalse</name>
		</method>
		<method>
			<name>getTemplateTrue</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>increment</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>increment</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isSupportsAlterColumnName</name>
		</method>
		<method>
			<name>isSupportsAlterColumnType</name>
		</method>
		<method>
			<name>isSupportsDateMilliseconds</name>
		</method>
		<method>
			<name>isSupportsInlineDistinct</name>
		</method>
		<method>
			<name>isSupportsScrollableResults</name>
		</method>
		<method>
			<name>isSupportsStringCaseSensitiveQuery</name>
		</method>
		<method>
			<name>isSupportsUpdateWithInnerJoin</name>
		</method>
		<method>
			<name>runSQL</name>
			<param>
				<name>con</name>
				<type>java.sql.Connection</type>
			</param>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>runSQL</name>
			<param>
				<name>con</name>
				<type>java.sql.Connection</type>
			</param>
			<param>
				<name>sqls</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>runSQL</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>runSQL</name>
			<param>
				<name>sqls</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>runSQLTemplate</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>runSQLTemplate</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>failOnError</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>runSQLTemplateString</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>evaluate</name>
				<type>boolean</type>
			</param>
			<param>
				<name>failOnError</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>setSupportsStringCaseSensitiveQuery</name>
			<param>
				<name>supportsStringCaseSensitiveQuery</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>updateIndexes</name>
			<param>
				<name>con</name>
				<type>java.sql.Connection</type>
			</param>
			<param>
				<name>tablesSQL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>indexesSQL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>indexesProperties</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dropIndexes</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>BaseDB</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>buildColumnNameTokens</name>
			<param>
				<name>line</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>buildColumnTypeTokens</name>
			<param>
				<name>line</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>buildCreateFileContent</name>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>databaseName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>population</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>buildTemplate</name>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>convertTimestamp</name>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>dropIndexes</name>
			<param>
				<name>con</name>
				<type>java.sql.Connection</type>
			</param>
			<param>
				<name>tablesSQL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>indexesSQL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>indexesProperties</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>indexes</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>evaluateVM</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getServerName</name>
		</method>
		<method>
			<name>getSuffix</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getTemplate</name>
		</method>
		<method>
			<name>readFile</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>readSQL</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>comments</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>eol</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>removeBooleanIndexes</name>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>removeInserts</name>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>removeLongInserts</name>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>removeNull</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replaceTemplate</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actual</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>reword</name>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>ALTER_COLUMN_NAME</name>
		</field>
		<field>
			<name>ALTER_COLUMN_TYPE</name>
		</field>
		<field>
			<name>DROP_INDEX</name>
		</field>
		<field>
			<name>DROP_PRIMARY_KEY</name>
		</field>
		<field>
			<name>REWORD_TEMPLATE</name>
		</field>
		<field>
			<name>TEMPLATE</name>
		</field>
		<field>
			<name>_SUPPORTS_ALTER_COLUMN_NAME</name>
		</field>
		<field>
			<name>_SUPPORTS_ALTER_COLUMN_TYPE</name>
		</field>
		<field>
			<name>_SUPPORTS_DATE_MILLISECONDS</name>
		</field>
		<field>
			<name>_SUPPORTS_INLINE_DISTINCT</name>
		</field>
		<field>
			<name>_SUPPORTS_SCROLLABLE_RESULTS</name>
		</field>
		<field>
			<name>_SUPPORTS_UPDATE_WITH_INNER_JOIN</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_templatePattern</name>
		</field>
		<field>
			<name>_timestampPattern</name>
		</field>
		<field>
			<name>_supportsStringCaseSensitiveQuery</name>
		</field>
		<field>
			<name>_templateMap</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DB2DB</name>
		<type>com.liferay.portal.dao.db.DB2DB</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Sandeep Soni]]></author>
		<author><![CDATA[Ganesh Ram]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>buildSQL</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>isSupportsAlterColumnType</name>
		</method>
		<method>
			<name>isSupportsInlineDistinct</name>
		</method>
		<method>
			<name>isSupportsScrollableResults</name>
		</method>
		<method>
			<name>runSQL</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>runSQL</name>
			<param>
				<name>templates</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>DB2DB</name>
		</method>
		<method>
			<name>buildCreateFileContent</name>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>databaseName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>population</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getServerName</name>
		</method>
		<method>
			<name>getTemplate</name>
		</method>
		<method>
			<name>reword</name>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_reorgTables</name>
			<param>
				<name>templates</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<field>
			<name>_DB2</name>
		</field>
		<field>
			<name>_SUPPORTS_ALTER_COLUMN_TYPE</name>
		</field>
		<field>
			<name>_SUPPORTS_INLINE_DISTINCT</name>
		</field>
		<field>
			<name>_SUPPORTS_SCROLLABLE_RESULTS</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DBFactoryImpl</name>
		<type>com.liferay.portal.dao.db.DBFactoryImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getDB</name>
		</method>
		<method>
			<name>getDB</name>
			<param>
				<name>dialect</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getDB</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDB</name>
			<param>
				<name>dialect</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setDB</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_db</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DerbyDB</name>
		<type>com.liferay.portal.dao.db.DerbyDB</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Sandeep Soni]]></author>
		<author><![CDATA[Ganesh Ram]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>buildSQL</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>isSupportsAlterColumnName</name>
		</method>
		<method>
			<name>isSupportsAlterColumnType</name>
		</method>
		<method>
			<name>DerbyDB</name>
		</method>
		<method>
			<name>buildCreateFileContent</name>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>databaseName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>population</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getServerName</name>
		</method>
		<method>
			<name>getTemplate</name>
		</method>
		<method>
			<name>reword</name>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_DERBY</name>
		</field>
		<field>
			<name>_SUPPORTS_ALTER_COLUMN_NAME</name>
		</field>
		<field>
			<name>_SUPPORTS_ALTER_COLUMN_TYPE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FirebirdDB</name>
		<type>com.liferay.portal.dao.db.FirebirdDB</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Sandeep Soni]]></author>
		<author><![CDATA[Ganesh Ram]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>buildSQL</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>FirebirdDB</name>
		</method>
		<method>
			<name>FirebirdDB</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>buildCreateFileContent</name>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>databaseName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>population</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getServerName</name>
		</method>
		<method>
			<name>getTemplate</name>
		</method>
		<method>
			<name>reword</name>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_FIREBIRD</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HypersonicDB</name>
		<type>com.liferay.portal.dao.db.HypersonicDB</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Sandeep Soni]]></author>
		<author><![CDATA[Ganesh Ram]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>buildSQL</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>HypersonicDB</name>
		</method>
		<method>
			<name>buildCreateFileContent</name>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>databaseName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>population</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getServerName</name>
		</method>
		<method>
			<name>getTemplate</name>
		</method>
		<method>
			<name>reword</name>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_HYPERSONIC</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InformixDB</name>
		<type>com.liferay.portal.dao.db.InformixDB</type>
		<author><![CDATA[Neil Griffin]]></author>
		<author><![CDATA[Sandeep Soni]]></author>
		<author><![CDATA[Ganesh Ram]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>buildSQL</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>InformixDB</name>
		</method>
		<method>
			<name>buildCreateFileContent</name>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>databaseName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>population</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getServerName</name>
		</method>
		<method>
			<name>getTemplate</name>
		</method>
		<method>
			<name>reword</name>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_INFORMIX_TEMPLATE</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IngresDB</name>
		<type>com.liferay.portal.dao.db.IngresDB</type>
		<author><![CDATA[David Maier]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>buildSQL</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>isSupportsAlterColumnName</name>
		</method>
		<method>
			<name>IngresDB</name>
		</method>
		<method>
			<name>buildCreateFileContent</name>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>databaseName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>population</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getServerName</name>
		</method>
		<method>
			<name>getTemplate</name>
		</method>
		<method>
			<name>replaceTemplate</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actual</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>reword</name>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_INGRES</name>
		</field>
		<field>
			<name>_SUPPORTS_ALTER_COLUMN_NAME</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InterBaseDB</name>
		<type>com.liferay.portal.dao.db.InterBaseDB</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>InterBaseDB</name>
		</method>
		<method>
			<name>getServerName</name>
		</method>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JDataStoreDB</name>
		<type>com.liferay.portal.dao.db.JDataStoreDB</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Sandeep Soni]]></author>
		<author><![CDATA[Ganesh Ram]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>buildSQL</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>JDataStoreDB</name>
		</method>
		<method>
			<name>getServerName</name>
		</method>
		<method>
			<name>getTemplate</name>
		</method>
		<field>
			<name>_JDATASTORE</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MySQLDB</name>
		<type>com.liferay.portal.dao.db.MySQLDB</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Sandeep Soni]]></author>
		<author><![CDATA[Ganesh Ram]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>buildSQL</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getIndexes</name>
			<param>
				<name>con</name>
				<type>java.sql.Connection</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>isSupportsDateMilliseconds</name>
		</method>
		<method>
			<name>isSupportsUpdateWithInnerJoin</name>
		</method>
		<method>
			<name>MySQLDB</name>
		</method>
		<method>
			<name>buildCreateFileContent</name>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>databaseName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>population</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getServerName</name>
		</method>
		<method>
			<name>getTemplate</name>
		</method>
		<method>
			<name>reword</name>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_MYSQL</name>
		</field>
		<field>
			<name>_SUPPORTS_DATE_MILLISECONDS</name>
		</field>
		<field>
			<name>_SUPPORTS_UPDATE_WITH_INNER_JOIN</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OracleDB</name>
		<type>com.liferay.portal.dao.db.OracleDB</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Sandeep Soni]]></author>
		<author><![CDATA[Ganesh Ram]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>buildSQL</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>buildSQLFile</name>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getIndexes</name>
			<param>
				<name>con</name>
				<type>java.sql.Connection</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>isSupportsInlineDistinct</name>
		</method>
		<method>
			<name>OracleDB</name>
		</method>
		<method>
			<name>buildCreateFileContent</name>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>databaseName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>population</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getServerName</name>
		</method>
		<method>
			<name>getTemplate</name>
		</method>
		<method>
			<name>replaceTemplate</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actual</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>reword</name>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_convertToOracleCSV</name>
			<param>
				<name>line</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
		</method>
		<method>
			<name>_postBuildSQL</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_preBuildSQL</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_ORACLE</name>
		</field>
		<field>
			<name>_SUPPORTS_INLINE_DISTINCT</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_varcharPattern</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PostgreSQLDB</name>
		<type>com.liferay.portal.dao.db.PostgreSQLDB</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Sandeep Soni]]></author>
		<author><![CDATA[Ganesh Ram]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>buildSQL</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getIndexes</name>
			<param>
				<name>con</name>
				<type>java.sql.Connection</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>PostgreSQLDB</name>
		</method>
		<method>
			<name>buildCreateFileContent</name>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>databaseName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>population</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getServerName</name>
		</method>
		<method>
			<name>getTemplate</name>
		</method>
		<method>
			<name>reword</name>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_POSTGRESQL</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SAPDB</name>
		<type>com.liferay.portal.dao.db.SAPDB</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Sandeep Soni]]></author>
		<author><![CDATA[Ganesh Ram]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>buildSQL</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>SAPDB</name>
		</method>
		<method>
			<name>buildCreateFileContent</name>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>databaseName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>population</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getServerName</name>
		</method>
		<method>
			<name>getTemplate</name>
		</method>
		<method>
			<name>reword</name>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_SAP</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SQLServerDB</name>
		<type>com.liferay.portal.dao.db.SQLServerDB</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Sandeep Soni]]></author>
		<author><![CDATA[Ganesh Ram]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>buildSQL</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getIndexes</name>
			<param>
				<name>con</name>
				<type>java.sql.Connection</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>isSupportsAlterColumnType</name>
		</method>
		<method>
			<name>isSupportsInlineDistinct</name>
		</method>
		<method>
			<name>SQLServerDB</name>
		</method>
		<method>
			<name>buildCreateFileContent</name>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>databaseName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>population</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getServerName</name>
		</method>
		<method>
			<name>getTemplate</name>
		</method>
		<method>
			<name>reword</name>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_SQL_SERVER</name>
		</field>
		<field>
			<name>_SQL_SERVER_2000</name>
		</field>
		<field>
			<name>_SUPPORTS_ALTER_COLUMN_TYPE</name>
		</field>
		<field>
			<name>_SUPPORTS_INLINE_DISTINCT</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SybaseDB</name>
		<type>com.liferay.portal.dao.db.SybaseDB</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Sandeep Soni]]></author>
		<author><![CDATA[Ganesh Ram]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>buildSQL</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>isSupportsInlineDistinct</name>
		</method>
		<method>
			<name>SybaseDB</name>
		</method>
		<method>
			<name>buildCreateFileContent</name>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>databaseName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>population</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getServerName</name>
		</method>
		<method>
			<name>getTemplate</name>
		</method>
		<method>
			<name>reword</name>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>DROP_COLUMN</name>
		</field>
		<field>
			<name>_SUPPORTS_INLINE_DISTINCT</name>
		</field>
		<field>
			<name>_SYBASE</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CurrentConnectionImpl</name>
		<type>com.liferay.portal.dao.jdbc.CurrentConnectionImpl</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getConnection</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DataSourceFactoryImpl</name>
		<type>com.liferay.portal.dao.jdbc.DataSourceFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>destroyDataSource</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initDataSource</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initDataSource</name>
			<param>
				<name>driverClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initDataSourceC3PO</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initDataSourceDBCP</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initDataSourceTomcat</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isPropertyC3PO</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isPropertyDBCP</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isPropertyLiferay</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isPropertyTomcat</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>testClassForName</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_TOMCAT_JDBC_POOL_OBJECT_NAME_PREFIX</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DynamicDataSourceTargetSource</name>
		<type>com.liferay.portal.dao.jdbc.aop.DynamicDataSourceTargetSource</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>getMethodStack</name>
		</method>
		<method>
			<name>getOperation</name>
		</method>
		<method>
			<name>getTarget</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTargetClass</name>
		</method>
		<method>
			<name>isStatic</name>
		</method>
		<method>
			<name>popMethod</name>
		</method>
		<method>
			<name>pushMethod</name>
			<param>
				<name>method</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>releaseTarget</name>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setOperation</name>
			<param>
				<name>operation</name>
				<type>com.liferay.portal.dao.jdbc.aop.Operation</type>
			</param>
		</method>
		<method>
			<name>setReadDataSource</name>
			<param>
				<name>readDataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
		</method>
		<method>
			<name>setWriteDataSource</name>
			<param>
				<name>writeDataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
		</method>
		<method>
			<name>inOperation</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_methodStack</name>
		</field>
		<field>
			<name>_operationType</name>
		</field>
		<field>
			<name>_readDataSource</name>
		</field>
		<field>
			<name>_writeDataSource</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DynamicDataSourceTransactionInterceptor</name>
		<type>com.liferay.portal.dao.jdbc.aop.DynamicDataSourceTransactionInterceptor</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>setDynamicDataSourceTargetSource</name>
			<param>
				<name>dynamicDataSourceTargetSource</name>
				<type>com.liferay.portal.dao.jdbc.aop.DynamicDataSourceTargetSource</type>
			</param>
		</method>
		<field>
			<name>_dynamicDataSourceTargetSource</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Operation</name>
		<type>com.liferay.portal.dao.jdbc.aop.Operation</type>
		<author><![CDATA[Michael Young]]></author>
		<field>
			<name>READ</name>
		</field>
		<field>
			<name>WRITE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PACLConnectionHandler</name>
		<type>com.liferay.portal.dao.jdbc.pacl.PACLConnectionHandler</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PACLConnectionHandler</name>
			<param>
				<name>connection</name>
				<type>java.sql.Connection</type>
			</param>
			<param>
				<name>paclPolicy</name>
				<type>com.liferay.portal.security.pacl.PACLPolicy</type>
			</param>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>proxy</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>getInterfaces</name>
			<param>
				<name>returnType</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<field>
			<name>_connection</name>
		</field>
		<field>
			<name>_paclPolicy</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PACLDataSource</name>
		<type>com.liferay.portal.dao.jdbc.pacl.PACLDataSource</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PACLDataSource</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
		</method>
		<method>
			<name>getConnection</name>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_dataSource</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PACLStatementHandler</name>
		<type>com.liferay.portal.dao.jdbc.pacl.PACLStatementHandler</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PACLStatementHandler</name>
			<param>
				<name>statement</name>
				<type>java.sql.Statement</type>
			</param>
			<param>
				<name>paclPolicy</name>
				<type>com.liferay.portal.security.pacl.PACLPolicy</type>
			</param>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>proxy</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<field>
			<name>_paclPolicy</name>
		</field>
		<field>
			<name>_statement</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalConnectionCustomizer</name>
		<type>com.liferay.portal.dao.jdbc.pool.c3p0.PortalConnectionCustomizer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>onAcquire</name>
			<param>
				<name>connection</name>
				<type>java.sql.Connection</type>
			</param>
			<param>
				<name>parentDataSourceIdentityToken</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>onCheckIn</name>
			<param>
				<name>connection</name>
				<type>java.sql.Connection</type>
			</param>
			<param>
				<name>parentDataSourceIdentityToken</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onCheckOut</name>
			<param>
				<name>connection</name>
				<type>java.sql.Connection</type>
			</param>
			<param>
				<name>parentDataSourceIdentityToken</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onDestroy</name>
			<param>
				<name>connection</name>
				<type>java.sql.Connection</type>
			</param>
			<param>
				<name>parentDataSourceIdentityToken</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DataSourceFactoryBean</name>
		<type>com.liferay.portal.dao.jdbc.spring.DataSourceFactoryBean</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>createInstance</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>destroyInstance</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getObjectType</name>
		</method>
		<method>
			<name>setProperties</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>setPropertyPrefix</name>
			<param>
				<name>propertyPrefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPropertyPrefixLookup</name>
			<param>
				<name>propertyPrefixLookup</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_properties</name>
		</field>
		<field>
			<name>_propertyPrefix</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MappingSqlQueryFactoryImpl</name>
		<type>com.liferay.portal.dao.jdbc.spring.MappingSqlQueryFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getMappingSqlQuery</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>int[]</type>
			</param>
			<param>
				<name>rowMapper</name>
				<type>com.liferay.portal.kernel.dao.jdbc.RowMapper</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MappingSqlQueryImpl</name>
		<type>com.liferay.portal.dao.jdbc.spring.MappingSqlQueryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MappingSqlQueryImpl</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>int[]</type>
			</param>
			<param>
				<name>rowMapper</name>
				<type>com.liferay.portal.kernel.dao.jdbc.RowMapper</type>
			</param>
		</method>
		<method>
			<name>mapRow</name>
			<param>
				<name>rs</name>
				<type>java.sql.ResultSet</type>
			</param>
			<param>
				<name>rowNumber</name>
				<type>int</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<field>
			<name>_rowMapper</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SqlUpdateFactoryImpl</name>
		<type>com.liferay.portal.dao.jdbc.spring.SqlUpdateFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getSqlUpdate</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>int[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SqlUpdateImpl</name>
		<type>com.liferay.portal.dao.jdbc.spring.SqlUpdateImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SqlUpdateImpl</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>int[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DataSourceFactoryBean</name>
		<type>com.liferay.portal.dao.jdbc.util.DataSourceFactoryBean</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[{@link com.liferay.portal.dao.jdbc.spring.DataSourceFactoryBean}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>DataSourceSwapper</name>
		<type>com.liferay.portal.dao.jdbc.util.DataSourceSwapper</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>swapCounterDataSource</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>swapLiferayDataSource</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setCounterDataSourceWrapper</name>
			<param>
				<name>counterDataSourceWrapper</name>
				<type>com.liferay.portal.dao.jdbc.util.DataSourceWrapper</type>
			</param>
		</method>
		<method>
			<name>setLiferayDataSourceWrapper</name>
			<param>
				<name>liferayDataSourceWrapper</name>
				<type>com.liferay.portal.dao.jdbc.util.DataSourceWrapper</type>
			</param>
		</method>
		<method>
			<name>_reinitializeHibernate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_reinitializeJPA</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_reinitializePortletsHibernate</name>
			<param>
				<name>newDataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_counterDataSourceWrapper</name>
		</field>
		<field>
			<name>_liferayDataSourceWrapper</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DataSourceWrapper</name>
		<type>com.liferay.portal.dao.jdbc.util.DataSourceWrapper</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>DataSourceWrapper</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
		</method>
		<method>
			<name>getConnection</name>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getConnection</name>
			<param>
				<name>username</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getLoginTimeout</name>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getLogWriter</name>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getParentLogger</name>
		</method>
		<method>
			<name>getWrappedDataSource</name>
		</method>
		<method>
			<name>isWrapperFor</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>setLoginTimeout</name>
			<param>
				<name>seconds</name>
				<type>int</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>setLogWriter</name>
			<param>
				<name>out</name>
				<type>java.io.PrintWriter</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>setWrappedDataSource</name>
			<param>
				<name>wrappedDataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
		</method>
		<method>
			<name>unwrap</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<field>
			<name>_dataSource</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EntityCacheImpl</name>
		<type>com.liferay.portal.dao.orm.common.EntityCacheImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>clearCache</name>
		</method>
		<method>
			<name>clearCache</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>clearLocalCache</name>
		</method>
		<method>
			<name>getRegistryName</name>
		</method>
		<method>
			<name>getResult</name>
			<param>
				<name>entityCacheEnabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>invalidate</name>
		</method>
		<method>
			<name>loadResult</name>
			<param>
				<name>entityCacheEnabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>sessionFactory</name>
				<type>com.liferay.portal.kernel.dao.orm.SessionFactory</type>
			</param>
		</method>
		<method>
			<name>putResult</name>
			<param>
				<name>entityCacheEnabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>result</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>removeCache</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeResult</name>
			<param>
				<name>entityCacheEnabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setMultiVMPool</name>
			<param>
				<name>multiVMPool</name>
				<type>com.liferay.portal.kernel.cache.MultiVMPool</type>
			</param>
		</method>
		<method>
			<name>_encodeCacheKey</name>
			<param>
				<name>primaryKey</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>_encodeLocalCacheKey</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>_getPortalCache</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>createIfAbsent</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>_toEntityModel</name>
			<param>
				<name>result</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>CACHE_NAME</name>
		</field>
		<field>
			<name>_GROUP_KEY_PREFIX</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_localCache</name>
		</field>
		<field>
			<name>_localCacheAvailable</name>
		</field>
		<field>
			<name>_multiVMPool</name>
		</field>
		<field>
			<name>_portalCaches</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FinderCacheImpl</name>
		<type>com.liferay.portal.dao.orm.common.FinderCacheImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>clearCache</name>
		</method>
		<method>
			<name>clearCache</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>clearLocalCache</name>
		</method>
		<method>
			<name>getRegistryName</name>
		</method>
		<method>
			<name>getResult</name>
			<param>
				<name>finderPath</name>
				<type>com.liferay.portal.kernel.dao.orm.FinderPath</type>
			</param>
			<param>
				<name>args</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>sessionFactory</name>
				<type>com.liferay.portal.kernel.dao.orm.SessionFactory</type>
			</param>
		</method>
		<method>
			<name>invalidate</name>
		</method>
		<method>
			<name>putResult</name>
			<param>
				<name>finderPath</name>
				<type>com.liferay.portal.kernel.dao.orm.FinderPath</type>
			</param>
			<param>
				<name>args</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>result</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>removeCache</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeResult</name>
			<param>
				<name>finderPath</name>
				<type>com.liferay.portal.kernel.dao.orm.FinderPath</type>
			</param>
			<param>
				<name>args</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>setMultiVMPool</name>
			<param>
				<name>multiVMPool</name>
				<type>com.liferay.portal.kernel.cache.MultiVMPool</type>
			</param>
		</method>
		<method>
			<name>_getPortalCache</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>createIfAbsent</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>_primaryKeyToResult</name>
			<param>
				<name>finderPath</name>
				<type>com.liferay.portal.kernel.dao.orm.FinderPath</type>
			</param>
			<param>
				<name>sessionFactory</name>
				<type>com.liferay.portal.kernel.dao.orm.SessionFactory</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>_resultToPrimaryKey</name>
			<param>
				<name>result</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>CACHE_NAME</name>
		</field>
		<field>
			<name>_GROUP_KEY_PREFIX</name>
		</field>
		<field>
			<name>_localCache</name>
		</field>
		<field>
			<name>_localCacheAvailable</name>
		</field>
		<field>
			<name>_multiVMPool</name>
		</field>
		<field>
			<name>_portalCaches</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalCustomSQLImpl</name>
		<type>com.liferay.portal.dao.orm.common.PortalCustomSQLImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>get</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SQLTransformer</name>
		<type>com.liferay.portal.dao.orm.common.SQLTransformer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>reloadSQLTransformer</name>
		</method>
		<method>
			<name>transform</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>transformFromHqlToJpql</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>transformFromJpqlToHql</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>SQLTransformer</name>
		</method>
		<method>
			<name>_reloadSQLTransformer</name>
		</method>
		<method>
			<name>_removeLower</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_replaceBitwiseCheck</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_replaceBoolean</name>
			<param>
				<name>newSQL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_replaceCastLong</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_replaceCastText</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_replaceIntegerDivision</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_replaceLike</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_replaceMod</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_replaceNegativeComparison</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_replaceReplace</name>
			<param>
				<name>newSQL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_replaceUnion</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_transform</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_transformFromHqlToJpql</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_transformFromJpqlToHql</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_transformPositionalParams</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_HQL_COMPOSITE_ID_MARKER</name>
		</field>
		<field>
			<name>_HQL_COUNT_SQL</name>
		</field>
		<field>
			<name>_HQL_NOT_EQUALS</name>
		</field>
		<field>
			<name>_JPQL_DOT_SEPARTOR</name>
		</field>
		<field>
			<name>_JPQL_NOT_EQUALS</name>
		</field>
		<field>
			<name>_LOWER_CLOSE</name>
		</field>
		<field>
			<name>_LOWER_OPEN</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_bitwiseCheckPattern</name>
		</field>
		<field>
			<name>_castLongPattern</name>
		</field>
		<field>
			<name>_castTextPattern</name>
		</field>
		<field>
			<name>_integerDivisionPattern</name>
		</field>
		<field>
			<name>_jpqlCountPattern</name>
		</field>
		<field>
			<name>_likePattern</name>
		</field>
		<field>
			<name>_modPattern</name>
		</field>
		<field>
			<name>_negativeComparisonPattern</name>
		</field>
		<field>
			<name>_unionAllPattern</name>
		</field>
		<field>
			<name>_db</name>
		</field>
		<field>
			<name>_transformedSqls</name>
		</field>
		<field>
			<name>_vendorDB2</name>
		</field>
		<field>
			<name>_vendorDerby</name>
		</field>
		<field>
			<name>_vendorFirebird</name>
		</field>
		<field>
			<name>_vendorHypersonic</name>
		</field>
		<field>
			<name>_vendorInformix</name>
		</field>
		<field>
			<name>_vendorIngres</name>
		</field>
		<field>
			<name>_vendorInterbase</name>
		</field>
		<field>
			<name>_vendorMySQL</name>
		</field>
		<field>
			<name>_vendorOracle</name>
		</field>
		<field>
			<name>_vendorPostgreSQL</name>
		</field>
		<field>
			<name>_vendorSQLServer</name>
		</field>
		<field>
			<name>_vendorSybase</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BooleanType</name>
		<type>com.liferay.portal.dao.orm.hibernate.BooleanType</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>assemble</name>
			<param>
				<name>cached</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>deepCopy</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>disassemble</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>x</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>y</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getPropertyNames</name>
		</method>
		<method>
			<name>getPropertyTypes</name>
		</method>
		<method>
			<name>getPropertyValue</name>
			<param>
				<name>component</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>property</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>hashCode</name>
			<param>
				<name>x</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isMutable</name>
		</method>
		<method>
			<name>nullSafeGet</name>
			<param>
				<name>rs</name>
				<type>java.sql.ResultSet</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>nullSafeSet</name>
			<param>
				<name>ps</name>
				<type>java.sql.PreparedStatement</type>
			</param>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>original</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>returnedClass</name>
		</method>
		<method>
			<name>setPropertyValue</name>
			<param>
				<name>component</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>property</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>DEFAULT_VALUE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CacheModeTranslator</name>
		<type>com.liferay.portal.dao.orm.hibernate.CacheModeTranslator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>translate</name>
			<param>
				<name>cacheMode</name>
				<type>com.liferay.portal.kernel.dao.orm.CacheMode</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CamelCasePropertyAccessor</name>
		<type>com.liferay.portal.dao.orm.hibernate.CamelCasePropertyAccessor</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getGetter</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PropertyNotFoundException</name>
				<type>org.hibernate.PropertyNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>getSetter</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PropertyNotFoundException</name>
				<type>org.hibernate.PropertyNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>fixPropertyName</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ConjunctionImpl</name>
		<type>com.liferay.portal.dao.orm.hibernate.ConjunctionImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>ConjunctionImpl</name>
			<param>
				<name>conjunction</name>
				<type>org.hibernate.criterion.Conjunction</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>criterion</name>
				<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
			</param>
		</method>
		<method>
			<name>getWrappedConjunction</name>
		</method>
		<field>
			<name>_conjunction</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CriterionImpl</name>
		<type>com.liferay.portal.dao.orm.hibernate.CriterionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CriterionImpl</name>
			<param>
				<name>criterion</name>
				<type>org.hibernate.criterion.Criterion</type>
			</param>
		</method>
		<method>
			<name>getWrappedCriterion</name>
		</method>
		<field>
			<name>_criterion</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DB2Dialect</name>
		<type>com.liferay.portal.dao.orm.hibernate.DB2Dialect</type>
		<author><![CDATA[Shepherd Ching]]></author>
		<author><![CDATA[Jian Cao]]></author>
		<method>
			<name>getLimitString</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>hasOffset</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DialectImpl</name>
		<type>com.liferay.portal.dao.orm.hibernate.DialectImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DialectImpl</name>
			<param>
				<name>dialect</name>
				<type>org.hibernate.dialect.Dialect</type>
			</param>
		</method>
		<method>
			<name>getWrappedDialect</name>
		</method>
		<method>
			<name>supportsLimit</name>
		</method>
		<field>
			<name>_dialect</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DisjunctionImpl</name>
		<type>com.liferay.portal.dao.orm.hibernate.DisjunctionImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>DisjunctionImpl</name>
			<param>
				<name>disjunction</name>
				<type>org.hibernate.criterion.Disjunction</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>criterion</name>
				<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
			</param>
		</method>
		<method>
			<name>getWrappedDisjunction</name>
		</method>
		<field>
			<name>_disjunction</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DoubleType</name>
		<type>com.liferay.portal.dao.orm.hibernate.DoubleType</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>assemble</name>
			<param>
				<name>cached</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>deepCopy</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>disassemble</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>x</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>y</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getPropertyNames</name>
		</method>
		<method>
			<name>getPropertyTypes</name>
		</method>
		<method>
			<name>getPropertyValue</name>
			<param>
				<name>component</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>property</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>hashCode</name>
			<param>
				<name>x</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isMutable</name>
		</method>
		<method>
			<name>nullSafeGet</name>
			<param>
				<name>rs</name>
				<type>java.sql.ResultSet</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>nullSafeSet</name>
			<param>
				<name>ps</name>
				<type>java.sql.PreparedStatement</type>
			</param>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>original</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>returnedClass</name>
		</method>
		<method>
			<name>setPropertyValue</name>
			<param>
				<name>component</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>property</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>DEFAULT_VALUE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DynamicQueryFactoryImpl</name>
		<type>com.liferay.portal.dao.orm.hibernate.DynamicQueryFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>forClass</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>forClass</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>forClass</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>alias</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>forClass</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>alias</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>getImplClass</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>getImplClass</name>
			<param>
				<name>implClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_classes</name>
		</field>
		<field>
			<name>_portalClassLoader</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DynamicQueryImpl</name>
		<type>com.liferay.portal.dao.orm.hibernate.DynamicQueryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DynamicQueryImpl</name>
			<param>
				<name>detachedCriteria</name>
				<type>org.hibernate.criterion.DetachedCriteria</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>criterion</name>
				<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
			</param>
		</method>
		<method>
			<name>addOrder</name>
			<param>
				<name>order</name>
				<type>com.liferay.portal.kernel.dao.orm.Order</type>
			</param>
		</method>
		<method>
			<name>compile</name>
			<param>
				<name>session</name>
				<type>com.liferay.portal.kernel.dao.orm.Session</type>
			</param>
		</method>
		<method>
			<name>getDetachedCriteria</name>
		</method>
		<method>
			<name>list</name>
		</method>
		<method>
			<name>list</name>
			<param>
				<name>unmodifiable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLimit</name>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setProjection</name>
			<param>
				<name>projection</name>
				<type>com.liferay.portal.kernel.dao.orm.Projection</type>
			</param>
		</method>
		<field>
			<name>_criteria</name>
		</field>
		<field>
			<name>_detachedCriteria</name>
		</field>
		<field>
			<name>_end</name>
		</field>
		<field>
			<name>_start</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExceptionTranslator</name>
		<type>com.liferay.portal.dao.orm.hibernate.ExceptionTranslator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>translate</name>
			<param>
				<name>e</name>
				<type>java.lang.Exception</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FloatType</name>
		<type>com.liferay.portal.dao.orm.hibernate.FloatType</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>assemble</name>
			<param>
				<name>cached</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>deepCopy</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>disassemble</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>x</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>y</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getPropertyNames</name>
		</method>
		<method>
			<name>getPropertyTypes</name>
		</method>
		<method>
			<name>getPropertyValue</name>
			<param>
				<name>component</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>property</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>hashCode</name>
			<param>
				<name>x</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isMutable</name>
		</method>
		<method>
			<name>nullSafeGet</name>
			<param>
				<name>rs</name>
				<type>java.sql.ResultSet</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>nullSafeSet</name>
			<param>
				<name>ps</name>
				<type>java.sql.PreparedStatement</type>
			</param>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>original</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>returnedClass</name>
		</method>
		<method>
			<name>setPropertyValue</name>
			<param>
				<name>component</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>property</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>DEFAULT_VALUE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IntegerType</name>
		<type>com.liferay.portal.dao.orm.hibernate.IntegerType</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>assemble</name>
			<param>
				<name>cached</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>deepCopy</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>disassemble</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>x</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>y</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getPropertyNames</name>
		</method>
		<method>
			<name>getPropertyTypes</name>
		</method>
		<method>
			<name>getPropertyValue</name>
			<param>
				<name>component</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>property</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>hashCode</name>
			<param>
				<name>x</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isMutable</name>
		</method>
		<method>
			<name>nullSafeGet</name>
			<param>
				<name>rs</name>
				<type>java.sql.ResultSet</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>nullSafeSet</name>
			<param>
				<name>ps</name>
				<type>java.sql.PreparedStatement</type>
			</param>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>original</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>returnedClass</name>
		</method>
		<method>
			<name>setPropertyValue</name>
			<param>
				<name>component</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>property</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>DEFAULT_VALUE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LockModeTranslator</name>
		<type>com.liferay.portal.dao.orm.hibernate.LockModeTranslator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>translate</name>
			<param>
				<name>lockMode</name>
				<type>com.liferay.portal.kernel.dao.orm.LockMode</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LongType</name>
		<type>com.liferay.portal.dao.orm.hibernate.LongType</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>assemble</name>
			<param>
				<name>cached</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>deepCopy</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>disassemble</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>x</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>y</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getPropertyNames</name>
		</method>
		<method>
			<name>getPropertyTypes</name>
		</method>
		<method>
			<name>getPropertyValue</name>
			<param>
				<name>component</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>property</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>hashCode</name>
			<param>
				<name>x</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isMutable</name>
		</method>
		<method>
			<name>nullSafeGet</name>
			<param>
				<name>rs</name>
				<type>java.sql.ResultSet</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>nullSafeSet</name>
			<param>
				<name>ps</name>
				<type>java.sql.PreparedStatement</type>
			</param>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>original</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>returnedClass</name>
		</method>
		<method>
			<name>setPropertyValue</name>
			<param>
				<name>component</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>property</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>DEFAULT_VALUE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OrderFactoryImpl</name>
		<type>com.liferay.portal.dao.orm.hibernate.OrderFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>asc</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>desc</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>OrderImpl</name>
		<type>com.liferay.portal.dao.orm.hibernate.OrderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>OrderImpl</name>
			<param>
				<name>criterion</name>
				<type>org.hibernate.criterion.Order</type>
			</param>
		</method>
		<method>
			<name>getWrappedOrder</name>
		</method>
		<field>
			<name>_criterion</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletSessionFactoryImpl</name>
		<type>com.liferay.portal.dao.orm.hibernate.PortletSessionFactoryImpl</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>getDataSource</name>
		</method>
		<method>
			<name>openSession</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>setDataSource</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
		</method>
		<method>
			<name>getSessionFactory</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_dataSource</name>
		</field>
		<field>
			<name>_sessionFactories</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PrivatePropertyAccessor</name>
		<type>com.liferay.portal.dao.orm.hibernate.PrivatePropertyAccessor</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getGetter</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PropertyNotFoundException</name>
				<type>org.hibernate.PropertyNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>getSetter</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PropertyNotFoundException</name>
				<type>org.hibernate.PropertyNotFoundException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ProjectionFactoryImpl</name>
		<type>com.liferay.portal.dao.orm.hibernate.ProjectionFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>alias</name>
			<param>
				<name>projection</name>
				<type>com.liferay.portal.kernel.dao.orm.Projection</type>
			</param>
			<param>
				<name>alias</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>avg</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>count</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>countDistinct</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>distinct</name>
			<param>
				<name>projection</name>
				<type>com.liferay.portal.kernel.dao.orm.Projection</type>
			</param>
		</method>
		<method>
			<name>groupProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>max</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>min</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>projectionList</name>
		</method>
		<method>
			<name>property</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>rowCount</name>
		</method>
		<method>
			<name>sum</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ProjectionImpl</name>
		<type>com.liferay.portal.dao.orm.hibernate.ProjectionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ProjectionImpl</name>
			<param>
				<name>projection</name>
				<type>org.hibernate.criterion.Projection</type>
			</param>
		</method>
		<method>
			<name>getWrappedProjection</name>
		</method>
		<field>
			<name>_projection</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ProjectionListImpl</name>
		<type>com.liferay.portal.dao.orm.hibernate.ProjectionListImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ProjectionListImpl</name>
			<param>
				<name>projectionList</name>
				<type>org.hibernate.criterion.ProjectionList</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>projection</name>
				<type>com.liferay.portal.kernel.dao.orm.Projection</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>projection</name>
				<type>com.liferay.portal.kernel.dao.orm.Projection</type>
			</param>
			<param>
				<name>alias</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getWrappedProjectionList</name>
		</method>
		<field>
			<name>_projectionList</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PropertyFactoryImpl</name>
		<type>com.liferay.portal.dao.orm.hibernate.PropertyFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>forName</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PropertyImpl</name>
		<type>com.liferay.portal.dao.orm.hibernate.PropertyImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PropertyImpl</name>
			<param>
				<name>property</name>
				<type>org.hibernate.criterion.Property</type>
			</param>
		</method>
		<method>
			<name>asc</name>
		</method>
		<method>
			<name>avg</name>
		</method>
		<method>
			<name>between</name>
			<param>
				<name>min</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>max</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>count</name>
		</method>
		<method>
			<name>desc</name>
		</method>
		<method>
			<name>eq</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>eq</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>eqAll</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>eqProperty</name>
			<param>
				<name>other</name>
				<type>com.liferay.portal.kernel.dao.orm.Property</type>
			</param>
		</method>
		<method>
			<name>eqProperty</name>
			<param>
				<name>other</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ge</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>ge</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>geAll</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>geProperty</name>
			<param>
				<name>other</name>
				<type>com.liferay.portal.kernel.dao.orm.Property</type>
			</param>
		</method>
		<method>
			<name>geProperty</name>
			<param>
				<name>other</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>geSome</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>getProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getWrappedProperty</name>
		</method>
		<method>
			<name>group</name>
		</method>
		<method>
			<name>gt</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>gt</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>gtAll</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>gtProperty</name>
			<param>
				<name>other</name>
				<type>com.liferay.portal.kernel.dao.orm.Property</type>
			</param>
		</method>
		<method>
			<name>gtProperty</name>
			<param>
				<name>other</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>gtSome</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>in</name>
			<param>
				<name>values</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>in</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>in</name>
			<param>
				<name>values</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>isEmpty</name>
		</method>
		<method>
			<name>isNotEmpty</name>
		</method>
		<method>
			<name>isNotNull</name>
		</method>
		<method>
			<name>isNull</name>
		</method>
		<method>
			<name>le</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>le</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>leAll</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>leProperty</name>
			<param>
				<name>other</name>
				<type>com.liferay.portal.kernel.dao.orm.Property</type>
			</param>
		</method>
		<method>
			<name>leProperty</name>
			<param>
				<name>other</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>leSome</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>like</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>lt</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>lt</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>ltAll</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>ltProperty</name>
			<param>
				<name>other</name>
				<type>com.liferay.portal.kernel.dao.orm.Property</type>
			</param>
		</method>
		<method>
			<name>ltProperty</name>
			<param>
				<name>other</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ltSome</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>max</name>
		</method>
		<method>
			<name>min</name>
		</method>
		<method>
			<name>ne</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>ne</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>neProperty</name>
			<param>
				<name>other</name>
				<type>com.liferay.portal.kernel.dao.orm.Property</type>
			</param>
		</method>
		<method>
			<name>neProperty</name>
			<param>
				<name>other</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>notIn</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<field>
			<name>_property</name>
		</field>
	</javadoc>
	<javadoc>
		<name>QueryImpl</name>
		<type>com.liferay.portal.dao.orm.hibernate.QueryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>QueryImpl</name>
			<param>
				<name>query</name>
				<type>org.hibernate.Query</type>
			</param>
			<param>
				<name>strictName</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>executeUpdate</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>iterate</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>iterate</name>
			<param>
				<name>unmodifiable</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>list</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>list</name>
			<param>
				<name>unmodifiable</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>list</name>
			<param>
				<name>copy</name>
				<type>boolean</type>
			</param>
			<param>
				<name>unmodifiable</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>scroll</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>setBoolean</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setBoolean</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setCacheable</name>
			<param>
				<name>cacheable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setCacheMode</name>
			<param>
				<name>cacheMode</name>
				<type>com.liferay.portal.kernel.dao.orm.CacheMode</type>
			</param>
		</method>
		<method>
			<name>setCacheRegion</name>
			<param>
				<name>cacheRegion</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDouble</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>setDouble</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>setFirstResult</name>
			<param>
				<name>firstResult</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setFloat</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>setFloat</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>setInteger</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setInteger</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setLockMode</name>
			<param>
				<name>alias</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lockMode</name>
				<type>com.liferay.portal.kernel.dao.orm.LockMode</type>
			</param>
		</method>
		<method>
			<name>setLong</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setLong</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setMaxResults</name>
			<param>
				<name>maxResults</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setSerializable</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setSerializable</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setShort</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>setShort</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>setString</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setString</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTimestamp</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>java.sql.Timestamp</type>
			</param>
		</method>
		<method>
			<name>setTimestamp</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.sql.Timestamp</type>
			</param>
		</method>
		<method>
			<name>uniqueResult</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<field>
			<name>_names</name>
		</field>
		<field>
			<name>_query</name>
		</field>
		<field>
			<name>_strictName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RestrictionsFactoryImpl</name>
		<type>com.liferay.portal.dao.orm.hibernate.RestrictionsFactoryImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>allEq</name>
			<param>
				<name>propertyNameValues</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>and</name>
			<param>
				<name>lhs</name>
				<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
			</param>
			<param>
				<name>rhs</name>
				<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
			</param>
		</method>
		<method>
			<name>between</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lo</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>hi</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>conjunction</name>
		</method>
		<method>
			<name>disjunction</name>
		</method>
		<method>
			<name>eq</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>eqProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>otherPropertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ge</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>geProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>otherPropertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>gt</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>gtProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>otherPropertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ilike</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>in</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>in</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>isEmpty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isNotEmpty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isNotNull</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isNull</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>le</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>leProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>otherPropertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>like</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>lt</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>ltProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>otherPropertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ne</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>neProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>otherPropertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>not</name>
			<param>
				<name>expression</name>
				<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
			</param>
		</method>
		<method>
			<name>or</name>
			<param>
				<name>lhs</name>
				<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
			</param>
			<param>
				<name>rhs</name>
				<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
			</param>
		</method>
		<method>
			<name>sizeEq</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>sizeGe</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>sizeGt</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>sizeLe</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>sizeLt</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>sizeNe</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SQLQueryImpl</name>
		<type>com.liferay.portal.dao.orm.hibernate.SQLQueryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>SQLQueryImpl</name>
			<param>
				<name>sqlQuery</name>
				<type>org.hibernate.SQLQuery</type>
			</param>
			<param>
				<name>strictName</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addEntity</name>
			<param>
				<name>alias</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entityClass</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>addScalar</name>
			<param>
				<name>columnAlias</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>com.liferay.portal.kernel.dao.orm.Type</type>
			</param>
		</method>
		<method>
			<name>executeUpdate</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>iterate</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>iterate</name>
			<param>
				<name>unmodifiable</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>list</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>list</name>
			<param>
				<name>unmodifiable</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>list</name>
			<param>
				<name>copy</name>
				<type>boolean</type>
			</param>
			<param>
				<name>unmodifiable</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>scroll</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>setBoolean</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setBoolean</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setCacheable</name>
			<param>
				<name>cacheable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setCacheMode</name>
			<param>
				<name>cacheMode</name>
				<type>com.liferay.portal.kernel.dao.orm.CacheMode</type>
			</param>
		</method>
		<method>
			<name>setCacheRegion</name>
			<param>
				<name>cacheRegion</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDouble</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>setDouble</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>setFirstResult</name>
			<param>
				<name>firstResult</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setFloat</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>setFloat</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>setInteger</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setInteger</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setLockMode</name>
			<param>
				<name>alias</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lockMode</name>
				<type>com.liferay.portal.kernel.dao.orm.LockMode</type>
			</param>
		</method>
		<method>
			<name>setLong</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setLong</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setMaxResults</name>
			<param>
				<name>maxResults</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setSerializable</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setSerializable</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setShort</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>setShort</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>setString</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setString</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTimestamp</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>java.sql.Timestamp</type>
			</param>
		</method>
		<method>
			<name>setTimestamp</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.sql.Timestamp</type>
			</param>
		</method>
		<method>
			<name>uniqueResult</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<field>
			<name>_names</name>
		</field>
		<field>
			<name>_sqlQuery</name>
		</field>
		<field>
			<name>_strictName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SQLServer2005Dialect</name>
		<type>com.liferay.portal.dao.orm.hibernate.SQLServer2005Dialect</type>
		<author><![CDATA[Minhchau Dang]]></author>
		<method>
			<name>getLimitString</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>limit</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>supportsLimitOffset</name>
		</method>
		<method>
			<name>supportsVariableLimit</name>
		</method>
		<field>
			<name>_SUPPORTS_LIMIT_OFFSET</name>
		</field>
		<field>
			<name>_SUPPORTS_VARIABLE_LIMIT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SQLServer2008Dialect</name>
		<type>com.liferay.portal.dao.orm.hibernate.SQLServer2008Dialect</type>
		<author><![CDATA[Minhchau Dang]]></author>
		<method>
			<name>getLimitString</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>limit</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>supportsLimitOffset</name>
		</method>
		<method>
			<name>supportsVariableLimit</name>
		</method>
		<field>
			<name>_SUPPORTS_LIMIT_OFFSET</name>
		</field>
		<field>
			<name>_SUPPORTS_VARIABLE_LIMIT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SQLServerLimitStringUtil</name>
		<type>com.liferay.portal.dao.orm.hibernate.SQLServerLimitStringUtil</type>
		<author><![CDATA[Minhchau Dang]]></author>
		<author><![CDATA[Steven Cao]]></author>
		<method>
			<name>getLimitString</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>limit</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_splitOrderBy</name>
			<param>
				<name>selectFrom</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderBy</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_splitSelectFrom</name>
			<param>
				<name>selectFrom</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>innerOrderBy</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>limit</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_columnAliasPattern</name>
		</field>
		<field>
			<name>_distinctPattern</name>
		</field>
		<field>
			<name>_qualifiedColumnPattern</name>
		</field>
		<field>
			<name>_selectPattern</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ScrollableResultsImpl</name>
		<type>com.liferay.portal.dao.orm.hibernate.ScrollableResultsImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ScrollableResultsImpl</name>
			<param>
				<name>scrollableResults</name>
				<type>org.hibernate.ScrollableResults</type>
			</param>
		</method>
		<method>
			<name>first</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>get</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>i</name>
				<type>int</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>last</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>next</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>previous</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>scroll</name>
			<param>
				<name>i</name>
				<type>int</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<field>
			<name>_scrollableResults</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SessionFactoryImpl</name>
		<type>com.liferay.portal.dao.orm.hibernate.SessionFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getPortletSessionFactories</name>
		</method>
		<method>
			<name>closeSession</name>
			<param>
				<name>session</name>
				<type>com.liferay.portal.kernel.dao.orm.Session</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>getDialect</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>getSessionFactoryClassLoader</name>
		</method>
		<method>
			<name>getSessionFactoryImplementor</name>
		</method>
		<method>
			<name>openNewSession</name>
			<param>
				<name>connection</name>
				<type>java.sql.Connection</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>openSession</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>setSessionFactoryClassLoader</name>
			<param>
				<name>sessionFactoryClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>setSessionFactoryImplementor</name>
			<param>
				<name>sessionFactoryImplementor</name>
				<type>org.hibernate.engine.SessionFactoryImplementor</type>
			</param>
		</method>
		<method>
			<name>wrapSession</name>
			<param>
				<name>session</name>
				<type>org.hibernate.Session</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>portletSessionFactories</name>
		</field>
		<field>
			<name>_sessionFactoryClassLoader</name>
		</field>
		<field>
			<name>_sessionFactoryImplementor</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SessionImpl</name>
		<type>com.liferay.portal.dao.orm.hibernate.SessionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>SessionImpl</name>
			<param>
				<name>session</name>
				<type>org.hibernate.Session</type>
			</param>
		</method>
		<method>
			<name>clear</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>createQuery</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>createQuery</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strictName</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>createSQLQuery</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>createSQLQuery</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strictName</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>evict</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>id</name>
				<type>java.io.Serializable</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>id</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>lockMode</name>
				<type>com.liferay.portal.kernel.dao.orm.LockMode</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>getWrappedSession</name>
		</method>
		<method>
			<name>load</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>id</name>
				<type>java.io.Serializable</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>save</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>saveOrUpdate</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<field>
			<name>_session</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShortType</name>
		<type>com.liferay.portal.dao.orm.hibernate.ShortType</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>assemble</name>
			<param>
				<name>cached</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>deepCopy</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>disassemble</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>x</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>y</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getPropertyNames</name>
		</method>
		<method>
			<name>getPropertyTypes</name>
		</method>
		<method>
			<name>getPropertyValue</name>
			<param>
				<name>component</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>property</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>hashCode</name>
			<param>
				<name>x</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isMutable</name>
		</method>
		<method>
			<name>nullSafeGet</name>
			<param>
				<name>rs</name>
				<type>java.sql.ResultSet</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>nullSafeSet</name>
			<param>
				<name>ps</name>
				<type>java.sql.PreparedStatement</type>
			</param>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>original</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>returnedClass</name>
		</method>
		<method>
			<name>setPropertyValue</name>
			<param>
				<name>component</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>property</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>DEFAULT_VALUE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StringType</name>
		<type>com.liferay.portal.dao.orm.hibernate.StringType</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>assemble</name>
			<param>
				<name>cached</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>deepCopy</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>disassemble</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>x</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>y</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getPropertyNames</name>
		</method>
		<method>
			<name>getPropertyTypes</name>
		</method>
		<method>
			<name>getPropertyValue</name>
			<param>
				<name>component</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>property</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>hashCode</name>
			<param>
				<name>x</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isMutable</name>
		</method>
		<method>
			<name>nullSafeGet</name>
			<param>
				<name>rs</name>
				<type>java.sql.ResultSet</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>nullSafeSet</name>
			<param>
				<name>ps</name>
				<type>java.sql.PreparedStatement</type>
			</param>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>original</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>session</name>
				<type>org.hibernate.engine.SessionImplementor</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>returnedClass</name>
		</method>
		<method>
			<name>setPropertyValue</name>
			<param>
				<name>component</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>property</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TypeTranslator</name>
		<type>com.liferay.portal.dao.orm.hibernate.TypeTranslator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>translate</name>
			<param>
				<name>type</name>
				<type>com.liferay.portal.kernel.dao.orm.Type</type>
			</param>
		</method>
		<field>
			<name>BIG_DECIMAL</name>
		</field>
		<field>
			<name>BIG_INTEGER</name>
		</field>
		<field>
			<name>BINARY</name>
		</field>
		<field>
			<name>BLOB</name>
		</field>
		<field>
			<name>BOOLEAN</name>
		</field>
		<field>
			<name>BYTE</name>
		</field>
		<field>
			<name>CALENDAR</name>
		</field>
		<field>
			<name>CALENDAR_DATE</name>
		</field>
		<field>
			<name>CHAR_ARRAY</name>
		</field>
		<field>
			<name>CHARACTER</name>
		</field>
		<field>
			<name>CHARACTER_ARRAY</name>
		</field>
		<field>
			<name>CLASS</name>
		</field>
		<field>
			<name>CLOB</name>
		</field>
		<field>
			<name>CURRENCY</name>
		</field>
		<field>
			<name>DATE</name>
		</field>
		<field>
			<name>DOUBLE</name>
		</field>
		<field>
			<name>FLOAT</name>
		</field>
		<field>
			<name>IMAGE</name>
		</field>
		<field>
			<name>INTEGER</name>
		</field>
		<field>
			<name>LOCALE</name>
		</field>
		<field>
			<name>LONG</name>
		</field>
		<field>
			<name>MATERIALIZED_BLOB</name>
		</field>
		<field>
			<name>MATERIALIZED_CLOB</name>
		</field>
		<field>
			<name>NUMERIC_BOOLEAN</name>
		</field>
		<field>
			<name>SERIALIZABLE</name>
		</field>
		<field>
			<name>SHORT</name>
		</field>
		<field>
			<name>STRING</name>
		</field>
		<field>
			<name>TEXT</name>
		</field>
		<field>
			<name>TIME</name>
		</field>
		<field>
			<name>TIMESTAMP</name>
		</field>
		<field>
			<name>TIMEZONE</name>
		</field>
		<field>
			<name>TRUE_FALSE</name>
		</field>
		<field>
			<name>URL</name>
		</field>
		<field>
			<name>UUID_BINARY</name>
		</field>
		<field>
			<name>UUID_CHAR</name>
		</field>
		<field>
			<name>WRAPPER_BINARY</name>
		</field>
		<field>
			<name>YES_NO</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HibernateStatisticsService</name>
		<type>com.liferay.portal.dao.orm.hibernate.jmx.HibernateStatisticsService</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>HibernateStatisticsService</name>
		</method>
		<method>
			<name>setSessionFactory</name>
			<param>
				<name>sessionFactoryImpl</name>
				<type>com.liferay.portal.dao.orm.hibernate.SessionFactoryImpl</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseRegionWrapper</name>
		<type>com.liferay.portal.dao.orm.hibernate.region.BaseRegionWrapper</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>BaseRegionWrapper</name>
			<param>
				<name>ehcacheDataRegion</name>
				<type>net.sf.ehcache.hibernate.regions.EhcacheDataRegion</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>destroy</name>
			<throws>
				<name>CacheException</name>
				<type>org.hibernate.cache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>getElementCountInMemory</name>
		</method>
		<method>
			<name>getElementCountOnDisk</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getRegistryName</name>
		</method>
		<method>
			<name>getSizeInMemory</name>
		</method>
		<method>
			<name>getTimeout</name>
		</method>
		<method>
			<name>nextTimestamp</name>
		</method>
		<method>
			<name>toMap</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>doDestroy</name>
		</method>
		<method>
			<name>getEhcacheDataRegion</name>
		</method>
		<field>
			<name>_ehcacheDataRegion</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CollectionRegionWrapper</name>
		<type>com.liferay.portal.dao.orm.hibernate.region.CollectionRegionWrapper</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>CollectionRegionWrapper</name>
			<param>
				<name>ehcacheCollectionRegion</name>
				<type>net.sf.ehcache.hibernate.regions.EhcacheCollectionRegion</type>
			</param>
		</method>
		<method>
			<name>buildAccessStrategy</name>
			<param>
				<name>accessType</name>
				<type>org.hibernate.cache.access.AccessType</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>org.hibernate.cache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>getCacheDataDescription</name>
		</method>
		<method>
			<name>invalidate</name>
		</method>
		<method>
			<name>isTransactionAware</name>
		</method>
		<method>
			<name>getEhcacheCollectionRegion</name>
		</method>
	</javadoc>
	<javadoc>
		<name>EntityRegionWrapper</name>
		<type>com.liferay.portal.dao.orm.hibernate.region.EntityRegionWrapper</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>EntityRegionWrapper</name>
			<param>
				<name>ehcacheEntityRegion</name>
				<type>net.sf.ehcache.hibernate.regions.EhcacheEntityRegion</type>
			</param>
		</method>
		<method>
			<name>buildAccessStrategy</name>
			<param>
				<name>accessType</name>
				<type>org.hibernate.cache.access.AccessType</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>org.hibernate.cache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>getCacheDataDescription</name>
		</method>
		<method>
			<name>invalidate</name>
		</method>
		<method>
			<name>isTransactionAware</name>
		</method>
		<method>
			<name>getEhcacheEntityRegion</name>
		</method>
	</javadoc>
	<javadoc>
		<name>LiferayEhcacheRegionFactory</name>
		<type>com.liferay.portal.dao.orm.hibernate.region.LiferayEhcacheRegionFactory</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>LiferayEhcacheRegionFactory</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>buildCollectionRegion</name>
			<param>
				<name>regionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>cacheDataDescription</name>
				<type>org.hibernate.cache.CacheDataDescription</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>org.hibernate.cache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>buildEntityRegion</name>
			<param>
				<name>regionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>cacheDataDescription</name>
				<type>org.hibernate.cache.CacheDataDescription</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>org.hibernate.cache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>buildQueryResultsRegion</name>
			<param>
				<name>regionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>org.hibernate.cache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>buildTimestampsRegion</name>
			<param>
				<name>regionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>org.hibernate.cache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>getCacheManager</name>
		</method>
		<method>
			<name>reconfigureCaches</name>
			<param>
				<name>cacheConfigFile</name>
				<type>java.net.URL</type>
			</param>
		</method>
		<method>
			<name>start</name>
			<param>
				<name>settings</name>
				<type>org.hibernate.cfg.Settings</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>org.hibernate.cache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>configureCache</name>
			<param>
				<name>regionName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>reconfigureCache</name>
			<param>
				<name>replacementCache</name>
				<type>net.sf.ehcache.Ehcache</type>
			</param>
		</method>
		<field>
			<name>_DEFAULT_CLUSTERED_EHCACHE_CONFIG_FILE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_mBeanRegisteringPortalLifecycle</name>
		</field>
		<field>
			<name>_usingDefault</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBeanRegisteringPortalLifecycle</name>
		<type>com.liferay.portal.dao.orm.hibernate.region.MBeanRegisteringPortalLifecycle</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>MBeanRegisteringPortalLifecycle</name>
			<param>
				<name>cacheManager</name>
				<type>net.sf.ehcache.CacheManager</type>
			</param>
		</method>
		<method>
			<name>doPortalDestroy</name>
		</method>
		<method>
			<name>doPortalInit</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_MBEAN_SERVER_BEAN_NAME</name>
		</field>
		<field>
			<name>_cacheManager</name>
		</field>
		<field>
			<name>_managementService</name>
		</field>
	</javadoc>
	<javadoc>
		<name>QueryResultsRegionWrapper</name>
		<type>com.liferay.portal.dao.orm.hibernate.region.QueryResultsRegionWrapper</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>QueryResultsRegionWrapper</name>
			<param>
				<name>ehcacheQueryResultsRegion</name>
				<type>net.sf.ehcache.hibernate.regions.EhcacheQueryResultsRegion</type>
			</param>
		</method>
		<method>
			<name>evict</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>org.hibernate.cache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>evictAll</name>
			<throws>
				<name>CacheException</name>
				<type>org.hibernate.cache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>org.hibernate.cache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>invalidate</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>org.hibernate.cache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>getEhcacheQueryResultsRegion</name>
		</method>
	</javadoc>
	<javadoc>
		<name>SingletonLiferayEhcacheRegionFactory</name>
		<type>com.liferay.portal.dao.orm.hibernate.region.SingletonLiferayEhcacheRegionFactory</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>SingletonLiferayEhcacheRegionFactory</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>buildCollectionRegion</name>
			<param>
				<name>regionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>cacheDataDescription</name>
				<type>org.hibernate.cache.CacheDataDescription</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>org.hibernate.cache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>buildEntityRegion</name>
			<param>
				<name>regionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>cacheDataDescription</name>
				<type>org.hibernate.cache.CacheDataDescription</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>org.hibernate.cache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>buildQueryResultsRegion</name>
			<param>
				<name>regionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>org.hibernate.cache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>buildTimestampsRegion</name>
			<param>
				<name>regionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>org.hibernate.cache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultAccessType</name>
		</method>
		<method>
			<name>isMinimalPutsEnabledByDefault</name>
		</method>
		<method>
			<name>nextTimestamp</name>
		</method>
		<method>
			<name>start</name>
			<param>
				<name>settings</name>
				<type>org.hibernate.cfg.Settings</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>org.hibernate.cache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>stop</name>
		</method>
		<field>
			<name>_instanceCounter</name>
		</field>
		<field>
			<name>_liferayEhcacheRegionFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TimestampsRegionWrapper</name>
		<type>com.liferay.portal.dao.orm.hibernate.region.TimestampsRegionWrapper</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>TimestampsRegionWrapper</name>
			<param>
				<name>ehcacheTimestampsRegion</name>
				<type>net.sf.ehcache.hibernate.regions.EhcacheTimestampsRegion</type>
			</param>
		</method>
		<method>
			<name>evict</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>org.hibernate.cache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>evictAll</name>
			<throws>
				<name>CacheException</name>
				<type>org.hibernate.cache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>org.hibernate.cache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>invalidate</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>CacheException</name>
				<type>org.hibernate.cache.CacheException</type>
			</throws>
		</method>
		<method>
			<name>getEhcacheTimestampsRegion</name>
		</method>
	</javadoc>
	<javadoc>
		<name>DialectImpl</name>
		<type>com.liferay.portal.dao.orm.jpa.DialectImpl</type>
		<author><![CDATA[Prashant Dighe]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>supportsLimit</name>
		</method>
	</javadoc>
	<javadoc>
		<name>DynamicQueryFactoryImpl</name>
		<type>com.liferay.portal.dao.orm.jpa.DynamicQueryFactoryImpl</type>
		<author><![CDATA[Prashant Dighe]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>forClass</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>forClass</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>forClass</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>alias</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>forClass</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>alias</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ExceptionTranslator</name>
		<type>com.liferay.portal.dao.orm.jpa.ExceptionTranslator</type>
		<author><![CDATA[Prashant Dighe]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>translate</name>
			<param>
				<name>e</name>
				<type>java.lang.Exception</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LockModeTranslator</name>
		<type>com.liferay.portal.dao.orm.jpa.LockModeTranslator</type>
		<author><![CDATA[Prashant Dighe]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>translate</name>
			<param>
				<name>lockMode</name>
				<type>com.liferay.portal.kernel.dao.orm.LockMode</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NewSessionImpl</name>
		<type>com.liferay.portal.dao.orm.jpa.NewSessionImpl</type>
		<author><![CDATA[Prashant Dighe]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NewSessionImpl</name>
			<param>
				<name>entityManager</name>
				<type>javax.persistence.EntityManager</type>
			</param>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>OrderFactoryImpl</name>
		<type>com.liferay.portal.dao.orm.jpa.OrderFactoryImpl</type>
		<author><![CDATA[Prashant Dighe]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>asc</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>desc</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ProjectionFactoryImpl</name>
		<type>com.liferay.portal.dao.orm.jpa.ProjectionFactoryImpl</type>
		<author><![CDATA[Prashant Dighe]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>alias</name>
			<param>
				<name>projection</name>
				<type>com.liferay.portal.kernel.dao.orm.Projection</type>
			</param>
			<param>
				<name>alias</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>avg</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>count</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>countDistinct</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>distinct</name>
			<param>
				<name>projection</name>
				<type>com.liferay.portal.kernel.dao.orm.Projection</type>
			</param>
		</method>
		<method>
			<name>groupProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>max</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>min</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>projectionList</name>
		</method>
		<method>
			<name>property</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>rowCount</name>
		</method>
		<method>
			<name>sum</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PropertyFactoryImpl</name>
		<type>com.liferay.portal.dao.orm.jpa.PropertyFactoryImpl</type>
		<author><![CDATA[Prashant Dighe]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>forName</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>QueryImpl</name>
		<type>com.liferay.portal.dao.orm.jpa.QueryImpl</type>
		<author><![CDATA[Prashant Dighe]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>QueryImpl</name>
			<param>
				<name>sessionImpl</name>
				<type>com.liferay.portal.dao.orm.jpa.SessionImpl</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strictName</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>executeUpdate</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>iterate</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>iterate</name>
			<param>
				<name>unmodifiable</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>list</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>list</name>
			<param>
				<name>unmodifiable</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>list</name>
			<param>
				<name>copy</name>
				<type>boolean</type>
			</param>
			<param>
				<name>unmodifiable</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>scroll</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>setBoolean</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setBoolean</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setCacheable</name>
			<param>
				<name>cacheable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setCacheMode</name>
			<param>
				<name>cacheMode</name>
				<type>com.liferay.portal.kernel.dao.orm.CacheMode</type>
			</param>
		</method>
		<method>
			<name>setCacheRegion</name>
			<param>
				<name>cacheRegion</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDouble</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>setDouble</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>setFirstResult</name>
			<param>
				<name>firstResult</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setFloat</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>setFloat</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>setFlushMode</name>
			<param>
				<name>flushModeType</name>
				<type>javax.persistence.FlushModeType</type>
			</param>
		</method>
		<method>
			<name>setInteger</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setInteger</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setLockMode</name>
			<param>
				<name>alias</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lockMode</name>
				<type>com.liferay.portal.kernel.dao.orm.LockMode</type>
			</param>
		</method>
		<method>
			<name>setLong</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setLong</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setMaxResults</name>
			<param>
				<name>maxResults</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setSerializable</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setSerializable</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setShort</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>setShort</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>setString</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setString</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTimestamp</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>java.sql.Timestamp</type>
			</param>
		</method>
		<method>
			<name>setTimestamp</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.sql.Timestamp</type>
			</param>
		</method>
		<method>
			<name>uniqueResult</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<field>
			<name>entityClass</name>
		</field>
		<field>
			<name>firstResult</name>
		</field>
		<field>
			<name>flushModeType</name>
		</field>
		<field>
			<name>lockModeType</name>
		</field>
		<field>
			<name>maxResults</name>
		</field>
		<field>
			<name>namedParameterMap</name>
		</field>
		<field>
			<name>positionalParameterMap</name>
		</field>
		<field>
			<name>queryString</name>
		</field>
		<field>
			<name>sessionImpl</name>
		</field>
		<field>
			<name>sqlQuery</name>
		</field>
		<field>
			<name>strictName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RestrictionsFactoryImpl</name>
		<type>com.liferay.portal.dao.orm.jpa.RestrictionsFactoryImpl</type>
		<author><![CDATA[Prashant Dighe]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>allEq</name>
			<param>
				<name>propertyNameValues</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>and</name>
			<param>
				<name>lhs</name>
				<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
			</param>
			<param>
				<name>rhs</name>
				<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
			</param>
		</method>
		<method>
			<name>between</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lo</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>hi</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>conjunction</name>
		</method>
		<method>
			<name>disjunction</name>
		</method>
		<method>
			<name>eq</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>eqProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>otherPropertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ge</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>geProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>otherPropertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>gt</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>gtProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>otherPropertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ilike</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>in</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>in</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>isEmpty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isNotEmpty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isNotNull</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isNull</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>le</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>leProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>otherPropertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>like</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>lt</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>ltProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>otherPropertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ne</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>neProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>otherPropertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>not</name>
			<param>
				<name>expression</name>
				<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
			</param>
		</method>
		<method>
			<name>or</name>
			<param>
				<name>lhs</name>
				<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
			</param>
			<param>
				<name>rhs</name>
				<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
			</param>
		</method>
		<method>
			<name>sizeEq</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>sizeGe</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>sizeGt</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>sizeLe</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>sizeLt</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>sizeNe</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SQLQueryImpl</name>
		<type>com.liferay.portal.dao.orm.jpa.SQLQueryImpl</type>
		<author><![CDATA[Prashant Dighe]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>SQLQueryImpl</name>
			<param>
				<name>sessionImpl</name>
				<type>com.liferay.portal.dao.orm.jpa.SessionImpl</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strictName</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addEntity</name>
			<param>
				<name>alias</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entityClass</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>addScalar</name>
			<param>
				<name>columnAlias</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>com.liferay.portal.kernel.dao.orm.Type</type>
			</param>
		</method>
		<method>
			<name>list</name>
			<param>
				<name>copy</name>
				<type>boolean</type>
			</param>
			<param>
				<name>unmodifiable</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>uniqueResult</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>_getColumns</name>
			<param>
				<name>entityClass</name>
				<type>java.lang.Class</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_transformList</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_transformType</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>type</name>
				<type>com.liferay.portal.kernel.dao.orm.Type</type>
			</param>
		</method>
		<field>
			<name>_entityColumns</name>
		</field>
		<field>
			<name>_scalars</name>
		</field>
		<field>
			<name>_scalarTypes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ScrollableResultsImpl</name>
		<type>com.liferay.portal.dao.orm.jpa.ScrollableResultsImpl</type>
		<author><![CDATA[Prashant Dighe]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ScrollableResultsImpl</name>
			<param>
				<name>results</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>first</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>get</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>i</name>
				<type>int</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>last</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>next</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>previous</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>scroll</name>
			<param>
				<name>i</name>
				<type>int</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<field>
			<name>_current</name>
		</field>
		<field>
			<name>_last</name>
		</field>
		<field>
			<name>_results</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SessionFactoryImpl</name>
		<type>com.liferay.portal.dao.orm.jpa.SessionFactoryImpl</type>
		<author><![CDATA[Prashant Dighe]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>closeSession</name>
			<param>
				<name>session</name>
				<type>com.liferay.portal.kernel.dao.orm.Session</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>getDialect</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>openNewSession</name>
			<param>
				<name>connection</name>
				<type>java.sql.Connection</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>openSession</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>setEntityManagerFactory</name>
			<param>
				<name>entityManagerFactory</name>
				<type>javax.persistence.EntityManagerFactory</type>
			</param>
		</method>
		<method>
			<name>setSession</name>
			<param>
				<name>session</name>
				<type>com.liferay.portal.kernel.dao.orm.Session</type>
			</param>
		</method>
		<field>
			<name>_entityManagerFactory</name>
		</field>
		<field>
			<name>_session</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SessionImpl</name>
		<type>com.liferay.portal.dao.orm.jpa.SessionImpl</type>
		<author><![CDATA[Prashant Dighe]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>clear</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>createQuery</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>createQuery</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strictName</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>createSQLQuery</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>createSQLQuery</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strictName</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>evict</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>id</name>
				<type>java.io.Serializable</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>id</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>lockMode</name>
				<type>com.liferay.portal.kernel.dao.orm.LockMode</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>getWrappedSession</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>load</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>id</name>
				<type>java.io.Serializable</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>save</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>saveOrUpdate</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>executeUpdate</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>positionalParameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>namedParameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>strictName</name>
				<type>boolean</type>
			</param>
			<param>
				<name>firstResult</name>
				<type>int</type>
			</param>
			<param>
				<name>maxResults</name>
				<type>int</type>
			</param>
			<param>
				<name>flushMode</name>
				<type>javax.persistence.FlushModeType</type>
			</param>
			<param>
				<name>lockModeType</name>
				<type>javax.persistence.LockModeType</type>
			</param>
			<param>
				<name>sqlQuery</name>
				<type>boolean</type>
			</param>
			<param>
				<name>entityClass</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>list</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>positionalParameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>namedParameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>strictName</name>
				<type>boolean</type>
			</param>
			<param>
				<name>firstResult</name>
				<type>int</type>
			</param>
			<param>
				<name>maxResults</name>
				<type>int</type>
			</param>
			<param>
				<name>flushMode</name>
				<type>javax.persistence.FlushModeType</type>
			</param>
			<param>
				<name>lockModeType</name>
				<type>javax.persistence.LockModeType</type>
			</param>
			<param>
				<name>sqlQuery</name>
				<type>boolean</type>
			</param>
			<param>
				<name>entityClass</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>uniqueResult</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>positionalParameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>namedParameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>strictName</name>
				<type>boolean</type>
			</param>
			<param>
				<name>firstResult</name>
				<type>int</type>
			</param>
			<param>
				<name>maxResults</name>
				<type>int</type>
			</param>
			<param>
				<name>flushMode</name>
				<type>javax.persistence.FlushModeType</type>
			</param>
			<param>
				<name>lockModeType</name>
				<type>javax.persistence.LockModeType</type>
			</param>
			<param>
				<name>sqlQuery</name>
				<type>boolean</type>
			</param>
			<param>
				<name>entityClass</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>_getExecutableQuery</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>positionalParameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>namedParameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>strictName</name>
				<type>boolean</type>
			</param>
			<param>
				<name>firstResult</name>
				<type>int</type>
			</param>
			<param>
				<name>maxResults</name>
				<type>int</type>
			</param>
			<param>
				<name>flushMode</name>
				<type>javax.persistence.FlushModeType</type>
			</param>
			<param>
				<name>lockModeType</name>
				<type>javax.persistence.LockModeType</type>
			</param>
			<param>
				<name>sqlQuery</name>
				<type>boolean</type>
			</param>
			<param>
				<name>entityClass</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>_setParameters</name>
			<param>
				<name>query</name>
				<type>javax.persistence.Query</type>
			</param>
			<param>
				<name>positionalParameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>namedParameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>strictName</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>entityManager</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ManualShardSelector</name>
		<type>com.liferay.portal.dao.shard.ManualShardSelector</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getShardName</name>
			<param>
				<name>scope</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shardName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RoundRobinShardSelector</name>
		<type>com.liferay.portal.dao.shard.RoundRobinShardSelector</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getShardName</name>
			<param>
				<name>scope</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shardName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ShardDataSource</name>
		<type>com.liferay.portal.dao.shard.ShardDataSource</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>getConnection</name>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getConnection</name>
			<param>
				<name>username</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getLoginTimeout</name>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getLogWriter</name>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getParentLogger</name>
		</method>
		<method>
			<name>isWrapperFor</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>setLoginTimeout</name>
			<param>
				<name>seconds</name>
				<type>int</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>setLogWriter</name>
			<param>
				<name>printWriter</name>
				<type>java.io.PrintWriter</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>unwrap</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getDataSource</name>
		</method>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShardDataSourceTargetSource</name>
		<type>com.liferay.portal.dao.shard.ShardDataSourceTargetSource</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>getAvailableShardNames</name>
		</method>
		<method>
			<name>getDataSource</name>
		</method>
		<method>
			<name>getDataSources</name>
		</method>
		<method>
			<name>getTarget</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTargetClass</name>
		</method>
		<method>
			<name>isStatic</name>
		</method>
		<method>
			<name>releaseTarget</name>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>resetDataSource</name>
		</method>
		<method>
			<name>setDataSource</name>
			<param>
				<name>shardName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDataSources</name>
			<param>
				<name>dataSources</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_availableShardNames</name>
		</field>
		<field>
			<name>_dataSource</name>
		</field>
		<field>
			<name>_dataSources</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShardImpl</name>
		<type>com.liferay.portal.dao.shard.ShardImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getAvailableShardNames</name>
		</method>
		<method>
			<name>getCurrentShardName</name>
		</method>
		<method>
			<name>getDataSource</name>
		</method>
		<method>
			<name>getDefaultShardName</name>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>popCompanyService</name>
		</method>
		<method>
			<name>pushCompanyService</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>pushCompanyService</name>
			<param>
				<name>shardName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setShardAdvice</name>
			<param>
				<name>shardAdvice</name>
				<type>com.liferay.portal.dao.shard.advice.ShardAdvice</type>
			</param>
		</method>
		<field>
			<name>_shardAdvice</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShardMappingSqlQueryFactoryImpl</name>
		<type>com.liferay.portal.dao.shard.ShardMappingSqlQueryFactoryImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getMappingSqlQuery</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>int[]</type>
			</param>
			<param>
				<name>rowMapper</name>
				<type>com.liferay.portal.kernel.dao.jdbc.RowMapper</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ShardMappingSqlQueryImpl</name>
		<type>com.liferay.portal.dao.shard.ShardMappingSqlQueryImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>ShardMappingSqlQueryImpl</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>int[]</type>
			</param>
			<param>
				<name>rowMapper</name>
				<type>com.liferay.portal.kernel.dao.jdbc.RowMapper</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ShardPollerProcessorWrapper</name>
		<type>com.liferay.portal.dao.shard.ShardPollerProcessorWrapper</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>ShardPollerProcessorWrapper</name>
			<param>
				<name>pollerProcessor</name>
				<type>com.liferay.portal.kernel.poller.PollerProcessor</type>
			</param>
		</method>
		<method>
			<name>receive</name>
			<param>
				<name>pollerRequest</name>
				<type>com.liferay.portal.kernel.poller.PollerRequest</type>
			</param>
			<param>
				<name>pollerResponse</name>
				<type>com.liferay.portal.kernel.poller.PollerResponse</type>
			</param>
			<throws>
				<name>PollerException</name>
				<type>com.liferay.portal.kernel.poller.PollerException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>pollerRequest</name>
				<type>com.liferay.portal.kernel.poller.PollerRequest</type>
			</param>
			<throws>
				<name>PollerException</name>
				<type>com.liferay.portal.kernel.poller.PollerException</type>
			</throws>
		</method>
		<field>
			<name>_pollerProcessor</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShardSelector</name>
		<type>com.liferay.portal.dao.shard.ShardSelector</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getShardName</name>
			<param>
				<name>scope</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shardName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<field>
			<name>COMPANY_SCOPE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShardSessionFactoryTargetSource</name>
		<type>com.liferay.portal.dao.shard.ShardSessionFactoryTargetSource</type>
		<author><![CDATA[Michael Young]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getSessionFactories</name>
		</method>
		<method>
			<name>getSessionFactory</name>
		</method>
		<method>
			<name>getTarget</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTargetClass</name>
		</method>
		<method>
			<name>isStatic</name>
		</method>
		<method>
			<name>releaseTarget</name>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setSessionFactory</name>
			<param>
				<name>shardName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setShardDataSourceTargetSource</name>
			<param>
				<name>shardDataSourceTargetSource</name>
				<type>com.liferay.portal.dao.shard.ShardDataSourceTargetSource</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_sessionFactories</name>
		</field>
		<field>
			<name>_sessionFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShardSqlUpdateFactoryImpl</name>
		<type>com.liferay.portal.dao.shard.ShardSqlUpdateFactoryImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getSqlUpdate</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>int[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ShardSqlUpdateImpl</name>
		<type>com.liferay.portal.dao.shard.ShardSqlUpdateImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>ShardSqlUpdateImpl</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>int[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ShardUtil</name>
		<type>com.liferay.portal.dao.shard.ShardUtil</type>
		<author><![CDATA[Alexander Chow]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.dao.shard.ShardUtil}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>ShardAdvice</name>
		<type>com.liferay.portal.dao.shard.advice.ShardAdvice</type>
		<author><![CDATA[Michael Young]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>getCompanyShardName</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>virtualHostname</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mx</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shardName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCurrentShardName</name>
		</method>
		<method>
			<name>getDataSource</name>
		</method>
		<method>
			<name>getGlobalCall</name>
		</method>
		<method>
			<name>getShardDataSourceTargetSource</name>
		</method>
		<method>
			<name>getShardName</name>
		</method>
		<method>
			<name>getShardSessionFactoryTargetSource</name>
		</method>
		<method>
			<name>popCompanyService</name>
		</method>
		<method>
			<name>pushCompanyService</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>pushCompanyService</name>
			<param>
				<name>shardName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setGlobalCall</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setShardDataSourceTargetSource</name>
			<param>
				<name>shardDataSourceTargetSource</name>
				<type>com.liferay.portal.dao.shard.ShardDataSourceTargetSource</type>
			</param>
		</method>
		<method>
			<name>setShardNameByCompany</name>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>setShardSessionFactoryTargetSource</name>
			<param>
				<name>shardSessionFactoryTargetSource</name>
				<type>com.liferay.portal.dao.shard.ShardSessionFactoryTargetSource</type>
			</param>
		</method>
		<method>
			<name>_getCompanyServiceStack</name>
		</method>
		<method>
			<name>_setShardName</name>
			<param>
				<name>shardName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_setShardNameByCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_companyServiceStack</name>
		</field>
		<field>
			<name>_globalCall</name>
		</field>
		<field>
			<name>_shardName</name>
		</field>
		<field>
			<name>_shardSelector</name>
		</field>
		<field>
			<name>_shardDataSourceTargetSource</name>
		</field>
		<field>
			<name>_shardSessionFactoryTargetSource</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShardCompanyAdvice</name>
		<type>com.liferay.portal.dao.shard.advice.ShardCompanyAdvice</type>
		<author><![CDATA[Michael Young]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>invoke</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>setShardAdvice</name>
			<param>
				<name>shardAdvice</name>
				<type>com.liferay.portal.dao.shard.advice.ShardAdvice</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_shardAdvice</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShardGloballyAdvice</name>
		<type>com.liferay.portal.dao.shard.advice.ShardGloballyAdvice</type>
		<author><![CDATA[Michael Young]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>invoke</name>
			<comment><![CDATA[Invoke a join point across all shards while ignoring the company service stack.]]></comment>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
			<see><![CDATA[ShardIterativelyAdvice]]></see>
		</method>
		<method>
			<name>setShardAdvice</name>
			<param>
				<name>shardAdvice</name>
				<type>com.liferay.portal.dao.shard.advice.ShardAdvice</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_shardAdvice</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShardIterativelyAdvice</name>
		<type>com.liferay.portal.dao.shard.advice.ShardIterativelyAdvice</type>
		<author><![CDATA[Michael Young]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>invoke</name>
			<comment><![CDATA[Invoke a join point across all shards while using the company service stack.]]></comment>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
			<see><![CDATA[ShardGloballyAdvice]]></see>
		</method>
		<method>
			<name>setShardAdvice</name>
			<param>
				<name>shardAdvice</name>
				<type>com.liferay.portal.dao.shard.advice.ShardAdvice</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_shardAdvice</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShardParameterAdvice</name>
		<type>com.liferay.portal.dao.shard.advice.ShardParameterAdvice</type>
		<author><![CDATA[Michael Young]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>invoke</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>setShardAdvice</name>
			<param>
				<name>shardAdvice</name>
				<type>com.liferay.portal.dao.shard.advice.ShardAdvice</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_shardAdvice</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShardPersistenceAdvice</name>
		<type>com.liferay.portal.dao.shard.advice.ShardPersistenceAdvice</type>
		<author><![CDATA[Michael Young]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>invoke</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>setShardAdvice</name>
			<param>
				<name>shardAdvice</name>
				<type>com.liferay.portal.dao.shard.advice.ShardAdvice</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_shardAdvice</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShardPortletAdvice</name>
		<type>com.liferay.portal.dao.shard.advice.ShardPortletAdvice</type>
		<author><![CDATA[Michael Young]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>invoke</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>setShardAdvice</name>
			<param>
				<name>shardAdvice</name>
				<type>com.liferay.portal.dao.shard.advice.ShardAdvice</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_shardAdvice</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DeployManagerImpl</name>
		<type>com.liferay.portal.deploy.DeployManagerImpl</type>
		<author><![CDATA[Jonathan Potter]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Ryan Park]]></author>
		<method>
			<name>deploy</name>
			<param>
				<name>autoDeploymentContext</name>
				<type>com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDeployDir</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getInstalledDir</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getInstalledPluginPackage</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInstalledPluginPackages</name>
		</method>
		<method>
			<name>isDeployed</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>readPluginPackageProperties</name>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>readPluginPackageXml</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>redeploy</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>undeploy</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DeployUtil</name>
		<type>com.liferay.portal.deploy.DeployUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>copyDependencyXml</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>overwrite</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getAutoDeployDestDir</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getAutoDeployServerDestDir</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getResourcePath</name>
			<param>
				<name>resource</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>redeployJetty</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>redeployTomcat</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>undeploy</name>
			<param>
				<name>appServerType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deployDir</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>DeployUtil</name>
		</method>
		<method>
			<name>_getResourcePath</name>
			<param>
				<name>resource</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AutoDeployer</name>
		<type>com.liferay.portal.deploy.auto.AutoDeployer</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>autoDeploy</name>
			<param>
				<name>autoDeploymentContext</name>
				<type>com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<field>
			<name>CODE_DEFAULT</name>
		</field>
		<field>
			<name>CODE_SKIP_NEWER_VERSION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExtAutoDeployListener</name>
		<type>com.liferay.portal.deploy.auto.ExtAutoDeployListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ExtAutoDeployListener</name>
		</method>
		<method>
			<name>deploy</name>
			<param>
				<name>autoDeploymentContext</name>
				<type>com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_autoDeployer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExtAutoDeployer</name>
		<type>com.liferay.portal.deploy.auto.ExtAutoDeployer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ExtAutoDeployer</name>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HookAutoDeployListener</name>
		<type>com.liferay.portal.deploy.auto.HookAutoDeployListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>HookAutoDeployListener</name>
		</method>
		<method>
			<name>deploy</name>
			<param>
				<name>autoDeploymentContext</name>
				<type>com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_autoDeployer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HookAutoDeployer</name>
		<type>com.liferay.portal.deploy.auto.HookAutoDeployer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>HookAutoDeployer</name>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutTemplateAutoDeployListener</name>
		<type>com.liferay.portal.deploy.auto.LayoutTemplateAutoDeployListener</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LayoutTemplateAutoDeployListener</name>
		</method>
		<method>
			<name>deploy</name>
			<param>
				<name>autoDeploymentContext</name>
				<type>com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_autoDeployer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutTemplateAutoDeployer</name>
		<type>com.liferay.portal.deploy.auto.LayoutTemplateAutoDeployer</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LayoutTemplateAutoDeployer</name>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayPackageAutoDeployListener</name>
		<type>com.liferay.portal.deploy.auto.LiferayPackageAutoDeployListener</type>
		<author><![CDATA[Ryan Park]]></author>
		<method>
			<name>LiferayPackageAutoDeployListener</name>
		</method>
		<method>
			<name>deploy</name>
			<param>
				<name>autoDeploymentContext</name>
				<type>com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_autoDeployer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayPackageAutoDeployer</name>
		<type>com.liferay.portal.deploy.auto.LiferayPackageAutoDeployer</type>
		<author><![CDATA[Ryan Park]]></author>
		<method>
			<name>LiferayPackageAutoDeployer</name>
		</method>
		<method>
			<name>autoDeploy</name>
			<param>
				<name>autoDeploymentContext</name>
				<type>com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<field>
			<name>baseDir</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MVCPortletAutoDeployer</name>
		<type>com.liferay.portal.deploy.auto.MVCPortletAutoDeployer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>copyXmls</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PHPPortletAutoDeployer</name>
		<type>com.liferay.portal.deploy.auto.PHPPortletAutoDeployer</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>PHPPortletAutoDeployer</name>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<method>
			<name>copyXmls</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletAutoDeployListener</name>
		<type>com.liferay.portal.deploy.auto.PortletAutoDeployListener</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>PortletAutoDeployListener</name>
		</method>
		<method>
			<name>deploy</name>
			<param>
				<name>autoDeploymentContext</name>
				<type>com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<method>
			<name>getMvcDeployer</name>
		</method>
		<method>
			<name>getPhpDeployer</name>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<method>
			<name>getWaiDeployer</name>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_autoDeployer</name>
		</field>
		<field>
			<name>_mvcPortletAutoDeployer</name>
		</field>
		<field>
			<name>_phpPortletAutoDeployer</name>
		</field>
		<field>
			<name>_waiAutoDeployer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletAutoDeployer</name>
		<type>com.liferay.portal.deploy.auto.PortletAutoDeployer</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletAutoDeployer</name>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThemeAutoDeployListener</name>
		<type>com.liferay.portal.deploy.auto.ThemeAutoDeployListener</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ThemeAutoDeployListener</name>
		</method>
		<method>
			<name>deploy</name>
			<param>
				<name>autoDeploymentContext</name>
				<type>com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_autoDeployer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThemeAutoDeployer</name>
		<type>com.liferay.portal.deploy.auto.ThemeAutoDeployer</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ThemeAutoDeployer</name>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WAIAutoDeployer</name>
		<type>com.liferay.portal.deploy.auto.WAIAutoDeployer</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>WAIAutoDeployer</name>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<method>
			<name>copyXmls</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_setInitParams</name>
			<param>
				<name>filterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<field>
			<name>_INIT_PARAM_DEFAULT_VALUES</name>
		</field>
		<field>
			<name>_INIT_PARAM_NAMES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WebAutoDeployListener</name>
		<type>com.liferay.portal.deploy.auto.WebAutoDeployListener</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>WebAutoDeployListener</name>
		</method>
		<method>
			<name>deploy</name>
			<param>
				<name>autoDeploymentContext</name>
				<type>com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_autoDeployer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WebAutoDeployer</name>
		<type>com.liferay.portal.deploy.auto.WebAutoDeployer</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>WebAutoDeployer</name>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseExplodedTomcatListener</name>
		<type>com.liferay.portal.deploy.auto.exploded.tomcat.BaseExplodedTomcatListener</type>
		<author><![CDATA[Olaf Fricke]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>copyContextFile</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<method>
			<name>deploy</name>
			<param>
				<name>autoDeploymentContext</name>
				<type>com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<method>
			<name>getDocBaseDir</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>checkXmlFile</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<method>
			<name>isMatchingFileExtension</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>deploy</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_systemConfiguration</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExplodedTomcatDeployer</name>
		<type>com.liferay.portal.deploy.auto.exploded.tomcat.ExplodedTomcatDeployer</type>
		<author><![CDATA[Olaf Fricke]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>explodedTomcatDeploy</name>
			<param>
				<name>contextFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>webAppDir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>HookExplodedTomcatDeployer</name>
		<type>com.liferay.portal.deploy.auto.exploded.tomcat.HookExplodedTomcatDeployer</type>
		<author><![CDATA[Gregory Amerson]]></author>
		<method>
			<name>explodedTomcatDeploy</name>
			<param>
				<name>contextFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>webAppDir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>HookExplodedTomcatListener</name>
		<type>com.liferay.portal.deploy.auto.exploded.tomcat.HookExplodedTomcatListener</type>
		<author><![CDATA[Gregory Amerson]]></author>
		<method>
			<name>HookExplodedTomcatListener</name>
		</method>
		<method>
			<name>deploy</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_deployer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutTemplateExplodedTomcatDeployer</name>
		<type>com.liferay.portal.deploy.auto.exploded.tomcat.LayoutTemplateExplodedTomcatDeployer</type>
		<author><![CDATA[Olaf Fricke]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>explodedTomcatDeploy</name>
			<param>
				<name>contextFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>webAppDir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutTemplateExplodedTomcatListener</name>
		<type>com.liferay.portal.deploy.auto.exploded.tomcat.LayoutTemplateExplodedTomcatListener</type>
		<author><![CDATA[Olaf Fricke]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LayoutTemplateExplodedTomcatListener</name>
		</method>
		<method>
			<name>deploy</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_deployer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MVCPortletExplodedTomcatDeployer</name>
		<type>com.liferay.portal.deploy.auto.exploded.tomcat.MVCPortletExplodedTomcatDeployer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>explodedTomcatDeploy</name>
			<param>
				<name>contextFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>webAppDir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PHPPortletExplodedTomcatDeployer</name>
		<type>com.liferay.portal.deploy.auto.exploded.tomcat.PHPPortletExplodedTomcatDeployer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PHPPortletExplodedTomcatDeployer</name>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<method>
			<name>explodedTomcatDeploy</name>
			<param>
				<name>contextFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>webAppDir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletExplodedTomcatDeployer</name>
		<type>com.liferay.portal.deploy.auto.exploded.tomcat.PortletExplodedTomcatDeployer</type>
		<author><![CDATA[Olaf Fricke]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>explodedTomcatDeploy</name>
			<param>
				<name>contextFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>webAppDir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletExplodedTomcatListener</name>
		<type>com.liferay.portal.deploy.auto.exploded.tomcat.PortletExplodedTomcatListener</type>
		<author><![CDATA[Olaf Fricke]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletExplodedTomcatListener</name>
		</method>
		<method>
			<name>deploy</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<method>
			<name>getPhpDeployer</name>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_deployer</name>
		</field>
		<field>
			<name>_phpDeployer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThemeExplodedTomcatDeployer</name>
		<type>com.liferay.portal.deploy.auto.exploded.tomcat.ThemeExplodedTomcatDeployer</type>
		<author><![CDATA[Olaf Fricke]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>explodedTomcatDeploy</name>
			<param>
				<name>contextFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>webAppDir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ThemeExplodedTomcatListener</name>
		<type>com.liferay.portal.deploy.auto.exploded.tomcat.ThemeExplodedTomcatListener</type>
		<author><![CDATA[Olaf Fricke]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ThemeExplodedTomcatListener</name>
		</method>
		<method>
			<name>deploy</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_deployer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExtHotDeployListener</name>
		<type>com.liferay.portal.deploy.hot.ExtHotDeployListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>invokeDeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>HotDeployException</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployException</type>
			</throws>
		</method>
		<method>
			<name>invokeUndeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>HotDeployException</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployException</type>
			</throws>
		</method>
		<method>
			<name>copyJar</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>dir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>jarName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doInvokeDeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doInvokeUndeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>installExt</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>mergeWebXml</name>
			<param>
				<name>portalWebDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginWebDir</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HookHotDeployListener</name>
		<type>com.liferay.portal.deploy.hot.HookHotDeployListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<author><![CDATA[Ryan Park]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>HookHotDeployListener</name>
		</method>
		<method>
			<name>invokeDeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>HotDeployException</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployException</type>
			</throws>
		</method>
		<method>
			<name>invokeUndeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>HotDeployException</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployException</type>
			</throws>
		</method>
		<method>
			<name>containsKey</name>
			<param>
				<name>portalProperties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>destroyCustomJspBag</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>customJspBag</name>
				<type>com.liferay.portal.deploy.hot.HookHotDeployListener.CustomJspBag</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>destroyPortalProperties</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portalProperties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>destroyServices</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doInvokeDeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doInvokeUndeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getAdvisedSupport</name>
			<param>
				<name>serviceProxy</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getCustomJsps</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>webDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourcePath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>customJsps</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getLocale</name>
			<param>
				<name>languagePropertiesLocation</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPersistence</name>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortalJspBackupFile</name>
			<param>
				<name>portalJspFile</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>initAuthenticators</name>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>portalProperties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>authenticatorsContainer</name>
				<type>com.liferay.portal.deploy.hot.HookHotDeployListener.AuthenticatorsContainer</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initAuthenticators</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>portalProperties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initAuthFailures</name>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>portalProperties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>authFailuresContainer</name>
				<type>com.liferay.portal.deploy.hot.HookHotDeployListener.AuthFailuresContainer</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initAuthFailures</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>portalProperties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initAuthPublicPaths</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portalProperties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initAutoDeployListeners</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>portalProperties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initAutoLogins</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>portalProperties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initCustomJspBag</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>customJspBag</name>
				<type>com.liferay.portal.deploy.hot.HookHotDeployListener.CustomJspBag</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initCustomJspDir</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initEvent</name>
			<param>
				<name>eventName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>eventClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initEvents</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>portalProperties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initHotDeployListeners</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>portalProperties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initIndexerPostProcessors</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initLanguageProperties</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initLogger</name>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>initModelListener</name>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modelListenerClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initModelListeners</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>portalProperties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initPortalProperties</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initPortalProperties</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>portalProperties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>unfilteredPortalProperties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initServices</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>serviceType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceTypeClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>serviceImplConstructor</name>
				<type>java.lang.reflect.Constructor</type>
			</param>
			<param>
				<name>serviceProxy</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initServletFilter</name>
			<param>
				<name>filterClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initServletFilters</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initStrutsAction</name>
			<param>
				<name>strutsActionClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initStrutsActions</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>resetPortalProperties</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portalProperties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>initPhase</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>resetPortalPropertiesStringArray</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portalProperties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>initPhase</name>
				<type>boolean</type>
			</param>
			<param>
				<name>propsValuesStringArray</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>stringArraysContainerMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>resetPortalPropertiesStringArray</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portalProperties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>initPhase</name>
				<type>boolean</type>
			</param>
			<param>
				<name>propsValuesStringArray</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>stringArraysContainerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateRelease</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>unfilteredPortalProperties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>SUPPORTED_PROPERTIES</name>
		</field>
		<field>
			<name>_PROPS_KEYS_EVENTS</name>
		</field>
		<field>
			<name>_PROPS_KEYS_SESSION_EVENTS</name>
		</field>
		<field>
			<name>_PROPS_VALUES_BOOLEAN</name>
		</field>
		<field>
			<name>_PROPS_VALUES_INTEGER</name>
		</field>
		<field>
			<name>_PROPS_VALUES_LONG</name>
		</field>
		<field>
			<name>_PROPS_VALUES_MERGE_STRING_ARRAY</name>
		</field>
		<field>
			<name>_PROPS_VALUES_OBSOLETE</name>
		</field>
		<field>
			<name>_PROPS_VALUES_OVERRIDE_STRING_ARRAY</name>
		</field>
		<field>
			<name>_PROPS_VALUES_STRING</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_authenticatorsContainerMap</name>
		</field>
		<field>
			<name>_authFailuresContainerMap</name>
		</field>
		<field>
			<name>_authPublicPathsContainerMap</name>
		</field>
		<field>
			<name>_autoDeployListenersContainerMap</name>
		</field>
		<field>
			<name>_autoLoginsContainerMap</name>
		</field>
		<field>
			<name>_customJspBagsMap</name>
		</field>
		<field>
			<name>_dlFileEntryProcessorContainerMap</name>
		</field>
		<field>
			<name>_dlRepositoryContainerMap</name>
		</field>
		<field>
			<name>_eventsContainerMap</name>
		</field>
		<field>
			<name>_hotDeployListenersContainerMap</name>
		</field>
		<field>
			<name>_indexerPostProcessorContainerMap</name>
		</field>
		<field>
			<name>_languagesContainerMap</name>
		</field>
		<field>
			<name>_lockListenerContainerMap</name>
		</field>
		<field>
			<name>_mergeStringArraysContainerMap</name>
		</field>
		<field>
			<name>_modelListenersContainerMap</name>
		</field>
		<field>
			<name>_overrideStringArraysContainerMap</name>
		</field>
		<field>
			<name>_portalPropertiesMap</name>
		</field>
		<field>
			<name>_servicesContainer</name>
		</field>
		<field>
			<name>_servletContextNames</name>
		</field>
		<field>
			<name>_servletFiltersContainerMap</name>
		</field>
		<field>
			<name>_strutsActionsContainerMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HotDeployImpl</name>
		<type>com.liferay.portal.deploy.hot.HotDeployImpl</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>HotDeployImpl</name>
		</method>
		<method>
			<name>fireDeployEvent</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
		</method>
		<method>
			<name>fireUndeployEvent</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
		</method>
		<method>
			<name>registerListener</name>
			<param>
				<name>hotDeployListener</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployListener</type>
			</param>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>setCapturePrematureEvents</name>
			<param>
				<name>capturePrematureEvents</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>unregisterListener</name>
			<param>
				<name>hotDeployListener</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployListener</type>
			</param>
		</method>
		<method>
			<name>unregisterListeners</name>
		</method>
		<method>
			<name>doFireDeployEvent</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
		</method>
		<method>
			<name>getContextClassLoader</name>
		</method>
		<method>
			<name>getRequiredServletContextNames</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
		</method>
		<method>
			<name>setContextClassLoader</name>
			<param>
				<name>contextClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_capturePrematureEvents</name>
		</field>
		<field>
			<name>_dependentHotDeployEvents</name>
		</field>
		<field>
			<name>_deployedServletContextNames</name>
		</field>
		<field>
			<name>_hotDeployListeners</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutTemplateHotDeployListener</name>
		<type>com.liferay.portal.deploy.hot.LayoutTemplateHotDeployListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<author><![CDATA[Ivica Cardic]]></author>
		<method>
			<name>invokeDeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>HotDeployException</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployException</type>
			</throws>
		</method>
		<method>
			<name>invokeUndeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>HotDeployException</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployException</type>
			</throws>
		</method>
		<method>
			<name>doInvokeDeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doInvokeUndeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_vars</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MessagingHotDeployListener</name>
		<type>com.liferay.portal.deploy.hot.MessagingHotDeployListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>invokeDeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>HotDeployException</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployException</type>
			</throws>
		</method>
		<method>
			<name>invokeUndeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>HotDeployException</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployException</type>
			</throws>
		</method>
		<method>
			<name>doInvokeDeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doInvokeUndeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PluginPackageHotDeployListener</name>
		<type>com.liferay.portal.deploy.hot.PluginPackageHotDeployListener</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>invokeDeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>HotDeployException</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployException</type>
			</throws>
		</method>
		<method>
			<name>invokeUndeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>HotDeployException</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployException</type>
			</throws>
		</method>
		<method>
			<name>destroyServiceComponent</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doInvokeDeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doInvokeUndeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initPortletProps</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initServiceComponent</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reconfigureCaches</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reconfigureCaches</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>cacheConfigurationPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portalCacheManagerBeanId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reconfigureHibernateCache</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>hibernateCacheConfigurationPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>SERVICE_BUILDER_PROPERTIES</name>
		</field>
		<field>
			<name>_MULTI_VM_PORTAL_CACHE_MANAGER_BEAN_NAME</name>
		</field>
		<field>
			<name>_SINGLE_VM_PORTAL_CACHE_MANAGER_BEAN_NAME</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletHotDeployListener</name>
		<type>com.liferay.portal.deploy.hot.PortletHotDeployListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>invokeDeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>HotDeployException</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployException</type>
			</throws>
		</method>
		<method>
			<name>invokeUndeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>HotDeployException</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployException</type>
			</throws>
		</method>
		<method>
			<name>bindDataSource</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>destroyPortlet</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>portletIds</name>
				<type>java.util.Set</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doInvokeDeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doInvokeUndeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initLogger</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>initPortlet</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>portletBagFactory</name>
				<type>com.liferay.portlet.PortletBagFactory</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initPortletApp</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processPortletProperties</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>unbindDataSource</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_JNDI_JDBC</name>
		</field>
		<field>
			<name>_JNDI_JDBC_LIFERAY_POOL</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_dataSourceBindStates</name>
		</field>
		<field>
			<name>_portlets</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialHotDeployListener</name>
		<type>com.liferay.portal.deploy.hot.SocialHotDeployListener</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>invokeDeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>HotDeployException</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployException</type>
			</throws>
		</method>
		<method>
			<name>invokeUndeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>HotDeployException</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployException</type>
			</throws>
		</method>
		<method>
			<name>doInvokeDeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doInvokeUndeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_objects</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SpringHotDeployListener</name>
		<type>com.liferay.portal.deploy.hot.SpringHotDeployListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>invokeDeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>HotDeployException</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployException</type>
			</throws>
		</method>
		<method>
			<name>invokeUndeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>HotDeployException</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployException</type>
			</throws>
		</method>
		<method>
			<name>doInvokeDeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doInvokeUndeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_contextLoaderListeners</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThemeHotDeployListener</name>
		<type>com.liferay.portal.deploy.hot.ThemeHotDeployListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<author><![CDATA[Ivica Cardic]]></author>
		<method>
			<name>invokeDeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>HotDeployException</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployException</type>
			</throws>
		</method>
		<method>
			<name>invokeUndeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>HotDeployException</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployException</type>
			</throws>
		</method>
		<method>
			<name>doInvokeDeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doInvokeUndeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_themeIds</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThemeLoaderHotDeployListener</name>
		<type>com.liferay.portal.deploy.hot.ThemeLoaderHotDeployListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>invokeDeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>HotDeployException</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployException</type>
			</throws>
		</method>
		<method>
			<name>invokeUndeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>HotDeployException</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployException</type>
			</throws>
		</method>
		<method>
			<name>doInvokeDeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doInvokeUndeploy</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HotDeployMessageListener</name>
		<type>com.liferay.portal.deploy.hot.messaging.HotDeployMessageListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseSandboxHandler</name>
		<type>com.liferay.portal.deploy.sandbox.BaseSandboxHandler</type>
		<author><![CDATA[Igor Spasic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BaseSandboxHandler</name>
			<param>
				<name>deployer</name>
				<type>com.liferay.portal.kernel.deploy.Deployer</type>
			</param>
		</method>
		<method>
			<name>createContextXml</name>
			<param>
				<name>dir</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>createPluginPackageProperties</name>
			<param>
				<name>dir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>pluginName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>deleteContextXml</name>
			<param>
				<name>dir</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>deploy</name>
			<param>
				<name>dir</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>SandboxDeployException</name>
				<type>com.liferay.portal.kernel.deploy.sandbox.SandboxDeployException</type>
			</throws>
		</method>
		<method>
			<name>getDisplayName</name>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPluginName</name>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isEnabled</name>
			<param>
				<name>dir</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>undeploy</name>
			<param>
				<name>dir</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>SandboxDeployException</name>
				<type>com.liferay.portal.kernel.deploy.sandbox.SandboxDeployException</type>
			</throws>
		</method>
		<method>
			<name>clonePlugin</name>
			<param>
				<name>dir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getEngineHostDir</name>
		</method>
		<method>
			<name>getPluginType</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_deployer</name>
		</field>
		<field>
			<name>_engineHostDir</name>
		</field>
		<field>
			<name>_pluginType</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletSandboxDeployListener</name>
		<type>com.liferay.portal.deploy.sandbox.PortletSandboxDeployListener</type>
		<author><![CDATA[Igor Spasic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletSandboxDeployListener</name>
		</method>
		<method>
			<name>deploy</name>
			<param>
				<name>dir</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>SandboxDeployException</name>
				<type>com.liferay.portal.kernel.deploy.sandbox.SandboxDeployException</type>
			</throws>
		</method>
		<method>
			<name>getDisplayName</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>undeploy</name>
			<param>
				<name>dir</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>SandboxDeployException</name>
				<type>com.liferay.portal.kernel.deploy.sandbox.SandboxDeployException</type>
			</throws>
		</method>
		<field>
			<name>_sandboxHandler</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletSandboxHandler</name>
		<type>com.liferay.portal.deploy.sandbox.PortletSandboxHandler</type>
		<author><![CDATA[Igor Spasic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletSandboxHandler</name>
			<param>
				<name>deployer</name>
				<type>com.liferay.portal.kernel.deploy.Deployer</type>
			</param>
		</method>
		<method>
			<name>clonePlugin</name>
			<param>
				<name>dir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPluginType</name>
		</method>
		<method>
			<name>getPortletNamespace</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
		</method>
		<method>
			<name>updateLiferayDisplayXML</name>
			<param>
				<name>dir</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePortletXML</name>
			<param>
				<name>dir</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_PLUGIN_TYPE</name>
		</field>
		<field>
			<name>_deployer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SandboxHandler</name>
		<type>com.liferay.portal.deploy.sandbox.SandboxHandler</type>
		<author><![CDATA[Igor Spasic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>deploy</name>
			<param>
				<name>dir</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>SandboxDeployException</name>
				<type>com.liferay.portal.kernel.deploy.sandbox.SandboxDeployException</type>
			</throws>
		</method>
		<method>
			<name>getDisplayName</name>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>undeploy</name>
			<param>
				<name>dir</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>SandboxDeployException</name>
				<type>com.liferay.portal.kernel.deploy.sandbox.SandboxDeployException</type>
			</throws>
		</method>
		<field>
			<name>SANDBOX_MARKER</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThemeSandboxDeployListener</name>
		<type>com.liferay.portal.deploy.sandbox.ThemeSandboxDeployListener</type>
		<author><![CDATA[Igor Spasic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ThemeSandboxDeployListener</name>
		</method>
		<method>
			<name>copyXmls</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deploy</name>
			<param>
				<name>dir</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>SandboxDeployException</name>
				<type>com.liferay.portal.kernel.deploy.sandbox.SandboxDeployException</type>
			</throws>
		</method>
		<method>
			<name>getDisplayName</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>undeploy</name>
			<param>
				<name>dir</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>SandboxDeployException</name>
				<type>com.liferay.portal.kernel.deploy.sandbox.SandboxDeployException</type>
			</throws>
		</method>
		<field>
			<name>_sandboxHandler</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThemeSandboxHandler</name>
		<type>com.liferay.portal.deploy.sandbox.ThemeSandboxHandler</type>
		<author><![CDATA[Igor Spasic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ThemeSandboxHandler</name>
			<param>
				<name>deployer</name>
				<type>com.liferay.portal.kernel.deploy.Deployer</type>
			</param>
		</method>
		<method>
			<name>clonePlugin</name>
			<param>
				<name>dir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPluginType</name>
		</method>
		<field>
			<name>_PLUGIN_TYPE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ConnectorAction</name>
		<type>com.liferay.portal.editor.fckeditor.ConnectorAction</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Command</name>
		<type>com.liferay.portal.editor.fckeditor.command.Command</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CommandArgument</name>
		<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CommandArgument</name>
			<param>
				<name>command</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>currentFolder</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newFolder</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getCommand</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getCurrentFolder</name>
		</method>
		<method>
			<name>getCurrentGroup</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getCurrentGroupName</name>
		</method>
		<method>
			<name>getHttpServletRequest</name>
		</method>
		<method>
			<name>getNewFolder</name>
		</method>
		<method>
			<name>getPlid</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThemeDisplay</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<field>
			<name>_command</name>
		</field>
		<field>
			<name>_currentFolder</name>
		</field>
		<field>
			<name>_newFolder</name>
		</field>
		<field>
			<name>_request</name>
		</field>
		<field>
			<name>_themeDisplay</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CommandFactory</name>
		<type>com.liferay.portal.editor.fckeditor.command.CommandFactory</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<method>
			<name>getCommand</name>
			<param>
				<name>commandStr</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CreateFolderCommand</name>
		<type>com.liferay.portal.editor.fckeditor.command.impl.CreateFolderCommand</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FileUploadCommand</name>
		<type>com.liferay.portal.editor.fckeditor.command.impl.FileUploadCommand</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>GetFoldersAndFilesCommand</name>
		<type>com.liferay.portal.editor.fckeditor.command.impl.GetFoldersAndFilesCommand</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>GetFoldersCommand</name>
		<type>com.liferay.portal.editor.fckeditor.command.impl.GetFoldersCommand</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FCKException</name>
		<type>com.liferay.portal.editor.fckeditor.exception.FCKException</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<method>
			<name>FCKException</name>
		</method>
		<method>
			<name>FCKException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>FCKException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>FCKException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CommandReceiver</name>
		<type>com.liferay.portal.editor.fckeditor.receiver.CommandReceiver</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<method>
			<name>createFolder</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>fileUpload</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>getFoldersAndFiles</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CommandReceiverFactory</name>
		<type>com.liferay.portal.editor.fckeditor.receiver.CommandReceiverFactory</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getCommandReceiver</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCommandReceiver</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>commandReceiver</name>
				<type>com.liferay.portal.editor.fckeditor.receiver.CommandReceiver</type>
			</param>
		</method>
		<method>
			<name>setCommandReceivers</name>
			<param>
				<name>commandReceivers</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<field>
			<name>_commandReceivers</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AttachmentCommandReceiver</name>
		<type>com.liferay.portal.editor.fckeditor.receiver.impl.AttachmentCommandReceiver</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>createFolder</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
		</method>
		<method>
			<name>fileUpload</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>document</name>
				<type>org.w3c.dom.Document</type>
			</param>
			<param>
				<name>rootNode</name>
				<type>org.w3c.dom.Node</type>
			</param>
		</method>
		<method>
			<name>getFoldersAndFiles</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>document</name>
				<type>org.w3c.dom.Document</type>
			</param>
			<param>
				<name>rootNode</name>
				<type>org.w3c.dom.Node</type>
			</param>
		</method>
		<method>
			<name>isStagedData</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
		</method>
		<method>
			<name>_getFiles</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>document</name>
				<type>org.w3c.dom.Document</type>
			</param>
			<param>
				<name>rootNode</name>
				<type>org.w3c.dom.Node</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseCommandReceiver</name>
		<type>com.liferay.portal.editor.fckeditor.receiver.impl.BaseCommandReceiver</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>createFolder</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>fileUpload</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>getFoldersAndFiles</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>createFolder</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
		</method>
		<method>
			<name>fileUpload</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>document</name>
				<type>org.w3c.dom.Document</type>
			</param>
			<param>
				<name>rootNode</name>
				<type>org.w3c.dom.Node</type>
			</param>
		</method>
		<method>
			<name>getFoldersAndFiles</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>document</name>
				<type>org.w3c.dom.Document</type>
			</param>
			<param>
				<name>rootNode</name>
				<type>org.w3c.dom.Node</type>
			</param>
		</method>
		<method>
			<name>getPath</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
		</method>
		<method>
			<name>getRootFolders</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>document</name>
				<type>org.w3c.dom.Document</type>
			</param>
			<param>
				<name>foldersElement</name>
				<type>org.w3c.dom.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getSize</name>
		</method>
		<method>
			<name>getSize</name>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isStagedData</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
		</method>
		<method>
			<name>_createDocument</name>
		</method>
		<method>
			<name>_createRoot</name>
			<param>
				<name>document</name>
				<type>org.w3c.dom.Document</type>
			</param>
			<param>
				<name>command</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourceType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_writeDocument</name>
			<param>
				<name>document</name>
				<type>org.w3c.dom.Document</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>_writeUploadResponse</name>
			<param>
				<name>returnValue</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DocumentCommandReceiver</name>
		<type>com.liferay.portal.editor.fckeditor.receiver.impl.DocumentCommandReceiver</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<method>
			<name>createFolder</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
		</method>
		<method>
			<name>fileUpload</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>document</name>
				<type>org.w3c.dom.Document</type>
			</param>
			<param>
				<name>rootNode</name>
				<type>org.w3c.dom.Node</type>
			</param>
		</method>
		<method>
			<name>getFoldersAndFiles</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>document</name>
				<type>org.w3c.dom.Document</type>
			</param>
			<param>
				<name>rootNode</name>
				<type>org.w3c.dom.Node</type>
			</param>
		</method>
		<method>
			<name>isStagedData</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
		</method>
		<method>
			<name>_getFiles</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>document</name>
				<type>org.w3c.dom.Document</type>
			</param>
			<param>
				<name>rootNode</name>
				<type>org.w3c.dom.Node</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getFolder</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getFolders</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>document</name>
				<type>org.w3c.dom.Document</type>
			</param>
			<param>
				<name>rootNode</name>
				<type>org.w3c.dom.Node</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PageCommandReceiver</name>
		<type>com.liferay.portal.editor.fckeditor.receiver.impl.PageCommandReceiver</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<method>
			<name>createFolder</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
		</method>
		<method>
			<name>fileUpload</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>document</name>
				<type>org.w3c.dom.Document</type>
			</param>
			<param>
				<name>rootNode</name>
				<type>org.w3c.dom.Node</type>
			</param>
		</method>
		<method>
			<name>getFoldersAndFiles</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>document</name>
				<type>org.w3c.dom.Document</type>
			</param>
			<param>
				<name>rootNode</name>
				<type>org.w3c.dom.Node</type>
			</param>
		</method>
		<method>
			<name>_getFiles</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>document</name>
				<type>org.w3c.dom.Document</type>
			</param>
			<param>
				<name>rootNode</name>
				<type>org.w3c.dom.Node</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getFolders</name>
			<param>
				<name>commandArgument</name>
				<type>com.liferay.portal.editor.fckeditor.command.CommandArgument</type>
			</param>
			<param>
				<name>document</name>
				<type>org.w3c.dom.Document</type>
			</param>
			<param>
				<name>rootNode</name>
				<type>org.w3c.dom.Node</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getLayout</name>
			<param>
				<name>layoutName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getLayoutName</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>_getLayoutName</name>
			<param>
				<name>folderName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AddDefaultDDMStructuresAction</name>
		<type>com.liferay.portal.events.AddDefaultDDMStructuresAction</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>run</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<method>
			<name>doRun</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AddDefaultDataAction</name>
		<type>com.liferay.portal.events.AddDefaultDataAction</type>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>run</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AddDefaultDocumentLibraryStructuresAction</name>
		<type>com.liferay.portal.events.AddDefaultDocumentLibraryStructuresAction</type>
		<author><![CDATA[Sergio González]]></author>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>run</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<method>
			<name>addDLFileEntryType</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>dlFileEntryTypeName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dlFileEntryTypeDescription</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dynamicDDMStructureName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ddmStructureNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addDLFileEntryTypes</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addDLRawMetadataStructures</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>buildDLRawMetadataElementXML</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.reflect.Field</type>
			</param>
		</method>
		<method>
			<name>buildDLRawMetadataStructureXML</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fields</name>
				<type>java.lang.reflect.Field[]</type>
			</param>
		</method>
		<method>
			<name>buildDLRawMetadataXML</name>
			<param>
				<name>fields</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>doRun</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AddDefaultLayoutPrototypesAction</name>
		<type>com.liferay.portal.events.AddDefaultLayoutPrototypesAction</type>
		<author><![CDATA[Sergio González]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>run</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<method>
			<name>addBlogPage</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutPrototypes</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addLayout</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>layouteTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addLayoutPrototype</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>layouteTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>layoutPrototypes</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addPortletId</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addResourcePermissions</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addWebContentPage</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutPrototypes</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addWikiPage</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutPrototypes</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doRun</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLayout</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AddDefaultLayoutSetPrototypesAction</name>
		<type>com.liferay.portal.events.AddDefaultLayoutSetPrototypesAction</type>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>run</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<method>
			<name>addLayout</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>layouteTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addLayoutSetPrototype</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>layoutSetPrototypes</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addPortletId</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addPrivateSite</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutSetPrototypes</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addPublicSite</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutSetPrototypes</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doRun</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLayout</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePortletSetup</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>preferences</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AppShutdownAction</name>
		<type>com.liferay.portal.events.AppShutdownAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AppStartupAction</name>
		<type>com.liferay.portal.events.AppStartupAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseDefaultDDMStructureAction</name>
		<type>com.liferay.portal.events.BaseDefaultDDMStructureAction</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>addDDMStructures</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDDMStructures</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>getDynamicDDMStructureXSD</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dynamicDDMStructureName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ChannelHubAppShutdownAction</name>
		<type>com.liferay.portal.events.ChannelHubAppShutdownAction</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ChannelHubAppStartupAction</name>
		<type>com.liferay.portal.events.ChannelHubAppStartupAction</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ChannelLoginPostAction</name>
		<type>com.liferay.portal.events.ChannelLoginPostAction</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ChannelSessionDestroyAction</name>
		<type>com.liferay.portal.events.ChannelSessionDestroyAction</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>run</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClearRenderParametersAction</name>
		<type>com.liferay.portal.events.ClearRenderParametersAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DefaultLandingPageAction</name>
		<type>com.liferay.portal.events.DefaultLandingPageAction</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>run</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<method>
			<name>doRun</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultLogoutPageAction</name>
		<type>com.liferay.portal.events.DefaultLogoutPageAction</type>
		<author><![CDATA[Jerry Niu]]></author>
		<method>
			<name>run</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<method>
			<name>doRun</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DeviceServicePreAction</name>
		<type>com.liferay.portal.events.DeviceServicePreAction</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>run</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EventsProcessor</name>
		<type>com.liferay.portal.events.EventsProcessor</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>process</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<method>
			<name>processEvent</name>
			<param>
				<name>event</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<method>
			<name>registerEvent</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>event</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>unregisterEvent</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>event</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>EventsProcessorImpl</name>
		<type>com.liferay.portal.events.EventsProcessorImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>process</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<method>
			<name>processEvent</name>
			<param>
				<name>event</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<method>
			<name>registerEvent</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>event</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>unregisterEvent</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>event</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>_getEvents</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_eventsMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EventsProcessorUtil</name>
		<type>com.liferay.portal.events.EventsProcessorUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>process</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<method>
			<name>process</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<method>
			<name>process</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<method>
			<name>process</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<method>
			<name>registerEvent</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>event</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setEventsProcessor</name>
			<param>
				<name>eventsProcessor</name>
				<type>com.liferay.portal.events.EventsProcessor</type>
			</param>
		</method>
		<method>
			<name>unregisterEvent</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>event</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GarbageCollectorAction</name>
		<type>com.liferay.portal.events.GarbageCollectorAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GlobalShutdownAction</name>
		<type>com.liferay.portal.events.GlobalShutdownAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getThreadGroup</name>
		</method>
		<method>
			<name>getThreads</name>
			<param>
				<name>threadGroup</name>
				<type>java.lang.ThreadGroup</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GlobalStartupAction</name>
		<type>com.liferay.portal.events.GlobalStartupAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getAutoDeployListeners</name>
		</method>
		<method>
			<name>getHotDeployListeners</name>
		</method>
		<method>
			<name>getSandboxDeployListeners</name>
		</method>
		<method>
			<name>run</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_autoDeployListeners</name>
		</field>
		<field>
			<name>_hotDeployListeners</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LogMemoryUsageAction</name>
		<type>com.liferay.portal.events.LogMemoryUsageAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LogSessionIdAction</name>
		<type>com.liferay.portal.events.LogSessionIdAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LogThreadCountAction</name>
		<type>com.liferay.portal.events.LogThreadCountAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LoginPostAction</name>
		<type>com.liferay.portal.events.LoginPostAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LoginPreAction</name>
		<type>com.liferay.portal.events.LoginPreAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LogoutPostAction</name>
		<type>com.liferay.portal.events.LogoutPostAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LogoutPreAction</name>
		<type>com.liferay.portal.events.LogoutPreAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RandomLayoutAction</name>
		<type>com.liferay.portal.events.RandomLayoutAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RandomLookAndFeelAction</name>
		<type>com.liferay.portal.events.RandomLookAndFeelAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SampleAppStartupAction</name>
		<type>com.liferay.portal.events.SampleAppStartupAction</type>
		<comment><![CDATA[<p>
This class can be used to populate an empty database programmatically. This allows a developer to create sample data without relying on native SQL.
</p>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<method>
			<name>doRun</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SampleServicePreAction</name>
		<type>com.liferay.portal.events.SampleServicePreAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>setSharedSessionAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SecureRequestAction</name>
		<type>com.liferay.portal.events.SecureRequestAction</type>
		<comment><![CDATA[<p>
This action ensures that all requests are secure. Extend this and override the <code>isRequiresSecure</code> method to programmatically decide when a request requires HTTPS.
</p>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<method>
			<name>getRedirect</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isRequiresSecure</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_REQUIRES_SECURE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServicePostAction</name>
		<type>com.liferay.portal.events.ServicePostAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServicePreAction</name>
		<type>com.liferay.portal.events.ServicePreAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Felix Ventero]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>ServicePreAction</name>
		</method>
		<method>
			<name>initThemeDisplay</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>run</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<method>
			<name>addDefaultLayoutsByLAR</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>larFile</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addDefaultUserPrivateLayoutByProperties</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addDefaultUserPrivateLayouts</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addDefaultUserPublicLayoutByProperties</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addDefaultUserPublicLayouts</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteDefaultUserPrivateLayouts</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteDefaultUserPublicLayouts</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultLayout</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>signedIn</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFriendlyURL</name>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getViewableLayouts</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>layouts</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasPowerUserRole</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initImportLARFiles</name>
		</method>
		<method>
			<name>isLoginRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isViewableCommunity</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>isViewableGroup</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>controlPanelCategory</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>mergeAdditionalLayouts</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>layouts</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>rememberVisitedGroupIds</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>currentGroupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>servicePre</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateUserLayouts</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>privateLARFile</name>
		</field>
		<field>
			<name>publicLARFile</name>
		</field>
		<field>
			<name>_CONTROL_PANEL_CATEGORY_PORTLET_PREFIX</name>
		</field>
		<field>
			<name>_PATH_PORTAL_LAYOUT</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SessionCreateAction</name>
		<type>com.liferay.portal.events.SessionCreateAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SessionDestroyAction</name>
		<type>com.liferay.portal.events.SessionDestroyAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShutdownHook</name>
		<type>com.liferay.portal.events.ShutdownHook</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
		</method>
		<method>
			<name>printFullThreadDump</name>
		</method>
	</javadoc>
	<javadoc>
		<name>SiteMinderLogoutAction</name>
		<type>com.liferay.portal.events.SiteMinderLogoutAction</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>run</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<field>
			<name>_SMIDENTITY</name>
		</field>
		<field>
			<name>_SMSESSION</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StartupAction</name>
		<type>com.liferay.portal.events.StartupAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>run</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<method>
			<name>doRun</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StartupHelper</name>
		<type>com.liferay.portal.events.StartupHelper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>updateIndexes</name>
			<param>
				<name>db</name>
				<type>com.liferay.portal.kernel.dao.db.DB</type>
			</param>
			<param>
				<name>con</name>
				<type>java.sql.Connection</type>
			</param>
			<param>
				<name>dropIndexes</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>isUpgraded</name>
		</method>
		<method>
			<name>isVerified</name>
		</method>
		<method>
			<name>setDropIndexes</name>
			<param>
				<name>dropIndexes</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>updateIndexes</name>
		</method>
		<method>
			<name>upgradeProcess</name>
			<param>
				<name>buildNumber</name>
				<type>int</type>
			</param>
			<throws>
				<name>UpgradeException</name>
				<type>com.liferay.portal.kernel.upgrade.UpgradeException</type>
			</throws>
		</method>
		<method>
			<name>verifyProcess</name>
			<param>
				<name>verified</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>VerifyException</name>
				<type>com.liferay.portal.verify.VerifyException</type>
			</throws>
		</method>
		<method>
			<name>getUpgradeProcessClassNames</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_dropIndexes</name>
		</field>
		<field>
			<name>_upgraded</name>
		</field>
		<field>
			<name>_verified</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StartupHelperUtil</name>
		<type>com.liferay.portal.events.StartupHelperUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getStartupHelper</name>
		</method>
		<method>
			<name>isUpgraded</name>
		</method>
		<method>
			<name>isVerified</name>
		</method>
		<method>
			<name>setDropIndexes</name>
			<param>
				<name>dropIndexes</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>updateIndexes</name>
		</method>
		<method>
			<name>upgradeProcess</name>
			<param>
				<name>buildNumber</name>
				<type>int</type>
			</param>
			<throws>
				<name>UpgradeException</name>
				<type>com.liferay.portal.kernel.upgrade.UpgradeException</type>
			</throws>
		</method>
		<method>
			<name>verifyProcess</name>
			<param>
				<name>verified</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>VerifyException</name>
				<type>com.liferay.portal.verify.VerifyException</type>
			</throws>
		</method>
		<method>
			<name>setStartupHelper</name>
			<param>
				<name>startupHelper</name>
				<type>com.liferay.portal.events.StartupHelper</type>
			</param>
		</method>
		<field>
			<name>_startupHelper</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThemeServicePreAction</name>
		<type>com.liferay.portal.events.ThemeServicePreAction</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>run</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<method>
			<name>servicePre</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalExecutorFactoryImpl</name>
		<type>com.liferay.portal.executor.PortalExecutorFactoryImpl</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>createPortalExecutor</name>
			<param>
				<name>executorName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setAllowCoreThreadTimeout</name>
			<param>
				<name>allowCoreThreadTimeout</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setCorePoolSize</name>
			<param>
				<name>corePoolSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setKeepAliveTime</name>
			<param>
				<name>keepAliveTime</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setMaxPoolSize</name>
			<param>
				<name>maxPoolSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setMaxQueueSize</name>
			<param>
				<name>maxQueueSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setRejectedExecutionHandler</name>
			<param>
				<name>rejectedExecutionHandler</name>
				<type>com.liferay.portal.kernel.concurrent.RejectedExecutionHandler</type>
			</param>
		</method>
		<method>
			<name>setThreadPoolHandler</name>
			<param>
				<name>threadPoolHandler</name>
				<type>com.liferay.portal.kernel.concurrent.ThreadPoolHandler</type>
			</param>
		</method>
		<method>
			<name>setTimeUnit</name>
			<param>
				<name>timeUnit</name>
				<type>java.util.concurrent.TimeUnit</type>
			</param>
		</method>
		<field>
			<name>_allowCoreThreadTimeout</name>
		</field>
		<field>
			<name>_corePoolSize</name>
		</field>
		<field>
			<name>_keepAliveTime</name>
		</field>
		<field>
			<name>_maxPoolSize</name>
		</field>
		<field>
			<name>_maxQueueSize</name>
		</field>
		<field>
			<name>_rejectedExecutionHandler</name>
		</field>
		<field>
			<name>_threadPoolHandler</name>
		</field>
		<field>
			<name>_timeUnit</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalExecutorManagerImpl</name>
		<type>com.liferay.portal.executor.PortalExecutorManagerImpl</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>callable</name>
				<type>java.util.concurrent.Callable</type>
			</param>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>callable</name>
				<type>java.util.concurrent.Callable</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<param>
				<name>timeUnit</name>
				<type>java.util.concurrent.TimeUnit</type>
			</param>
			<throws>
				<name>ExecutionException</name>
				<type>java.util.concurrent.ExecutionException</type>
			</throws>
			<throws>
				<name>InterruptedException</name>
				<type>java.lang.InterruptedException</type>
			</throws>
			<throws>
				<name>TimeoutException</name>
				<type>java.util.concurrent.TimeoutException</type>
			</throws>
		</method>
		<method>
			<name>getPortalExecutor</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortalExecutor</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>createIfAbsent</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>registerPortalExecutor</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>threadPoolExecutor</name>
				<type>com.liferay.portal.kernel.concurrent.ThreadPoolExecutor</type>
			</param>
		</method>
		<method>
			<name>setPortalExecutorFactory</name>
			<param>
				<name>portalExecutorFactory</name>
				<type>com.liferay.portal.kernel.executor.PortalExecutorFactory</type>
			</param>
		</method>
		<method>
			<name>setPortalExecutors</name>
			<param>
				<name>threadPoolExecutors</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>shutdown</name>
		</method>
		<method>
			<name>shutdown</name>
			<param>
				<name>interrupt</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>shutdown</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>shutdown</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>interrupt</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_portalExecutorFactory</name>
		</field>
		<field>
			<name>_threadPoolExecutors</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FacebookConnectImpl</name>
		<type>com.liferay.portal.facebook.FacebookConnectImpl</type>
		<author><![CDATA[Wilson Man]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>getAccessToken</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>redirect</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>code</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAccessTokenURL</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAppId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAppSecret</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAuthURL</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGraphResources</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>accessToken</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fields</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getGraphURL</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProfileImageURL</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getRedirectURL</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isEnabled</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isVerifiedAccountRequired</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FacebookServlet</name>
		<type>com.liferay.portal.facebook.FacebookServlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>fixFbml</name>
			<param>
				<name>fbml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IdenticalPhoneNumberFormatImpl</name>
		<type>com.liferay.portal.format.IdenticalPhoneNumberFormatImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Manuel de la Peña]]></author>
		<method>
			<name>format</name>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>strip</name>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>InternationalPhoneNumberFormatImpl</name>
		<type>com.liferay.portal.format.InternationalPhoneNumberFormatImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Manuel de la Peña]]></author>
		<method>
			<name>format</name>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>strip</name>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PhoneNumberFormatImpl</name>
		<type>com.liferay.portal.format.PhoneNumberFormatImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PhoneNumberFormatImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>USAPhoneNumberFormatImpl</name>
		<type>com.liferay.portal.format.USAPhoneNumberFormatImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Manuel de la Peña]]></author>
		<method>
			<name>format</name>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>strip</name>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FreeMarkerContextImpl</name>
		<type>com.liferay.portal.freemarker.FreeMarkerContextImpl</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>FreeMarkerContextImpl</name>
		</method>
		<method>
			<name>FreeMarkerContextImpl</name>
			<param>
				<name>context</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getWrappedContext</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_context</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FreeMarkerEngineImpl</name>
		<type>com.liferay.portal.freemarker.FreeMarkerEngineImpl</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>clearClassLoader</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>flushTemplate</name>
			<param>
				<name>freeMarkerTemplateId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getWrappedClassLoaderToolsContext</name>
		</method>
		<method>
			<name>getWrappedRestrictedToolsContext</name>
		</method>
		<method>
			<name>getWrappedStandardToolsContext</name>
		</method>
		<method>
			<name>init</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>mergeTemplate</name>
			<param>
				<name>freeMarkerTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>freeMarkerContext</name>
				<type>com.liferay.portal.kernel.freemarker.FreeMarkerContext</type>
			</param>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>mergeTemplate</name>
			<param>
				<name>freeMarkerTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>freemarkerTemplateContent</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>freeMarkerContext</name>
				<type>com.liferay.portal.kernel.freemarker.FreeMarkerContext</type>
			</param>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>resourceExists</name>
			<param>
				<name>resource</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getResourceCacheKey</name>
			<param>
				<name>freeMarkerTemplateId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_classLoaderFreeMarkerContexts</name>
		</field>
		<field>
			<name>_configuration</name>
		</field>
		<field>
			<name>_encoding</name>
		</field>
		<field>
			<name>_locale</name>
		</field>
		<field>
			<name>_restrictedToolsContext</name>
		</field>
		<field>
			<name>_standardToolsContext</name>
		</field>
		<field>
			<name>_stringTemplateLoader</name>
		</field>
		<field>
			<name>_templateKeyConstructor</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FreeMarkerTemplateLoader</name>
		<type>com.liferay.portal.freemarker.FreeMarkerTemplateLoader</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>closeTemplateSource</name>
			<param>
				<name>templateSource</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>findTemplateSource</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getLastModified</name>
			<param>
				<name>templateSource</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getReader</name>
			<param>
				<name>templateSource</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>encoding</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>JOURNAL_SEPARATOR</name>
		</field>
		<field>
			<name>SERVLET_SEPARATOR</name>
		</field>
		<field>
			<name>THEME_LOADER_SEPARATOR</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FreeMarkerUtil</name>
		<type>com.liferay.portal.freemarker.FreeMarkerUtil</type>
		<author><![CDATA[Tariq Dweik]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>process</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>context</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>process</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>context</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getConfiguration</name>
		</method>
		<field>
			<name>_configuration</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FreeMarkerVariablesImpl</name>
		<type>com.liferay.portal.freemarker.FreeMarkerVariablesImpl</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>insertHelperUtilities</name>
			<param>
				<name>freeMarkerContext</name>
				<type>com.liferay.portal.kernel.freemarker.FreeMarkerContext</type>
			</param>
			<param>
				<name>restrictedVariables</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>insertVariables</name>
			<param>
				<name>freeMarkerContext</name>
				<type>com.liferay.portal.kernel.freemarker.FreeMarkerContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>insertHelperUtility</name>
			<param>
				<name>freeMarkerContext</name>
				<type>com.liferay.portal.kernel.freemarker.FreeMarkerContext</type>
			</param>
			<param>
				<name>restrictedVariables</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>insertTilesVariables</name>
			<param>
				<name>freeMarkerContext</name>
				<type>com.liferay.portal.kernel.freemarker.FreeMarkerContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalTemplateLoader</name>
		<type>com.liferay.portal.freemarker.JournalTemplateLoader</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>findTemplateSource</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getLastModified</name>
			<param>
				<name>templateSource</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getReader</name>
			<param>
				<name>templateSource</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>encoding</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayCacheStorage</name>
		<type>com.liferay.portal.freemarker.LiferayCacheStorage</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>getPortalCache</name>
		</method>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isConcurrent</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_portalCache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayObjectConstructor</name>
		<type>com.liferay.portal.freemarker.LiferayObjectConstructor</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>exec</name>
			<param>
				<name>arguments</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>TemplateModelException</name>
				<type>freemarker.template.TemplateModelException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LiferayObjectWrapper</name>
		<type>com.liferay.portal.freemarker.LiferayObjectWrapper</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>wrap</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>TemplateModelException</name>
				<type>freemarker.template.TemplateModelException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LiferayTemplateClassResolver</name>
		<type>com.liferay.portal.freemarker.LiferayTemplateClassResolver</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>resolve</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>environment</name>
				<type>freemarker.core.Environment</type>
			</param>
			<param>
				<name>template</name>
				<type>freemarker.template.Template</type>
			</param>
			<throws>
				<name>TemplateException</name>
				<type>freemarker.template.TemplateException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LiferayTemplateLoader</name>
		<type>com.liferay.portal.freemarker.LiferayTemplateLoader</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>closeTemplateSource</name>
			<param>
				<name>templateSource</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>findTemplateSource</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getLastModified</name>
			<param>
				<name>templateSource</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getReader</name>
			<param>
				<name>templateSource</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>encoding</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>setTemplateLoaders</name>
			<param>
				<name>freeMarkerTemplateLoaderClassNames</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_freeMarkerTemplateLoaders</name>
		</field>
		<field>
			<name>_freeMarkerTemplateLoadersMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayTemplateModel</name>
		<type>com.liferay.portal.freemarker.LiferayTemplateModel</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>LiferayTemplateModel</name>
			<param>
				<name>templateNode</name>
				<type>com.liferay.portal.kernel.templateparser.TemplateNode</type>
			</param>
			<param>
				<name>objectWrapper</name>
				<type>freemarker.template.ObjectWrapper</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>TemplateModelException</name>
				<type>freemarker.template.TemplateModelException</type>
			</throws>
		</method>
		<field>
			<name>_beanModel</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayTemplateSource</name>
		<type>com.liferay.portal.freemarker.LiferayTemplateSource</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>LiferayTemplateSource</name>
			<param>
				<name>freeMarkerTemplateLoader</name>
				<type>com.liferay.portal.freemarker.FreeMarkerTemplateLoader</type>
			</param>
			<param>
				<name>templateSource</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>close</name>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getLastModified</name>
		</method>
		<method>
			<name>getReader</name>
			<param>
				<name>encoding</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_freeMarkerTemplateLoader</name>
		</field>
		<field>
			<name>_templateSource</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PACLFreeMarkerContextImpl</name>
		<type>com.liferay.portal.freemarker.PACLFreeMarkerContextImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>PACLFreeMarkerContextImpl</name>
			<param>
				<name>context</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>paclPolicy</name>
				<type>com.liferay.portal.security.pacl.PACLPolicy</type>
			</param>
		</method>
		<method>
			<name>getPaclPolicy</name>
		</method>
		<field>
			<name>_paclPolicy</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServletTemplateLoader</name>
		<type>com.liferay.portal.freemarker.ServletTemplateLoader</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>getURL</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StringTemplateLoader</name>
		<type>com.liferay.portal.freemarker.StringTemplateLoader</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>closeTemplateSource</name>
			<param>
				<name>templateSource</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>findTemplateSource</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLastModified</name>
			<param>
				<name>templateSource</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getReader</name>
			<param>
				<name>templateSource</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>encoding</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>putTemplate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateSource</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>putTemplate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateSource</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastModified</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>removeTemplate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_templates</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThemeLoaderTemplateLoader</name>
		<type>com.liferay.portal.freemarker.ThemeLoaderTemplateLoader</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>getURL</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>URLTemplateLoader</name>
		<type>com.liferay.portal.freemarker.URLTemplateLoader</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>closeTemplateSource</name>
			<param>
				<name>templateSource</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>findTemplateSource</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getLastModified</name>
			<param>
				<name>templateSource</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getReader</name>
			<param>
				<name>templateSource</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>encoding</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getURL</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>URLTemplateSource</name>
		<type>com.liferay.portal.freemarker.URLTemplateSource</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>URLTemplateSource</name>
			<param>
				<name>url</name>
				<type>java.net.URL</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>closeStream</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getInputStream</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getLastModified</name>
		</method>
		<field>
			<name>_inputStream</name>
		</field>
		<field>
			<name>_url</name>
		</field>
		<field>
			<name>_urlConnection</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GAuthenticator</name>
		<type>com.liferay.portal.googleapps.GAuthenticator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GAuthenticator</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>GAuthenticator</name>
			<param>
				<name>domain</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAuthenticationToken</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getDomain</name>
		</method>
		<method>
			<name>getError</name>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>manual</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>doInit</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isStale</name>
		</method>
		<field>
			<name>_EXPIRE_TIME</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_authenticationToken</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_domain</name>
		</field>
		<field>
			<name>_error</name>
		</field>
		<field>
			<name>_initTime</name>
		</field>
		<field>
			<name>_password</name>
		</field>
		<field>
			<name>_userName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GBaseManagerImpl</name>
		<type>com.liferay.portal.googleapps.GBaseManagerImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GBaseManagerImpl</name>
			<param>
				<name>googleApps</name>
				<type>com.liferay.portal.googleapps.GoogleApps</type>
			</param>
		</method>
		<method>
			<name>addAppsProperty</name>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addAtomCategory</name>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addAtomEntry</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
		</method>
		<method>
			<name>getAppsNamespace</name>
		</method>
		<method>
			<name>getAppsQName</name>
			<param>
				<name>localName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAtomNamespace</name>
		</method>
		<method>
			<name>getAtomQName</name>
			<param>
				<name>localName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getDocument</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getErrorMessage</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
		</method>
		<method>
			<name>hasError</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
		</method>
		<method>
			<name>submitAdd</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>submitDelete</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>submitUpdate</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<field>
			<name>APPS_URL</name>
		</field>
		<field>
			<name>googleApps</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GEmailSettingsManagerImpl</name>
		<type>com.liferay.portal.googleapps.GEmailSettingsManagerImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GEmailSettingsManagerImpl</name>
			<param>
				<name>googleApps</name>
				<type>com.liferay.portal.googleapps.GoogleApps</type>
			</param>
		</method>
		<method>
			<name>addSendAs</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fullName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getEmailSettingsURL</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>emailSettingsURL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GGroupManagerImpl</name>
		<type>com.liferay.portal.googleapps.GGroupManagerImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GGroupManagerImpl</name>
			<param>
				<name>googleApps</name>
				<type>com.liferay.portal.googleapps.GoogleApps</type>
			</param>
		</method>
		<method>
			<name>addGGroupMember</name>
			<param>
				<name>groupEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>memberEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>addGGroupOwner</name>
			<param>
				<name>groupEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>deleteGGroup</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>deleteGGroupMember</name>
			<param>
				<name>groupEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>memberEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>deleteGGroupOwner</name>
			<param>
				<name>groupEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGGroup</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGGroupMember</name>
			<param>
				<name>groupEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>memberEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGGroupMembers</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGGroupOwner</name>
			<param>
				<name>groupEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGGroupOwners</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGGroups</name>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGGroups</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>directOnly</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>updateDescription</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGGroup</name>
			<param>
				<name>atomEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>getGGroupMember</name>
			<param>
				<name>atomEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGGroupMembers</name>
			<param>
				<name>gGroupMembers</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGGroupOwner</name>
			<param>
				<name>atomEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGGroupOwners</name>
			<param>
				<name>gGroupOwners</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGGroups</name>
			<param>
				<name>gGroups</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGroupURL</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>groupURL</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GHelperUtil</name>
		<type>com.liferay.portal.googleapps.GHelperUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addAppsProperty</name>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addAtomCategory</name>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addAtomEntry</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
		</method>
		<method>
			<name>getAppsNamespace</name>
		</method>
		<method>
			<name>getAppsQName</name>
			<param>
				<name>localName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAtomNamespace</name>
		</method>
		<method>
			<name>getAtomQName</name>
			<param>
				<name>localName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDocument</name>
			<param>
				<name>gAuthenticator</name>
				<type>com.liferay.portal.googleapps.GAuthenticator</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getErrorMessage</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
		</method>
		<method>
			<name>hasError</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
		</method>
		<method>
			<name>submitAdd</name>
			<param>
				<name>gAuthenticator</name>
				<type>com.liferay.portal.googleapps.GAuthenticator</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>submitDelete</name>
			<param>
				<name>gAuthenticator</name>
				<type>com.liferay.portal.googleapps.GAuthenticator</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>submitUpdate</name>
			<param>
				<name>gAuthenticator</name>
				<type>com.liferay.portal.googleapps.GAuthenticator</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>_getOptions</name>
			<param>
				<name>gAuthenticator</name>
				<type>com.liferay.portal.googleapps.GAuthenticator</type>
			</param>
		</method>
		<field>
			<name>APPS_URL</name>
		</field>
		<field>
			<name>_APPS_PREFIX</name>
		</field>
		<field>
			<name>_APPS_URI</name>
		</field>
		<field>
			<name>_ATOM_PREFIX</name>
		</field>
		<field>
			<name>_ATOM_URI</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GNicknameManagerImpl</name>
		<type>com.liferay.portal.googleapps.GNicknameManagerImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GNicknameManagerImpl</name>
			<param>
				<name>googleApps</name>
				<type>com.liferay.portal.googleapps.GoogleApps</type>
			</param>
		</method>
		<method>
			<name>addGNickname</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>nickname</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>deleteGNickname</name>
			<param>
				<name>nickname</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGNickname</name>
			<param>
				<name>nickname</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGNicknames</name>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGNickname</name>
			<param>
				<name>atomEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>getGNicknames</name>
			<param>
				<name>gNicknames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getNicknameURL</name>
			<param>
				<name>nickname</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>nicknameURL</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GUserManagerImpl</name>
		<type>com.liferay.portal.googleapps.GUserManagerImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GUserManagerImpl</name>
			<param>
				<name>googleApps</name>
				<type>com.liferay.portal.googleapps.GoogleApps</type>
			</param>
		</method>
		<method>
			<name>addGUser</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>deleteGUser</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGUser</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGUser</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGUsers</name>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>updateActive</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>updatePassword</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGUser</name>
			<param>
				<name>atomEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>getGUsers</name>
			<param>
				<name>gUsers</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getUserURL</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>userURL</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GetNextItems</name>
		<type>com.liferay.portal.googleapps.GetNextItems</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GetNextItems</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>atomFeedElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getNextItems</name>
			<param>
				<name>nextURL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>GoogleApps</name>
		<type>com.liferay.portal.googleapps.GoogleApps</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GoogleApps</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>GoogleApps</name>
			<param>
				<name>domain</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getGAuthenticator</name>
		</method>
		<method>
			<name>getGEmailSettingsManager</name>
		</method>
		<method>
			<name>getGGroupManager</name>
		</method>
		<method>
			<name>getGNicknameManager</name>
		</method>
		<method>
			<name>getGUserManager</name>
		</method>
		<method>
			<name>init</name>
		</method>
		<field>
			<name>_gAuthenticator</name>
		</field>
		<field>
			<name>_gEmailSettingsManager</name>
		</field>
		<field>
			<name>_gGroupManager</name>
		</field>
		<field>
			<name>_gNicknameManager</name>
		</field>
		<field>
			<name>_gUserManager</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GoogleAppsFactoryImpl</name>
		<type>com.liferay.portal.googleapps.GoogleAppsFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getGEmailSettingsManager</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getGGroupManager</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getGNicknameManager</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getGUserManager</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getGoogleApps</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_googleAppsMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AIMConnector</name>
		<type>com.liferay.portal.im.AIMConnector</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Brett Randall]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>disconnect</name>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>to</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>AIMConnector</name>
		</method>
		<method>
			<name>_connect</name>
		</method>
		<method>
			<name>_disconnect</name>
		</method>
		<method>
			<name>_send</name>
			<param>
				<name>to</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_aim</name>
		</field>
		<field>
			<name>_oscar</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ICQConnector</name>
		<type>com.liferay.portal.im.ICQConnector</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Brett Randall]]></author>
		<method>
			<name>disconnect</name>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>to</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>obs</name>
				<type>java.util.Observable</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>ICQConnector</name>
		</method>
		<method>
			<name>_connect</name>
		</method>
		<method>
			<name>_disconnect</name>
		</method>
		<method>
			<name>_send</name>
			<param>
				<name>to</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_connecting</name>
		</field>
		<field>
			<name>_icq</name>
		</field>
		<field>
			<name>_messages</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MSNConnector</name>
		<type>com.liferay.portal.im.MSNConnector</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Brett Randall]]></author>
		<method>
			<name>disconnect</name>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>to</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>MSNConnector</name>
		</method>
		<method>
			<name>_connect</name>
		</method>
		<method>
			<name>_disconnect</name>
		</method>
		<method>
			<name>_send</name>
			<param>
				<name>to</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_login</name>
		</field>
		<field>
			<name>_msn</name>
		</field>
		<field>
			<name>_password</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MSNMessageAdapter</name>
		<type>com.liferay.portal.im.MSNMessageAdapter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MSNMessageAdapter</name>
			<param>
				<name>msn</name>
				<type>rath.msnm.MSNMessenger</type>
			</param>
			<param>
				<name>to</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>whoJoinSession</name>
			<param>
				<name>ss</name>
				<type>rath.msnm.SwitchboardSession</type>
			</param>
			<param>
				<name>join</name>
				<type>rath.msnm.entity.MsnFriend</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_msg</name>
		</field>
		<field>
			<name>_msn</name>
		</field>
		<field>
			<name>_to</name>
		</field>
	</javadoc>
	<javadoc>
		<name>YMConnector</name>
		<type>com.liferay.portal.im.YMConnector</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Brett Randall]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>disconnect</name>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>to</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<method>
			<name>YMConnector</name>
		</method>
		<method>
			<name>_connect</name>
		</method>
		<method>
			<name>_disconnect</name>
		</method>
		<method>
			<name>_send</name>
			<param>
				<name>to</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
		</method>
		<field>
			<name>_SESSION</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_jYMSGLibraryFound</name>
		</field>
		<field>
			<name>_ym</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseHook</name>
		<type>com.liferay.portal.image.BaseHook</type>
		<author><![CDATA[Jorge Ferrer]]></author>
	</javadoc>
	<javadoc>
		<name>DLHook</name>
		<type>com.liferay.portal.image.DLHook</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>deleteImage</name>
			<param>
				<name>image</name>
				<type>com.liferay.portal.model.Image</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getImageAsBytes</name>
			<param>
				<name>image</name>
				<type>com.liferay.portal.model.Image</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getImageAsStream</name>
			<param>
				<name>image</name>
				<type>com.liferay.portal.model.Image</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateImage</name>
			<param>
				<name>image</name>
				<type>com.liferay.portal.model.Image</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileName</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_COMPANY_ID</name>
		</field>
		<field>
			<name>_REPOSITORY_ID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DatabaseHook</name>
		<type>com.liferay.portal.image.DatabaseHook</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>deleteImage</name>
			<param>
				<name>image</name>
				<type>com.liferay.portal.model.Image</type>
			</param>
		</method>
		<method>
			<name>getImageAsBytes</name>
			<param>
				<name>image</name>
				<type>com.liferay.portal.model.Image</type>
			</param>
		</method>
		<method>
			<name>getImageAsStream</name>
			<param>
				<name>image</name>
				<type>com.liferay.portal.model.Image</type>
			</param>
		</method>
		<method>
			<name>updateImage</name>
			<param>
				<name>image</name>
				<type>com.liferay.portal.model.Image</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FileSystemHook</name>
		<type>com.liferay.portal.image.FileSystemHook</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>FileSystemHook</name>
		</method>
		<method>
			<name>deleteImage</name>
			<param>
				<name>image</name>
				<type>com.liferay.portal.model.Image</type>
			</param>
		</method>
		<method>
			<name>getImageAsBytes</name>
			<param>
				<name>image</name>
				<type>com.liferay.portal.model.Image</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getImageAsStream</name>
			<param>
				<name>image</name>
				<type>com.liferay.portal.model.Image</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateImage</name>
			<param>
				<name>image</name>
				<type>com.liferay.portal.model.Image</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>buildPath</name>
			<param>
				<name>fileNameFragment</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_rootDir</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HookFactory</name>
		<type>com.liferay.portal.image.HookFactory</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>setInstance</name>
			<param>
				<name>hook</name>
				<type>com.liferay.portal.kernel.image.Hook</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_hook</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ImageToolImpl</name>
		<type>com.liferay.portal.image.ImageToolImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>convertImageType</name>
			<param>
				<name>sourceImage</name>
				<type>java.awt.image.BufferedImage</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>encodeGIF</name>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
			<param>
				<name>os</name>
				<type>java.io.OutputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>encodeWBMP</name>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
			<param>
				<name>os</name>
				<type>java.io.OutputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getBufferedImage</name>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
		</method>
		<method>
			<name>getBytes</name>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>scale</name>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
			<param>
				<name>width</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>scale</name>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
			<param>
				<name>maxHeight</name>
				<type>int</type>
			</param>
			<param>
				<name>maxWidth</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>os</name>
				<type>java.io.OutputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_toMultiByte</name>
			<param>
				<name>intValue</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_fileUtil</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SpriteProcessorImpl</name>
		<type>com.liferay.portal.image.SpriteProcessorImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>generate</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>imageFiles</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>spriteFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>spritePropertiesFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>spritePropertiesRootPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>maxHeight</name>
				<type>int</type>
			</param>
			<param>
				<name>maxWidth</name>
				<type>int</type>
			</param>
			<param>
				<name>maxSize</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>convert</name>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>createRenderedImage</name>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
			<param>
				<name>height</name>
				<type>int</type>
			</param>
			<param>
				<name>width</name>
				<type>int</type>
			</param>
			<param>
				<name>dataBuffer</name>
				<type>java.awt.image.DataBuffer</type>
			</param>
		</method>
		<method>
			<name>getSpriteRootDirName</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>imageFiles</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>printImage</name>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
		</method>
		<field>
			<name>_NUM_OF_BANDS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BufferedIncreasableEntry</name>
		<type>com.liferay.portal.increment.BufferedIncreasableEntry</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>BufferedIncreasableEntry</name>
			<param>
				<name>nextInterceptor</name>
				<type>org.aopalliance.intercept.MethodInterceptor</type>
			</param>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<param>
				<name>key</name>
				<type>K</type>
			</param>
			<param>
				<name>value</name>
				<type>com.liferay.portal.kernel.increment.Increment</type>
			</param>
		</method>
		<method>
			<name>doIncrease</name>
			<param>
				<name>originalValue</name>
				<type>com.liferay.portal.kernel.increment.Increment</type>
			</param>
			<param>
				<name>deltaValue</name>
				<type>com.liferay.portal.kernel.increment.Increment</type>
			</param>
		</method>
		<method>
			<name>proceed</name>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_methodInvocation</name>
		</field>
		<field>
			<name>_nextInterceptor</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BufferedIncrementAdvice</name>
		<type>com.liferay.portal.increment.BufferedIncrementAdvice</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>before</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>getNullAnnotation</name>
		</method>
		<field>
			<name>_batchablePipe</name>
		</field>
		<field>
			<name>_nullBufferedIncrement</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BufferedIncrementDiscardPolicy</name>
		<type>com.liferay.portal.increment.BufferedIncrementDiscardPolicy</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>rejectedExecution</name>
			<param>
				<name>runnable</name>
				<type>java.lang.Runnable</type>
			</param>
			<param>
				<name>threadPoolExecutor</name>
				<type>com.liferay.portal.kernel.concurrent.ThreadPoolExecutor</type>
			</param>
		</method>
		<method>
			<name>setDiscardNumber</name>
			<param>
				<name>discardNumber</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_discardNumber</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BufferedIncrementMessageListener</name>
		<type>com.liferay.portal.increment.BufferedIncrementMessageListener</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JavadocManagerImpl</name>
		<type>com.liferay.portal.javadoc.JavadocManagerImpl</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>load</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>lookupJavadocMethod</name>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
		</method>
		<method>
			<name>unload</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDocument</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>parseDocument</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
		</method>
		<method>
			<name>parseJavadocClass</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>javadocElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>parseJavadocMethod</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>methodElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>unload</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>collection</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_javadocClasses</name>
		</field>
		<field>
			<name>_javadocMethods</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JavadocUtil</name>
		<type>com.liferay.portal.javadoc.JavadocUtil</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>loadClass</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>_getLoadableClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getPrimitiveIndex</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_PRIMITIVE_BYTECODE_NAME</name>
		</field>
		<field>
			<name>_PRIMITIVE_TYPE_NAMES</name>
		</field>
		<field>
			<name>_PRIMITIVE_TYPES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JCRConstants</name>
		<type>com.liferay.portal.jcr.JCRConstants</type>
		<author><![CDATA[Michael Young]]></author>
		<field>
			<name>JCR_CONTENT</name>
		</field>
		<field>
			<name>JCR_DATA</name>
		</field>
		<field>
			<name>JCR_FROZEN_NODE</name>
		</field>
		<field>
			<name>JCR_LAST_MODIFIED</name>
		</field>
		<field>
			<name>JCR_MIME_TYPE</name>
		</field>
		<field>
			<name>JCR_ROOT_VERSION</name>
		</field>
		<field>
			<name>MIX_VERSIONABLE</name>
		</field>
		<field>
			<name>NT_FILE</name>
		</field>
		<field>
			<name>NT_FOLDER</name>
		</field>
		<field>
			<name>NT_RESOURCE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JCRFactory</name>
		<type>com.liferay.portal.jcr.JCRFactory</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>createSession</name>
			<param>
				<name>workspaceName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RepositoryException</name>
				<type>javax.jcr.RepositoryException</type>
			</throws>
		</method>
		<method>
			<name>initialize</name>
			<throws>
				<name>RepositoryException</name>
				<type>javax.jcr.RepositoryException</type>
			</throws>
		</method>
		<method>
			<name>prepare</name>
			<throws>
				<name>RepositoryException</name>
				<type>javax.jcr.RepositoryException</type>
			</throws>
		</method>
		<method>
			<name>shutdown</name>
		</method>
		<field>
			<name>NODE_DOCUMENTLIBRARY</name>
		</field>
		<field>
			<name>WORKSPACE_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JCRFactoryUtil</name>
		<type>com.liferay.portal.jcr.JCRFactoryUtil</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>closeSession</name>
			<param>
				<name>session</name>
				<type>javax.jcr.Session</type>
			</param>
		</method>
		<method>
			<name>createSession</name>
			<throws>
				<name>RepositoryException</name>
				<type>javax.jcr.RepositoryException</type>
			</throws>
		</method>
		<method>
			<name>createSession</name>
			<param>
				<name>workspaceName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RepositoryException</name>
				<type>javax.jcr.RepositoryException</type>
			</throws>
		</method>
		<method>
			<name>getJCRFactory</name>
		</method>
		<method>
			<name>initialize</name>
			<throws>
				<name>RepositoryException</name>
				<type>javax.jcr.RepositoryException</type>
			</throws>
		</method>
		<method>
			<name>prepare</name>
			<throws>
				<name>RepositoryException</name>
				<type>javax.jcr.RepositoryException</type>
			</throws>
		</method>
		<method>
			<name>shutdown</name>
		</method>
		<field>
			<name>_closeableSessionMaps</name>
		</field>
		<field>
			<name>_jcrFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JCRSessionInvocationHandler</name>
		<type>com.liferay.portal.jcr.JCRSessionInvocationHandler</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>JCRSessionInvocationHandler</name>
			<param>
				<name>session</name>
				<type>javax.jcr.Session</type>
			</param>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>proxy</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_binaries</name>
		</field>
		<field>
			<name>_session</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JCRFactoryImpl</name>
		<type>com.liferay.portal.jcr.jackrabbit.JCRFactoryImpl</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>createSession</name>
			<param>
				<name>workspaceName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RepositoryException</name>
				<type>javax.jcr.RepositoryException</type>
			</throws>
		</method>
		<method>
			<name>initialize</name>
			<throws>
				<name>RepositoryException</name>
				<type>javax.jcr.RepositoryException</type>
			</throws>
		</method>
		<method>
			<name>prepare</name>
			<throws>
				<name>RepositoryException</name>
				<type>javax.jcr.RepositoryException</type>
			</throws>
		</method>
		<method>
			<name>shutdown</name>
		</method>
		<method>
			<name>JCRFactoryImpl</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>CONFIG_FILE_PATH</name>
		</field>
		<field>
			<name>CREDENTIALS_PASSWORD</name>
		</field>
		<field>
			<name>CREDENTIALS_USERNAME</name>
		</field>
		<field>
			<name>REPOSITORY_HOME</name>
		</field>
		<field>
			<name>REPOSITORY_ROOT</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_initialized</name>
		</field>
		<field>
			<name>_transientRepository</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CachedLoggerProvider</name>
		<type>com.liferay.portal.jericho.CachedLoggerProvider</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>install</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>CachedLoggerProvider</name>
			<param>
				<name>loggerProvider</name>
				<type>net.htmlparser.jericho.LoggerProvider</type>
			</param>
		</method>
		<method>
			<name>getLogger</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_loggerProvider</name>
		</field>
		<field>
			<name>_loggers</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PACLContext</name>
		<type>com.liferay.portal.jndi.pacl.PACLContext</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PACLContext</name>
			<param>
				<name>context</name>
				<type>javax.naming.Context</type>
			</param>
			<param>
				<name>paclPolicy</name>
				<type>com.liferay.portal.security.pacl.PACLPolicy</type>
			</param>
		</method>
		<method>
			<name>addToEnvironment</name>
			<param>
				<name>propName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>propVal</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>bind</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>bind</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>composeName</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<param>
				<name>prefix</name>
				<type>javax.naming.Name</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>composeName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>createSubcontext</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>createSubcontext</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>destroySubcontext</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>destroySubcontext</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getEnvironment</name>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getNameInNamespace</name>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getNameParser</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getNameParser</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>list</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>list</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>listBindings</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>listBindings</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>lookup</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>lookup</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>lookupLink</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>lookupLink</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>rebind</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>rebind</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>removeFromEnvironment</name>
			<param>
				<name>propName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>rename</name>
			<param>
				<name>oldName</name>
				<type>javax.naming.Name</type>
			</param>
			<param>
				<name>newName</name>
				<type>javax.naming.Name</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>rename</name>
			<param>
				<name>oldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>unbind</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>unbind</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>checkPACLPolicy</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
		</method>
		<method>
			<name>checkPACLPolicy</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_context</name>
		</field>
		<field>
			<name>_paclPolicy</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PACLInitialContextFactory</name>
		<type>com.liferay.portal.jndi.pacl.PACLInitialContextFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PACLInitialContextFactory</name>
			<param>
				<name>initialContextFactoryBuilder</name>
				<type>javax.naming.spi.InitialContextFactoryBuilder</type>
			</param>
			<param>
				<name>environment</name>
				<type>java.util.Hashtable</type>
			</param>
		</method>
		<method>
			<name>getInitialContext</name>
			<param>
				<name>environment</name>
				<type>java.util.Hashtable</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>doGetInitialContext</name>
			<param>
				<name>environment</name>
				<type>java.util.Hashtable</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_environment</name>
		</field>
		<field>
			<name>_initialContextFactoryBuilder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PACLInitialContextFactoryBuilder</name>
		<type>com.liferay.portal.jndi.pacl.PACLInitialContextFactoryBuilder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>createInitialContextFactory</name>
			<param>
				<name>environment</name>
				<type>java.util.Hashtable</type>
			</param>
		</method>
		<method>
			<name>setInitialContextFactoryBuilder</name>
			<param>
				<name>initialContextFactoryBuilder</name>
				<type>javax.naming.spi.InitialContextFactoryBuilder</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_initialContextFactoryBuilder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FlexjsonTransformer</name>
		<type>com.liferay.portal.json.FlexjsonTransformer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FlexjsonTransformer</name>
			<param>
				<name>jsonTransformer</name>
				<type>com.liferay.portal.kernel.json.JSONTransformer</type>
			</param>
		</method>
		<method>
			<name>transform</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_jsonTransformer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSONArrayImpl</name>
		<type>com.liferay.portal.json.JSONArrayImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>JSONArrayImpl</name>
		</method>
		<method>
			<name>JSONArrayImpl</name>
			<param>
				<name>json</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>JSONArrayImpl</name>
			<param>
				<name>jsonArray</name>
				<type>org.json.JSONArray</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getInt</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getJSONArray</name>
		</method>
		<method>
			<name>getJSONArray</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getJSONObject</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>isNull</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>join</name>
			<param>
				<name>separator</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>length</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>value</name>
				<type>com.liferay.portal.kernel.json.JSONArray</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>value</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>indentFactor</name>
				<type>int</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_jsonArray</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSONDeserializerImpl</name>
		<type>com.liferay.portal.json.JSONDeserializerImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>JSONDeserializerImpl</name>
		</method>
		<method>
			<name>deserialize</name>
			<param>
				<name>input</name>
				<type>java.io.Reader</type>
			</param>
		</method>
		<method>
			<name>deserialize</name>
			<param>
				<name>input</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>safeMode</name>
			<param>
				<name>safeMode</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>use</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<field>
			<name>_jsonDeserializer</name>
		</field>
		<field>
			<name>_portalBeanObjectFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSONFactoryImpl</name>
		<type>com.liferay.portal.json.JSONFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>JSONFactoryImpl</name>
		</method>
		<method>
			<name>convertJSONMLArrayToXML</name>
			<param>
				<name>jsonml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>convertJSONMLObjectToXML</name>
			<param>
				<name>jsonml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>convertXMLtoJSONMLArray</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>convertXMLtoJSONMLObject</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createJavaScriptNormalizerJSONTransformer</name>
			<param>
				<name>javaScriptAttributes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>createJSONArray</name>
		</method>
		<method>
			<name>createJSONArray</name>
			<param>
				<name>json</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>createJSONDeserializer</name>
		</method>
		<method>
			<name>createJSONObject</name>
		</method>
		<method>
			<name>createJSONObject</name>
			<param>
				<name>json</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>createJSONSerializer</name>
		</method>
		<method>
			<name>deserialize</name>
			<param>
				<name>jsonObj</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
		<method>
			<name>deserialize</name>
			<param>
				<name>json</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNullJSON</name>
		</method>
		<method>
			<name>looseDeserialize</name>
			<param>
				<name>json</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>looseDeserialize</name>
			<param>
				<name>json</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>looseDeserializeSafe</name>
			<param>
				<name>json</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>looseDeserializeSafe</name>
			<param>
				<name>json</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>looseSerialize</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>looseSerialize</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>jsonTransformer</name>
				<type>com.liferay.portal.kernel.json.JSONTransformer</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>looseSerialize</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>includes</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>looseSerializeDeep</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>looseSerializeDeep</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>jsonTransformer</name>
				<type>com.liferay.portal.kernel.json.JSONTransformer</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>serialize</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>serializeException</name>
			<param>
				<name>exception</name>
				<type>java.lang.Exception</type>
			</param>
		</method>
		<method>
			<name>serializeThrowable</name>
			<param>
				<name>throwable</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<field>
			<name>_NULL_JSON</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_jsonSerializer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSONIncludesManager</name>
		<type>com.liferay.portal.json.JSONIncludesManager</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>lookupExcludes</name>
			<param>
				<name>type</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>lookupIncludes</name>
			<param>
				<name>type</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>_getPropertyName</name>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
		</method>
		<method>
			<name>_listToArray</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>_scanFieldsAndMethods</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>include</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_EMPTY_LIST</name>
		</field>
		<field>
			<name>_EXCLUDE_ALL</name>
		</field>
		<field>
			<name>_excludesMap</name>
		</field>
		<field>
			<name>_includesMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSONInit</name>
		<type>com.liferay.portal.json.JSONInit</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>init</name>
		</method>
		<method>
			<name>_registerDefaultTransformers</name>
			<param>
				<name>transformersMap</name>
				<type>flexjson.transformer.TypeTransformerMap</type>
			</param>
		</method>
		<field>
			<name>_initalized</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSONObjectImpl</name>
		<type>com.liferay.portal.json.JSONObjectImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>JSONObjectImpl</name>
		</method>
		<method>
			<name>JSONObjectImpl</name>
			<param>
				<name>jsonObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>JSONObjectImpl</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>JSONObjectImpl</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>JSONObjectImpl</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>JSONObjectImpl</name>
			<param>
				<name>json</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>JSONObjectImpl</name>
			<param>
				<name>jsonObj</name>
				<type>org.json.JSONObject</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getInt</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInt</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getJSONArray</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getJSONObject</name>
		</method>
		<method>
			<name>getJSONObject</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>has</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isNull</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>keys</name>
		</method>
		<method>
			<name>length</name>
		</method>
		<method>
			<name>names</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>com.liferay.portal.kernel.json.JSONArray</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>putException</name>
			<param>
				<name>exception</name>
				<type>java.lang.Exception</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>indentFactor</name>
				<type>int</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_jsonObject</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSONSerializerImpl</name>
		<type>com.liferay.portal.json.JSONSerializerImpl</type>
		<comment><![CDATA[Wrapper over flexjson serializer.]]></comment>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>JSONSerializerImpl</name>
		</method>
		<method>
			<name>exclude</name>
			<param>
				<name>fields</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>fields</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>serialize</name>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>serializeDeep</name>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>transform</name>
			<param>
				<name>jsonTransformer</name>
				<type>com.liferay.portal.kernel.json.JSONTransformer</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>transform</name>
			<param>
				<name>jsonTransformer</name>
				<type>com.liferay.portal.kernel.json.JSONTransformer</type>
			</param>
			<param>
				<name>fields</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_jsonSerializer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalBeanObjectFactory</name>
		<type>com.liferay.portal.json.PortalBeanObjectFactory</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>instantiate</name>
			<param>
				<name>objectBinder</name>
				<type>flexjson.ObjectBinder</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>targetType</name>
				<type>java.lang.reflect.Type</type>
			</param>
			<param>
				<name>targetClass</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>setSafeMode</name>
			<param>
				<name>safeMode</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getDeclaredFields</name>
			<param>
				<name>targetClass</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>isValidField</name>
			<param>
				<name>declaredFields</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>beanName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeInvalidFields</name>
			<param>
				<name>values</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>targetClass</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_declaredFields</name>
		</field>
		<field>
			<name>_safeMode</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayJSONSerializer</name>
		<type>com.liferay.portal.json.jabsorb.serializer.LiferayJSONSerializer</type>
		<author><![CDATA[Tomas Polesovsky]]></author>
		<method>
			<name>tryUnmarshall</name>
			<param>
				<name>serializerState</name>
				<type>org.jabsorb.serializer.SerializerState</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>json</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>UnmarshallException</name>
				<type>org.jabsorb.serializer.UnmarshallException</type>
			</throws>
		</method>
		<method>
			<name>unmarshall</name>
			<param>
				<name>serializerState</name>
				<type>org.jabsorb.serializer.SerializerState</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>json</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>UnmarshallException</name>
				<type>org.jabsorb.serializer.UnmarshallException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LiferaySerializer</name>
		<type>com.liferay.portal.json.jabsorb.serializer.LiferaySerializer</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>canSerialize</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>jsonClass</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getJSONClasses</name>
		</method>
		<method>
			<name>getSerializableClasses</name>
		</method>
		<method>
			<name>marshall</name>
			<param>
				<name>serializerState</name>
				<type>org.jabsorb.serializer.SerializerState</type>
			</param>
			<param>
				<name>parentObject</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>MarshallException</name>
				<type>org.jabsorb.serializer.MarshallException</type>
			</throws>
		</method>
		<method>
			<name>tryUnmarshall</name>
			<param>
				<name>serializerState</name>
				<type>org.jabsorb.serializer.SerializerState</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>UnmarshallException</name>
				<type>org.jabsorb.serializer.UnmarshallException</type>
			</throws>
		</method>
		<method>
			<name>unmarshall</name>
			<param>
				<name>serializerState</name>
				<type>org.jabsorb.serializer.SerializerState</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>UnmarshallException</name>
				<type>org.jabsorb.serializer.UnmarshallException</type>
			</throws>
		</method>
		<field>
			<name>_JSON_CLASSES</name>
		</field>
		<field>
			<name>_SERIALIZABLE_CLASSES</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferaySerializerState</name>
		<type>com.liferay.portal.json.jabsorb.serializer.LiferaySerializerState</type>
		<author><![CDATA[Tomas Polesovsky]]></author>
		<method>
			<name>store</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LocaleSerializer</name>
		<type>com.liferay.portal.json.jabsorb.serializer.LocaleSerializer</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>canSerialize</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>jsonClazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getJSONClasses</name>
		</method>
		<method>
			<name>getSerializableClasses</name>
		</method>
		<method>
			<name>marshall</name>
			<param>
				<name>serializerState</name>
				<type>org.jabsorb.serializer.SerializerState</type>
			</param>
			<param>
				<name>parentObject</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>MarshallException</name>
				<type>org.jabsorb.serializer.MarshallException</type>
			</throws>
		</method>
		<method>
			<name>tryUnmarshall</name>
			<param>
				<name>serializerState</name>
				<type>org.jabsorb.serializer.SerializerState</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>UnmarshallException</name>
				<type>org.jabsorb.serializer.UnmarshallException</type>
			</throws>
		</method>
		<method>
			<name>unmarshall</name>
			<param>
				<name>serializerState</name>
				<type>org.jabsorb.serializer.SerializerState</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>UnmarshallException</name>
				<type>org.jabsorb.serializer.UnmarshallException</type>
			</throws>
		</method>
		<method>
			<name>getLocaleJSONObject</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>UnmarshallException</name>
				<type>org.jabsorb.serializer.UnmarshallException</type>
			</throws>
		</method>
		<field>
			<name>_JSON_CLASSES</name>
		</field>
		<field>
			<name>_SERIALIZABLE_CLASSES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseJSONTransformer</name>
		<type>com.liferay.portal.json.transformer.BaseJSONTransformer</type>
		<author><![CDATA[Igor Spasic]]></author>
	</javadoc>
	<javadoc>
		<name>FlexjsonObjectJSONTransformer</name>
		<type>com.liferay.portal.json.transformer.FlexjsonObjectJSONTransformer</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>transform</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>_exclude</name>
			<param>
				<name>pathExpressions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getPath</name>
		</method>
		<method>
			<name>_include</name>
			<param>
				<name>pathExpressions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_jsonIncludesManager</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSONArrayJSONTransformer</name>
		<type>com.liferay.portal.json.transformer.JSONArrayJSONTransformer</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>transform</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JSONObjectJSONTransformer</name>
		<type>com.liferay.portal.json.transformer.JSONObjectJSONTransformer</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>transform</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JSONSerializableJSONTransformer</name>
		<type>com.liferay.portal.json.transformer.JSONSerializableJSONTransformer</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>transform</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RepositoryModelJSONTransformer</name>
		<type>com.liferay.portal.json.transformer.RepositoryModelJSONTransformer</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>transform</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UserJSONTransformer</name>
		<type>com.liferay.portal.json.transformer.UserJSONTransformer</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>transform</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JSONRPCRequest</name>
		<type>com.liferay.portal.jsonwebservice.JSONRPCRequest</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>detectJSONRPCRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getId</name>
		</method>
		<method>
			<name>getJsonrpc</name>
		</method>
		<method>
			<name>getMethod</name>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameterNames</name>
		</method>
		<method>
			<name>setId</name>
			<param>
				<name>id</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>setJsonrpc</name>
			<param>
				<name>jsonrpc</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMethod</name>
			<param>
				<name>method</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParameters</name>
			<param>
				<name>parameters</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_id</name>
		</field>
		<field>
			<name>_jsonrpc</name>
		</field>
		<field>
			<name>_method</name>
		</field>
		<field>
			<name>_parameters</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSONRPCResponse</name>
		<type>com.liferay.portal.jsonwebservice.JSONRPCResponse</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>JSONRPCResponse</name>
			<param>
				<name>jsonRPCRequest</name>
				<type>com.liferay.portal.jsonwebservice.JSONRPCRequest</type>
			</param>
			<param>
				<name>result</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>exception</name>
				<type>java.lang.Exception</type>
			</param>
		</method>
		<method>
			<name>toJSONString</name>
		</method>
		<field>
			<name>_error</name>
		</field>
		<field>
			<name>_id</name>
		</field>
		<field>
			<name>_jsonrpc</name>
		</field>
		<field>
			<name>_result</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSONWebServiceActionConfig</name>
		<type>com.liferay.portal.jsonwebservice.JSONWebServiceActionConfig</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>JSONWebServiceActionConfig</name>
			<param>
				<name>servletContextPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>actionMethod</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>jsonWebServiceActionConfig</name>
				<type>com.liferay.portal.jsonwebservice.JSONWebServiceActionConfig</type>
			</param>
		</method>
		<method>
			<name>getActionClass</name>
		</method>
		<method>
			<name>getActionMethod</name>
		</method>
		<method>
			<name>getFullPath</name>
		</method>
		<method>
			<name>getMethod</name>
		</method>
		<method>
			<name>getMethodParameters</name>
		</method>
		<method>
			<name>getPath</name>
		</method>
		<method>
			<name>getServletContextPath</name>
		</method>
		<method>
			<name>getSignature</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_actionClass</name>
		</field>
		<field>
			<name>_actionMethod</name>
		</field>
		<field>
			<name>_fullPath</name>
		</field>
		<field>
			<name>_method</name>
		</field>
		<field>
			<name>_methodParameters</name>
		</field>
		<field>
			<name>_path</name>
		</field>
		<field>
			<name>_servletContextPath</name>
		</field>
		<field>
			<name>_signature</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSONWebServiceActionImpl</name>
		<type>com.liferay.portal.jsonwebservice.JSONWebServiceActionImpl</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>JSONWebServiceActionImpl</name>
			<param>
				<name>jsonWebServiceActionConfig</name>
				<type>com.liferay.portal.jsonwebservice.JSONWebServiceActionConfig</type>
			</param>
			<param>
				<name>jsonWebServiceActionParameters</name>
				<type>com.liferay.portal.jsonwebservice.JSONWebServiceActionParameters</type>
			</param>
		</method>
		<method>
			<name>getJSONWebServiceActionMapping</name>
		</method>
		<method>
			<name>invoke</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createDefaultParameterValue</name>
			<param>
				<name>parameterName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterType</name>
				<type>java.lang.Class</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_generifyList</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Class[]</type>
			</param>
		</method>
		<method>
			<name>_generifyMap</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Class[]</type>
			</param>
		</method>
		<method>
			<name>_injectInnerParametersIntoValue</name>
			<param>
				<name>parameterName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterValue</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>_invokeActionMethod</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_prepareParameters</name>
			<param>
				<name>actionClass</name>
				<type>java.lang.Class</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_jsonWebServiceActionConfig</name>
		</field>
		<field>
			<name>_jsonWebServiceActionParameters</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSONWebServiceActionParameters</name>
		<type>com.liferay.portal.jsonwebservice.JSONWebServiceActionParameters</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>collectAll</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>parameterPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>jsonRPCRequest</name>
				<type>com.liferay.portal.jsonwebservice.JSONRPCRequest</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>getInnerParameters</name>
			<param>
				<name>baseName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getJSONRPCRequest</name>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameterNames</name>
		</method>
		<method>
			<name>getParameterTypeName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_addDefaultParameters</name>
		</method>
		<method>
			<name>_collectDefaultsFromRequestAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>_collectFromJSONRPCRequest</name>
			<param>
				<name>jsonRPCRequest</name>
				<type>com.liferay.portal.jsonwebservice.JSONRPCRequest</type>
			</param>
		</method>
		<method>
			<name>_collectFromMap</name>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>_collectFromPath</name>
			<param>
				<name>parameterPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_collectFromRequestParameters</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>_mergeServiceContext</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
		<field>
			<name>_innerParameters</name>
		</field>
		<field>
			<name>_jsonRPCRequest</name>
		</field>
		<field>
			<name>_parameters</name>
		</field>
		<field>
			<name>_parameterTypes</name>
		</field>
		<field>
			<name>_serviceContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSONWebServiceActionsManagerImpl</name>
		<type>com.liferay.portal.jsonwebservice.JSONWebServiceActionsManagerImpl</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>getJSONWebServiceAction</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getJSONWebServiceAction</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>getJSONWebServiceActionMapping</name>
			<param>
				<name>signature</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getJSONWebServiceActionMappings</name>
			<param>
				<name>servletContextPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>registerJSONWebServiceAction</name>
			<param>
				<name>servletContextPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>actionMethod</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>unregisterJSONWebServiceActions</name>
			<param>
				<name>servletContextPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_countMatchedElements</name>
			<param>
				<name>parameterNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>methodParameters</name>
				<type>com.liferay.portal.kernel.util.MethodParameter[]</type>
			</param>
		</method>
		<method>
			<name>_getJSONWebServiceActionConfigIndex</name>
			<param>
				<name>servletContextPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterNames</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>_getParameterPathIndex</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_jsonWebServiceActionConfigs</name>
		</field>
		<field>
			<name>_pathBinarySearch</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSONWebServiceClassVisitor</name>
		<type>com.liferay.portal.jsonwebservice.JSONWebServiceClassVisitor</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>version</name>
				<type>int</type>
			</param>
			<param>
				<name>access</name>
				<type>int</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>signature</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>superName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>interfaces</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<field>
			<name>_className</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSONWebServiceConfigurator</name>
		<type>com.liferay.portal.jsonwebservice.JSONWebServiceConfigurator</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>JSONWebServiceConfigurator</name>
			<param>
				<name>servletContextPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>clean</name>
		</method>
		<method>
			<name>configure</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>onEntry</name>
			<param>
				<name>entryData</name>
				<type>EntryData</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_configure</name>
			<param>
				<name>classPathFiles</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>_hasAnnotatedServiceImpl</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_isJSONWebServiceClass</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>_loadUtilClass</name>
			<param>
				<name>implementationClass</name>
				<type>java.lang.Class</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>_onJSONWebServiceClass</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_registerJSONWebServiceAction</name>
			<param>
				<name>implementationClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_classLoader</name>
		</field>
		<field>
			<name>_invalidHttpMethods</name>
		</field>
		<field>
			<name>_jsonWebServiceAnnotationBytes</name>
		</field>
		<field>
			<name>_jsonWebServiceMappingResolver</name>
		</field>
		<field>
			<name>_registeredActionsCount</name>
		</field>
		<field>
			<name>_servletContextPath</name>
		</field>
		<field>
			<name>_utilClasses</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSONWebServiceMappingResolver</name>
		<type>com.liferay.portal.jsonwebservice.JSONWebServiceMappingResolver</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>resolveHttpMethod</name>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
		</method>
		<method>
			<name>resolvePath</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
		</method>
		<method>
			<name>_classNameToPath</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>_cutPrefix</name>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_prefixToHttpMethod</name>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_GET_PREFIXES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSONWebServiceServiceAction</name>
		<type>com.liferay.portal.jsonwebservice.JSONWebServiceServiceAction</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>JSONWebServiceServiceAction</name>
			<param>
				<name>servletContextPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>getJSON</name>
			<param>
				<name>actionMapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>actionForm</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getReroutePath</name>
		</method>
		<field>
			<name>_REROUTE_PATH</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_jsonWebServiceConfigurator</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSONWebServiceServlet</name>
		<type>com.liferay.portal.jsonwebservice.JSONWebServiceServlet</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>getJSONAction</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>resolveRemoteUser</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_jsonWebServiceServiceAction</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSONWebServiceInvokerAction</name>
		<type>com.liferay.portal.jsonwebservice.action.JSONWebServiceInvokerAction</type>
		<author><![CDATA[Igor Spasic]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>JSONWebServiceInvokerAction</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getJSONWebServiceActionMapping</name>
		</method>
		<method>
			<name>invoke</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_addVariableStatement</name>
			<param>
				<name>variableStatement</name>
				<type>com.liferay.portal.jsonwebservice.action.JSONWebServiceInvokerAction.Statement</type>
			</param>
			<param>
				<name>result</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_addVariableStatementList</name>
			<param>
				<name>variableStatement</name>
				<type>com.liferay.portal.jsonwebservice.action.JSONWebServiceInvokerAction.Statement</type>
			</param>
			<param>
				<name>result</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>results</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_convertObjectToList</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>_convertObjectToMap</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>_executeStatement</name>
			<param>
				<name>statement</name>
				<type>com.liferay.portal.jsonwebservice.action.JSONWebServiceInvokerAction.Statement</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_filterResult</name>
			<param>
				<name>statement</name>
				<type>com.liferay.portal.jsonwebservice.action.JSONWebServiceInvokerAction.Statement</type>
			</param>
			<param>
				<name>result</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>_filterResultList</name>
			<param>
				<name>statement</name>
				<type>com.liferay.portal.jsonwebservice.action.JSONWebServiceInvokerAction.Statement</type>
			</param>
			<param>
				<name>result</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>results</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>_parseStatement</name>
			<param>
				<name>assignment</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>_populateFlags</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>_populateFlagsList</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>result</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>results</name>
				<type>java.util.List</type>
			</param>
		</method>
		<field>
			<name>_command</name>
		</field>
		<field>
			<name>_request</name>
		</field>
		<field>
			<name>_statements</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AnnotationLocator</name>
		<type>com.liferay.portal.kernel.annotation.AnnotationLocator</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>locate</name>
			<param>
				<name>targetClass</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>locate</name>
			<param>
				<name>targetClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>annotationClass</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>locate</name>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>targetClass</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>locate</name>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>targetClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>annotationClass</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>_mergeAnnotations</name>
			<param>
				<name>sourceAnnotations</name>
				<type>java.lang.annotation.Annotation[]</type>
			</param>
			<param>
				<name>targetAnnotationList</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>_queueSuperTypes</name>
			<param>
				<name>queue</name>
				<type>java.util.Queue</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AtomCollectionAdapter</name>
		<type>com.liferay.portal.kernel.atom.AtomCollectionAdapter</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>deleteEntry</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>AtomException</name>
				<type>com.liferay.portal.kernel.atom.AtomException</type>
			</throws>
		</method>
		<method>
			<name>getCollectionName</name>
		</method>
		<method>
			<name>getEntry</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>AtomException</name>
				<type>com.liferay.portal.kernel.atom.AtomException</type>
			</throws>
		</method>
		<method>
			<name>getEntryAuthors</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>getEntryContent</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
		</method>
		<method>
			<name>getEntryId</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>getEntrySummary</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>getEntryTitle</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>getEntryUpdated</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>getFeedEntries</name>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>AtomException</name>
				<type>com.liferay.portal.kernel.atom.AtomException</type>
			</throws>
		</method>
		<method>
			<name>getFeedTitle</name>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
		</method>
		<method>
			<name>getMediaContentType</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>getMediaName</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
			<throws>
				<name>AtomException</name>
				<type>com.liferay.portal.kernel.atom.AtomException</type>
			</throws>
		</method>
		<method>
			<name>getMediaStream</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
			<throws>
				<name>AtomException</name>
				<type>com.liferay.portal.kernel.atom.AtomException</type>
			</throws>
		</method>
		<method>
			<name>postEntry</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>AtomException</name>
				<type>com.liferay.portal.kernel.atom.AtomException</type>
			</throws>
		</method>
		<method>
			<name>postMedia</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>slug</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>AtomException</name>
				<type>com.liferay.portal.kernel.atom.AtomException</type>
			</throws>
		</method>
		<method>
			<name>putEntry</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>AtomException</name>
				<type>com.liferay.portal.kernel.atom.AtomException</type>
			</throws>
		</method>
		<method>
			<name>putMedia</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>slug</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>AtomException</name>
				<type>com.liferay.portal.kernel.atom.AtomException</type>
			</throws>
		</method>
		<field>
			<name>SC_BAD_CONTENT</name>
		</field>
		<field>
			<name>SC_BAD_REQUEST</name>
		</field>
		<field>
			<name>SC_CONFLICT</name>
		</field>
		<field>
			<name>SC_CREATED</name>
		</field>
		<field>
			<name>SC_FORBIDDEN</name>
		</field>
		<field>
			<name>SC_INTERNAL_SERVER_ERROR</name>
		</field>
		<field>
			<name>SC_NOT_FOUND</name>
		</field>
		<field>
			<name>SC_NOT_MODIFIED</name>
		</field>
		<field>
			<name>SC_OK</name>
		</field>
		<field>
			<name>SC_UNAUTHORIZED</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AtomCollectionAdapterRegistry</name>
		<type>com.liferay.portal.kernel.atom.AtomCollectionAdapterRegistry</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>getAtomCollectionAdapter</name>
			<param>
				<name>collectionName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAtomCollectionAdapters</name>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>atomCollectionAdapter</name>
				<type>com.liferay.portal.kernel.atom.AtomCollectionAdapter</type>
			</param>
			<throws>
				<name>AtomException</name>
				<type>com.liferay.portal.kernel.atom.AtomException</type>
			</throws>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>atomCollectionAdapter</name>
				<type>com.liferay.portal.kernel.atom.AtomCollectionAdapter</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AtomCollectionAdapterRegistryUtil</name>
		<type>com.liferay.portal.kernel.atom.AtomCollectionAdapterRegistryUtil</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>getAtomCollectionAdapter</name>
			<param>
				<name>collectionName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAtomCollectionAdapterRegistry</name>
		</method>
		<method>
			<name>getAtomCollectionAdapters</name>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>atomCollectionAdapter</name>
				<type>com.liferay.portal.kernel.atom.AtomCollectionAdapter</type>
			</param>
			<throws>
				<name>AtomException</name>
				<type>com.liferay.portal.kernel.atom.AtomException</type>
			</throws>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>atomCollectionAdapters</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>AtomException</name>
				<type>com.liferay.portal.kernel.atom.AtomException</type>
			</throws>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>atomCollectionAdapter</name>
				<type>com.liferay.portal.kernel.atom.AtomCollectionAdapter</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>atomCollectionAdapters</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setAtomCollectionAdapterRegistry</name>
			<param>
				<name>atomCollectionAdapterRegistry</name>
				<type>com.liferay.portal.kernel.atom.AtomCollectionAdapterRegistry</type>
			</param>
		</method>
		<field>
			<name>_atomCollectionAdapterRegistry</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AtomEntryContent</name>
		<type>com.liferay.portal.kernel.atom.AtomEntryContent</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>AtomEntryContent</name>
		</method>
		<method>
			<name>AtomEntryContent</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>AtomEntryContent</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>com.liferay.portal.kernel.atom.AtomEntryContent.Type</type>
			</param>
		</method>
		<method>
			<name>AtomEntryContent</name>
			<param>
				<name>type</name>
				<type>com.liferay.portal.kernel.atom.AtomEntryContent.Type</type>
			</param>
		</method>
		<method>
			<name>getMimeType</name>
		</method>
		<method>
			<name>getSrcLink</name>
		</method>
		<method>
			<name>getText</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>setMimeType</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSrcLink</name>
			<param>
				<name>srcLink</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setText</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setType</name>
			<param>
				<name>type</name>
				<type>com.liferay.portal.kernel.atom.AtomEntryContent.Type</type>
			</param>
		</method>
		<field>
			<name>_mimeType</name>
		</field>
		<field>
			<name>_srcLink</name>
		</field>
		<field>
			<name>_text</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AtomException</name>
		<type>com.liferay.portal.kernel.atom.AtomException</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>AtomException</name>
			<param>
				<name>errorCode</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>AtomException</name>
			<param>
				<name>errorCode</name>
				<type>int</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>AtomException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getErrorCode</name>
		</method>
		<field>
			<name>_errorCode</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AtomRequestContext</name>
		<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>getContainerAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getIntParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getIntParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getLongParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLongParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRequestAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResolvedUri</name>
		</method>
		<method>
			<name>getSessionAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTargetBasePath</name>
		</method>
		<method>
			<name>setContainerAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setRequestAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setSessionAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseAtomCollectionAdapter</name>
		<type>com.liferay.portal.kernel.atom.BaseAtomCollectionAdapter</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>deleteEntry</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>AtomException</name>
				<type>com.liferay.portal.kernel.atom.AtomException</type>
			</throws>
		</method>
		<method>
			<name>getEntry</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>AtomException</name>
				<type>com.liferay.portal.kernel.atom.AtomException</type>
			</throws>
		</method>
		<method>
			<name>getFeedEntries</name>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>AtomException</name>
				<type>com.liferay.portal.kernel.atom.AtomException</type>
			</throws>
		</method>
		<method>
			<name>getMediaContentType</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>getMediaName</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
			<throws>
				<name>AtomException</name>
				<type>com.liferay.portal.kernel.atom.AtomException</type>
			</throws>
		</method>
		<method>
			<name>getMediaStream</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
			<throws>
				<name>AtomException</name>
				<type>com.liferay.portal.kernel.atom.AtomException</type>
			</throws>
		</method>
		<method>
			<name>postEntry</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>AtomException</name>
				<type>com.liferay.portal.kernel.atom.AtomException</type>
			</throws>
		</method>
		<method>
			<name>postMedia</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>slug</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>AtomException</name>
				<type>com.liferay.portal.kernel.atom.AtomException</type>
			</throws>
		</method>
		<method>
			<name>putEntry</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>AtomException</name>
				<type>com.liferay.portal.kernel.atom.AtomException</type>
			</throws>
		</method>
		<method>
			<name>putMedia</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>slug</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>AtomException</name>
				<type>com.liferay.portal.kernel.atom.AtomException</type>
			</throws>
		</method>
		<method>
			<name>doDeleteEntry</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetEntry</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetFeedEntries</name>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doPostEntry</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doPostMedia</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>slug</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doPutEntry</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doPutMedia</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>slug</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseMediaAtomCollectionAdapter</name>
		<type>com.liferay.portal.kernel.atom.BaseMediaAtomCollectionAdapter</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>getMediaContentType</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>getMediaName</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
			<throws>
				<name>AtomException</name>
				<type>com.liferay.portal.kernel.atom.AtomException</type>
			</throws>
		</method>
		<method>
			<name>getMediaStream</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
			<throws>
				<name>AtomException</name>
				<type>com.liferay.portal.kernel.atom.AtomException</type>
			</throws>
		</method>
		<method>
			<name>doPostMedia</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>slug</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doPutMedia</name>
			<param>
				<name>entry</name>
				<type>E</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>slug</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AuditException</name>
		<type>com.liferay.portal.kernel.audit.AuditException</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>AuditException</name>
		</method>
		<method>
			<name>AuditException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>AuditException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>AuditException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AuditMessage</name>
		<type>com.liferay.portal.kernel.audit.AuditMessage</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>AuditMessage</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>AuditMessage</name>
			<param>
				<name>eventType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>AuditMessage</name>
			<param>
				<name>eventType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>AuditMessage</name>
			<param>
				<name>eventType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>AuditMessage</name>
			<param>
				<name>eventType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timestamp</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>additionalInfo</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
		<method>
			<name>AuditMessage</name>
			<param>
				<name>eventType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>additionalInfo</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
		<method>
			<name>getAdditionalInfo</name>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getClassPK</name>
		</method>
		<method>
			<name>getClientHost</name>
		</method>
		<method>
			<name>getClientIP</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getEventType</name>
		</method>
		<method>
			<name>getMessage</name>
		</method>
		<method>
			<name>getServerName</name>
		</method>
		<method>
			<name>getServerPort</name>
		</method>
		<method>
			<name>getSessionID</name>
		</method>
		<method>
			<name>getTimestamp</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>setAdditionalInfo</name>
			<param>
				<name>additionalInfo</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClassPK</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setClassPK</name>
			<param>
				<name>classPK</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClientHost</name>
			<param>
				<name>clientHost</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClientIP</name>
			<param>
				<name>clientIP</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setEventType</name>
			<param>
				<name>eventType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMessage</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setServerName</name>
			<param>
				<name>serverName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setServerPort</name>
			<param>
				<name>serverPort</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setSessionID</name>
			<param>
				<name>sessionID</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTimestamp</name>
			<param>
				<name>timestamp</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setUserName</name>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toJSONObject</name>
		</method>
		<method>
			<name>_getDateFormat</name>
		</method>
		<field>
			<name>_ADDITIONAL_INFO</name>
		</field>
		<field>
			<name>_CLASS_NAME</name>
		</field>
		<field>
			<name>_CLASS_PK</name>
		</field>
		<field>
			<name>_CLIENT_HOST</name>
		</field>
		<field>
			<name>_CLIENT_IP</name>
		</field>
		<field>
			<name>_COMPANY_ID</name>
		</field>
		<field>
			<name>_DATE_FORMAT</name>
		</field>
		<field>
			<name>_EVENT_TYPE</name>
		</field>
		<field>
			<name>_MESSAGE</name>
		</field>
		<field>
			<name>_SERVER_NAME</name>
		</field>
		<field>
			<name>_SERVER_PORT</name>
		</field>
		<field>
			<name>_SESSION_ID</name>
		</field>
		<field>
			<name>_TIMESTAMP</name>
		</field>
		<field>
			<name>_USER_ID</name>
		</field>
		<field>
			<name>_USER_NAME</name>
		</field>
		<field>
			<name>_additionalInfo</name>
		</field>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_classPK</name>
		</field>
		<field>
			<name>_clientHost</name>
		</field>
		<field>
			<name>_clientIP</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_eventType</name>
		</field>
		<field>
			<name>_message</name>
		</field>
		<field>
			<name>_serverName</name>
		</field>
		<field>
			<name>_serverPort</name>
		</field>
		<field>
			<name>_sessionID</name>
		</field>
		<field>
			<name>_timestamp</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
		<field>
			<name>_userName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AuditMessageFactory</name>
		<type>com.liferay.portal.kernel.audit.AuditMessageFactory</type>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>getAuditMessage</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>getAuditMessage</name>
			<param>
				<name>eventType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAuditMessage</name>
			<param>
				<name>eventType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAuditMessage</name>
			<param>
				<name>eventType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAuditMessage</name>
			<param>
				<name>eventType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timestamp</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>additionalInfo</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
		<method>
			<name>getAuditMessage</name>
			<param>
				<name>eventType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>additionalInfo</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AuditMessageFactoryUtil</name>
		<type>com.liferay.portal.kernel.audit.AuditMessageFactoryUtil</type>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>getAuditMessageFactory</name>
		</method>
		<method>
			<name>getAuditMessage</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>getAuditMessage</name>
			<param>
				<name>eventType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAuditMessage</name>
			<param>
				<name>eventType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAuditMessage</name>
			<param>
				<name>eventType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAuditMessage</name>
			<param>
				<name>eventType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timestamp</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>additionalInfo</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
		<method>
			<name>getAuditMessage</name>
			<param>
				<name>eventType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>additionalInfo</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
		<method>
			<name>setAuditMessageFactory</name>
			<param>
				<name>auditMessageFactory</name>
				<type>com.liferay.portal.kernel.audit.AuditMessageFactory</type>
			</param>
		</method>
		<field>
			<name>_auditMessageFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AuditMessageProcessor</name>
		<type>com.liferay.portal.kernel.audit.AuditMessageProcessor</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>process</name>
			<param>
				<name>auditMessage</name>
				<type>com.liferay.portal.kernel.audit.AuditMessage</type>
			</param>
			<throws>
				<name>AuditException</name>
				<type>com.liferay.portal.kernel.audit.AuditException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AuditRequestThreadLocal</name>
		<type>com.liferay.portal.kernel.audit.AuditRequestThreadLocal</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getAuditThreadLocal</name>
		</method>
		<method>
			<name>removeAuditThreadLocal</name>
		</method>
		<method>
			<name>getClientHost</name>
		</method>
		<method>
			<name>getClientIP</name>
		</method>
		<method>
			<name>getQueryString</name>
		</method>
		<method>
			<name>getRealUserId</name>
		</method>
		<method>
			<name>getRequestURL</name>
		</method>
		<method>
			<name>getServerName</name>
		</method>
		<method>
			<name>getServerPort</name>
		</method>
		<method>
			<name>getSessionID</name>
		</method>
		<method>
			<name>setClientHost</name>
			<param>
				<name>clientHost</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClientIP</name>
			<param>
				<name>clientIP</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setQueryString</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRealUserId</name>
			<param>
				<name>realUserId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setRequestURL</name>
			<param>
				<name>requestURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setServerName</name>
			<param>
				<name>serverName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setServerPort</name>
			<param>
				<name>serverPort</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setSessionID</name>
			<param>
				<name>sessionID</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_auditRequestThreadLocal</name>
		</field>
		<field>
			<name>_clientHost</name>
		</field>
		<field>
			<name>_clientIP</name>
		</field>
		<field>
			<name>_queryString</name>
		</field>
		<field>
			<name>_realUserId</name>
		</field>
		<field>
			<name>_requestURL</name>
		</field>
		<field>
			<name>_serverName</name>
		</field>
		<field>
			<name>_serverPort</name>
		</field>
		<field>
			<name>_sessionID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AuditRouter</name>
		<type>com.liferay.portal.kernel.audit.AuditRouter</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>route</name>
			<param>
				<name>auditMessage</name>
				<type>com.liferay.portal.kernel.audit.AuditMessage</type>
			</param>
			<throws>
				<name>AuditException</name>
				<type>com.liferay.portal.kernel.audit.AuditException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AuditRouterUtil</name>
		<type>com.liferay.portal.kernel.audit.AuditRouterUtil</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getAuditRouter</name>
		</method>
		<method>
			<name>route</name>
			<param>
				<name>auditMessage</name>
				<type>com.liferay.portal.kernel.audit.AuditMessage</type>
			</param>
			<throws>
				<name>AuditException</name>
				<type>com.liferay.portal.kernel.audit.AuditException</type>
			</throws>
		</method>
		<method>
			<name>setAuditRouter</name>
			<param>
				<name>auditRouter</name>
				<type>com.liferay.portal.kernel.audit.AuditRouter</type>
			</param>
		</method>
		<field>
			<name>_auditRouter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AutoEscape</name>
		<type>com.liferay.portal.kernel.bean.AutoEscape</type>
		<comment><![CDATA[Enables HTML auto escaping of strings returned by annotated methods when a bean is wrapped with {@link AutoEscapeBeanHandler}.

<p>
For a usage example, see {@link com.liferay.portal.model.UserModel}.
</p>]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<see><![CDATA[AutoEscapeBeanHandler]]></see>
	</javadoc>
	<javadoc>
		<name>AutoEscapeBeanHandler</name>
		<type>com.liferay.portal.kernel.bean.AutoEscapeBeanHandler</type>
		<comment><![CDATA[Wraps a bean so that all strings returned from <code>@AutoEscape</code> annotated methods are automatically HTML escaped.

<p>
For a usage example see {@link com.liferay.portlet.shopping.util.ShoppingUtil#getBreadcrumbs( com.liferay.portlet.shopping.model.ShoppingCategory, javax.servlet.jsp.PageContext, javax.portlet.RenderRequest, javax.portlet.RenderResponse) ShoppingUtil.getBreadcrumbs} .
</p>]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<see><![CDATA[AutoEscape]]></see>
		<method>
			<name>AutoEscapeBeanHandler</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getBean</name>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>proxy</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>args</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<field>
			<name>_bean</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BeanLocator</name>
		<type>com.liferay.portal.kernel.bean.BeanLocator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>getClassLoader</name>
		</method>
		<method>
			<name>getNames</name>
		</method>
		<method>
			<name>getType</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>BeanLocatorException</name>
				<type>com.liferay.portal.kernel.bean.BeanLocatorException</type>
			</throws>
		</method>
		<method>
			<name>locate</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<throws>
				<name>BeanLocatorException</name>
				<type>com.liferay.portal.kernel.bean.BeanLocatorException</type>
			</throws>
		</method>
		<method>
			<name>locate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>BeanLocatorException</name>
				<type>com.liferay.portal.kernel.bean.BeanLocatorException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BeanLocatorException</name>
		<type>com.liferay.portal.kernel.bean.BeanLocatorException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BeanLocatorException</name>
		</method>
		<method>
			<name>BeanLocatorException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>BeanLocatorException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>BeanLocatorException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BeanParamUtil</name>
		<type>com.liferay.portal.kernel.bean.BeanParamUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getBoolean</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBooleanSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBooleanSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBooleanSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBooleanSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getDoubleSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDoubleSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getDoubleSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDoubleSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getIntegerSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getIntegerSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getIntegerSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getIntegerSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLongSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLongSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLongSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLongSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStringSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStringSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStringSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStringSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BeanProperties</name>
		<type>com.liferay.portal.kernel.bean.BeanProperties</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>copyProperties</name>
			<param>
				<name>source</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>copyProperties</name>
			<param>
				<name>source</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>editable</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>copyProperties</name>
			<param>
				<name>source</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>ignoreProperties</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBooleanSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBooleanSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getByte</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getByte</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>byte</type>
			</param>
		</method>
		<method>
			<name>getByteSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getByteSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>byte</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getDoubleSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDoubleSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>getFloatSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFloatSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getIntegerSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getIntegerSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLongSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLongSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getObject</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getObject</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getObjectSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getObjectSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getObjectType</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getObjectType</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getObjectTypeSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getObjectTypeSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getShortSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShortSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStringSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStringSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setProperties</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>setProperty</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BeanPropertiesUtil</name>
		<type>com.liferay.portal.kernel.bean.BeanPropertiesUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>copyProperties</name>
			<param>
				<name>source</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>copyProperties</name>
			<param>
				<name>source</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>editable</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>copyProperties</name>
			<param>
				<name>source</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>ignoreProperties</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getBeanProperties</name>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBooleanSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBooleanSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getByte</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getByte</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>byte</type>
			</param>
		</method>
		<method>
			<name>getByteSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getByteSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>byte</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getDoubleSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDoubleSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>getFloatSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFloatSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getIntegerSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getIntegerSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLongSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLongSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getObject</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getObject</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getObjectSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getObjectSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getObjectType</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getObjectType</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getObjectTypeSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getObjectTypeSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getShortSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShortSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStringSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStringSilent</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setProperties</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>setProperty</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setBeanProperties</name>
			<param>
				<name>beanProperties</name>
				<type>com.liferay.portal.kernel.bean.BeanProperties</type>
			</param>
		</method>
		<field>
			<name>_beanProperties</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BeanReference</name>
		<type>com.liferay.portal.kernel.bean.BeanReference</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>name</name>
		</method>
		<method>
			<name>type</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ClassLoaderBeanHandler</name>
		<type>com.liferay.portal.kernel.bean.ClassLoaderBeanHandler</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ClassLoaderBeanHandler</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>getBean</name>
		</method>
		<method>
			<name>getClassLoader</name>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>proxy</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<field>
			<name>_bean</name>
		</field>
		<field>
			<name>_classLoader</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ContextClassLoaderBeanHandler</name>
		<type>com.liferay.portal.kernel.bean.ContextClassLoaderBeanHandler</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[]]></deprecated>
		<method>
			<name>ContextClassLoaderBeanHandler</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>IdentifiableBean</name>
		<type>com.liferay.portal.kernel.bean.IdentifiableBean</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getBeanIdentifier</name>
		</method>
		<method>
			<name>setBeanIdentifier</name>
			<param>
				<name>beanIdentifier</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalBeanLocatorUtil</name>
		<type>com.liferay.portal.kernel.bean.PortalBeanLocatorUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Miguel Pastor]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getBeanLocator</name>
		</method>
		<method>
			<name>locate</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>locate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>BeanLocatorException</name>
				<type>com.liferay.portal.kernel.bean.BeanLocatorException</type>
			</throws>
		</method>
		<method>
			<name>setBeanLocator</name>
			<param>
				<name>beanLocator</name>
				<type>com.liferay.portal.kernel.bean.BeanLocator</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_beanLocator</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletBeanLocatorUtil</name>
		<type>com.liferay.portal.kernel.bean.PortletBeanLocatorUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getBeanLocator</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>locate</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>BeanLocatorException</name>
				<type>com.liferay.portal.kernel.bean.BeanLocatorException</type>
			</throws>
		</method>
		<method>
			<name>setBeanLocator</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>beanLocator</name>
				<type>com.liferay.portal.kernel.bean.BeanLocator</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_beanLocators</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ReadOnlyBeanHandler</name>
		<type>com.liferay.portal.kernel.bean.ReadOnlyBeanHandler</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ReadOnlyBeanHandler</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getBean</name>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>proxy</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>args</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<field>
			<name>_bean</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Renderer</name>
		<type>com.liferay.portal.kernel.bean.Renderer</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>renderBean</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderBean</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>varientSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderBean</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderBean</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>varientSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderBean</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderBean</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>varientSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderBean</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderBean</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>varientSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderEntity</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderEntity</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>varientSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderEntity</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderEntity</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>varientSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderEntity</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderEntity</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>varientSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderEntity</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderEntity</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>varientSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<field>
			<name>RENDERER_TEMPLATE_PREFIX</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RendererException</name>
		<type>com.liferay.portal.kernel.bean.RendererException</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>RendererException</name>
		</method>
		<method>
			<name>RendererException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RendererException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RendererException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RendererUtil</name>
		<type>com.liferay.portal.kernel.bean.RendererUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getRenderer</name>
		</method>
		<method>
			<name>renderBean</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderBean</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>varientSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderBean</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderBean</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>varientSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderBean</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderBean</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>varientSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderBean</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderBean</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>varientSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderEntity</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderEntity</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>varientSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderEntity</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderEntity</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>varientSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderEntity</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderEntity</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>varientSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderEntity</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>renderEntity</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>varientSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RendererException</name>
				<type>com.liferay.portal.kernel.bean.RendererException</type>
			</throws>
		</method>
		<method>
			<name>setRenderer</name>
			<param>
				<name>renderer</name>
				<type>com.liferay.portal.kernel.bean.Renderer</type>
			</param>
		</method>
		<field>
			<name>_renderer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ByteArrayReportResultContainer</name>
		<type>com.liferay.portal.kernel.bi.reporting.ByteArrayReportResultContainer</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>ByteArrayReportResultContainer</name>
		</method>
		<method>
			<name>ByteArrayReportResultContainer</name>
			<param>
				<name>reportName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ByteArrayReportResultContainer</name>
			<param>
				<name>reportName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>initialCapacity</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>reportName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOutputStream</name>
		</method>
		<method>
			<name>getReportGenerationException</name>
		</method>
		<method>
			<name>getReportName</name>
		</method>
		<method>
			<name>getResults</name>
		</method>
		<method>
			<name>hasError</name>
		</method>
		<method>
			<name>setReportGenerationException</name>
			<param>
				<name>reportGenerationException</name>
				<type>com.liferay.portal.kernel.bi.reporting.ReportGenerationException</type>
			</param>
		</method>
		<field>
			<name>DEFAULT_INITIAL_CAPCITY</name>
		</field>
		<field>
			<name>_initialCapacity</name>
		</field>
		<field>
			<name>_reportGenerationException</name>
		</field>
		<field>
			<name>_reportName</name>
		</field>
		<field>
			<name>_unsyncByteArrayOutputStream</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ContextClassloaderReportDesignRetriever</name>
		<type>com.liferay.portal.kernel.bi.reporting.ContextClassloaderReportDesignRetriever</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>ContextClassloaderReportDesignRetriever</name>
			<param>
				<name>reportName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInputStream</name>
		</method>
		<method>
			<name>getModifiedDate</name>
		</method>
		<method>
			<name>getReportName</name>
		</method>
		<field>
			<name>_reportName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MemoryReportDesignRetriever</name>
		<type>com.liferay.portal.kernel.bi.reporting.MemoryReportDesignRetriever</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>MemoryReportDesignRetriever</name>
			<param>
				<name>reportName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>getInputStream</name>
		</method>
		<method>
			<name>getModifiedDate</name>
		</method>
		<method>
			<name>getReportName</name>
		</method>
		<field>
			<name>_bytes</name>
		</field>
		<field>
			<name>_modifiedDate</name>
		</field>
		<field>
			<name>_reportName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ReportDataSourceType</name>
		<type>com.liferay.portal.kernel.bi.reporting.ReportDataSourceType</type>
		<author><![CDATA[Gavin Wan]]></author>
		<method>
			<name>parse</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>ReportDataSourceType</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>CSV</name>
		</field>
		<field>
			<name>EMPTY</name>
		</field>
		<field>
			<name>JDBC</name>
		</field>
		<field>
			<name>PORTAL</name>
		</field>
		<field>
			<name>XLS</name>
		</field>
		<field>
			<name>XML</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ReportDesignRetriever</name>
		<type>com.liferay.portal.kernel.bi.reporting.ReportDesignRetriever</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getModifiedDate</name>
		</method>
		<method>
			<name>getReportName</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ReportEngine</name>
		<type>com.liferay.portal.kernel.bi.reporting.ReportEngine</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>compile</name>
			<param>
				<name>reportRequest</name>
				<type>com.liferay.portal.kernel.bi.reporting.ReportRequest</type>
			</param>
			<throws>
				<name>ReportGenerationException</name>
				<type>com.liferay.portal.kernel.bi.reporting.ReportGenerationException</type>
			</throws>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>reportRequest</name>
				<type>com.liferay.portal.kernel.bi.reporting.ReportRequest</type>
			</param>
			<param>
				<name>reportResultContainer</name>
				<type>com.liferay.portal.kernel.bi.reporting.ReportResultContainer</type>
			</param>
			<throws>
				<name>ReportGenerationException</name>
				<type>com.liferay.portal.kernel.bi.reporting.ReportGenerationException</type>
			</throws>
		</method>
		<method>
			<name>getEngineParameters</name>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>setEngineParameters</name>
			<param>
				<name>engineParameters</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setReportFormatExporterRegistry</name>
			<param>
				<name>reportFormatExporterRegistry</name>
				<type>com.liferay.portal.kernel.bi.reporting.ReportFormatExporterRegistry</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ReportExportException</name>
		<type>com.liferay.portal.kernel.bi.reporting.ReportExportException</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>ReportExportException</name>
		</method>
		<method>
			<name>ReportExportException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ReportExportException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ReportExportException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ReportFormat</name>
		<type>com.liferay.portal.kernel.bi.reporting.ReportFormat</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>parse</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>ReportFormat</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>CSV</name>
		</field>
		<field>
			<name>HTML</name>
		</field>
		<field>
			<name>PDF</name>
		</field>
		<field>
			<name>RTF</name>
		</field>
		<field>
			<name>TXT</name>
		</field>
		<field>
			<name>XLS</name>
		</field>
		<field>
			<name>XML</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ReportFormatExporter</name>
		<type>com.liferay.portal.kernel.bi.reporting.ReportFormatExporter</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>format</name>
			<param>
				<name>report</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>reportRequest</name>
				<type>com.liferay.portal.kernel.bi.reporting.ReportRequest</type>
			</param>
			<param>
				<name>reportResultContainer</name>
				<type>com.liferay.portal.kernel.bi.reporting.ReportResultContainer</type>
			</param>
			<throws>
				<name>ReportGenerationException</name>
				<type>com.liferay.portal.kernel.bi.reporting.ReportGenerationException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ReportFormatExporterRegistry</name>
		<type>com.liferay.portal.kernel.bi.reporting.ReportFormatExporterRegistry</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getReportFormatExporter</name>
			<param>
				<name>reportFormat</name>
				<type>com.liferay.portal.kernel.bi.reporting.ReportFormat</type>
			</param>
		</method>
		<method>
			<name>setReportFormatExporters</name>
			<param>
				<name>reportFormatExporters</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<field>
			<name>_reportFormatExporters</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ReportGenerationException</name>
		<type>com.liferay.portal.kernel.bi.reporting.ReportGenerationException</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>ReportGenerationException</name>
		</method>
		<method>
			<name>ReportGenerationException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ReportGenerationException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ReportGenerationException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ReportRequest</name>
		<type>com.liferay.portal.kernel.bi.reporting.ReportRequest</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Gavin Wan]]></author>
		<method>
			<name>ReportRequest</name>
			<param>
				<name>reportRequestContext</name>
				<type>com.liferay.portal.kernel.bi.reporting.ReportRequestContext</type>
			</param>
			<param>
				<name>reportDesignRetriever</name>
				<type>com.liferay.portal.kernel.bi.reporting.ReportDesignRetriever</type>
			</param>
			<param>
				<name>reportParameters</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>reportFormat</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getReportDesignRetriever</name>
		</method>
		<method>
			<name>getReportFormat</name>
		</method>
		<method>
			<name>getReportParameters</name>
		</method>
		<method>
			<name>getReportRequestContext</name>
		</method>
		<method>
			<name>setReportDesignRetriever</name>
			<param>
				<name>reportDesignRetriever</name>
				<type>com.liferay.portal.kernel.bi.reporting.ReportDesignRetriever</type>
			</param>
		</method>
		<method>
			<name>setReportFormat</name>
			<param>
				<name>reportFormat</name>
				<type>com.liferay.portal.kernel.bi.reporting.ReportFormat</type>
			</param>
		</method>
		<method>
			<name>setReportParameters</name>
			<param>
				<name>reportParameters</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setReportRequestContext</name>
			<param>
				<name>reportRequestContext</name>
				<type>com.liferay.portal.kernel.bi.reporting.ReportRequestContext</type>
			</param>
		</method>
		<field>
			<name>_reportDesignRetriever</name>
		</field>
		<field>
			<name>_reportFormat</name>
		</field>
		<field>
			<name>_reportParameters</name>
		</field>
		<field>
			<name>_reportRequestContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ReportRequestContext</name>
		<type>com.liferay.portal.kernel.bi.reporting.ReportRequestContext</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>ReportRequestContext</name>
			<param>
				<name>reportDataSourceType</name>
				<type>com.liferay.portal.kernel.bi.reporting.ReportDataSourceType</type>
			</param>
		</method>
		<method>
			<name>getAttribute</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getReportDataSourceType</name>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<field>
			<name>DATA_SOURCE_BYTE_ARRAY</name>
		</field>
		<field>
			<name>DATA_SOURCE_CHARSET</name>
		</field>
		<field>
			<name>DATA_SOURCE_COLUMN_NAMES</name>
		</field>
		<field>
			<name>JDBC_DRIVER_CLASS</name>
		</field>
		<field>
			<name>JDBC_PASSWORD</name>
		</field>
		<field>
			<name>JDBC_URL</name>
		</field>
		<field>
			<name>JDBC_USER_NAME</name>
		</field>
		<field>
			<name>_attributes</name>
		</field>
		<field>
			<name>_reportDataSourceType</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ReportResultContainer</name>
		<type>com.liferay.portal.kernel.bi.reporting.ReportResultContainer</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>clone</name>
			<param>
				<name>reportName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOutputStream</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getReportGenerationException</name>
		</method>
		<method>
			<name>getReportName</name>
		</method>
		<method>
			<name>getResults</name>
		</method>
		<method>
			<name>hasError</name>
		</method>
		<method>
			<name>setReportGenerationException</name>
			<param>
				<name>reportGenerationException</name>
				<type>com.liferay.portal.kernel.bi.reporting.ReportGenerationException</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ReportCompilerRequestMessageListener</name>
		<type>com.liferay.portal.kernel.bi.reporting.messaging.ReportCompilerRequestMessageListener</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>setReportEngine</name>
			<param>
				<name>reportEngine</name>
				<type>com.liferay.portal.kernel.bi.reporting.ReportEngine</type>
			</param>
		</method>
		<method>
			<name>setReportResultContainer</name>
			<param>
				<name>reportResultContainer</name>
				<type>com.liferay.portal.kernel.bi.reporting.ReportResultContainer</type>
			</param>
		</method>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_reportEngine</name>
		</field>
		<field>
			<name>_reportResultContainer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ReportRequestMessageListener</name>
		<type>com.liferay.portal.kernel.bi.reporting.messaging.ReportRequestMessageListener</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>setReportEngine</name>
			<param>
				<name>reportEngine</name>
				<type>com.liferay.portal.kernel.bi.reporting.ReportEngine</type>
			</param>
		</method>
		<method>
			<name>setReportResultContainer</name>
			<param>
				<name>reportResultContainer</name>
				<type>com.liferay.portal.kernel.bi.reporting.ReportResultContainer</type>
			</param>
		</method>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_reportEngine</name>
		</field>
		<field>
			<name>_reportResultContainer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServletContextReportDesignRetriever</name>
		<type>com.liferay.portal.kernel.bi.reporting.servlet.ServletContextReportDesignRetriever</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>ServletContextReportDesignRetriever</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>reportName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>postfix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInputStream</name>
		</method>
		<method>
			<name>getModifiedDate</name>
		</method>
		<method>
			<name>getReportName</name>
		</method>
		<field>
			<name>_postfix</name>
		</field>
		<field>
			<name>_prefix</name>
		</field>
		<field>
			<name>_reportName</name>
		</field>
		<field>
			<name>_servletContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Fact</name>
		<type>com.liferay.portal.kernel.bi.rules.Fact</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>Fact</name>
			<param>
				<name>identifier</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>object</name>
				<type>T</type>
			</param>
		</method>
		<method>
			<name>getFactObject</name>
		</method>
		<method>
			<name>getIdentifier</name>
		</method>
		<field>
			<name>_factObject</name>
		</field>
		<field>
			<name>_identifier</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Query</name>
		<type>com.liferay.portal.kernel.bi.rules.Query</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>createCustomQuery</name>
			<param>
				<name>identifier</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createStandardQuery</name>
		</method>
		<method>
			<name>addArgument</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>addArguments</name>
			<param>
				<name>arguments</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>addArguments</name>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>getArguments</name>
		</method>
		<method>
			<name>getIdentifier</name>
		</method>
		<method>
			<name>getQueryName</name>
		</method>
		<method>
			<name>getQueryType</name>
		</method>
		<method>
			<name>Query</name>
			<param>
				<name>identifier</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryType</name>
				<type>com.liferay.portal.kernel.bi.rules.QueryType</type>
			</param>
			<param>
				<name>queryName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_arguments</name>
		</field>
		<field>
			<name>_identifier</name>
		</field>
		<field>
			<name>_queryName</name>
		</field>
		<field>
			<name>_queryType</name>
		</field>
	</javadoc>
	<javadoc>
		<name>QueryType</name>
		<type>com.liferay.portal.kernel.bi.rules.QueryType</type>
		<author><![CDATA[Michael C. Han]]></author>
		<field>
			<name>CUSTOM</name>
		</field>
		<field>
			<name>STANDARD</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RulesEngine</name>
		<type>com.liferay.portal.kernel.bi.rules.RulesEngine</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Vihang Pathak]]></author>
		<method>
			<name>add</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>rulesResourceRetriever</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesResourceRetriever</type>
			</param>
			<param>
				<name>classloaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>RulesEngineException</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesEngineException</type>
			</throws>
		</method>
		<method>
			<name>containsRuleDomain</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RulesEngineException</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesEngineException</type>
			</throws>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>rulesResourceRetriever</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesResourceRetriever</type>
			</param>
			<param>
				<name>facts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>classloaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>RulesEngineException</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesEngineException</type>
			</throws>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>rulesResourceRetriever</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesResourceRetriever</type>
			</param>
			<param>
				<name>facts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.bi.rules.Query</type>
			</param>
			<param>
				<name>classloaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>RulesEngineException</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesEngineException</type>
			</throws>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>facts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>classloaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>RulesEngineException</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesEngineException</type>
			</throws>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>facts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.bi.rules.Query</type>
			</param>
			<param>
				<name>classloaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>RulesEngineException</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesEngineException</type>
			</throws>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RulesEngineException</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesEngineException</type>
			</throws>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>rulesResourceRetriever</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesResourceRetriever</type>
			</param>
			<param>
				<name>classloaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>RulesEngineException</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesEngineException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RulesEngineException</name>
		<type>com.liferay.portal.kernel.bi.rules.RulesEngineException</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>RulesEngineException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RulesEngineException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RulesEngineException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RulesEngineUtil</name>
		<type>com.liferay.portal.kernel.bi.rules.RulesEngineUtil</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>add</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>rulesResourceRetriever</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesResourceRetriever</type>
			</param>
			<throws>
				<name>RulesEngineException</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesEngineException</type>
			</throws>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>rulesResourceRetriever</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesResourceRetriever</type>
			</param>
			<param>
				<name>classloaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>RulesEngineException</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesEngineException</type>
			</throws>
		</method>
		<method>
			<name>containsRuleDomain</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RulesEngineException</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesEngineException</type>
			</throws>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>rulesResourceRetriever</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesResourceRetriever</type>
			</param>
			<param>
				<name>facts</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>RulesEngineException</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesEngineException</type>
			</throws>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>rulesResourceRetriever</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesResourceRetriever</type>
			</param>
			<param>
				<name>facts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>classloaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>RulesEngineException</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesEngineException</type>
			</throws>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>rulesResourceRetriever</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesResourceRetriever</type>
			</param>
			<param>
				<name>facts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.bi.rules.Query</type>
			</param>
			<throws>
				<name>RulesEngineException</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesEngineException</type>
			</throws>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>rulesResourceRetriever</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesResourceRetriever</type>
			</param>
			<param>
				<name>facts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.bi.rules.Query</type>
			</param>
			<param>
				<name>classloaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>RulesEngineException</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesEngineException</type>
			</throws>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>facts</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>RulesEngineException</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesEngineException</type>
			</throws>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>facts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>classloaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>RulesEngineException</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesEngineException</type>
			</throws>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>facts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.bi.rules.Query</type>
			</param>
			<throws>
				<name>RulesEngineException</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesEngineException</type>
			</throws>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>facts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.bi.rules.Query</type>
			</param>
			<param>
				<name>classloaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>RulesEngineException</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesEngineException</type>
			</throws>
		</method>
		<method>
			<name>getRulesEngine</name>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RulesEngineException</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesEngineException</type>
			</throws>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>rulesResourceRetriever</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesResourceRetriever</type>
			</param>
			<throws>
				<name>RulesEngineException</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesEngineException</type>
			</throws>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>rulesResourceRetriever</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesResourceRetriever</type>
			</param>
			<param>
				<name>classloaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>RulesEngineException</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesEngineException</type>
			</throws>
		</method>
		<method>
			<name>setRulesEngine</name>
			<param>
				<name>rulesEngine</name>
				<type>com.liferay.portal.kernel.bi.rules.RulesEngine</type>
			</param>
		</method>
		<field>
			<name>_rulesEngine</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RulesLanguage</name>
		<type>com.liferay.portal.kernel.bi.rules.RulesLanguage</type>
		<author><![CDATA[Michael C. Han]]></author>
		<field>
			<name>DROOLS_BRL</name>
		</field>
		<field>
			<name>DROOLS_CHANGE_SET</name>
		</field>
		<field>
			<name>DROOLS_DECISION_TABLE</name>
		</field>
		<field>
			<name>DROOLS_DOMAIN_SPECIFIC</name>
		</field>
		<field>
			<name>DROOLS_DOMAIN_SPECIFIC_RULE</name>
		</field>
		<field>
			<name>DROOLS_PKG</name>
		</field>
		<field>
			<name>DROOLS_RULE_FLOW</name>
		</field>
		<field>
			<name>DROOLS_RULE_LANGUAGE</name>
		</field>
		<field>
			<name>DROOLS_XML_LANGUAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RulesResourceRetriever</name>
		<type>com.liferay.portal.kernel.bi.rules.RulesResourceRetriever</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>RulesResourceRetriever</name>
			<param>
				<name>resourceRetriever</name>
				<type>com.liferay.portal.kernel.resource.ResourceRetriever</type>
			</param>
		</method>
		<method>
			<name>RulesResourceRetriever</name>
			<param>
				<name>resourceRetriever</name>
				<type>com.liferay.portal.kernel.resource.ResourceRetriever</type>
			</param>
			<param>
				<name>rulesLanguage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RulesResourceRetriever</name>
			<param>
				<name>rulesLanguage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addResourceRetriever</name>
			<param>
				<name>resourceRetriever</name>
				<type>com.liferay.portal.kernel.resource.ResourceRetriever</type>
			</param>
		</method>
		<method>
			<name>getResourceRetrievers</name>
		</method>
		<method>
			<name>getRulesLanguage</name>
		</method>
		<field>
			<name>_resourceRetrievers</name>
		</field>
		<field>
			<name>_rulesLanguage</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BlockingPortalCache</name>
		<type>com.liferay.portal.kernel.cache.BlockingPortalCache</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>BlockingPortalCache</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>keys</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>timeToLive</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>timeToLive</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>registerCacheListener</name>
			<param>
				<name>cacheListener</name>
				<type>com.liferay.portal.kernel.cache.CacheListener</type>
			</param>
		</method>
		<method>
			<name>registerCacheListener</name>
			<param>
				<name>cacheListener</name>
				<type>com.liferay.portal.kernel.cache.CacheListener</type>
			</param>
			<param>
				<name>cacheListenerScope</name>
				<type>com.liferay.portal.kernel.cache.CacheListenerScope</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>removeAll</name>
		</method>
		<method>
			<name>unregisterCacheListener</name>
			<param>
				<name>cacheListener</name>
				<type>com.liferay.portal.kernel.cache.CacheListener</type>
			</param>
		</method>
		<method>
			<name>unregisterCacheListeners</name>
		</method>
		<field>
			<name>_competeLatch</name>
		</field>
		<field>
			<name>_competeLatchMap</name>
		</field>
		<field>
			<name>_portalCache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CacheKVP</name>
		<type>com.liferay.portal.kernel.cache.CacheKVP</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[]]></deprecated>
		<method>
			<name>CacheKVP</name>
			<param>
				<name>modelClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>primaryKeyObj</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>getModelClass</name>
		</method>
		<method>
			<name>getPrimaryKeyObj</name>
		</method>
		<field>
			<name>_modelClass</name>
		</field>
		<field>
			<name>_primaryKeyObj</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CacheListener</name>
		<type>com.liferay.portal.kernel.cache.CacheListener</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>notifyEntryEvicted</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>PortalCacheException</name>
				<type>com.liferay.portal.kernel.cache.PortalCacheException</type>
			</throws>
		</method>
		<method>
			<name>notifyEntryExpired</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>PortalCacheException</name>
				<type>com.liferay.portal.kernel.cache.PortalCacheException</type>
			</throws>
		</method>
		<method>
			<name>notifyEntryPut</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>PortalCacheException</name>
				<type>com.liferay.portal.kernel.cache.PortalCacheException</type>
			</throws>
		</method>
		<method>
			<name>notifyEntryRemoved</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>PortalCacheException</name>
				<type>com.liferay.portal.kernel.cache.PortalCacheException</type>
			</throws>
		</method>
		<method>
			<name>notifyEntryUpdated</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>PortalCacheException</name>
				<type>com.liferay.portal.kernel.cache.PortalCacheException</type>
			</throws>
		</method>
		<method>
			<name>notifyRemoveAll</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<throws>
				<name>PortalCacheException</name>
				<type>com.liferay.portal.kernel.cache.PortalCacheException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CacheListenerScope</name>
		<type>com.liferay.portal.kernel.cache.CacheListenerScope</type>
		<author><![CDATA[Edward Han]]></author>
		<field>
			<name>ALL</name>
		</field>
		<field>
			<name>LOCAL</name>
		</field>
		<field>
			<name>REMOTE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CacheRegistry</name>
		<type>com.liferay.portal.kernel.cache.CacheRegistry</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>clear</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isActive</name>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>cacheRegistryItem</name>
				<type>com.liferay.portal.kernel.cache.CacheRegistryItem</type>
			</param>
		</method>
		<method>
			<name>setActive</name>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CacheRegistryItem</name>
		<type>com.liferay.portal.kernel.cache.CacheRegistryItem</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getRegistryName</name>
		</method>
		<method>
			<name>invalidate</name>
		</method>
	</javadoc>
	<javadoc>
		<name>CacheRegistryUtil</name>
		<type>com.liferay.portal.kernel.cache.CacheRegistryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>clear</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCacheRegistry</name>
		</method>
		<method>
			<name>isActive</name>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>cacheRegistryItem</name>
				<type>com.liferay.portal.kernel.cache.CacheRegistryItem</type>
			</param>
		</method>
		<method>
			<name>setActive</name>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setCacheRegistry</name>
			<param>
				<name>cacheRegistry</name>
				<type>com.liferay.portal.kernel.cache.CacheRegistry</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_cacheRegistry</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Lifecycle</name>
		<type>com.liferay.portal.kernel.cache.Lifecycle</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<field>
			<name>ETERNAL</name>
		</field>
		<field>
			<name>REQUEST</name>
		</field>
		<field>
			<name>SESSION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MultiVMKeyPoolUtil</name>
		<type>com.liferay.portal.kernel.cache.MultiVMKeyPoolUtil</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>clear</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>blocking</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getMultiVMPool</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMultiVMPool</name>
			<param>
				<name>multiVMPool</name>
				<type>com.liferay.portal.kernel.cache.MultiVMPool</type>
			</param>
		</method>
		<field>
			<name>_multiVMPool</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MultiVMPool</name>
		<type>com.liferay.portal.kernel.cache.MultiVMPool</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>clear</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>blocking</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MultiVMPoolUtil</name>
		<type>com.liferay.portal.kernel.cache.MultiVMPoolUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>clear</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>blocking</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getMultiVMPool</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMultiVMPool</name>
			<param>
				<name>multiVMPool</name>
				<type>com.liferay.portal.kernel.cache.MultiVMPool</type>
			</param>
		</method>
		<field>
			<name>_multiVMPool</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalCache</name>
		<type>com.liferay.portal.kernel.cache.PortalCache</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>keys</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>timeToLive</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>timeToLive</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>registerCacheListener</name>
			<param>
				<name>cacheListener</name>
				<type>com.liferay.portal.kernel.cache.CacheListener</type>
			</param>
		</method>
		<method>
			<name>registerCacheListener</name>
			<param>
				<name>cacheListener</name>
				<type>com.liferay.portal.kernel.cache.CacheListener</type>
			</param>
			<param>
				<name>cacheListenerScope</name>
				<type>com.liferay.portal.kernel.cache.CacheListenerScope</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>removeAll</name>
		</method>
		<method>
			<name>unregisterCacheListener</name>
			<param>
				<name>cacheListener</name>
				<type>com.liferay.portal.kernel.cache.CacheListener</type>
			</param>
		</method>
		<method>
			<name>unregisterCacheListeners</name>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalCacheException</name>
		<type>com.liferay.portal.kernel.cache.PortalCacheException</type>
		<author><![CDATA[Joseph Shum]]></author>
		<method>
			<name>PortalCacheException</name>
		</method>
		<method>
			<name>PortalCacheException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortalCacheException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>PortalCacheException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalCacheManager</name>
		<type>com.liferay.portal.kernel.cache.PortalCacheManager</type>
		<author><![CDATA[Joseph Shum]]></author>
		<method>
			<name>clearAll</name>
			<throws>
				<name>PortalCacheException</name>
				<type>com.liferay.portal.kernel.cache.PortalCacheException</type>
			</throws>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalCacheException</name>
				<type>com.liferay.portal.kernel.cache.PortalCacheException</type>
			</throws>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>blocking</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalCacheException</name>
				<type>com.liferay.portal.kernel.cache.PortalCacheException</type>
			</throws>
		</method>
		<method>
			<name>reconfigureCaches</name>
			<param>
				<name>configurationURL</name>
				<type>java.net.URL</type>
			</param>
		</method>
		<method>
			<name>removeCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SingleVMPool</name>
		<type>com.liferay.portal.kernel.cache.SingleVMPool</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>clear</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>blocking</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>timeToLive</name>
				<type>int</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>timeToLive</name>
				<type>int</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SingleVMPoolUtil</name>
		<type>com.liferay.portal.kernel.cache.SingleVMPoolUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>clear</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>blocking</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getSingleVMPool</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>timeToLive</name>
				<type>int</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>timeToLive</name>
				<type>int</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>portalCache</name>
				<type>com.liferay.portal.kernel.cache.PortalCache</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeCache</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSingleVMPool</name>
			<param>
				<name>singleVMPool</name>
				<type>com.liferay.portal.kernel.cache.SingleVMPool</type>
			</param>
		</method>
		<field>
			<name>_singleVMPool</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThreadLocalCachable</name>
		<type>com.liferay.portal.kernel.cache.ThreadLocalCachable</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>scope</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ThreadLocalCache</name>
		<type>com.liferay.portal.kernel.cache.ThreadLocalCache</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>ThreadLocalCache</name>
			<param>
				<name>name</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>com.liferay.portal.kernel.cache.Lifecycle</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLifecycle</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>obj</name>
				<type>T</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeAll</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_cache</name>
		</field>
		<field>
			<name>_lifecycle</name>
		</field>
		<field>
			<name>_name</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThreadLocalCacheManager</name>
		<type>com.liferay.portal.kernel.cache.ThreadLocalCacheManager</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>clearAll</name>
			<param>
				<name>lifecycle</name>
				<type>com.liferay.portal.kernel.cache.Lifecycle</type>
			</param>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>getThreadLocalCache</name>
			<param>
				<name>lifecycle</name>
				<type>com.liferay.portal.kernel.cache.Lifecycle</type>
			</param>
			<param>
				<name>name</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<field>
			<name>_threadLocalCacheMaps</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BasePortalCacheClusterChannel</name>
		<type>com.liferay.portal.kernel.cache.cluster.BasePortalCacheClusterChannel</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>BasePortalCacheClusterChannel</name>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>dispatchEvent</name>
			<param>
				<name>event</name>
				<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterEvent</type>
			</param>
		</method>
		<method>
			<name>getCoalescedEventNumber</name>
		</method>
		<method>
			<name>getPendingEventNumber</name>
		</method>
		<method>
			<name>getSentEventNumber</name>
		</method>
		<method>
			<name>run</name>
		</method>
		<method>
			<name>sendEvent</name>
			<param>
				<name>portalCacheClusterEvent</name>
				<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterEvent</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_dispatchThreadCounter</name>
		</field>
		<field>
			<name>_destroy</name>
		</field>
		<field>
			<name>_dispatchThread</name>
		</field>
		<field>
			<name>_eventQueue</name>
		</field>
		<field>
			<name>_sentEventCounter</name>
		</field>
		<field>
			<name>_started</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalCacheClusterChannel</name>
		<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterChannel</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>getCoalescedEventNumber</name>
		</method>
		<method>
			<name>getPendingEventNumber</name>
		</method>
		<method>
			<name>getSentEventNumber</name>
		</method>
		<method>
			<name>sendEvent</name>
			<param>
				<name>portalCacheClusterEvent</name>
				<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterEvent</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalCacheClusterChannelFactory</name>
		<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterChannelFactory</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>createPortalCacheClusterChannel</name>
			<throws>
				<name>PortalCacheClusterException</name>
				<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalCacheClusterChannelSelector</name>
		<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterChannelSelector</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getSelectedNumber</name>
		</method>
		<method>
			<name>select</name>
			<param>
				<name>portalCacheClusterChannels</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>portalCacheClusterEvent</name>
				<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterEvent</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalCacheClusterEvent</name>
		<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterEvent</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>PortalCacheClusterEvent</name>
			<param>
				<name>cacheName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>elementKey</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>portalCacheClusterEventType</name>
				<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterEventType</type>
			</param>
		</method>
		<method>
			<name>PortalCacheClusterEvent</name>
			<param>
				<name>cacheName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>elementKey</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>elementValue</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>portalCacheClusterEventType</name>
				<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterEventType</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getCacheName</name>
		</method>
		<method>
			<name>getElementKey</name>
		</method>
		<method>
			<name>getElementValue</name>
		</method>
		<method>
			<name>getEventType</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>setElementValue</name>
			<param>
				<name>elementValue</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_cacheName</name>
		</field>
		<field>
			<name>_elementKey</name>
		</field>
		<field>
			<name>_elementValue</name>
		</field>
		<field>
			<name>_portalCacheClusterEventType</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalCacheClusterEventCoalesceComparator</name>
		<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterEventCoalesceComparator</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>compare</name>
			<param>
				<name>portalCacheClusterEvent1</name>
				<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterEvent</type>
			</param>
			<param>
				<name>portalCacheClusterEvent2</name>
				<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterEvent</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalCacheClusterEventType</name>
		<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterEventType</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<field>
			<name>EVICTED</name>
		</field>
		<field>
			<name>EXPIRED</name>
		</field>
		<field>
			<name>PUT</name>
		</field>
		<field>
			<name>REMOVE</name>
		</field>
		<field>
			<name>REMOVE_ALL</name>
		</field>
		<field>
			<name>UPDATE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalCacheClusterException</name>
		<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterException</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>PortalCacheClusterException</name>
		</method>
		<method>
			<name>PortalCacheClusterException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortalCacheClusterException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>PortalCacheClusterException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalCacheClusterLink</name>
		<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterLink</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>getSubmittedEventNumber</name>
		</method>
		<method>
			<name>sendEvent</name>
			<param>
				<name>portalCacheClusterEvent</name>
				<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterEvent</type>
			</param>
		</method>
		<method>
			<name>setChannelNumber</name>
			<param>
				<name>channelNumber</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setPortalCacheClusterChannelFactory</name>
			<param>
				<name>portalCacheClusterChannelFactory</name>
				<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterChannelFactory</type>
			</param>
		</method>
		<method>
			<name>setPortalCacheClusterChannelSelector</name>
			<param>
				<name>portalCacheClusterChannelSelector</name>
				<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterChannelSelector</type>
			</param>
		</method>
		<field>
			<name>_DEFAULT_CHANNEL_NUMBER</name>
		</field>
		<field>
			<name>_channelNumber</name>
		</field>
		<field>
			<name>_portalCacheClusterChannelFactory</name>
		</field>
		<field>
			<name>_portalCacheClusterChannels</name>
		</field>
		<field>
			<name>_portalCacheClusterChannelSelector</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalCacheClusterLinkUtil</name>
		<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterLinkUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getPortalCacheClusterLink</name>
		</method>
		<method>
			<name>getSubmittedEventNumber</name>
		</method>
		<method>
			<name>sendEvent</name>
			<param>
				<name>portalCacheClusterEvent</name>
				<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterEvent</type>
			</param>
		</method>
		<method>
			<name>setPortalCacheClusterLink</name>
			<param>
				<name>portalCacheClusterLink</name>
				<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterLink</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_portalCacheClusterLink</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UniformPortalCacheClusterChannelSelector</name>
		<type>com.liferay.portal.kernel.cache.cluster.UniformPortalCacheClusterChannelSelector</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getSelectedNumber</name>
		</method>
		<method>
			<name>select</name>
			<param>
				<name>portalCacheClusterChannels</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>portalCacheClusterEvent</name>
				<type>com.liferay.portal.kernel.cache.cluster.PortalCacheClusterEvent</type>
			</param>
		</method>
		<field>
			<name>_eventCounter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CacheKeyGenerator</name>
		<type>com.liferay.portal.kernel.cache.key.CacheKeyGenerator</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>append</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>keys</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
		</method>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>finish</name>
		</method>
		<method>
			<name>getCacheKey</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCacheKey</name>
			<param>
				<name>keys</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getCacheKey</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
		</method>
		<method>
			<name>isCallingGetCacheKeyThreadSafe</name>
		</method>
	</javadoc>
	<javadoc>
		<name>CacheKeyGeneratorUtil</name>
		<type>com.liferay.portal.kernel.cache.key.CacheKeyGeneratorUtil</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getCacheKeyGenerator</name>
		</method>
		<method>
			<name>getCacheKeyGenerator</name>
			<param>
				<name>cacheName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCacheKeyGenerators</name>
			<param>
				<name>cacheKeyGenerators</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setDefaultCacheKeyGenerator</name>
			<param>
				<name>defaultCacheKeyGenerator</name>
				<type>com.liferay.portal.kernel.cache.key.CacheKeyGenerator</type>
			</param>
		</method>
		<field>
			<name>_cacheKeyGenerators</name>
		</field>
		<field>
			<name>_defaultCacheKeyGenerator</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DayAndPosition</name>
		<type>com.liferay.portal.kernel.cal.DayAndPosition</type>
		<author><![CDATA[Jonathan Lennox]]></author>
		<method>
			<name>isValidDayOfWeek</name>
			<comment><![CDATA[Method isValidDayOfWeek]]></comment>
			<param>
				<name>d</name>
				<type>int</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>isValidDayPosition</name>
			<comment><![CDATA[Method isValidDayPosition]]></comment>
			<param>
				<name>p</name>
				<type>int</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>DayAndPosition</name>
			<comment><![CDATA[Constructor DayAndPosition]]></comment>
		</method>
		<method>
			<name>DayAndPosition</name>
			<comment><![CDATA[Constructor DayAndPosition]]></comment>
			<param>
				<name>d</name>
				<type>int</type>
			</param>
			<param>
				<name>p</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<comment><![CDATA[Method clone]]></comment>
			<return>
				<comment><![CDATA[Object]]></comment>
			</return>
		</method>
		<method>
			<name>equals</name>
			<comment><![CDATA[Method equals]]></comment>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>getDayOfWeek</name>
			<comment><![CDATA[Method getDayOfWeek]]></comment>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>getDayPosition</name>
			<comment><![CDATA[Method getDayPosition]]></comment>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>setDayOfWeek</name>
			<comment><![CDATA[Method setDayOfWeek]]></comment>
			<param>
				<name>d</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setDayPosition</name>
			<comment><![CDATA[Method setDayPosition]]></comment>
			<param>
				<name>p</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toString</name>
			<comment><![CDATA[Method toString]]></comment>
			<return>
				<comment><![CDATA[String]]></comment>
			</return>
		</method>
		<field>
			<name>NO_WEEKDAY</name>
			<comment><![CDATA[Field NO_WEEKDAY]]></comment>
		</field>
		<field>
			<name>_day</name>
			<comment><![CDATA[Field day]]></comment>
		</field>
		<field>
			<name>_position</name>
			<comment><![CDATA[Field position]]></comment>
		</field>
	</javadoc>
	<javadoc>
		<name>Duration</name>
		<type>com.liferay.portal.kernel.cal.Duration</type>
		<author><![CDATA[Jonathan Lennox]]></author>
		<method>
			<name>Duration</name>
			<comment><![CDATA[Constructor Duration]]></comment>
		</method>
		<method>
			<name>Duration</name>
			<comment><![CDATA[Constructor Duration]]></comment>
			<param>
				<name>d</name>
				<type>int</type>
			</param>
			<param>
				<name>h</name>
				<type>int</type>
			</param>
			<param>
				<name>m</name>
				<type>int</type>
			</param>
			<param>
				<name>s</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>Duration</name>
			<comment><![CDATA[Constructor Duration]]></comment>
			<param>
				<name>h</name>
				<type>int</type>
			</param>
			<param>
				<name>m</name>
				<type>int</type>
			</param>
			<param>
				<name>s</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>Duration</name>
			<comment><![CDATA[Constructor Duration]]></comment>
			<param>
				<name>w</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>clear</name>
			<comment><![CDATA[Method clear]]></comment>
		</method>
		<method>
			<name>clone</name>
			<comment><![CDATA[Method clone]]></comment>
			<return>
				<comment><![CDATA[Object]]></comment>
			</return>
		</method>
		<method>
			<name>getDays</name>
			<comment><![CDATA[Method getDays]]></comment>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>getHours</name>
			<comment><![CDATA[Method getHours]]></comment>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>getInterval</name>
			<comment><![CDATA[Method getInterval]]></comment>
			<return>
				<comment><![CDATA[long]]></comment>
			</return>
		</method>
		<method>
			<name>getMinutes</name>
			<comment><![CDATA[Method getMinutes]]></comment>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>getSeconds</name>
			<comment><![CDATA[Method getSeconds]]></comment>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>getWeeks</name>
			<comment><![CDATA[Method getWeeks]]></comment>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>setDays</name>
			<comment><![CDATA[Method setDays]]></comment>
			<param>
				<name>d</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setHours</name>
			<comment><![CDATA[Method setHours]]></comment>
			<param>
				<name>h</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setInterval</name>
			<comment><![CDATA[Method setInterval]]></comment>
			<param>
				<name>millis</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setMinutes</name>
			<comment><![CDATA[Method setMinutes]]></comment>
			<param>
				<name>m</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setSeconds</name>
			<comment><![CDATA[Method setSeconds]]></comment>
			<param>
				<name>s</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setWeeks</name>
			<comment><![CDATA[Method setWeeks]]></comment>
			<param>
				<name>w</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toString</name>
			<comment><![CDATA[Method toString]]></comment>
			<return>
				<comment><![CDATA[String]]></comment>
			</return>
		</method>
		<method>
			<name>checkNonWeeksOkay</name>
			<comment><![CDATA[Method checkNonWeeksOkay]]></comment>
			<param>
				<name>f</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>checkWeeksOkay</name>
			<comment><![CDATA[Method checkWeeksOkay]]></comment>
			<param>
				<name>f</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>normalize</name>
			<comment><![CDATA[Method normalize]]></comment>
		</method>
		<field>
			<name>_DAYS_PER_WEEK</name>
			<comment><![CDATA[Field DAYS_PER_WEEK]]></comment>
		</field>
		<field>
			<name>_HOURS_PER_DAY</name>
			<comment><![CDATA[Field HOURS_PER_DAY]]></comment>
		</field>
		<field>
			<name>_MILLIS_PER_DAY</name>
			<comment><![CDATA[Field MILLIS_PER_DAY]]></comment>
		</field>
		<field>
			<name>_MILLIS_PER_HOUR</name>
			<comment><![CDATA[Field MILLIS_PER_HOUR]]></comment>
		</field>
		<field>
			<name>_MILLIS_PER_MINUTE</name>
			<comment><![CDATA[Field MILLIS_PER_MINUTE]]></comment>
		</field>
		<field>
			<name>_MILLIS_PER_SECOND</name>
			<comment><![CDATA[Field MILLIS_PER_SECOND]]></comment>
		</field>
		<field>
			<name>_MILLIS_PER_WEEK</name>
			<comment><![CDATA[Field MILLIS_PER_WEEK]]></comment>
		</field>
		<field>
			<name>_MINUTES_PER_HOUR</name>
			<comment><![CDATA[Field MINUTES_PER_HOUR]]></comment>
		</field>
		<field>
			<name>_SECONDS_PER_MINUTE</name>
			<comment><![CDATA[Field SECONDS_PER_MINUTE]]></comment>
		</field>
		<field>
			<name>_days</name>
			<comment><![CDATA[Field days]]></comment>
		</field>
		<field>
			<name>_hours</name>
			<comment><![CDATA[Field hours]]></comment>
		</field>
		<field>
			<name>_minutes</name>
			<comment><![CDATA[Field minutes]]></comment>
		</field>
		<field>
			<name>_seconds</name>
			<comment><![CDATA[Field seconds]]></comment>
		</field>
		<field>
			<name>_weeks</name>
			<comment><![CDATA[Field weeks]]></comment>
		</field>
	</javadoc>
	<javadoc>
		<name>Recurrence</name>
		<type>com.liferay.portal.kernel.cal.Recurrence</type>
		<author><![CDATA[Jonathan Lennox]]></author>
		<method>
			<name>Recurrence</name>
			<comment><![CDATA[Constructor Recurrence]]></comment>
		</method>
		<method>
			<name>Recurrence</name>
			<comment><![CDATA[Constructor Recurrence]]></comment>
			<param>
				<name>start</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>dur</name>
				<type>com.liferay.portal.kernel.cal.Duration</type>
			</param>
		</method>
		<method>
			<name>Recurrence</name>
			<comment><![CDATA[Constructor Recurrence]]></comment>
			<param>
				<name>start</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>dur</name>
				<type>com.liferay.portal.kernel.cal.Duration</type>
			</param>
			<param>
				<name>freq</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getByDay</name>
			<comment><![CDATA[Method getByDay]]></comment>
			<return>
				<comment><![CDATA[DayAndPosition[]]]></comment>
			</return>
		</method>
		<method>
			<name>getByMonth</name>
			<comment><![CDATA[Method getByMonth]]></comment>
			<return>
				<comment><![CDATA[int[]]]></comment>
			</return>
		</method>
		<method>
			<name>getByMonthDay</name>
			<comment><![CDATA[Method getByMonthDay]]></comment>
			<return>
				<comment><![CDATA[int[]]]></comment>
			</return>
		</method>
		<method>
			<name>getByWeekNo</name>
			<comment><![CDATA[Method getByWeekNo]]></comment>
			<return>
				<comment><![CDATA[int[]]]></comment>
			</return>
		</method>
		<method>
			<name>getByYearDay</name>
			<comment><![CDATA[Method getByYearDay]]></comment>
			<return>
				<comment><![CDATA[int[]]]></comment>
			</return>
		</method>
		<method>
			<name>getCandidateStartTime</name>
			<comment><![CDATA[Method getCandidateStartTime]]></comment>
			<param>
				<name>current</name>
				<type>java.util.Calendar</type>
			</param>
			<return>
				<comment><![CDATA[Calendar]]></comment>
			</return>
		</method>
		<method>
			<name>getDtEnd</name>
			<comment><![CDATA[Method getDtEnd]]></comment>
			<return>
				<comment><![CDATA[Calendar]]></comment>
			</return>
		</method>
		<method>
			<name>getDtStart</name>
			<comment><![CDATA[Method getDtStart]]></comment>
			<return>
				<comment><![CDATA[Calendar]]></comment>
			</return>
		</method>
		<method>
			<name>getDuration</name>
			<comment><![CDATA[Method getDuration]]></comment>
			<return>
				<comment><![CDATA[Duration]]></comment>
			</return>
		</method>
		<method>
			<name>getFrequency</name>
			<comment><![CDATA[Method getFrequency]]></comment>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>getInterval</name>
			<comment><![CDATA[Method getInterval]]></comment>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>getOccurrence</name>
			<comment><![CDATA[Method getOccurrence]]></comment>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>getUntil</name>
			<comment><![CDATA[Method getUntil]]></comment>
			<return>
				<comment><![CDATA[Calendar]]></comment>
			</return>
		</method>
		<method>
			<name>getWeekStart</name>
			<comment><![CDATA[Method getWeekStart]]></comment>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>isInRecurrence</name>
			<comment><![CDATA[Method isInRecurrence]]></comment>
			<param>
				<name>current</name>
				<type>java.util.Calendar</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>isInRecurrence</name>
			<comment><![CDATA[Method isInRecurrence]]></comment>
			<param>
				<name>current</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>debug</name>
				<type>boolean</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>setByDay</name>
			<comment><![CDATA[Method setByDay]]></comment>
			<param>
				<name>b</name>
				<type>com.liferay.portal.kernel.cal.DayAndPosition[]</type>
			</param>
		</method>
		<method>
			<name>setByMonth</name>
			<comment><![CDATA[Method setByMonth]]></comment>
			<param>
				<name>b</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>setByMonthDay</name>
			<comment><![CDATA[Method setByMonthDay]]></comment>
			<param>
				<name>b</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>setByWeekNo</name>
			<comment><![CDATA[Method setByWeekNo]]></comment>
			<param>
				<name>b</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>setByYearDay</name>
			<comment><![CDATA[Method setByYearDay]]></comment>
			<param>
				<name>b</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>setDtEnd</name>
			<comment><![CDATA[Method setDtEnd]]></comment>
			<param>
				<name>end</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>setDtStart</name>
			<comment><![CDATA[Method setDtStart]]></comment>
			<param>
				<name>start</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>setDuration</name>
			<comment><![CDATA[Method setDuration]]></comment>
			<param>
				<name>d</name>
				<type>com.liferay.portal.kernel.cal.Duration</type>
			</param>
		</method>
		<method>
			<name>setFrequency</name>
			<comment><![CDATA[Method setFrequency]]></comment>
			<param>
				<name>freq</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setInterval</name>
			<comment><![CDATA[Method setInterval]]></comment>
			<param>
				<name>intr</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setOccurrence</name>
			<comment><![CDATA[Method setOccurrence]]></comment>
			<param>
				<name>occur</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setUntil</name>
			<comment><![CDATA[Method setUntil]]></comment>
			<param>
				<name>u</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>setWeekStart</name>
			<comment><![CDATA[Method setWeekStart]]></comment>
			<param>
				<name>weekstart</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toString</name>
			<comment><![CDATA[Method toString]]></comment>
			<return>
				<comment><![CDATA[String]]></comment>
			</return>
		</method>
		<method>
			<name>getDayNumber</name>
			<comment><![CDATA[Method getDayNumber]]></comment>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
			<return>
				<comment><![CDATA[long]]></comment>
			</return>
		</method>
		<method>
			<name>getMonthNumber</name>
			<comment><![CDATA[Method getMonthNumber]]></comment>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
			<return>
				<comment><![CDATA[long]]></comment>
			</return>
		</method>
		<method>
			<name>getWeekNumber</name>
			<comment><![CDATA[Method getWeekNumber]]></comment>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
			<return>
				<comment><![CDATA[long]]></comment>
			</return>
		</method>
		<method>
			<name>reduce_constant_length_field</name>
			<comment><![CDATA[Method reduce_constant_length_field]]></comment>
			<param>
				<name>field</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>candidate</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>reduce_day_of_month</name>
			<comment><![CDATA[Method reduce_day_of_month]]></comment>
			<param>
				<name>start</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>candidate</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>reduce_day_of_year</name>
			<comment><![CDATA[Method reduce_day_of_year]]></comment>
			<param>
				<name>start</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>candidate</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>candidateIsInRecurrence</name>
			<comment><![CDATA[Method candidateIsInRecurrence]]></comment>
			<param>
				<name>candidate</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>debug</name>
				<type>boolean</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>getMinimumInterval</name>
			<comment><![CDATA[Method getMinimumInterval]]></comment>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>getRecurrenceCount</name>
			<comment><![CDATA[Method getRecurrenceCount]]></comment>
			<param>
				<name>candidate</name>
				<type>java.util.Calendar</type>
			</param>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>matchesByDay</name>
			<comment><![CDATA[Method matchesByDay]]></comment>
			<param>
				<name>candidate</name>
				<type>java.util.Calendar</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>matchesByField</name>
			<comment><![CDATA[Method matchesByField]]></comment>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
			<param>
				<name>field</name>
				<type>int</type>
			</param>
			<param>
				<name>candidate</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>allowNegative</name>
				<type>boolean</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>matchesByMonth</name>
			<comment><![CDATA[Method matchesByMonth]]></comment>
			<param>
				<name>candidate</name>
				<type>java.util.Calendar</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>matchesByMonthDay</name>
			<comment><![CDATA[Method matchesByMonthDay]]></comment>
			<param>
				<name>candidate</name>
				<type>java.util.Calendar</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>matchesByWeekNo</name>
			<comment><![CDATA[Method matchesByWeekNo]]></comment>
			<param>
				<name>candidate</name>
				<type>java.util.Calendar</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>matchesByYearDay</name>
			<comment><![CDATA[Method matchesByYearDay]]></comment>
			<param>
				<name>candidate</name>
				<type>java.util.Calendar</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>matchesIndividualByDay</name>
			<comment><![CDATA[Method matchesIndividualByDay]]></comment>
			<param>
				<name>candidate</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>pos</name>
				<type>com.liferay.portal.kernel.cal.DayAndPosition</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>stringizeIntArray</name>
			<comment><![CDATA[Method stringizeIntArray]]></comment>
			<param>
				<name>a</name>
				<type>int[]</type>
			</param>
			<return>
				<comment><![CDATA[String]]></comment>
			</return>
		</method>
		<field>
			<name>DAILY</name>
			<comment><![CDATA[Field DAILY]]></comment>
		</field>
		<field>
			<name>MONTHLY</name>
			<comment><![CDATA[Field MONTHLY]]></comment>
		</field>
		<field>
			<name>NO_RECURRENCE</name>
			<comment><![CDATA[Field NO_RECURRENCE]]></comment>
		</field>
		<field>
			<name>WEEKLY</name>
			<comment><![CDATA[Field WEEKLY]]></comment>
		</field>
		<field>
			<name>YEARLY</name>
			<comment><![CDATA[Field YEARLY]]></comment>
		</field>
		<field>
			<name>byDay</name>
			<comment><![CDATA[Field byDay]]></comment>
		</field>
		<field>
			<name>byMonth</name>
			<comment><![CDATA[Field byMonth]]></comment>
		</field>
		<field>
			<name>byMonthDay</name>
			<comment><![CDATA[Field byMonthDay]]></comment>
		</field>
		<field>
			<name>byWeekNo</name>
			<comment><![CDATA[Field byWeekNo]]></comment>
		</field>
		<field>
			<name>byYearDay</name>
			<comment><![CDATA[Field byYearDay]]></comment>
		</field>
		<field>
			<name>dtStart</name>
			<comment><![CDATA[Field dtStart]]></comment>
		</field>
		<field>
			<name>duration</name>
			<comment><![CDATA[Field duration]]></comment>
		</field>
		<field>
			<name>frequency</name>
			<comment><![CDATA[Field frequency]]></comment>
		</field>
		<field>
			<name>interval</name>
			<comment><![CDATA[Field interval]]></comment>
		</field>
		<field>
			<name>occurrence</name>
			<comment><![CDATA[Field interval]]></comment>
		</field>
		<field>
			<name>until</name>
			<comment><![CDATA[Field until]]></comment>
		</field>
	</javadoc>
	<javadoc>
		<name>RecurrenceSerializer</name>
		<type>com.liferay.portal.kernel.cal.RecurrenceSerializer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>toCronText</name>
			<param>
				<name>recurrence</name>
				<type>com.liferay.portal.kernel.cal.Recurrence</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TZSRecurrence</name>
		<type>com.liferay.portal.kernel.cal.TZSRecurrence</type>
		<author><![CDATA[Samuel Kong]]></author>
		<author><![CDATA[Angelo Jefferson]]></author>
		<method>
			<name>TZSRecurrence</name>
		</method>
		<method>
			<name>TZSRecurrence</name>
			<param>
				<name>startCalendar</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>duration</name>
				<type>com.liferay.portal.kernel.cal.Duration</type>
			</param>
		</method>
		<method>
			<name>TZSRecurrence</name>
			<param>
				<name>startCalendar</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>duration</name>
				<type>com.liferay.portal.kernel.cal.Duration</type>
			</param>
			<param>
				<name>frequency</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getTimeZone</name>
		</method>
		<method>
			<name>setTimeZone</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getAdjustedCalendar</name>
			<param>
				<name>candidateCalendar</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>matchesByField</name>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
			<param>
				<name>field</name>
				<type>int</type>
			</param>
			<param>
				<name>candidateCalendar</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>allowNegative</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>matchesByMonth</name>
			<param>
				<name>candidateCalendar</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>matchesByMonthDay</name>
			<param>
				<name>candidateCalendar</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>matchesByWeekNo</name>
			<param>
				<name>candidateCalendar</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>matchesByYearDay</name>
			<param>
				<name>candidateCalendar</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>matchesIndividualByDay</name>
			<param>
				<name>candidateCalendar</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>dayAndPosition</name>
				<type>com.liferay.portal.kernel.cal.DayAndPosition</type>
			</param>
		</method>
		<field>
			<name>_timeZone</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Captcha</name>
		<type>com.liferay.portal.kernel.captcha.Captcha</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>CaptchaException</name>
				<type>com.liferay.portal.kernel.captcha.CaptchaException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>CaptchaException</name>
				<type>com.liferay.portal.kernel.captcha.CaptchaException</type>
			</throws>
		</method>
		<method>
			<name>getTaglibPath</name>
		</method>
		<method>
			<name>isEnabled</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>CaptchaException</name>
				<type>com.liferay.portal.kernel.captcha.CaptchaException</type>
			</throws>
		</method>
		<method>
			<name>isEnabled</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>CaptchaException</name>
				<type>com.liferay.portal.kernel.captcha.CaptchaException</type>
			</throws>
		</method>
		<method>
			<name>serveImage</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>serveImage</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CaptchaException</name>
		<type>com.liferay.portal.kernel.captcha.CaptchaException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CaptchaException</name>
		</method>
		<method>
			<name>CaptchaException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CaptchaException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CaptchaException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CaptchaMaxChallengesException</name>
		<type>com.liferay.portal.kernel.captcha.CaptchaMaxChallengesException</type>
		<author><![CDATA[Jack Li]]></author>
		<method>
			<name>CaptchaMaxChallengesException</name>
		</method>
		<method>
			<name>CaptchaMaxChallengesException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CaptchaMaxChallengesException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CaptchaMaxChallengesException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CaptchaTextException</name>
		<type>com.liferay.portal.kernel.captcha.CaptchaTextException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CaptchaTextException</name>
		</method>
		<method>
			<name>CaptchaTextException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CaptchaTextException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CaptchaTextException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CaptchaUtil</name>
		<type>com.liferay.portal.kernel.captcha.CaptchaUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>CaptchaException</name>
				<type>com.liferay.portal.kernel.captcha.CaptchaException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>CaptchaException</name>
				<type>com.liferay.portal.kernel.captcha.CaptchaException</type>
			</throws>
		</method>
		<method>
			<name>getCaptcha</name>
		</method>
		<method>
			<name>getTaglibPath</name>
		</method>
		<method>
			<name>isEnabled</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>CaptchaException</name>
				<type>com.liferay.portal.kernel.captcha.CaptchaException</type>
			</throws>
		</method>
		<method>
			<name>isEnabled</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>CaptchaException</name>
				<type>com.liferay.portal.kernel.captcha.CaptchaException</type>
			</throws>
		</method>
		<method>
			<name>serveImage</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>serveImage</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>setCaptcha</name>
			<param>
				<name>captcha</name>
				<type>com.liferay.portal.kernel.captcha.Captcha</type>
			</param>
		</method>
		<field>
			<name>_captcha</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Address</name>
		<type>com.liferay.portal.kernel.cluster.Address</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getRealAddress</name>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseClusterResponseCallback</name>
		<type>com.liferay.portal.kernel.cluster.BaseClusterResponseCallback</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>callback</name>
			<param>
				<name>blockingQueue</name>
				<type>java.util.concurrent.BlockingQueue</type>
			</param>
		</method>
		<method>
			<name>callback</name>
			<param>
				<name>clusterNodeResponses</name>
				<type>com.liferay.portal.kernel.cluster.ClusterNodeResponses</type>
			</param>
		</method>
		<method>
			<name>processInterruptedException</name>
			<param>
				<name>interruptedException</name>
				<type>java.lang.InterruptedException</type>
			</param>
		</method>
		<method>
			<name>processTimeoutException</name>
			<param>
				<name>timeoutException</name>
				<type>java.util.concurrent.TimeoutException</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ClusterEvent</name>
		<type>com.liferay.portal.kernel.cluster.ClusterEvent</type>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>depart</name>
			<param>
				<name>clusterNodes</name>
				<type>com.liferay.portal.kernel.cluster.ClusterNode</type>
			</param>
		</method>
		<method>
			<name>depart</name>
			<param>
				<name>clusterNodes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>join</name>
			<param>
				<name>clusterNodes</name>
				<type>com.liferay.portal.kernel.cluster.ClusterNode</type>
			</param>
		</method>
		<method>
			<name>join</name>
			<param>
				<name>clusterNodes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>ClusterEvent</name>
			<param>
				<name>clusterEventType</name>
				<type>com.liferay.portal.kernel.cluster.ClusterEventType</type>
			</param>
		</method>
		<method>
			<name>ClusterEvent</name>
			<param>
				<name>clusterEventType</name>
				<type>com.liferay.portal.kernel.cluster.ClusterEventType</type>
			</param>
			<param>
				<name>clusterNodes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getClusterEventType</name>
		</method>
		<method>
			<name>getClusterNodes</name>
		</method>
		<method>
			<name>setClusterNodes</name>
			<param>
				<name>clusterNodes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<field>
			<name>_clusterEventType</name>
		</field>
		<field>
			<name>_clusterNodes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClusterEventListener</name>
		<type>com.liferay.portal.kernel.cluster.ClusterEventListener</type>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>processClusterEvent</name>
			<param>
				<name>clusterEvent</name>
				<type>com.liferay.portal.kernel.cluster.ClusterEvent</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ClusterEventType</name>
		<type>com.liferay.portal.kernel.cluster.ClusterEventType</type>
		<author><![CDATA[Tina Tian]]></author>
		<field>
			<name>DEPART</name>
		</field>
		<field>
			<name>JOIN</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClusterException</name>
		<type>com.liferay.portal.kernel.cluster.ClusterException</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>ClusterException</name>
		</method>
		<method>
			<name>ClusterException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ClusterException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ClusterException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ClusterExecutor</name>
		<type>com.liferay.portal.kernel.cluster.ClusterExecutor</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>addClusterEventListener</name>
			<param>
				<name>clusterEventListener</name>
				<type>com.liferay.portal.kernel.cluster.ClusterEventListener</type>
			</param>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>clusterRequest</name>
				<type>com.liferay.portal.kernel.cluster.ClusterRequest</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>clusterRequest</name>
				<type>com.liferay.portal.kernel.cluster.ClusterRequest</type>
			</param>
			<param>
				<name>clusterResponseCallback</name>
				<type>com.liferay.portal.kernel.cluster.ClusterResponseCallback</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>clusterRequest</name>
				<type>com.liferay.portal.kernel.cluster.ClusterRequest</type>
			</param>
			<param>
				<name>clusterResponseCallback</name>
				<type>com.liferay.portal.kernel.cluster.ClusterResponseCallback</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<param>
				<name>timeUnit</name>
				<type>java.util.concurrent.TimeUnit</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClusterEventListeners</name>
		</method>
		<method>
			<name>getClusterNodeAddresses</name>
		</method>
		<method>
			<name>getClusterNodes</name>
		</method>
		<method>
			<name>getLocalClusterNode</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLocalClusterNodeAddress</name>
		</method>
		<method>
			<name>initialize</name>
		</method>
		<method>
			<name>isClusterNodeAlive</name>
			<param>
				<name>address</name>
				<type>com.liferay.portal.kernel.cluster.Address</type>
			</param>
		</method>
		<method>
			<name>isClusterNodeAlive</name>
			<param>
				<name>clusterNodeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>removeClusterEventListener</name>
			<param>
				<name>clusterEventListener</name>
				<type>com.liferay.portal.kernel.cluster.ClusterEventListener</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ClusterExecutorUtil</name>
		<type>com.liferay.portal.kernel.cluster.ClusterExecutorUtil</type>
		<author><![CDATA[Tina Tian]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addClusterEventListener</name>
			<param>
				<name>clusterEventListener</name>
				<type>com.liferay.portal.kernel.cluster.ClusterEventListener</type>
			</param>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>clusterRequest</name>
				<type>com.liferay.portal.kernel.cluster.ClusterRequest</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>clusterRequest</name>
				<type>com.liferay.portal.kernel.cluster.ClusterRequest</type>
			</param>
			<param>
				<name>clusterResponseCallback</name>
				<type>com.liferay.portal.kernel.cluster.ClusterResponseCallback</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>clusterRequest</name>
				<type>com.liferay.portal.kernel.cluster.ClusterRequest</type>
			</param>
			<param>
				<name>clusterResponseCallback</name>
				<type>com.liferay.portal.kernel.cluster.ClusterResponseCallback</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<param>
				<name>timeUnit</name>
				<type>java.util.concurrent.TimeUnit</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClusterExecutor</name>
		</method>
		<method>
			<name>getClusterNodeAddresses</name>
		</method>
		<method>
			<name>getClusterNodes</name>
		</method>
		<method>
			<name>getLocalClusterNode</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLocalClusterNodeAddress</name>
		</method>
		<method>
			<name>initialize</name>
		</method>
		<method>
			<name>isClusterNodeAlive</name>
			<param>
				<name>address</name>
				<type>com.liferay.portal.kernel.cluster.Address</type>
			</param>
		</method>
		<method>
			<name>isClusterNodeAlive</name>
			<param>
				<name>clusterNodeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>removeClusterEventListener</name>
			<param>
				<name>clusterEventListener</name>
				<type>com.liferay.portal.kernel.cluster.ClusterEventListener</type>
			</param>
		</method>
		<method>
			<name>setClusterExecutor</name>
			<param>
				<name>clusterExecutor</name>
				<type>com.liferay.portal.kernel.cluster.ClusterExecutor</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_clusterExecutor</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClusterLink</name>
		<type>com.liferay.portal.kernel.cluster.ClusterLink</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getLocalTransportAddresses</name>
		</method>
		<method>
			<name>getTransportAddresses</name>
			<param>
				<name>priority</name>
				<type>com.liferay.portal.kernel.cluster.Priority</type>
			</param>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>sendMulticastMessage</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>priority</name>
				<type>com.liferay.portal.kernel.cluster.Priority</type>
			</param>
		</method>
		<method>
			<name>sendUnicastMessage</name>
			<param>
				<name>address</name>
				<type>com.liferay.portal.kernel.cluster.Address</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>priority</name>
				<type>com.liferay.portal.kernel.cluster.Priority</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ClusterLinkUtil</name>
		<type>com.liferay.portal.kernel.cluster.ClusterLinkUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getAddress</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>getClusterLink</name>
		</method>
		<method>
			<name>getLocalTransportAddresses</name>
		</method>
		<method>
			<name>getTransportAddresses</name>
			<param>
				<name>priority</name>
				<type>com.liferay.portal.kernel.cluster.Priority</type>
			</param>
		</method>
		<method>
			<name>isForwardMessage</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>sendMulticastMessage</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>priority</name>
				<type>com.liferay.portal.kernel.cluster.Priority</type>
			</param>
		</method>
		<method>
			<name>sendMulticastMessage</name>
			<param>
				<name>payload</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>priority</name>
				<type>com.liferay.portal.kernel.cluster.Priority</type>
			</param>
		</method>
		<method>
			<name>sendUnicastMessage</name>
			<param>
				<name>address</name>
				<type>com.liferay.portal.kernel.cluster.Address</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>priority</name>
				<type>com.liferay.portal.kernel.cluster.Priority</type>
			</param>
		</method>
		<method>
			<name>setAddress</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>address</name>
				<type>com.liferay.portal.kernel.cluster.Address</type>
			</param>
		</method>
		<method>
			<name>setForwardMessage</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>setClusterLink</name>
			<param>
				<name>clusterLink</name>
				<type>com.liferay.portal.kernel.cluster.ClusterLink</type>
			</param>
		</method>
		<field>
			<name>CLUSTER_FORWARD_MESSAGE</name>
		</field>
		<field>
			<name>_ADDRESS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_clusterLink</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClusterMessageType</name>
		<type>com.liferay.portal.kernel.cluster.ClusterMessageType</type>
		<author><![CDATA[Tina Tian]]></author>
		<field>
			<name>EXECUTE</name>
		</field>
		<field>
			<name>NOTIFY</name>
		</field>
		<field>
			<name>UPDATE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClusterNode</name>
		<type>com.liferay.portal.kernel.cluster.ClusterNode</type>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>ClusterNode</name>
			<param>
				<name>clusterNodeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>clusterNode</name>
				<type>com.liferay.portal.kernel.cluster.ClusterNode</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getClusterNodeId</name>
		</method>
		<method>
			<name>getHostName</name>
		</method>
		<method>
			<name>getInetAddress</name>
		</method>
		<method>
			<name>getPort</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>setHostName</name>
			<param>
				<name>hostName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setInetAddress</name>
			<param>
				<name>inetAddress</name>
				<type>java.net.InetAddress</type>
			</param>
		</method>
		<method>
			<name>setPort</name>
			<param>
				<name>port</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_clusterNodeId</name>
		</field>
		<field>
			<name>_hostName</name>
		</field>
		<field>
			<name>_inetAddress</name>
		</field>
		<field>
			<name>_port</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClusterNodeResponse</name>
		<type>com.liferay.portal.kernel.cluster.ClusterNodeResponse</type>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>getAddress</name>
		</method>
		<method>
			<name>getClusterMessageType</name>
		</method>
		<method>
			<name>getClusterNode</name>
		</method>
		<method>
			<name>getException</name>
		</method>
		<method>
			<name>getResult</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>hasException</name>
		</method>
		<method>
			<name>isMulticast</name>
		</method>
		<method>
			<name>setAddress</name>
			<param>
				<name>address</name>
				<type>com.liferay.portal.kernel.cluster.Address</type>
			</param>
		</method>
		<method>
			<name>setClusterMessageType</name>
			<param>
				<name>clusterMessageType</name>
				<type>com.liferay.portal.kernel.cluster.ClusterMessageType</type>
			</param>
		</method>
		<method>
			<name>setClusterNode</name>
			<param>
				<name>clusterNode</name>
				<type>com.liferay.portal.kernel.cluster.ClusterNode</type>
			</param>
		</method>
		<method>
			<name>setException</name>
			<param>
				<name>exception</name>
				<type>java.lang.Exception</type>
			</param>
		</method>
		<method>
			<name>setMulticast</name>
			<param>
				<name>multicast</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setResult</name>
			<param>
				<name>result</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setUuid</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_address</name>
		</field>
		<field>
			<name>_clusterMessageType</name>
		</field>
		<field>
			<name>_clusterNode</name>
		</field>
		<field>
			<name>_exception</name>
		</field>
		<field>
			<name>_multicast</name>
		</field>
		<field>
			<name>_result</name>
		</field>
		<field>
			<name>_uuid</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClusterNodeResponses</name>
		<type>com.liferay.portal.kernel.cluster.ClusterNodeResponses</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>addClusterResponse</name>
			<param>
				<name>clusterNodeResponse</name>
				<type>com.liferay.portal.kernel.cluster.ClusterNodeResponse</type>
			</param>
		</method>
		<method>
			<name>getClusterResponse</name>
			<param>
				<name>address</name>
				<type>com.liferay.portal.kernel.cluster.Address</type>
			</param>
		</method>
		<method>
			<name>getClusterResponse</name>
			<param>
				<name>clusterNode</name>
				<type>com.liferay.portal.kernel.cluster.ClusterNode</type>
			</param>
		</method>
		<method>
			<name>getClusterResponse</name>
			<param>
				<name>clusterNodeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getClusterResponses</name>
		</method>
		<method>
			<name>size</name>
		</method>
		<field>
			<name>EMPTY_CLUSTER_NODE_RESPONSES</name>
		</field>
		<field>
			<name>_clusterResponsesByAddress</name>
		</field>
		<field>
			<name>_clusterResponsesByClusterNode</name>
		</field>
		<field>
			<name>_clusterResponsesQueue</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClusterRequest</name>
		<type>com.liferay.portal.kernel.cluster.ClusterRequest</type>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>createClusterRequest</name>
			<param>
				<name>clusterMessageType</name>
				<type>com.liferay.portal.kernel.cluster.ClusterMessageType</type>
			</param>
			<param>
				<name>originatingClusterNode</name>
				<type>com.liferay.portal.kernel.cluster.ClusterNode</type>
			</param>
		</method>
		<method>
			<name>createMulticastRequest</name>
			<param>
				<name>methodHandler</name>
				<type>com.liferay.portal.kernel.util.MethodHandler</type>
			</param>
		</method>
		<method>
			<name>createMulticastRequest</name>
			<param>
				<name>methodHandler</name>
				<type>com.liferay.portal.kernel.util.MethodHandler</type>
			</param>
			<param>
				<name>skipLocal</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>createUnicastRequest</name>
			<param>
				<name>methodHandler</name>
				<type>com.liferay.portal.kernel.util.MethodHandler</type>
			</param>
			<param>
				<name>targetClusterNodeAddresses</name>
				<type>com.liferay.portal.kernel.cluster.Address</type>
			</param>
		</method>
		<method>
			<name>createUnicastRequest</name>
			<param>
				<name>methodHandler</name>
				<type>com.liferay.portal.kernel.util.MethodHandler</type>
			</param>
			<param>
				<name>targetClusterNodeIds</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addTargetClusterNodeAddresses</name>
			<param>
				<name>targetClusterNodeAddresses</name>
				<type>com.liferay.portal.kernel.cluster.Address</type>
			</param>
		</method>
		<method>
			<name>addTargetClusterNodeIds</name>
			<param>
				<name>targetClusterNodeIds</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBeanIdentifier</name>
		</method>
		<method>
			<name>getClusterMessageType</name>
		</method>
		<method>
			<name>getMethodHandler</name>
		</method>
		<method>
			<name>getOriginatingClusterNode</name>
		</method>
		<method>
			<name>getServletContextName</name>
		</method>
		<method>
			<name>getTargetClusterNodeAddresses</name>
		</method>
		<method>
			<name>getTargetClusterNodeIds</name>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>isFireAndForget</name>
		</method>
		<method>
			<name>isMulticast</name>
		</method>
		<method>
			<name>isSkipLocal</name>
		</method>
		<method>
			<name>setBeanIdentifier</name>
			<param>
				<name>beanIdentifier</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClusterMessageType</name>
			<param>
				<name>clusterMessageType</name>
				<type>com.liferay.portal.kernel.cluster.ClusterMessageType</type>
			</param>
		</method>
		<method>
			<name>setFireAndForget</name>
			<param>
				<name>fireAndForget</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setMethodHandler</name>
			<param>
				<name>methodHandler</name>
				<type>com.liferay.portal.kernel.util.MethodHandler</type>
			</param>
		</method>
		<method>
			<name>setMulticast</name>
			<param>
				<name>multicast</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setOriginatingClusterNode</name>
			<param>
				<name>originatingClusterNode</name>
				<type>com.liferay.portal.kernel.cluster.ClusterNode</type>
			</param>
		</method>
		<method>
			<name>setServletContextName</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSkipLocal</name>
			<param>
				<name>skipLocal</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setUuid</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>ClusterRequest</name>
		</method>
		<field>
			<name>_beanIdentifier</name>
		</field>
		<field>
			<name>_clusterMessageType</name>
		</field>
		<field>
			<name>_fireAndForget</name>
		</field>
		<field>
			<name>_methodHandler</name>
		</field>
		<field>
			<name>_multicast</name>
		</field>
		<field>
			<name>_originatingClusterNode</name>
		</field>
		<field>
			<name>_servletContextName</name>
		</field>
		<field>
			<name>_skipLocal</name>
		</field>
		<field>
			<name>_targetClusterNodeAddresses</name>
		</field>
		<field>
			<name>_targetClusterNodeIds</name>
		</field>
		<field>
			<name>_uuid</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClusterResponseCallback</name>
		<type>com.liferay.portal.kernel.cluster.ClusterResponseCallback</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>callback</name>
			<param>
				<name>blockingQueue</name>
				<type>java.util.concurrent.BlockingQueue</type>
			</param>
		</method>
		<method>
			<name>callback</name>
			<param>
				<name>clusterNodeResponses</name>
				<type>com.liferay.portal.kernel.cluster.ClusterNodeResponses</type>
			</param>
		</method>
		<method>
			<name>processInterruptedException</name>
			<param>
				<name>interruptedException</name>
				<type>java.lang.InterruptedException</type>
			</param>
		</method>
		<method>
			<name>processTimeoutException</name>
			<param>
				<name>timeoutException</name>
				<type>java.util.concurrent.TimeoutException</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Clusterable</name>
		<type>com.liferay.portal.kernel.cluster.Clusterable</type>
		<author><![CDATA[Shuyang Zhou]]></author>
	</javadoc>
	<javadoc>
		<name>FutureClusterResponses</name>
		<type>com.liferay.portal.kernel.cluster.FutureClusterResponses</type>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>FutureClusterResponses</name>
			<param>
				<name>addresses</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>addClusterNodeResponse</name>
			<param>
				<name>clusterNodeResponse</name>
				<type>com.liferay.portal.kernel.cluster.ClusterNodeResponse</type>
			</param>
		</method>
		<method>
			<name>addExpectedReplyAddress</name>
			<param>
				<name>address</name>
				<type>com.liferay.portal.kernel.cluster.Address</type>
			</param>
		</method>
		<method>
			<name>cancel</name>
			<param>
				<name>mayInterruptIfRunning</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>expectsReply</name>
			<param>
				<name>address</name>
				<type>com.liferay.portal.kernel.cluster.Address</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<throws>
				<name>InterruptedException</name>
				<type>java.lang.InterruptedException</type>
			</throws>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<param>
				<name>timeUnit</name>
				<type>java.util.concurrent.TimeUnit</type>
			</param>
			<throws>
				<name>InterruptedException</name>
				<type>java.lang.InterruptedException</type>
			</throws>
			<throws>
				<name>TimeoutException</name>
				<type>java.util.concurrent.TimeoutException</type>
			</throws>
		</method>
		<method>
			<name>getPartialResults</name>
		</method>
		<method>
			<name>isCancelled</name>
		</method>
		<method>
			<name>isDone</name>
		</method>
		<field>
			<name>_cancelled</name>
		</field>
		<field>
			<name>_clusterNodeResponses</name>
		</field>
		<field>
			<name>_countDownLatch</name>
		</field>
		<field>
			<name>_expectedReplyAddress</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Priority</name>
		<type>com.liferay.portal.kernel.cluster.Priority</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<field>
			<name>LEVEL1</name>
		</field>
		<field>
			<name>LEVEL2</name>
		</field>
		<field>
			<name>LEVEL3</name>
		</field>
		<field>
			<name>LEVEL4</name>
		</field>
		<field>
			<name>LEVEL5</name>
		</field>
		<field>
			<name>LEVEL6</name>
		</field>
		<field>
			<name>LEVEL7</name>
		</field>
		<field>
			<name>LEVEL8</name>
		</field>
		<field>
			<name>LEVEL9</name>
		</field>
		<field>
			<name>LEVEL10</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClusterBridgeMessageListener</name>
		<type>com.liferay.portal.kernel.cluster.messaging.ClusterBridgeMessageListener</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>setActive</name>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setPriority</name>
			<param>
				<name>priority</name>
				<type>com.liferay.portal.kernel.cluster.Priority</type>
			</param>
		</method>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_active</name>
		</field>
		<field>
			<name>_priority</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClusterForwardMessageListener</name>
		<type>com.liferay.portal.kernel.cluster.messaging.ClusterForwardMessageListener</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>receive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClusterMessageListener</name>
		<type>com.liferay.portal.kernel.cluster.messaging.ClusterMessageListener</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>receive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AbortPolicy</name>
		<type>com.liferay.portal.kernel.concurrent.AbortPolicy</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>rejectedExecution</name>
			<param>
				<name>runnable</name>
				<type>java.lang.Runnable</type>
			</param>
			<param>
				<name>threadPoolExecutor</name>
				<type>com.liferay.portal.kernel.concurrent.ThreadPoolExecutor</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BatchablePipe</name>
		<type>com.liferay.portal.kernel.concurrent.BatchablePipe</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>BatchablePipe</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>increasableEntry</name>
				<type>com.liferay.portal.kernel.concurrent.IncreasableEntry</type>
			</param>
		</method>
		<method>
			<name>take</name>
		</method>
		<method>
			<name>_doIncrease</name>
			<param>
				<name>increasableEntry</name>
				<type>com.liferay.portal.kernel.concurrent.IncreasableEntry</type>
			</param>
		</method>
		<field>
			<name>_headEntry</name>
		</field>
		<field>
			<name>_lastEntryReference</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CallerRunsPolicy</name>
		<type>com.liferay.portal.kernel.concurrent.CallerRunsPolicy</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>rejectedExecution</name>
			<param>
				<name>runnable</name>
				<type>java.lang.Runnable</type>
			</param>
			<param>
				<name>threadPoolExecutor</name>
				<type>com.liferay.portal.kernel.concurrent.ThreadPoolExecutor</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ClearThreadLocalThreadPoolHandler</name>
		<type>com.liferay.portal.kernel.concurrent.ClearThreadLocalThreadPoolHandler</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>afterExecute</name>
			<param>
				<name>runnable</name>
				<type>java.lang.Runnable</type>
			</param>
			<param>
				<name>throwable</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CoalescedPipe</name>
		<type>com.liferay.portal.kernel.concurrent.CoalescedPipe</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>CoalescedPipe</name>
		</method>
		<method>
			<name>CoalescedPipe</name>
			<param>
				<name>comparator</name>
				<type>java.util.Comparator</type>
			</param>
		</method>
		<method>
			<name>coalescedCount</name>
		</method>
		<method>
			<name>pendingCount</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>e</name>
				<type>E</type>
			</param>
			<throws>
				<name>InterruptedException</name>
				<type>java.lang.InterruptedException</type>
			</throws>
		</method>
		<method>
			<name>take</name>
			<throws>
				<name>InterruptedException</name>
				<type>java.lang.InterruptedException</type>
			</throws>
		</method>
		<method>
			<name>takeSnapshot</name>
		</method>
		<method>
			<name>_coalesceElement</name>
			<param>
				<name>e</name>
				<type>E</type>
			</param>
		</method>
		<field>
			<name>_coalescedCount</name>
		</field>
		<field>
			<name>_comparator</name>
		</field>
		<field>
			<name>_headElementLink</name>
		</field>
		<field>
			<name>_lastElementLink</name>
		</field>
		<field>
			<name>_notEmptyCondition</name>
		</field>
		<field>
			<name>_pendingCount</name>
		</field>
		<field>
			<name>_putLock</name>
		</field>
		<field>
			<name>_takeLock</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CompeteLatch</name>
		<type>com.liferay.portal.kernel.concurrent.CompeteLatch</type>
		<comment><![CDATA[<p>
A synchronizer based on the JDK's AQS framework to simulate a single winner competition. This synchronizer supports cyclical competition. In this situation, loser threads should try again. The single winner thread will lock the latch while other threads will block on the latch by calling <code>await</code>. After the winner thread finishes its job, it should call <code>done</code> which will open the latch. All blocking loser threads can pass the latch at the same time.
</p>

<p>
See LPS-3744 for a sample use case.
</p>]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>await</name>
			<comment><![CDATA[This method should only be called by a loser thread. If the latch is locked, that means the winner is executing its job and all loser threads that call this method will be blocked. If the latch is not locked, that means the winner has finished its job and all the loser threads calling this method will return immediately. If the winner thread calls this method before his job completed, then all threads will deadlock.]]></comment>
			<throws>
				<name>InterruptedException</name>
				<type>java.lang.InterruptedException</type>
				<comment><![CDATA[if the current thread is interrupted]]></comment>
			</throws>
		</method>
		<method>
			<name>await</name>
			<comment><![CDATA[This method should only be called by a loser thread. If the latch is locked, that means the winner is executing its job and all loser threads that call this method will be blocked for the given waiting time. If the latch is not locked, that means the winner has finished its job and all the loser threads calling this method will return immediately. If the winner thread calls this method before his job completed, then all threads will deadlock.]]></comment>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<param>
				<name>timeUnit</name>
				<type>java.util.concurrent.TimeUnit</type>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the latch was open, <code>false</code> if the waiting time elapsed before the latch be opened.]]></comment>
			</return>
			<throws>
				<name>InterruptedException</name>
				<type>java.lang.InterruptedException</type>
				<comment><![CDATA[if the current thread is interrupted]]></comment>
			</throws>
		</method>
		<method>
			<name>compete</name>
			<comment><![CDATA[Tells the current thread to join the competition. Return immediately whether or not the current thread is the winner thread or a loser thread. No matter how many threads join this competition, only one thread can be the winner thread.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the current thread is the winner thread]]></comment>
			</return>
		</method>
		<method>
			<name>done</name>
			<comment><![CDATA[This method should only be called by the winner thread. The winner thread calls this method to indicate that it has finished its job and unlocks the latch to allow all loser threads return from the <code>await</code> method. If a loser thread does call this method when a winner thread has locked the latch, the latch will break and the winner thread may be put into a non thread safe state. You should never have to do this except to get out of a deadlock. If no one threads have locked the latch, then calling this method has no effect. This method will return immediately.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if this call opens the latch, <code>false</code> if the latch is already open]]></comment>
			</return>
		</method>
		<method>
			<name>isLocked</name>
			<comment><![CDATA[Returns <code>true</code> if the latch is locked. This method should not be used to test the latch before joining a competition because it is not thread safe. The only purpose for this method is to give external systems a way to monitor the latch which is usually be used for deadlock detection.]]></comment>
		</method>
		<field>
			<name>_sync</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ConcurrentHashSet</name>
		<type>com.liferay.portal.kernel.concurrent.ConcurrentHashSet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ConcurrentHashSet</name>
		</method>
		<method>
			<name>ConcurrentHashSet</name>
			<param>
				<name>capacity</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>ConcurrentHashSet</name>
			<param>
				<name>set</name>
				<type>java.util.Set</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ConcurrentLFUCache</name>
		<type>com.liferay.portal.kernel.concurrent.ConcurrentLFUCache</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>ConcurrentLFUCache</name>
			<param>
				<name>maxSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>ConcurrentLFUCache</name>
			<param>
				<name>maxSize</name>
				<type>int</type>
			</param>
			<param>
				<name>loadFactor</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>evictCount</name>
		</method>
		<method>
			<name>expectedSize</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>K</type>
			</param>
		</method>
		<method>
			<name>hitCount</name>
		</method>
		<method>
			<name>maxSize</name>
		</method>
		<method>
			<name>missCount</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>K</type>
			</param>
			<param>
				<name>value</name>
				<type>V</type>
			</param>
		</method>
		<method>
			<name>putCount</name>
		</method>
		<method>
			<name>size</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>onRemove</name>
			<param>
				<name>key</name>
				<type>K</type>
			</param>
			<param>
				<name>value</name>
				<type>V</type>
			</param>
		</method>
		<method>
			<name>_cleanUp</name>
		</method>
		<field>
			<name>_cache</name>
		</field>
		<field>
			<name>_entryComparator</name>
		</field>
		<field>
			<name>_evictCount</name>
		</field>
		<field>
			<name>_expectedSize</name>
		</field>
		<field>
			<name>_hitCount</name>
		</field>
		<field>
			<name>_maxSize</name>
		</field>
		<field>
			<name>_missCount</name>
		</field>
		<field>
			<name>_putCount</name>
		</field>
		<field>
			<name>_readLock</name>
		</field>
		<field>
			<name>_readWriteLock</name>
		</field>
		<field>
			<name>_writeLock</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DiscardOldestPolicy</name>
		<type>com.liferay.portal.kernel.concurrent.DiscardOldestPolicy</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>rejectedExecution</name>
			<param>
				<name>runnable</name>
				<type>java.lang.Runnable</type>
			</param>
			<param>
				<name>threadPoolExecutor</name>
				<type>com.liferay.portal.kernel.concurrent.ThreadPoolExecutor</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DiscardPolicy</name>
		<type>com.liferay.portal.kernel.concurrent.DiscardPolicy</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>rejectedExecution</name>
			<param>
				<name>runnable</name>
				<type>java.lang.Runnable</type>
			</param>
			<param>
				<name>threadPoolExecutor</name>
				<type>com.liferay.portal.kernel.concurrent.ThreadPoolExecutor</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>IncreasableEntry</name>
		<type>com.liferay.portal.kernel.concurrent.IncreasableEntry</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>IncreasableEntry</name>
			<param>
				<name>key</name>
				<type>K</type>
			</param>
			<param>
				<name>value</name>
				<type>V</type>
			</param>
		</method>
		<method>
			<name>doIncrease</name>
			<param>
				<name>originalValue</name>
				<type>V</type>
			</param>
			<param>
				<name>deltaValue</name>
				<type>V</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getKey</name>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>increase</name>
			<param>
				<name>deltaValue</name>
				<type>V</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_key</name>
		</field>
		<field>
			<name>_markedValue</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LockRegistry</name>
		<type>com.liferay.portal.kernel.concurrent.LockRegistry</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>allocateLock</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>finallyFreeLock</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>unlock</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>freeAllLock</name>
		</method>
		<method>
			<name>freeAllLock</name>
			<param>
				<name>unlock</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>freeLock</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>freeLock</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>unlock</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>freeLock</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>freeLock</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>unlock</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getLock</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_dummyValue</name>
		</field>
		<field>
			<name>_lockGroupMap</name>
		</field>
		<field>
			<name>_prematureLockReleases</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ReadWriteLockKey</name>
		<type>com.liferay.portal.kernel.concurrent.ReadWriteLockKey</type>
		<comment><![CDATA[<p>
Represents a key that is used by ReadWriteLockRegistry. T must also be immutable and properly implement the equals and hashCode methods.
</p>]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<see><![CDATA[ReadWriteLockRegistry]]></see>
		<method>
			<name>ReadWriteLockKey</name>
			<param>
				<name>key</name>
				<type>T</type>
			</param>
			<param>
				<name>writeLock</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getKey</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>isWriteLock</name>
		</method>
		<field>
			<name>_key</name>
		</field>
		<field>
			<name>_writeLock</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ReadWriteLockRegistry</name>
		<type>com.liferay.portal.kernel.concurrent.ReadWriteLockRegistry</type>
		<comment><![CDATA[<p>
Registry for {@link ReadWriteLock} objects with {@link ReadWriteLockKey} as keys. The behavior of acquiring and releasing locks is provided by a {@link ConcurrentHashMap}. This class is completely thread safe and ensures that only one {@link ReadWriteLock} exists per key.
</p>]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<see><![CDATA[ReadWriteLock]]></see>
		<see><![CDATA[ReadWriteLockKey]]></see>
		<method>
			<name>acquireLock</name>
			<param>
				<name>readWriteLockKey</name>
				<type>com.liferay.portal.kernel.concurrent.ReadWriteLockKey</type>
			</param>
		</method>
		<method>
			<name>releaseLock</name>
			<param>
				<name>readWriteLockKey</name>
				<type>com.liferay.portal.kernel.concurrent.ReadWriteLockKey</type>
			</param>
		</method>
		<field>
			<name>_readWriteLockMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RejectedExecutionHandler</name>
		<type>com.liferay.portal.kernel.concurrent.RejectedExecutionHandler</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>rejectedExecution</name>
			<param>
				<name>runnable</name>
				<type>java.lang.Runnable</type>
			</param>
			<param>
				<name>threadPoolExecutor</name>
				<type>com.liferay.portal.kernel.concurrent.ThreadPoolExecutor</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TaskQueue</name>
		<type>com.liferay.portal.kernel.concurrent.TaskQueue</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>TaskQueue</name>
		</method>
		<method>
			<name>TaskQueue</name>
			<param>
				<name>capacity</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>drainTo</name>
			<param>
				<name>collection</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>isEmpty</name>
		</method>
		<method>
			<name>offer</name>
			<param>
				<name>element</name>
				<type>E</type>
			</param>
			<param>
				<name>hasWaiterMarker</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>poll</name>
		</method>
		<method>
			<name>poll</name>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<param>
				<name>timeUnit</name>
				<type>java.util.concurrent.TimeUnit</type>
			</param>
			<throws>
				<name>InterruptedException</name>
				<type>java.lang.InterruptedException</type>
			</throws>
		</method>
		<method>
			<name>remainingCapacity</name>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>element</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>size</name>
		</method>
		<method>
			<name>take</name>
			<throws>
				<name>InterruptedException</name>
				<type>java.lang.InterruptedException</type>
			</throws>
		</method>
		<method>
			<name>getPutLock</name>
		</method>
		<method>
			<name>getTakeLock</name>
		</method>
		<method>
			<name>_dequeue</name>
		</method>
		<method>
			<name>_enqueue</name>
			<param>
				<name>element</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>_fullyLock</name>
		</method>
		<method>
			<name>_fullyUnlock</name>
		</method>
		<method>
			<name>_unlink</name>
			<param>
				<name>currentNode</name>
				<type>com.liferay.portal.kernel.concurrent.TaskQueue.Node</type>
			</param>
			<param>
				<name>previousNode</name>
				<type>com.liferay.portal.kernel.concurrent.TaskQueue.Node</type>
			</param>
		</method>
		<field>
			<name>_capacity</name>
		</field>
		<field>
			<name>_count</name>
		</field>
		<field>
			<name>_headNode</name>
		</field>
		<field>
			<name>_notEmptyCondition</name>
		</field>
		<field>
			<name>_putLock</name>
		</field>
		<field>
			<name>_tailNode</name>
		</field>
		<field>
			<name>_takeLock</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThreadPoolExecutor</name>
		<type>com.liferay.portal.kernel.concurrent.ThreadPoolExecutor</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-14986.
</p>]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>ThreadPoolExecutor</name>
			<param>
				<name>corePoolSize</name>
				<type>int</type>
			</param>
			<param>
				<name>maxPoolSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>ThreadPoolExecutor</name>
			<param>
				<name>corePoolSize</name>
				<type>int</type>
			</param>
			<param>
				<name>maxPoolSize</name>
				<type>int</type>
			</param>
			<param>
				<name>keepAliveTime</name>
				<type>long</type>
			</param>
			<param>
				<name>timeUnit</name>
				<type>java.util.concurrent.TimeUnit</type>
			</param>
			<param>
				<name>allowCoreThreadTimeout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>maxQueueSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>ThreadPoolExecutor</name>
			<param>
				<name>corePoolSize</name>
				<type>int</type>
			</param>
			<param>
				<name>maxPoolSize</name>
				<type>int</type>
			</param>
			<param>
				<name>keepAliveTime</name>
				<type>long</type>
			</param>
			<param>
				<name>timeUnit</name>
				<type>java.util.concurrent.TimeUnit</type>
			</param>
			<param>
				<name>allowCoreThreadTimeout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>maxQueueSize</name>
				<type>int</type>
			</param>
			<param>
				<name>rejectedExecutionHandler</name>
				<type>com.liferay.portal.kernel.concurrent.RejectedExecutionHandler</type>
			</param>
			<param>
				<name>threadFactory</name>
				<type>java.util.concurrent.ThreadFactory</type>
			</param>
			<param>
				<name>threadPoolHandler</name>
				<type>com.liferay.portal.kernel.concurrent.ThreadPoolHandler</type>
			</param>
		</method>
		<method>
			<name>adjustPoolSize</name>
			<param>
				<name>newCorePoolSize</name>
				<type>int</type>
			</param>
			<param>
				<name>newMaxPoolSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>awaitTermination</name>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<param>
				<name>timeUnit</name>
				<type>java.util.concurrent.TimeUnit</type>
			</param>
			<throws>
				<name>InterruptedException</name>
				<type>java.lang.InterruptedException</type>
			</throws>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>runnable</name>
				<type>java.lang.Runnable</type>
			</param>
		</method>
		<method>
			<name>getActiveCount</name>
		</method>
		<method>
			<name>getCompletedTaskCount</name>
		</method>
		<method>
			<name>getCorePoolSize</name>
		</method>
		<method>
			<name>getKeepAliveTime</name>
			<param>
				<name>timeUnit</name>
				<type>java.util.concurrent.TimeUnit</type>
			</param>
		</method>
		<method>
			<name>getLargestPoolSize</name>
		</method>
		<method>
			<name>getMaxPoolSize</name>
		</method>
		<method>
			<name>getPendingTaskCount</name>
		</method>
		<method>
			<name>getPoolSize</name>
		</method>
		<method>
			<name>getRejectedExecutionHandler</name>
		</method>
		<method>
			<name>getRemainingTaskQueueCapacity</name>
		</method>
		<method>
			<name>getTaskCount</name>
		</method>
		<method>
			<name>getThreadFactory</name>
		</method>
		<method>
			<name>getThreadPoolHandler</name>
		</method>
		<method>
			<name>isAllowCoreThreadTimeout</name>
		</method>
		<method>
			<name>isShutdown</name>
		</method>
		<method>
			<name>isTerminated</name>
		</method>
		<method>
			<name>isTerminating</name>
		</method>
		<method>
			<name>setAllowCoreThreadTimeout</name>
			<param>
				<name>allowCoreThreadTimeout</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setKeepAliveTime</name>
			<param>
				<name>keepAliveTime</name>
				<type>long</type>
			</param>
			<param>
				<name>timeUnit</name>
				<type>java.util.concurrent.TimeUnit</type>
			</param>
		</method>
		<method>
			<name>setRejectedExecutionHandler</name>
			<param>
				<name>rejectedExecutionHandler</name>
				<type>com.liferay.portal.kernel.concurrent.RejectedExecutionHandler</type>
			</param>
		</method>
		<method>
			<name>setThreadFactory</name>
			<param>
				<name>threadFactory</name>
				<type>java.util.concurrent.ThreadFactory</type>
			</param>
		</method>
		<method>
			<name>setThreadPoolHandler</name>
			<param>
				<name>threadPoolHandler</name>
				<type>com.liferay.portal.kernel.concurrent.ThreadPoolHandler</type>
			</param>
		</method>
		<method>
			<name>shutdown</name>
		</method>
		<method>
			<name>shutdownNow</name>
		</method>
		<method>
			<name>finalize</name>
		</method>
		<method>
			<name>getMainLock</name>
		</method>
		<method>
			<name>getTaskQueue</name>
		</method>
		<method>
			<name>getWorkerTasks</name>
		</method>
		<method>
			<name>_addWorkerThread</name>
		</method>
		<method>
			<name>_doAddWorkerThread</name>
			<param>
				<name>runnable</name>
				<type>java.lang.Runnable</type>
			</param>
		</method>
		<method>
			<name>_getTask</name>
			<param>
				<name>workerTask</name>
				<type>com.liferay.portal.kernel.concurrent.ThreadPoolExecutor.WorkerTask</type>
			</param>
			<param>
				<name>cleanUpMarker</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>_tryTerminate</name>
		</method>
		<field>
			<name>_RUNNING</name>
		</field>
		<field>
			<name>_SHUTDOWN</name>
		</field>
		<field>
			<name>_STOP</name>
		</field>
		<field>
			<name>_TERMINATED</name>
		</field>
		<field>
			<name>_allowCoreThreadTimeout</name>
		</field>
		<field>
			<name>_completedTaskCount</name>
		</field>
		<field>
			<name>_corePoolSize</name>
		</field>
		<field>
			<name>_keepAliveTime</name>
		</field>
		<field>
			<name>_largestPoolSize</name>
		</field>
		<field>
			<name>_mainLock</name>
		</field>
		<field>
			<name>_maxPoolSize</name>
		</field>
		<field>
			<name>_poolSize</name>
		</field>
		<field>
			<name>_rejectedExecutionHandler</name>
		</field>
		<field>
			<name>_runState</name>
		</field>
		<field>
			<name>_taskQueue</name>
		</field>
		<field>
			<name>_terminationCondition</name>
		</field>
		<field>
			<name>_threadFactory</name>
		</field>
		<field>
			<name>_threadPoolHandler</name>
		</field>
		<field>
			<name>_workerTasks</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThreadPoolHandler</name>
		<type>com.liferay.portal.kernel.concurrent.ThreadPoolHandler</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>afterExecute</name>
			<param>
				<name>runnable</name>
				<type>java.lang.Runnable</type>
			</param>
			<param>
				<name>throwable</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>beforeExecute</name>
			<param>
				<name>thread</name>
				<type>java.lang.Thread</type>
			</param>
			<param>
				<name>runnable</name>
				<type>java.lang.Runnable</type>
			</param>
		</method>
		<method>
			<name>beforeThreadEnd</name>
			<param>
				<name>thread</name>
				<type>java.lang.Thread</type>
			</param>
		</method>
		<method>
			<name>beforeThreadStart</name>
			<param>
				<name>thread</name>
				<type>java.lang.Thread</type>
			</param>
		</method>
		<method>
			<name>terminated</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ThreadPoolHandlerAdapter</name>
		<type>com.liferay.portal.kernel.concurrent.ThreadPoolHandlerAdapter</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>afterExecute</name>
			<param>
				<name>runnable</name>
				<type>java.lang.Runnable</type>
			</param>
			<param>
				<name>throwable</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>beforeExecute</name>
			<param>
				<name>thread</name>
				<type>java.lang.Thread</type>
			</param>
			<param>
				<name>runnable</name>
				<type>java.lang.Runnable</type>
			</param>
		</method>
		<method>
			<name>beforeThreadEnd</name>
			<param>
				<name>thread</name>
				<type>java.lang.Thread</type>
			</param>
		</method>
		<method>
			<name>beforeThreadStart</name>
			<param>
				<name>thread</name>
				<type>java.lang.Thread</type>
			</param>
		</method>
		<method>
			<name>terminated</name>
		</method>
	</javadoc>
	<javadoc>
		<name>Configuration</name>
		<type>com.liferay.portal.kernel.configuration.Configuration</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addProperties</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>clearCache</name>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filter</name>
				<type>com.liferay.portal.kernel.configuration.Filter</type>
			</param>
		</method>
		<method>
			<name>getArray</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getArray</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filter</name>
				<type>com.liferay.portal.kernel.configuration.Filter</type>
			</param>
		</method>
		<method>
			<name>getProperties</name>
		</method>
		<method>
			<name>getProperties</name>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>removePrefix</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>removeProperties</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>set</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ConfigurationFactory</name>
		<type>com.liferay.portal.kernel.configuration.ConfigurationFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getConfiguration</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ConfigurationFactoryUtil</name>
		<type>com.liferay.portal.kernel.configuration.ConfigurationFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getConfiguration</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getConfigurationFactory</name>
		</method>
		<method>
			<name>setConfigurationFactory</name>
			<param>
				<name>configurationFactory</name>
				<type>com.liferay.portal.kernel.configuration.ConfigurationFactory</type>
			</param>
		</method>
		<field>
			<name>_configurationFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Filter</name>
		<type>com.liferay.portal.kernel.configuration.Filter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>Filter</name>
			<param>
				<name>selector1</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>Filter</name>
			<param>
				<name>selector1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>selector2</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>Filter</name>
			<param>
				<name>selector1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>selector2</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>selector3</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>Filter</name>
			<param>
				<name>selector1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>variables</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>Filter</name>
			<param>
				<name>selector1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>selector2</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>variables</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>Filter</name>
			<param>
				<name>selector1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>selector2</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>selector3</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>variables</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>Filter</name>
			<param>
				<name>selectors</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>variables</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>getSelectors</name>
		</method>
		<method>
			<name>getVariables</name>
		</method>
		<field>
			<name>_selectors</name>
		</field>
		<field>
			<name>_variables</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DB</name>
		<type>com.liferay.portal.kernel.dao.db.DB</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addIndexes</name>
			<param>
				<name>con</name>
				<type>java.sql.Connection</type>
			</param>
			<param>
				<name>indexesSQL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validIndexNames</name>
				<type>java.util.Set</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>buildCreateFile</name>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>databaseName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>buildCreateFile</name>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>databaseName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>population</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>buildSQL</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>buildSQLFile</name>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getIndexes</name>
			<param>
				<name>con</name>
				<type>java.sql.Connection</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getTemplateFalse</name>
		</method>
		<method>
			<name>getTemplateTrue</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>increment</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>increment</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isSupportsAlterColumnName</name>
		</method>
		<method>
			<name>isSupportsAlterColumnType</name>
		</method>
		<method>
			<name>isSupportsDateMilliseconds</name>
		</method>
		<method>
			<name>isSupportsInlineDistinct</name>
		</method>
		<method>
			<name>isSupportsScrollableResults</name>
		</method>
		<method>
			<name>isSupportsStringCaseSensitiveQuery</name>
		</method>
		<method>
			<name>isSupportsUpdateWithInnerJoin</name>
		</method>
		<method>
			<name>runSQL</name>
			<param>
				<name>con</name>
				<type>java.sql.Connection</type>
			</param>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>runSQL</name>
			<param>
				<name>con</name>
				<type>java.sql.Connection</type>
			</param>
			<param>
				<name>sqls</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>runSQL</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>runSQL</name>
			<param>
				<name>sqls</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>runSQLTemplate</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>runSQLTemplate</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>failOnError</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>runSQLTemplateString</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>evaluate</name>
				<type>boolean</type>
			</param>
			<param>
				<name>failOnError</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>setSupportsStringCaseSensitiveQuery</name>
			<param>
				<name>supportsStringCaseSensitiveQuery</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>updateIndexes</name>
			<param>
				<name>con</name>
				<type>java.sql.Connection</type>
			</param>
			<param>
				<name>tablesSQL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>indexesSQL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>indexesProperties</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dropStaleIndexes</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<field>
			<name>MINIMAL</name>
		</field>
		<field>
			<name>POPULATED</name>
		</field>
		<field>
			<name>SHARDED</name>
		</field>
		<field>
			<name>TYPE_ALL</name>
		</field>
		<field>
			<name>TYPE_DB2</name>
		</field>
		<field>
			<name>TYPE_DERBY</name>
		</field>
		<field>
			<name>TYPE_FIREBIRD</name>
		</field>
		<field>
			<name>TYPE_HYPERSONIC</name>
		</field>
		<field>
			<name>TYPE_INFORMIX</name>
		</field>
		<field>
			<name>TYPE_INGRES</name>
		</field>
		<field>
			<name>TYPE_INTERBASE</name>
		</field>
		<field>
			<name>TYPE_JDATASTORE</name>
		</field>
		<field>
			<name>TYPE_MYSQL</name>
		</field>
		<field>
			<name>TYPE_ORACLE</name>
		</field>
		<field>
			<name>TYPE_POSTGRESQL</name>
		</field>
		<field>
			<name>TYPE_SAP</name>
		</field>
		<field>
			<name>TYPE_SQLSERVER</name>
		</field>
		<field>
			<name>TYPE_SYBASE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DBFactory</name>
		<type>com.liferay.portal.kernel.dao.db.DBFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getDB</name>
		</method>
		<method>
			<name>getDB</name>
			<param>
				<name>dialect</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getDB</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDB</name>
			<param>
				<name>dialect</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setDB</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DBFactoryUtil</name>
		<type>com.liferay.portal.kernel.dao.db.DBFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getDB</name>
		</method>
		<method>
			<name>getDB</name>
			<param>
				<name>dialect</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getDB</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDBFactory</name>
		</method>
		<method>
			<name>setDB</name>
			<param>
				<name>dialect</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setDB</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDBFactory</name>
			<param>
				<name>dbFactory</name>
				<type>com.liferay.portal.kernel.dao.db.DBFactory</type>
			</param>
		</method>
		<field>
			<name>_dbFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Index</name>
		<type>com.liferay.portal.kernel.dao.db.Index</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>Index</name>
			<param>
				<name>indexName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>unique</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getIndexName</name>
		</method>
		<method>
			<name>getTableName</name>
		</method>
		<method>
			<name>isUnique</name>
		</method>
		<field>
			<name>_indexName</name>
		</field>
		<field>
			<name>_tableName</name>
		</field>
		<field>
			<name>_unique</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CountRowMapper</name>
		<type>com.liferay.portal.kernel.dao.jdbc.CountRowMapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>mapRow</name>
			<param>
				<name>rs</name>
				<type>java.sql.ResultSet</type>
			</param>
			<param>
				<name>rowNumber</name>
				<type>int</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<field>
			<name>_COUNT_VALUE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CurrentConnection</name>
		<type>com.liferay.portal.kernel.dao.jdbc.CurrentConnection</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getConnection</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CurrentConnectionUtil</name>
		<type>com.liferay.portal.kernel.dao.jdbc.CurrentConnectionUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getConnection</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
		</method>
		<method>
			<name>getCurrentConnection</name>
		</method>
		<method>
			<name>setCurrentConnection</name>
			<param>
				<name>currentConnection</name>
				<type>com.liferay.portal.kernel.dao.jdbc.CurrentConnection</type>
			</param>
		</method>
		<field>
			<name>_currentConnection</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DataAccess</name>
		<type>com.liferay.portal.kernel.dao.jdbc.DataAccess</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>cleanUp</name>
			<param>
				<name>connection</name>
				<type>java.sql.Connection</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>connection</name>
				<type>java.sql.Connection</type>
			</param>
			<param>
				<name>statement</name>
				<type>java.sql.Statement</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>connection</name>
				<type>java.sql.Connection</type>
			</param>
			<param>
				<name>statement</name>
				<type>java.sql.Statement</type>
			</param>
			<param>
				<name>resultSet</name>
				<type>java.sql.ResultSet</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>resultSet</name>
				<type>java.sql.ResultSet</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>statement</name>
				<type>java.sql.Statement</type>
			</param>
		</method>
		<method>
			<name>getConnection</name>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getConnection</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getUpgradeOptimizedConnection</name>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DataSourceFactory</name>
		<type>com.liferay.portal.kernel.dao.jdbc.DataSourceFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>destroyDataSource</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initDataSource</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initDataSource</name>
			<param>
				<name>driverClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DataSourceFactoryUtil</name>
		<type>com.liferay.portal.kernel.dao.jdbc.DataSourceFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>destroyDataSource</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDataSourceFactory</name>
		</method>
		<method>
			<name>initDataSource</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initDataSource</name>
			<param>
				<name>driverClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setDataSourceFactory</name>
			<param>
				<name>dataSourceFactory</name>
				<type>com.liferay.portal.kernel.dao.jdbc.DataSourceFactory</type>
			</param>
		</method>
		<field>
			<name>_dataSourceFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MappingSqlQuery</name>
		<type>com.liferay.portal.kernel.dao.jdbc.MappingSqlQuery</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>params</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MappingSqlQueryFactory</name>
		<type>com.liferay.portal.kernel.dao.jdbc.MappingSqlQueryFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getMappingSqlQuery</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>int[]</type>
			</param>
			<param>
				<name>rowMapper</name>
				<type>com.liferay.portal.kernel.dao.jdbc.RowMapper</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MappingSqlQueryFactoryUtil</name>
		<type>com.liferay.portal.kernel.dao.jdbc.MappingSqlQueryFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getMappingSqlQuery</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>int[]</type>
			</param>
			<param>
				<name>rowMapper</name>
				<type>com.liferay.portal.kernel.dao.jdbc.RowMapper</type>
			</param>
		</method>
		<method>
			<name>getMappingSqlQueryFactory</name>
		</method>
		<method>
			<name>setMappingSqlQueryFactory</name>
			<param>
				<name>mappingSqlUpdateFactory</name>
				<type>com.liferay.portal.kernel.dao.jdbc.MappingSqlQueryFactory</type>
			</param>
		</method>
		<field>
			<name>_mappingSqlUpdateFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OutputBlob</name>
		<type>com.liferay.portal.kernel.dao.jdbc.OutputBlob</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>OutputBlob</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>length</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>free</name>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getBinaryStream</name>
		</method>
		<method>
			<name>getBinaryStream</name>
			<param>
				<name>pos</name>
				<type>long</type>
			</param>
			<param>
				<name>length</name>
				<type>long</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getBytes</name>
			<param>
				<name>pos</name>
				<type>long</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>length</name>
		</method>
		<method>
			<name>position</name>
			<param>
				<name>pattern</name>
				<type>java.sql.Blob</type>
			</param>
			<param>
				<name>start</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>position</name>
			<param>
				<name>pattern</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>start</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setBinaryStream</name>
			<param>
				<name>pos</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setBytes</name>
			<param>
				<name>pos</name>
				<type>long</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>setBytes</name>
			<param>
				<name>pos</name>
				<type>long</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>truncate</name>
			<param>
				<name>length</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_inputStream</name>
		</field>
		<field>
			<name>_length</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RowMapper</name>
		<type>com.liferay.portal.kernel.dao.jdbc.RowMapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>mapRow</name>
			<param>
				<name>rs</name>
				<type>java.sql.ResultSet</type>
			</param>
			<param>
				<name>rowNumber</name>
				<type>int</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<field>
			<name>COUNT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SmartResultSet</name>
		<type>com.liferay.portal.kernel.dao.jdbc.SmartResultSet</type>
		<author><![CDATA[Minhchau Dang]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SmartResultSet</name>
			<param>
				<name>rs</name>
				<type>java.sql.ResultSet</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>findColumn</name>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>first</name>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>columnIndex</name>
				<type>int</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>columnIndex</name>
				<type>int</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>columnIndex</name>
				<type>int</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getInt</name>
			<param>
				<name>columnIndex</name>
				<type>int</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getInt</name>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>columnIndex</name>
				<type>int</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>columnIndex</name>
				<type>int</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>columnIndex</name>
				<type>int</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getTimestamp</name>
			<param>
				<name>columnIndex</name>
				<type>int</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getTimestamp</name>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>last</name>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>next</name>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>previous</name>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<field>
			<name>_columnCount</name>
		</field>
		<field>
			<name>_columnIndexCache</name>
		</field>
		<field>
			<name>_metaData</name>
		</field>
		<field>
			<name>_rs</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SqlUpdate</name>
		<type>com.liferay.portal.kernel.dao.jdbc.SqlUpdate</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>update</name>
			<param>
				<name>params</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SqlUpdateFactory</name>
		<type>com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getSqlUpdate</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>int[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SqlUpdateFactoryUtil</name>
		<type>com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getSqlUpdate</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>getSqlUpdateFactory</name>
		</method>
		<method>
			<name>setSqlUpdateFactory</name>
			<param>
				<name>sqlUpdateFactory</name>
				<type>com.liferay.portal.kernel.dao.jdbc.SqlUpdateFactory</type>
			</param>
		</method>
		<field>
			<name>_sqlUpdateFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CacheMode</name>
		<type>com.liferay.portal.kernel.dao.orm.CacheMode</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getName</name>
		</method>
		<field>
			<name>GET</name>
		</field>
		<field>
			<name>IGNORE</name>
		</field>
		<field>
			<name>NORMAL</name>
		</field>
		<field>
			<name>PUT</name>
		</field>
		<field>
			<name>REFRESH</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CacheModeImpl</name>
		<type>com.liferay.portal.kernel.dao.orm.CacheModeImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CacheModeImpl</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getName</name>
		</method>
		<field>
			<name>_name</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClassLoaderSession</name>
		<type>com.liferay.portal.kernel.dao.orm.ClassLoaderSession</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ClassLoaderSession</name>
			<param>
				<name>session</name>
				<type>com.liferay.portal.kernel.dao.orm.Session</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>clear</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>createQuery</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>createQuery</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strictName</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>createSQLQuery</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>createSQLQuery</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strictName</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>evict</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>id</name>
				<type>java.io.Serializable</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>id</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>lockMode</name>
				<type>com.liferay.portal.kernel.dao.orm.LockMode</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>getWrappedSession</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>load</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>id</name>
				<type>java.io.Serializable</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>save</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>saveOrUpdate</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<field>
			<name>_classLoader</name>
		</field>
		<field>
			<name>_session</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Conjunction</name>
		<type>com.liferay.portal.kernel.dao.orm.Conjunction</type>
		<author><![CDATA[Raymond Augé]]></author>
	</javadoc>
	<javadoc>
		<name>Criterion</name>
		<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
	</javadoc>
	<javadoc>
		<name>CustomSQLParam</name>
		<type>com.liferay.portal.kernel.dao.orm.CustomSQLParam</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CustomSQLParam</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getSQL</name>
		</method>
		<method>
			<name>process</name>
			<param>
				<name>qPos</name>
				<type>com.liferay.portal.kernel.dao.orm.QueryPos</type>
			</param>
		</method>
		<field>
			<name>_sql</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Dialect</name>
		<type>com.liferay.portal.kernel.dao.orm.Dialect</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>supportsLimit</name>
		</method>
	</javadoc>
	<javadoc>
		<name>Disjunction</name>
		<type>com.liferay.portal.kernel.dao.orm.Disjunction</type>
		<author><![CDATA[Raymond Augé]]></author>
	</javadoc>
	<javadoc>
		<name>DynamicQuery</name>
		<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>add</name>
			<param>
				<name>criterion</name>
				<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
			</param>
		</method>
		<method>
			<name>addOrder</name>
			<param>
				<name>order</name>
				<type>com.liferay.portal.kernel.dao.orm.Order</type>
			</param>
		</method>
		<method>
			<name>compile</name>
			<param>
				<name>session</name>
				<type>com.liferay.portal.kernel.dao.orm.Session</type>
			</param>
		</method>
		<method>
			<name>list</name>
		</method>
		<method>
			<name>list</name>
			<param>
				<name>unmodifiable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLimit</name>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setProjection</name>
			<param>
				<name>projection</name>
				<type>com.liferay.portal.kernel.dao.orm.Projection</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DynamicQueryFactory</name>
		<type>com.liferay.portal.kernel.dao.orm.DynamicQueryFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>forClass</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>forClass</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>forClass</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>alias</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>forClass</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>alias</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DynamicQueryFactoryUtil</name>
		<type>com.liferay.portal.kernel.dao.orm.DynamicQueryFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>forClass</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>forClass</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>forClass</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>alias</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>forClass</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>alias</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>getDynamicQueryFactory</name>
		</method>
		<method>
			<name>setDynamicQueryFactory</name>
			<param>
				<name>dynamicQueryFactory</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQueryFactory</type>
			</param>
		</method>
		<field>
			<name>_dynamicQueryFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EntityCache</name>
		<type>com.liferay.portal.kernel.dao.orm.EntityCache</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clearCache</name>
		</method>
		<method>
			<name>clearCache</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>clearLocalCache</name>
		</method>
		<method>
			<name>getResult</name>
			<param>
				<name>entityCacheEnabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>invalidate</name>
		</method>
		<method>
			<name>loadResult</name>
			<param>
				<name>entityCacheEnabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>sessionFactory</name>
				<type>com.liferay.portal.kernel.dao.orm.SessionFactory</type>
			</param>
		</method>
		<method>
			<name>putResult</name>
			<param>
				<name>entityCacheEnabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>result</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>removeCache</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeResult</name>
			<param>
				<name>entityCacheEnabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>EntityCacheUtil</name>
		<type>com.liferay.portal.kernel.dao.orm.EntityCacheUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clearCache</name>
		</method>
		<method>
			<name>clearCache</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>clearLocalCache</name>
		</method>
		<method>
			<name>getEntityCache</name>
		</method>
		<method>
			<name>getResult</name>
			<param>
				<name>entityCacheEnabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>invalidate</name>
		</method>
		<method>
			<name>loadResult</name>
			<param>
				<name>entityCacheEnabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>sessionFactory</name>
				<type>com.liferay.portal.kernel.dao.orm.SessionFactory</type>
			</param>
		</method>
		<method>
			<name>putResult</name>
			<param>
				<name>entityCacheEnabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>result</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>removeCache</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeResult</name>
			<param>
				<name>entityCacheEnabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setEntityCache</name>
			<param>
				<name>entityCache</name>
				<type>com.liferay.portal.kernel.dao.orm.EntityCache</type>
			</param>
		</method>
		<field>
			<name>_entityCache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FinderCache</name>
		<type>com.liferay.portal.kernel.dao.orm.FinderCache</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clearCache</name>
		</method>
		<method>
			<name>clearCache</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>clearLocalCache</name>
		</method>
		<method>
			<name>getResult</name>
			<param>
				<name>finderPath</name>
				<type>com.liferay.portal.kernel.dao.orm.FinderPath</type>
			</param>
			<param>
				<name>args</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>sessionFactory</name>
				<type>com.liferay.portal.kernel.dao.orm.SessionFactory</type>
			</param>
		</method>
		<method>
			<name>invalidate</name>
		</method>
		<method>
			<name>putResult</name>
			<param>
				<name>finderPath</name>
				<type>com.liferay.portal.kernel.dao.orm.FinderPath</type>
			</param>
			<param>
				<name>args</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>result</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>removeCache</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeResult</name>
			<param>
				<name>finderPath</name>
				<type>com.liferay.portal.kernel.dao.orm.FinderPath</type>
			</param>
			<param>
				<name>args</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FinderCacheUtil</name>
		<type>com.liferay.portal.kernel.dao.orm.FinderCacheUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clearCache</name>
		</method>
		<method>
			<name>clearCache</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>clearLocalCache</name>
		</method>
		<method>
			<name>getFinderCache</name>
		</method>
		<method>
			<name>getResult</name>
			<param>
				<name>finderPath</name>
				<type>com.liferay.portal.kernel.dao.orm.FinderPath</type>
			</param>
			<param>
				<name>args</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>sessionFactory</name>
				<type>com.liferay.portal.kernel.dao.orm.SessionFactory</type>
			</param>
		</method>
		<method>
			<name>getResult</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>args</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>sessionFactory</name>
				<type>com.liferay.portal.kernel.dao.orm.SessionFactory</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>invalidate</name>
		</method>
		<method>
			<name>putResult</name>
			<param>
				<name>classNameCacheEnabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>args</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>result</name>
				<type>java.lang.Object</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>putResult</name>
			<param>
				<name>finderPath</name>
				<type>com.liferay.portal.kernel.dao.orm.FinderPath</type>
			</param>
			<param>
				<name>args</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>result</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>removeCache</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeResult</name>
			<param>
				<name>finderPath</name>
				<type>com.liferay.portal.kernel.dao.orm.FinderPath</type>
			</param>
			<param>
				<name>args</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>setFinderCache</name>
			<param>
				<name>finderCache</name>
				<type>com.liferay.portal.kernel.dao.orm.FinderCache</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_finderCache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FinderPath</name>
		<type>com.liferay.portal.kernel.dao.orm.FinderPath</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>FinderPath</name>
			<param>
				<name>entityCacheEnabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>finderCacheEnabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>resultClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>cacheName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>FinderPath</name>
			<param>
				<name>entityCacheEnabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>finderCacheEnabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>resultClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>cacheName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>columnBitmask</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>encodeCacheKey</name>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>encodeLocalCacheKey</name>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>getCacheName</name>
		</method>
		<method>
			<name>getColumnBitmask</name>
		</method>
		<method>
			<name>getResultClass</name>
		</method>
		<method>
			<name>isEntityCacheEnabled</name>
		</method>
		<method>
			<name>isFinderCacheEnabled</name>
		</method>
		<method>
			<name>setCacheKeyGeneratorCacheName</name>
			<param>
				<name>cacheKeyGeneratorCacheName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getCacheKey</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
		</method>
		<method>
			<name>_initCacheKeyPrefix</name>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>_initLocalCacheKeyPrefix</name>
		</method>
		<field>
			<name>_ARGS_SEPARATOR</name>
		</field>
		<field>
			<name>_PARAMS_SEPARATOR</name>
		</field>
		<field>
			<name>_cacheKeyGenerator</name>
		</field>
		<field>
			<name>_cacheKeyGeneratorCacheName</name>
		</field>
		<field>
			<name>_cacheKeyPrefix</name>
		</field>
		<field>
			<name>_cacheName</name>
		</field>
		<field>
			<name>_columnBitmask</name>
		</field>
		<field>
			<name>_entityCacheEnabled</name>
		</field>
		<field>
			<name>_finderCacheEnabled</name>
		</field>
		<field>
			<name>_localCacheKeyPrefix</name>
		</field>
		<field>
			<name>_resultClass</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Junction</name>
		<type>com.liferay.portal.kernel.dao.orm.Junction</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>add</name>
			<param>
				<name>criterion</name>
				<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LockMode</name>
		<type>com.liferay.portal.kernel.dao.orm.LockMode</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>FORCE</name>
		</field>
		<field>
			<name>NONE</name>
		</field>
		<field>
			<name>OPTIMISTIC</name>
		</field>
		<field>
			<name>OPTIMISTIC_FORCE_INCREMENT</name>
		</field>
		<field>
			<name>PESSIMISTIC_FORCE_INCREMENT</name>
		</field>
		<field>
			<name>PESSIMISTIC_READ</name>
		</field>
		<field>
			<name>PESSIMISTIC_WRITE</name>
		</field>
		<field>
			<name>READ</name>
		</field>
		<field>
			<name>UPGRADE</name>
		</field>
		<field>
			<name>UPGRADE_NOWAIT</name>
		</field>
		<field>
			<name>WRITE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ORMException</name>
		<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ORMException</name>
		</method>
		<method>
			<name>ORMException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ORMException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ORMException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ObjectNotFoundException</name>
		<type>com.liferay.portal.kernel.dao.orm.ObjectNotFoundException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ObjectNotFoundException</name>
		</method>
		<method>
			<name>ObjectNotFoundException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ObjectNotFoundException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ObjectNotFoundException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Order</name>
		<type>com.liferay.portal.kernel.dao.orm.Order</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
	</javadoc>
	<javadoc>
		<name>OrderFactory</name>
		<type>com.liferay.portal.kernel.dao.orm.OrderFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>asc</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>desc</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>OrderFactoryUtil</name>
		<type>com.liferay.portal.kernel.dao.orm.OrderFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addOrderByComparator</name>
			<param>
				<name>dynamicQuery</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>asc</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>desc</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOrderFactory</name>
		</method>
		<method>
			<name>setOrderFactory</name>
			<param>
				<name>orderFactory</name>
				<type>com.liferay.portal.kernel.dao.orm.OrderFactory</type>
			</param>
		</method>
		<field>
			<name>_orderFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalCustomSQL</name>
		<type>com.liferay.portal.kernel.dao.orm.PortalCustomSQL</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>get</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalCustomSQLUtil</name>
		<type>com.liferay.portal.kernel.dao.orm.PortalCustomSQLUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>get</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortalCustomSQL</name>
		</method>
		<method>
			<name>setPortalCustomSQL</name>
			<param>
				<name>portalCustomSQL</name>
				<type>com.liferay.portal.kernel.dao.orm.PortalCustomSQL</type>
			</param>
		</method>
		<field>
			<name>_portalCustomSQL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Projection</name>
		<type>com.liferay.portal.kernel.dao.orm.Projection</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
	</javadoc>
	<javadoc>
		<name>ProjectionFactory</name>
		<type>com.liferay.portal.kernel.dao.orm.ProjectionFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>alias</name>
			<param>
				<name>projection</name>
				<type>com.liferay.portal.kernel.dao.orm.Projection</type>
			</param>
			<param>
				<name>alias</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>avg</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>count</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>countDistinct</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>distinct</name>
			<param>
				<name>projection</name>
				<type>com.liferay.portal.kernel.dao.orm.Projection</type>
			</param>
		</method>
		<method>
			<name>groupProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>max</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>min</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>projectionList</name>
		</method>
		<method>
			<name>property</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>rowCount</name>
		</method>
		<method>
			<name>sum</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ProjectionFactoryUtil</name>
		<type>com.liferay.portal.kernel.dao.orm.ProjectionFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>alias</name>
			<param>
				<name>projection</name>
				<type>com.liferay.portal.kernel.dao.orm.Projection</type>
			</param>
			<param>
				<name>alias</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>avg</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>count</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>countDistinct</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>distinct</name>
			<param>
				<name>projection</name>
				<type>com.liferay.portal.kernel.dao.orm.Projection</type>
			</param>
		</method>
		<method>
			<name>getProjectionFactory</name>
		</method>
		<method>
			<name>groupProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>max</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>min</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>projectionList</name>
		</method>
		<method>
			<name>property</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>rowCount</name>
		</method>
		<method>
			<name>sum</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setProjectionFactory</name>
			<param>
				<name>projectionFactory</name>
				<type>com.liferay.portal.kernel.dao.orm.ProjectionFactory</type>
			</param>
		</method>
		<field>
			<name>_projectionFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ProjectionList</name>
		<type>com.liferay.portal.kernel.dao.orm.ProjectionList</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>add</name>
			<param>
				<name>projection</name>
				<type>com.liferay.portal.kernel.dao.orm.Projection</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>projection</name>
				<type>com.liferay.portal.kernel.dao.orm.Projection</type>
			</param>
			<param>
				<name>alias</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Property</name>
		<type>com.liferay.portal.kernel.dao.orm.Property</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>asc</name>
		</method>
		<method>
			<name>avg</name>
		</method>
		<method>
			<name>between</name>
			<param>
				<name>min</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>max</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>count</name>
		</method>
		<method>
			<name>desc</name>
		</method>
		<method>
			<name>eq</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>eq</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>eqAll</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>eqProperty</name>
			<param>
				<name>other</name>
				<type>com.liferay.portal.kernel.dao.orm.Property</type>
			</param>
		</method>
		<method>
			<name>eqProperty</name>
			<param>
				<name>other</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ge</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>ge</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>geAll</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>geProperty</name>
			<param>
				<name>other</name>
				<type>com.liferay.portal.kernel.dao.orm.Property</type>
			</param>
		</method>
		<method>
			<name>geProperty</name>
			<param>
				<name>other</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>geSome</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>getProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>group</name>
		</method>
		<method>
			<name>gt</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>gt</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>gtAll</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>gtProperty</name>
			<param>
				<name>other</name>
				<type>com.liferay.portal.kernel.dao.orm.Property</type>
			</param>
		</method>
		<method>
			<name>gtProperty</name>
			<param>
				<name>other</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>gtSome</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>in</name>
			<param>
				<name>values</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>in</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>in</name>
			<param>
				<name>values</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>isEmpty</name>
		</method>
		<method>
			<name>isNotEmpty</name>
		</method>
		<method>
			<name>isNotNull</name>
		</method>
		<method>
			<name>isNull</name>
		</method>
		<method>
			<name>le</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>le</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>leAll</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>leProperty</name>
			<param>
				<name>other</name>
				<type>com.liferay.portal.kernel.dao.orm.Property</type>
			</param>
		</method>
		<method>
			<name>leProperty</name>
			<param>
				<name>other</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>leSome</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>like</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>lt</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>lt</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>ltAll</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>ltProperty</name>
			<param>
				<name>other</name>
				<type>com.liferay.portal.kernel.dao.orm.Property</type>
			</param>
		</method>
		<method>
			<name>ltProperty</name>
			<param>
				<name>other</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ltSome</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>max</name>
		</method>
		<method>
			<name>min</name>
		</method>
		<method>
			<name>ne</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
		<method>
			<name>ne</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>neProperty</name>
			<param>
				<name>other</name>
				<type>com.liferay.portal.kernel.dao.orm.Property</type>
			</param>
		</method>
		<method>
			<name>neProperty</name>
			<param>
				<name>other</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>notIn</name>
			<param>
				<name>subselect</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PropertyFactory</name>
		<type>com.liferay.portal.kernel.dao.orm.PropertyFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>forName</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PropertyFactoryUtil</name>
		<type>com.liferay.portal.kernel.dao.orm.PropertyFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>forName</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPropertyFactory</name>
		</method>
		<method>
			<name>setPropertyFactory</name>
			<param>
				<name>projectionFactory</name>
				<type>com.liferay.portal.kernel.dao.orm.PropertyFactory</type>
			</param>
		</method>
		<field>
			<name>_projectionFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Query</name>
		<type>com.liferay.portal.kernel.dao.orm.Query</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>executeUpdate</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>iterate</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>iterate</name>
			<param>
				<name>modifiable</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>list</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>list</name>
			<param>
				<name>unmodifiable</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>list</name>
			<param>
				<name>copy</name>
				<type>boolean</type>
			</param>
			<param>
				<name>unmodifiable</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>scroll</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>setBoolean</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setBoolean</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setCacheable</name>
			<param>
				<name>cacheable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setCacheMode</name>
			<param>
				<name>cacheMode</name>
				<type>com.liferay.portal.kernel.dao.orm.CacheMode</type>
			</param>
		</method>
		<method>
			<name>setCacheRegion</name>
			<param>
				<name>cacheRegion</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDouble</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>setDouble</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>setFirstResult</name>
			<param>
				<name>firstResult</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setFloat</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>setFloat</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>setInteger</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setInteger</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setLockMode</name>
			<param>
				<name>alias</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lockMode</name>
				<type>com.liferay.portal.kernel.dao.orm.LockMode</type>
			</param>
		</method>
		<method>
			<name>setLong</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setLong</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setMaxResults</name>
			<param>
				<name>maxResults</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setSerializable</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setSerializable</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setShort</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>setShort</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>setString</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setString</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTimestamp</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>java.sql.Timestamp</type>
			</param>
		</method>
		<method>
			<name>setTimestamp</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.sql.Timestamp</type>
			</param>
		</method>
		<method>
			<name>uniqueResult</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>QueryPos</name>
		<type>com.liferay.portal.kernel.dao.orm.QueryPos</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getInstance</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.dao.orm.Query</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>boolean[]</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>java.lang.Boolean[]</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>java.lang.Boolean[]</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>java.util.Date[]</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>java.util.Date[]</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>java.lang.Double</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>double[]</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>java.lang.Double[]</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>java.lang.Double[]</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>java.lang.Float</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>float[]</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>java.lang.Float[]</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>java.lang.Float[]</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>int[]</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>java.lang.Integer[]</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>java.lang.Integer[]</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>long[]</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>java.lang.Long[]</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>java.lang.Long[]</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>java.lang.Short</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>short[]</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>java.lang.Short[]</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>java.lang.Short[]</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>java.sql.Timestamp</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>java.sql.Timestamp[]</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>java.sql.Timestamp[]</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getPos</name>
		</method>
		<method>
			<name>QueryPos</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.dao.orm.Query</type>
			</param>
		</method>
		<method>
			<name>_addNull</name>
		</method>
		<field>
			<name>_DEFAULT_ARRAY_COUNT</name>
		</field>
		<field>
			<name>_pos</name>
		</field>
		<field>
			<name>_query</name>
		</field>
	</javadoc>
	<javadoc>
		<name>QueryUtil</name>
		<type>com.liferay.portal.kernel.dao.orm.QueryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getPrevAndNext</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.dao.orm.Query</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<param>
				<name>comparable</name>
				<type>java.lang.Comparable</type>
			</param>
		</method>
		<method>
			<name>iterate</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.dao.orm.Query</type>
			</param>
			<param>
				<name>dialect</name>
				<type>com.liferay.portal.kernel.dao.orm.Dialect</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>iterate</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.dao.orm.Query</type>
			</param>
			<param>
				<name>dialect</name>
				<type>com.liferay.portal.kernel.dao.orm.Dialect</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>unmodifiable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>list</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.dao.orm.Query</type>
			</param>
			<param>
				<name>dialect</name>
				<type>com.liferay.portal.kernel.dao.orm.Dialect</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>list</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.dao.orm.Query</type>
			</param>
			<param>
				<name>dialect</name>
				<type>com.liferay.portal.kernel.dao.orm.Dialect</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>unmodifiable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>randomList</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.dao.orm.Query</type>
			</param>
			<param>
				<name>dialect</name>
				<type>com.liferay.portal.kernel.dao.orm.Dialect</type>
			</param>
			<param>
				<name>total</name>
				<type>int</type>
			</param>
			<param>
				<name>num</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>randomList</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.dao.orm.Query</type>
			</param>
			<param>
				<name>dialect</name>
				<type>com.liferay.portal.kernel.dao.orm.Dialect</type>
			</param>
			<param>
				<name>total</name>
				<type>int</type>
			</param>
			<param>
				<name>num</name>
				<type>int</type>
			</param>
			<param>
				<name>unmodifiable</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>ALL_POS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RestrictionsFactory</name>
		<type>com.liferay.portal.kernel.dao.orm.RestrictionsFactory</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>allEq</name>
			<param>
				<name>propertyNameValues</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>and</name>
			<param>
				<name>lhs</name>
				<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
			</param>
			<param>
				<name>rhs</name>
				<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
			</param>
		</method>
		<method>
			<name>between</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lo</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>hi</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>conjunction</name>
		</method>
		<method>
			<name>disjunction</name>
		</method>
		<method>
			<name>eq</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>eqProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>otherPropertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ge</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>geProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>otherPropertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>gt</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>gtProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>otherPropertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ilike</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>in</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>in</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>isEmpty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isNotEmpty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isNotNull</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isNull</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>le</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>leProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>otherPropertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>like</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>lt</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>ltProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>otherPropertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ne</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>neProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>otherPropertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>not</name>
			<param>
				<name>expression</name>
				<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
			</param>
		</method>
		<method>
			<name>or</name>
			<param>
				<name>lhs</name>
				<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
			</param>
			<param>
				<name>rhs</name>
				<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
			</param>
		</method>
		<method>
			<name>sizeEq</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>sizeGe</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>sizeGt</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>sizeLe</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>sizeLt</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>sizeNe</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RestrictionsFactoryUtil</name>
		<type>com.liferay.portal.kernel.dao.orm.RestrictionsFactoryUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>allEq</name>
			<param>
				<name>propertyNameValues</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>and</name>
			<param>
				<name>lhs</name>
				<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
			</param>
			<param>
				<name>rhs</name>
				<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
			</param>
		</method>
		<method>
			<name>between</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lo</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>hi</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>conjunction</name>
		</method>
		<method>
			<name>disjunction</name>
		</method>
		<method>
			<name>eq</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>eqProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>otherPropertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ge</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>geProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>otherPropertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRestrictionsFactory</name>
		</method>
		<method>
			<name>gt</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>gtProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>otherPropertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ilike</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>in</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>in</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>isEmpty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isNotEmpty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isNotNull</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isNull</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>le</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>leProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>otherPropertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>like</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>lt</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>ltProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>otherPropertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ne</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>neProperty</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>otherPropertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>not</name>
			<param>
				<name>expression</name>
				<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
			</param>
		</method>
		<method>
			<name>or</name>
			<param>
				<name>lhs</name>
				<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
			</param>
			<param>
				<name>rhs</name>
				<type>com.liferay.portal.kernel.dao.orm.Criterion</type>
			</param>
		</method>
		<method>
			<name>sizeEq</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>sizeGe</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>sizeGt</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>sizeLe</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>sizeLt</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>sizeNe</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setRestrictionsFactory</name>
			<param>
				<name>restrictionsFactory</name>
				<type>com.liferay.portal.kernel.dao.orm.RestrictionsFactory</type>
			</param>
		</method>
		<field>
			<name>_restrictionsFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SQLQuery</name>
		<type>com.liferay.portal.kernel.dao.orm.SQLQuery</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addEntity</name>
			<param>
				<name>alias</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entityClass</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>addScalar</name>
			<param>
				<name>columnAlias</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>com.liferay.portal.kernel.dao.orm.Type</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ScrollableResults</name>
		<type>com.liferay.portal.kernel.dao.orm.ScrollableResults</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>first</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>get</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>i</name>
				<type>int</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>last</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>next</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>previous</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>scroll</name>
			<param>
				<name>i</name>
				<type>int</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>Session</name>
		<type>com.liferay.portal.kernel.dao.orm.Session</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>clear</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>createQuery</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>createQuery</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strictName</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>createSQLQuery</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>createSQLQuery</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strictName</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>evict</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>id</name>
				<type>java.io.Serializable</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>id</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>lockMode</name>
				<type>com.liferay.portal.kernel.dao.orm.LockMode</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>getWrappedSession</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>load</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>id</name>
				<type>java.io.Serializable</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>save</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>saveOrUpdate</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SessionFactory</name>
		<type>com.liferay.portal.kernel.dao.orm.SessionFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>closeSession</name>
			<param>
				<name>session</name>
				<type>com.liferay.portal.kernel.dao.orm.Session</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>getDialect</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>openNewSession</name>
			<param>
				<name>connection</name>
				<type>java.sql.Connection</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>openSession</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>Type</name>
		<type>com.liferay.portal.kernel.dao.orm.Type</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>BIG_DECIMAL</name>
		</field>
		<field>
			<name>BIG_INTEGER</name>
		</field>
		<field>
			<name>BINARY</name>
		</field>
		<field>
			<name>BLOB</name>
		</field>
		<field>
			<name>BOOLEAN</name>
		</field>
		<field>
			<name>BYTE</name>
		</field>
		<field>
			<name>CALENDAR</name>
		</field>
		<field>
			<name>CALENDAR_DATE</name>
		</field>
		<field>
			<name>CHAR_ARRAY</name>
		</field>
		<field>
			<name>CHARACTER</name>
		</field>
		<field>
			<name>CHARACTER_ARRAY</name>
		</field>
		<field>
			<name>CLASS</name>
		</field>
		<field>
			<name>CLOB</name>
		</field>
		<field>
			<name>CURRENCY</name>
		</field>
		<field>
			<name>DATE</name>
		</field>
		<field>
			<name>DOUBLE</name>
		</field>
		<field>
			<name>FLOAT</name>
		</field>
		<field>
			<name>IMAGE</name>
		</field>
		<field>
			<name>INTEGER</name>
		</field>
		<field>
			<name>LOCALE</name>
		</field>
		<field>
			<name>LONG</name>
		</field>
		<field>
			<name>MATERIALIZED_BLOB</name>
		</field>
		<field>
			<name>MATERIALIZED_CLOB</name>
		</field>
		<field>
			<name>NUMERIC_BOOLEAN</name>
		</field>
		<field>
			<name>SERIALIZABLE</name>
		</field>
		<field>
			<name>SHORT</name>
		</field>
		<field>
			<name>STRING</name>
		</field>
		<field>
			<name>TEXT</name>
		</field>
		<field>
			<name>TIME</name>
		</field>
		<field>
			<name>TIMESTAMP</name>
		</field>
		<field>
			<name>TIMEZONE</name>
		</field>
		<field>
			<name>TRUE_FALSE</name>
		</field>
		<field>
			<name>URL</name>
		</field>
		<field>
			<name>UUID_BINARY</name>
		</field>
		<field>
			<name>UUID_CHAR</name>
		</field>
		<field>
			<name>WRAPPER_BINARY</name>
		</field>
		<field>
			<name>YES_NO</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AlwaysTrueRowChecker</name>
		<type>com.liferay.portal.kernel.dao.search.AlwaysTrueRowChecker</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>AlwaysTrueRowChecker</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
		</method>
		<method>
			<name>isChecked</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ButtonSearchEntry</name>
		<type>com.liferay.portal.kernel.dao.search.ButtonSearchEntry</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DAOParamUtil</name>
		<type>com.liferay.portal.kernel.dao.search.DAOParamUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getBoolean</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getISODate</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getISODate</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLike</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLike</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toLowerCase</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getLike</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLike</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toLowerCase</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getLike</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLike</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toLowerCase</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getLike</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLike</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toLowerCase</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DisplayTerms</name>
		<type>com.liferay.portal.kernel.dao.search.DisplayTerms</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DisplayTerms</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>DisplayTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getKeywords</name>
		</method>
		<method>
			<name>isAdvancedSearch</name>
		</method>
		<method>
			<name>isAndOperator</name>
		</method>
		<method>
			<name>setAdvancedSearch</name>
			<param>
				<name>advancedSearch</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>ADVANCED_SEARCH</name>
		</field>
		<field>
			<name>AND_OPERATOR</name>
		</field>
		<field>
			<name>KEYWORDS</name>
		</field>
		<field>
			<name>advancedSearch</name>
		</field>
		<field>
			<name>andOperator</name>
		</field>
		<field>
			<name>keywords</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSPSearchEntry</name>
		<type>com.liferay.portal.kernel.dao.search.JSPSearchEntry</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>getPath</name>
		</method>
		<method>
			<name>getRequest</name>
		</method>
		<method>
			<name>getResponse</name>
		</method>
		<method>
			<name>getServletContext</name>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>setResponse</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>setServletContext</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<field>
			<name>_path</name>
		</field>
		<field>
			<name>_request</name>
		</field>
		<field>
			<name>_response</name>
		</field>
		<field>
			<name>_servletContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResultRow</name>
		<type>com.liferay.portal.kernel.dao.search.ResultRow</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ResultRow</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>long</type>
			</param>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>ResultRow</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>long</type>
			</param>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>bold</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>ResultRow</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>ResultRow</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>bold</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>ResultRow</name>
			<param>
				<name>rowId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>bold</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addButton</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>href</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addButton</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>align</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valign</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>colspan</name>
				<type>int</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>href</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addButton</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>href</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addButton</name>
			<param>
				<name>align</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valign</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>colspan</name>
				<type>int</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>href</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addButton</name>
			<param>
				<name>align</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valign</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>href</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addJSP</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addJSP</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>addJSP</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>align</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valign</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>colspan</name>
				<type>int</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addJSP</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>align</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valign</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>colspan</name>
				<type>int</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>addJSP</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addJSP</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>addJSP</name>
			<param>
				<name>align</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valign</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>colspan</name>
				<type>int</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addJSP</name>
			<param>
				<name>align</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valign</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>colspan</name>
				<type>int</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>addJSP</name>
			<param>
				<name>align</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valign</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addJSP</name>
			<param>
				<name>align</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valign</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>addSearchEntry</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>searchEntry</name>
				<type>com.liferay.portal.kernel.dao.search.SearchEntry</type>
			</param>
		</method>
		<method>
			<name>addSearchEntry</name>
			<param>
				<name>searchEntry</name>
				<type>com.liferay.portal.kernel.dao.search.SearchEntry</type>
			</param>
		</method>
		<method>
			<name>addText</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addText</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>addText</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>href</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addText</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>align</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valign</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>colspan</name>
				<type>int</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addText</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>align</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valign</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>colspan</name>
				<type>int</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>addText</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>align</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valign</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>colspan</name>
				<type>int</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>href</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addText</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>searchEntry</name>
				<type>com.liferay.portal.kernel.dao.search.TextSearchEntry</type>
			</param>
		</method>
		<method>
			<name>addText</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addText</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>addText</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>href</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addText</name>
			<param>
				<name>align</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valign</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>colspan</name>
				<type>int</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addText</name>
			<param>
				<name>align</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valign</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>colspan</name>
				<type>int</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>addText</name>
			<param>
				<name>align</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valign</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>colspan</name>
				<type>int</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>href</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addText</name>
			<param>
				<name>align</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valign</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addText</name>
			<param>
				<name>align</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valign</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>addText</name>
			<param>
				<name>align</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valign</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>href</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addText</name>
			<param>
				<name>searchEntry</name>
				<type>com.liferay.portal.kernel.dao.search.TextSearchEntry</type>
			</param>
		</method>
		<method>
			<name>getClassHoverName</name>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getData</name>
		</method>
		<method>
			<name>getEntries</name>
		</method>
		<method>
			<name>getObject</name>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPos</name>
		</method>
		<method>
			<name>getPrimaryKey</name>
		</method>
		<method>
			<name>getRowId</name>
		</method>
		<method>
			<name>isBold</name>
		</method>
		<method>
			<name>isRestricted</name>
		</method>
		<method>
			<name>isSkip</name>
		</method>
		<method>
			<name>removeSearchEntry</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setBold</name>
			<param>
				<name>bold</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setClassHoverName</name>
			<param>
				<name>classHoverName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setData</name>
			<param>
				<name>data</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setObject</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setPrimaryKey</name>
			<param>
				<name>primaryKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRestricted</name>
			<param>
				<name>restricted</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setRowId</name>
			<param>
				<name>rowId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSkip</name>
			<param>
				<name>skip</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_bold</name>
		</field>
		<field>
			<name>_classHoverName</name>
		</field>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_data</name>
		</field>
		<field>
			<name>_obj</name>
		</field>
		<field>
			<name>_params</name>
		</field>
		<field>
			<name>_pos</name>
		</field>
		<field>
			<name>_primaryKey</name>
		</field>
		<field>
			<name>_restricted</name>
		</field>
		<field>
			<name>_rowId</name>
		</field>
		<field>
			<name>_searchEntries</name>
		</field>
		<field>
			<name>_skip</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RowChecker</name>
		<type>com.liferay.portal.kernel.dao.search.RowChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RowChecker</name>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
		</method>
		<method>
			<name>getAlign</name>
		</method>
		<method>
			<name>getAllRowIds</name>
		</method>
		<method>
			<name>getAllRowsCheckBox</name>
		</method>
		<method>
			<name>getAllRowsId</name>
		</method>
		<method>
			<name>getColspan</name>
		</method>
		<method>
			<name>getCssClass</name>
		</method>
		<method>
			<name>getFormName</name>
		</method>
		<method>
			<name>getRowCheckBox</name>
			<param>
				<name>checked</name>
				<type>boolean</type>
			</param>
			<param>
				<name>disabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRowId</name>
		</method>
		<method>
			<name>getRowIds</name>
		</method>
		<method>
			<name>getValign</name>
		</method>
		<method>
			<name>isChecked</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isDisabled</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setAlign</name>
			<param>
				<name>align</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setAllRowIds</name>
			<param>
				<name>allRowIds</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setColspan</name>
			<param>
				<name>colspan</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setCssClass</name>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFormName</name>
			<param>
				<name>formName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRowIds</name>
			<param>
				<name>rowIds</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setValign</name>
			<param>
				<name>valign</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNamespacedValue</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRowCheckBox</name>
			<param>
				<name>checked</name>
				<type>boolean</type>
			</param>
			<param>
				<name>disabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkBoxRowIds</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkBoxAllRowIds</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkBoxPostOnClick</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>ALIGN</name>
		</field>
		<field>
			<name>ALL_ROW_IDS</name>
		</field>
		<field>
			<name>COLSPAN</name>
		</field>
		<field>
			<name>CSS_CLASS</name>
		</field>
		<field>
			<name>FORM_NAME</name>
		</field>
		<field>
			<name>ROW_IDS</name>
		</field>
		<field>
			<name>VALIGN</name>
		</field>
		<field>
			<name>_align</name>
		</field>
		<field>
			<name>_allRowIds</name>
		</field>
		<field>
			<name>_colspan</name>
		</field>
		<field>
			<name>_cssClass</name>
		</field>
		<field>
			<name>_formName</name>
		</field>
		<field>
			<name>_portletResponse</name>
		</field>
		<field>
			<name>_rowIds</name>
		</field>
		<field>
			<name>_valign</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SearchContainer</name>
		<type>com.liferay.portal.kernel.dao.search.SearchContainer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SearchContainer</name>
		</method>
		<method>
			<name>SearchContainer</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>headerNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>emptyResultsMessage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>SearchContainer</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>displayTerms</name>
				<type>com.liferay.portal.kernel.dao.search.DisplayTerms</type>
			</param>
			<param>
				<name>searchTerms</name>
				<type>com.liferay.portal.kernel.dao.search.DisplayTerms</type>
			</param>
			<param>
				<name>curParam</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delta</name>
				<type>int</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>headerNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>emptyResultsMessage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>SearchContainer</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>displayTerms</name>
				<type>com.liferay.portal.kernel.dao.search.DisplayTerms</type>
			</param>
			<param>
				<name>searchTerms</name>
				<type>com.liferay.portal.kernel.dao.search.DisplayTerms</type>
			</param>
			<param>
				<name>curParam</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cur</name>
				<type>int</type>
			</param>
			<param>
				<name>delta</name>
				<type>int</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>headerNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>emptyResultsMessage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getCur</name>
		</method>
		<method>
			<name>getCurParam</name>
		</method>
		<method>
			<name>getCurValue</name>
			<deprecated><![CDATA[Use <code>getCur</code>.]]></deprecated>
		</method>
		<method>
			<name>getDelta</name>
		</method>
		<method>
			<name>getDeltaParam</name>
		</method>
		<method>
			<name>getDisplayTerms</name>
		</method>
		<method>
			<name>getEmptyResultsMessage</name>
		</method>
		<method>
			<name>getEnd</name>
		</method>
		<method>
			<name>getHeaderNames</name>
		</method>
		<method>
			<name>getId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getIteratorURL</name>
		</method>
		<method>
			<name>getMaxPages</name>
			<deprecated><![CDATA[LPS-6312]]></deprecated>
		</method>
		<method>
			<name>getNormalizedHeaderNames</name>
		</method>
		<method>
			<name>getOrderableHeaders</name>
		</method>
		<method>
			<name>getOrderByCol</name>
		</method>
		<method>
			<name>getOrderByColParam</name>
		</method>
		<method>
			<name>getOrderByComparator</name>
		</method>
		<method>
			<name>getOrderByJS</name>
		</method>
		<method>
			<name>getOrderByType</name>
		</method>
		<method>
			<name>getOrderByTypeParam</name>
		</method>
		<method>
			<name>getPortletRequest</name>
		</method>
		<method>
			<name>getResultEnd</name>
		</method>
		<method>
			<name>getResultRows</name>
		</method>
		<method>
			<name>getResults</name>
		</method>
		<method>
			<name>getRowChecker</name>
		</method>
		<method>
			<name>getSearchTerms</name>
		</method>
		<method>
			<name>getStart</name>
		</method>
		<method>
			<name>getTotal</name>
		</method>
		<method>
			<name>isDeltaConfigurable</name>
		</method>
		<method>
			<name>isHover</name>
		</method>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDelta</name>
			<param>
				<name>delta</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setDeltaConfigurable</name>
			<param>
				<name>deltaConfigurable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setDeltaParam</name>
			<param>
				<name>deltaParam</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setEmptyResultsMessage</name>
			<param>
				<name>emptyResultsMessage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setHeaderNames</name>
			<param>
				<name>headerNames</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setHover</name>
			<param>
				<name>hover</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setId</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setIteratorURL</name>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>setMaxPages</name>
			<param>
				<name>maxPages</name>
				<type>int</type>
			</param>
			<deprecated><![CDATA[LPS-6312]]></deprecated>
		</method>
		<method>
			<name>setOrderableHeaders</name>
			<param>
				<name>orderableHeaders</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setOrderByCol</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setOrderByColParam</name>
			<param>
				<name>orderByColParam</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setOrderByComparator</name>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>setOrderByJS</name>
			<param>
				<name>orderByJS</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setOrderByType</name>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setOrderByTypeParam</name>
			<param>
				<name>orderByTypeParam</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setResults</name>
			<param>
				<name>results</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setRowChecker</name>
			<param>
				<name>rowChecker</name>
				<type>com.liferay.portal.kernel.dao.search.RowChecker</type>
			</param>
		</method>
		<method>
			<name>setTotal</name>
			<param>
				<name>total</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_buildNormalizedHeaderNames</name>
			<param>
				<name>headerNames</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>_calculateStartAndEnd</name>
		</method>
		<field>
			<name>DEFAULT_CUR</name>
		</field>
		<field>
			<name>DEFAULT_CUR_PARAM</name>
		</field>
		<field>
			<name>DEFAULT_CUR_VALUE</name>
			<deprecated><![CDATA[Use <code>DEFAULT_CUR</code>.]]></deprecated>
		</field>
		<field>
			<name>DEFAULT_DELTA</name>
		</field>
		<field>
			<name>DEFAULT_DELTA_CONFIGURABLE</name>
		</field>
		<field>
			<name>DEFAULT_DELTA_PARAM</name>
		</field>
		<field>
			<name>DEFAULT_MAX_PAGES</name>
			<deprecated><![CDATA[LPS-6312]]></deprecated>
		</field>
		<field>
			<name>DEFAULT_ORDER_BY_COL_PARAM</name>
		</field>
		<field>
			<name>DEFAULT_ORDER_BY_TYPE_PARAM</name>
		</field>
		<field>
			<name>MAX_DELTA</name>
		</field>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_cur</name>
		</field>
		<field>
			<name>_curParam</name>
		</field>
		<field>
			<name>_delta</name>
		</field>
		<field>
			<name>_deltaConfigurable</name>
		</field>
		<field>
			<name>_deltaParam</name>
		</field>
		<field>
			<name>_displayTerms</name>
		</field>
		<field>
			<name>_emptyResultsMessage</name>
		</field>
		<field>
			<name>_end</name>
		</field>
		<field>
			<name>_headerNames</name>
		</field>
		<field>
			<name>_hover</name>
		</field>
		<field>
			<name>_id</name>
		</field>
		<field>
			<name>_iteratorURL</name>
		</field>
		<field>
			<name>_maxPages</name>
			<deprecated><![CDATA[LPS-6312]]></deprecated>
		</field>
		<field>
			<name>_normalizedHeaderNames</name>
		</field>
		<field>
			<name>_orderableHeaders</name>
		</field>
		<field>
			<name>_orderByCol</name>
		</field>
		<field>
			<name>_orderByColParam</name>
		</field>
		<field>
			<name>_orderByComparator</name>
		</field>
		<field>
			<name>_orderByJS</name>
		</field>
		<field>
			<name>_orderByType</name>
		</field>
		<field>
			<name>_orderByTypeParam</name>
		</field>
		<field>
			<name>_portletRequest</name>
		</field>
		<field>
			<name>_resultEnd</name>
		</field>
		<field>
			<name>_resultRows</name>
		</field>
		<field>
			<name>_results</name>
		</field>
		<field>
			<name>_rowChecker</name>
		</field>
		<field>
			<name>_searchTerms</name>
		</field>
		<field>
			<name>_start</name>
		</field>
		<field>
			<name>_total</name>
		</field>
		<field>
			<name>_uniqueId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SearchEntry</name>
		<type>com.liferay.portal.kernel.dao.search.SearchEntry</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getAlign</name>
		</method>
		<method>
			<name>getColspan</name>
		</method>
		<method>
			<name>getCssClass</name>
		</method>
		<method>
			<name>getIndex</name>
		</method>
		<method>
			<name>getValign</name>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setAlign</name>
			<param>
				<name>align</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setColspan</name>
			<param>
				<name>colspan</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setCssClass</name>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setIndex</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setValign</name>
			<param>
				<name>valign</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>DEFAULT_ALIGN</name>
		</field>
		<field>
			<name>DEFAULT_COLSPAN</name>
		</field>
		<field>
			<name>DEFAULT_CSS_CLASS</name>
		</field>
		<field>
			<name>DEFAULT_VALIGN</name>
		</field>
		<field>
			<name>_align</name>
		</field>
		<field>
			<name>_colspan</name>
		</field>
		<field>
			<name>_cssClass</name>
		</field>
		<field>
			<name>_index</name>
		</field>
		<field>
			<name>_valign</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TextSearchEntry</name>
		<type>com.liferay.portal.kernel.dao.search.TextSearchEntry</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>getData</name>
		</method>
		<method>
			<name>getHref</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getTarget</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setData</name>
			<param>
				<name>data</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setHref</name>
			<param>
				<name>href</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTarget</name>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTitle</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_data</name>
		</field>
		<field>
			<name>_href</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_target</name>
		</field>
		<field>
			<name>_title</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Shard</name>
		<type>com.liferay.portal.kernel.dao.shard.Shard</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getAvailableShardNames</name>
		</method>
		<method>
			<name>getCurrentShardName</name>
		</method>
		<method>
			<name>getDataSource</name>
		</method>
		<method>
			<name>getDefaultShardName</name>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>popCompanyService</name>
		</method>
		<method>
			<name>pushCompanyService</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>pushCompanyService</name>
			<param>
				<name>shardName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ShardUtil</name>
		<type>com.liferay.portal.kernel.dao.shard.ShardUtil</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getAvailableShardNames</name>
		</method>
		<method>
			<name>getCurrentShardName</name>
		</method>
		<method>
			<name>getDataSource</name>
		</method>
		<method>
			<name>getDefaultShardName</name>
		</method>
		<method>
			<name>getShard</name>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>popCompanyService</name>
		</method>
		<method>
			<name>pushCompanyService</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>pushCompanyService</name>
			<param>
				<name>shardName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setShard</name>
			<param>
				<name>shard</name>
				<type>com.liferay.portal.kernel.dao.shard.Shard</type>
			</param>
		</method>
		<field>
			<name>_DEFAULT_SHARD_ARRAY</name>
		</field>
		<field>
			<name>_shard</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DeployManager</name>
		<type>com.liferay.portal.kernel.deploy.DeployManager</type>
		<author><![CDATA[Jonathan Potter]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Ryan Park]]></author>
		<method>
			<name>deploy</name>
			<param>
				<name>autoDeploymentContext</name>
				<type>com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDeployDir</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getInstalledDir</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getInstalledPluginPackage</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInstalledPluginPackages</name>
		</method>
		<method>
			<name>isDeployed</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>readPluginPackageProperties</name>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>readPluginPackageXml</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>redeploy</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>undeploy</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DeployManagerUtil</name>
		<type>com.liferay.portal.kernel.deploy.DeployManagerUtil</type>
		<author><![CDATA[Jonathan Potter]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Ryan Park]]></author>
		<method>
			<name>deploy</name>
			<param>
				<name>autoDeploymentContext</name>
				<type>com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDeployDir</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDeployManager</name>
		</method>
		<method>
			<name>getInstalledDir</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getInstalledPluginPackage</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInstalledPluginPackages</name>
		</method>
		<method>
			<name>isDeployed</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>readPluginPackageProperties</name>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>readPluginPackageXml</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>redeploy</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>undeploy</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setDeployManager</name>
			<param>
				<name>deployManager</name>
				<type>com.liferay.portal.kernel.deploy.DeployManager</type>
			</param>
		</method>
		<field>
			<name>_deployManager</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Deployer</name>
		<type>com.liferay.portal.kernel.deploy.Deployer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addExtJar</name>
			<param>
				<name>jars</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>resource</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addRequiredJar</name>
			<param>
				<name>jars</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>resource</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>checkArguments</name>
		</method>
		<method>
			<name>copyDependencyXml</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetDir</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyDependencyXml</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyDependencyXml</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>overwrite</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyJars</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyProperties</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyTlds</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyXmls</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processPluginPackageProperties</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>readPluginPackage</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>setAppServerType</name>
			<param>
				<name>appServerType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setAuiTaglibDTD</name>
			<param>
				<name>auiTaglibDTD</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setBaseDir</name>
			<param>
				<name>baseDir</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDestDir</name>
			<param>
				<name>destDir</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFilePattern</name>
			<param>
				<name>filePattern</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setJars</name>
			<param>
				<name>jars</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setJbossPrefix</name>
			<param>
				<name>jbossPrefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletExtTaglibDTD</name>
			<param>
				<name>portletExtTaglibDTD</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletTaglibDTD</name>
			<param>
				<name>portletTaglibDTD</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSecurityTaglibDTD</name>
			<param>
				<name>securityTaglibDTD</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setThemeTaglibDTD</name>
			<param>
				<name>themeTaglibDTD</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTomcatLibDir</name>
			<param>
				<name>tomcatLibDir</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUiTaglibDTD</name>
			<param>
				<name>uiTaglibDTD</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUnpackWar</name>
			<param>
				<name>unpackWar</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setUtilTaglibDTD</name>
			<param>
				<name>utilTaglibDTD</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setWars</name>
			<param>
				<name>wars</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>updateWebXml</name>
			<param>
				<name>webXml</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AutoDeployDir</name>
		<type>com.liferay.portal.kernel.deploy.auto.AutoDeployDir</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AutoDeployDir</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deployDir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destDir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>interval</name>
				<type>long</type>
			</param>
			<param>
				<name>blacklistThreshold</name>
				<type>int</type>
			</param>
			<param>
				<name>autoDeployListeners</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getBlacklistThreshold</name>
		</method>
		<method>
			<name>getDeployDir</name>
		</method>
		<method>
			<name>getDestDir</name>
		</method>
		<method>
			<name>getInterval</name>
		</method>
		<method>
			<name>getListeners</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>registerListener</name>
			<param>
				<name>listener</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployListener</type>
			</param>
		</method>
		<method>
			<name>start</name>
		</method>
		<method>
			<name>stop</name>
		</method>
		<method>
			<name>unregisterListener</name>
			<param>
				<name>autoDeployListener</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployListener</type>
			</param>
		</method>
		<method>
			<name>buildAutoDeploymentContext</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>processFile</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>scanDirectory</name>
		</method>
		<field>
			<name>DEFAULT_NAME</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_autoDeployListeners</name>
		</field>
		<field>
			<name>_autoDeployScanner</name>
		</field>
		<field>
			<name>_blacklistFiles</name>
		</field>
		<field>
			<name>_blacklistThreshold</name>
		</field>
		<field>
			<name>_deployDir</name>
		</field>
		<field>
			<name>_destDir</name>
		</field>
		<field>
			<name>_inProcessFiles</name>
		</field>
		<field>
			<name>_interval</name>
		</field>
		<field>
			<name>_name</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AutoDeployException</name>
		<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AutoDeployException</name>
		</method>
		<method>
			<name>AutoDeployException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>AutoDeployException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>AutoDeployException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AutoDeployListener</name>
		<type>com.liferay.portal.kernel.deploy.auto.AutoDeployListener</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>deploy</name>
			<param>
				<name>autoDeploymentContext</name>
				<type>com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AutoDeployScanner</name>
		<type>com.liferay.portal.kernel.deploy.auto.AutoDeployScanner</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AutoDeployScanner</name>
			<param>
				<name>threadGroup</name>
				<type>java.lang.ThreadGroup</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoDeployDir</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployDir</type>
			</param>
		</method>
		<method>
			<name>pause</name>
		</method>
		<method>
			<name>run</name>
		</method>
		<field>
			<name>_autoDeployDir</name>
		</field>
		<field>
			<name>_started</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AutoDeployUtil</name>
		<type>com.liferay.portal.kernel.deploy.auto.AutoDeployUtil</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getDir</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>registerDir</name>
			<param>
				<name>autoDeployDir</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployDir</type>
			</param>
		</method>
		<method>
			<name>unregisterDir</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>AutoDeployUtil</name>
		</method>
		<method>
			<name>_getDir</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_registerDir</name>
			<param>
				<name>autoDeployDir</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployDir</type>
			</param>
		</method>
		<method>
			<name>_unregisterDir</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_autoDeployDirs</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseAutoDeployListener</name>
		<type>com.liferay.portal.kernel.deploy.auto.BaseAutoDeployListener</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Ryan Park]]></author>
		<method>
			<name>isExtPlugin</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>isHookPlugin</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<method>
			<name>isLiferayPackage</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>isMatchingFile</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>checkXmlFile</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<method>
			<name>isMatchingFileExtension</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>isThemePlugin</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<method>
			<name>isWebPlugin</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AutoDeploymentContext</name>
		<type>com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>getContext</name>
		</method>
		<method>
			<name>getDeployDir</name>
		</method>
		<method>
			<name>getDestDir</name>
		</method>
		<method>
			<name>getFile</name>
		</method>
		<method>
			<name>setContext</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDestDir</name>
			<param>
				<name>destDir</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFile</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<field>
			<name>_context</name>
		</field>
		<field>
			<name>_destDir</name>
		</field>
		<field>
			<name>_file</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseHotDeployListener</name>
		<type>com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>throwHotDeployException</name>
			<param>
				<name>event</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
			<throws>
				<name>HotDeployException</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployException</type>
			</throws>
		</method>
		<method>
			<name>getClpServletContextName</name>
			<param>
				<name>clpMessageListenerClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>clpMessageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>newInstance</name>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>interfaceClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>implClassName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>newInstance</name>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>interfaceClasses</name>
				<type>java.lang.Class[]</type>
			</param>
			<param>
				<name>implClassName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>registerClpMessageListeners</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>portletClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>unregisterClpMessageListeners</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>HotDeploy</name>
		<type>com.liferay.portal.kernel.deploy.hot.HotDeploy</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>fireDeployEvent</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
		</method>
		<method>
			<name>fireUndeployEvent</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
		</method>
		<method>
			<name>registerListener</name>
			<param>
				<name>hotDeployListener</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployListener</type>
			</param>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>setCapturePrematureEvents</name>
			<param>
				<name>capturePrematureEvents</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>unregisterListener</name>
			<param>
				<name>hotDeployListener</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployListener</type>
			</param>
		</method>
		<method>
			<name>unregisterListeners</name>
		</method>
	</javadoc>
	<javadoc>
		<name>HotDeployEvent</name>
		<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>HotDeployEvent</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>contextClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>HotDeployEvent</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>contextClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>dependencyManagementEnabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getContextClassLoader</name>
		</method>
		<method>
			<name>getDependentServletContextNames</name>
		</method>
		<method>
			<name>getPluginPackage</name>
		</method>
		<method>
			<name>getServletContext</name>
		</method>
		<method>
			<name>getServletContextName</name>
		</method>
		<method>
			<name>isDependencyManagementEnabled</name>
		</method>
		<method>
			<name>setPluginPackage</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<method>
			<name>initDependentServletContextNames</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_contextClassLoader</name>
		</field>
		<field>
			<name>_dependencyManagementEnabled</name>
		</field>
		<field>
			<name>_dependentServletContextNames</name>
		</field>
		<field>
			<name>_pluginPackage</name>
		</field>
		<field>
			<name>_servletContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HotDeployException</name>
		<type>com.liferay.portal.kernel.deploy.hot.HotDeployException</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>HotDeployException</name>
		</method>
		<method>
			<name>HotDeployException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>HotDeployException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>HotDeployException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>HotDeployListener</name>
		<type>com.liferay.portal.kernel.deploy.hot.HotDeployListener</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>invokeDeploy</name>
			<param>
				<name>event</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>HotDeployException</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployException</type>
			</throws>
		</method>
		<method>
			<name>invokeUndeploy</name>
			<param>
				<name>event</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
			<throws>
				<name>HotDeployException</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>HotDeployUtil</name>
		<type>com.liferay.portal.kernel.deploy.hot.HotDeployUtil</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>fireDeployEvent</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
		</method>
		<method>
			<name>fireUndeployEvent</name>
			<param>
				<name>hotDeployEvent</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployEvent</type>
			</param>
		</method>
		<method>
			<name>getHotDeploy</name>
		</method>
		<method>
			<name>registerListener</name>
			<param>
				<name>hotDeployListener</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployListener</type>
			</param>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>setCapturePrematureEvents</name>
			<param>
				<name>capturePrematureEvents</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>unregisterListener</name>
			<param>
				<name>hotDeployListener</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeployListener</type>
			</param>
		</method>
		<method>
			<name>unregisterListeners</name>
		</method>
		<method>
			<name>setHotDeploy</name>
			<param>
				<name>hotDeploy</name>
				<type>com.liferay.portal.kernel.deploy.hot.HotDeploy</type>
			</param>
		</method>
		<field>
			<name>_hotDeploy</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayPackageHotDeployException</name>
		<type>com.liferay.portal.kernel.deploy.hot.LiferayPackageHotDeployException</type>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>LiferayPackageHotDeployException</name>
		</method>
		<method>
			<name>LiferayPackageHotDeployException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>LiferayPackageHotDeployException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>LiferayPackageHotDeployException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SandboxDeployDir</name>
		<type>com.liferay.portal.kernel.deploy.sandbox.SandboxDeployDir</type>
		<author><![CDATA[Igor Spasic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SandboxDeployDir</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deployDir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>interval</name>
				<type>long</type>
			</param>
			<param>
				<name>sandboxDeployListeners</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getDeployDir</name>
		</method>
		<method>
			<name>getInterval</name>
		</method>
		<method>
			<name>getListeners</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>registerListener</name>
			<param>
				<name>listener</name>
				<type>com.liferay.portal.kernel.deploy.sandbox.SandboxDeployListener</type>
			</param>
		</method>
		<method>
			<name>start</name>
		</method>
		<method>
			<name>stop</name>
		</method>
		<method>
			<name>unregisterListener</name>
			<param>
				<name>sandboxDeployListener</name>
				<type>com.liferay.portal.kernel.deploy.sandbox.SandboxDeployListener</type>
			</param>
		</method>
		<method>
			<name>deployDir</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>scanDirectory</name>
		</method>
		<method>
			<name>undeployDir</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<field>
			<name>DEFAULT_NAME</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_deployDir</name>
		</field>
		<field>
			<name>_directoryFilter</name>
		</field>
		<field>
			<name>_existingDirs</name>
		</field>
		<field>
			<name>_interval</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_sandboxDeployListeners</name>
		</field>
		<field>
			<name>_sandboxDeployScanner</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SandboxDeployException</name>
		<type>com.liferay.portal.kernel.deploy.sandbox.SandboxDeployException</type>
		<author><![CDATA[Igor Spasic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SandboxDeployException</name>
		</method>
		<method>
			<name>SandboxDeployException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>SandboxDeployException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>SandboxDeployException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SandboxDeployListener</name>
		<type>com.liferay.portal.kernel.deploy.sandbox.SandboxDeployListener</type>
		<author><![CDATA[Igor Spasic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>deploy</name>
			<param>
				<name>dir</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>SandboxDeployException</name>
				<type>com.liferay.portal.kernel.deploy.sandbox.SandboxDeployException</type>
			</throws>
		</method>
		<method>
			<name>undeploy</name>
			<param>
				<name>dir</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>SandboxDeployException</name>
				<type>com.liferay.portal.kernel.deploy.sandbox.SandboxDeployException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SandboxDeployScanner</name>
		<type>com.liferay.portal.kernel.deploy.sandbox.SandboxDeployScanner</type>
		<author><![CDATA[Igor Spasic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SandboxDeployScanner</name>
			<param>
				<name>threadGroup</name>
				<type>java.lang.ThreadGroup</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sandboxDeployDir</name>
				<type>com.liferay.portal.kernel.deploy.sandbox.SandboxDeployDir</type>
			</param>
		</method>
		<method>
			<name>pause</name>
		</method>
		<method>
			<name>run</name>
		</method>
		<field>
			<name>_sandboxDeployDir</name>
		</field>
		<field>
			<name>_started</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SandboxDeployUtil</name>
		<type>com.liferay.portal.kernel.deploy.sandbox.SandboxDeployUtil</type>
		<author><![CDATA[Igor Spasic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getDir</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>registerDir</name>
			<param>
				<name>sandboxDeployDir</name>
				<type>com.liferay.portal.kernel.deploy.sandbox.SandboxDeployDir</type>
			</param>
		</method>
		<method>
			<name>unregisterDir</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>SandboxDeployUtil</name>
		</method>
		<method>
			<name>_getDir</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_registerDir</name>
			<param>
				<name>sandboxDeployDir</name>
				<type>com.liferay.portal.kernel.deploy.sandbox.SandboxDeployDir</type>
			</param>
		</method>
		<method>
			<name>_unregisterDir</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_sandboxDeployDirs</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EditorUtil</name>
		<type>com.liferay.portal.kernel.editor.EditorUtil</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>getEditorValue</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>editorImpl</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_EDITOR_WYSIWYG_DEFAULT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Action</name>
		<type>com.liferay.portal.kernel.events.Action</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<method>
			<name>run</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ActionException</name>
		<type>com.liferay.portal.kernel.events.ActionException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ActionException</name>
		</method>
		<method>
			<name>ActionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ActionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ActionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>InvokerAction</name>
		<type>com.liferay.portal.kernel.events.InvokerAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>InvokerAction</name>
			<param>
				<name>action</name>
				<type>com.liferay.portal.kernel.events.Action</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>run</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<field>
			<name>_action</name>
		</field>
		<field>
			<name>_classLoader</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InvokerSessionAction</name>
		<type>com.liferay.portal.kernel.events.InvokerSessionAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>InvokerSessionAction</name>
			<param>
				<name>sessionAction</name>
				<type>com.liferay.portal.kernel.events.SessionAction</type>
			</param>
		</method>
		<method>
			<name>InvokerSessionAction</name>
			<param>
				<name>sessionAction</name>
				<type>com.liferay.portal.kernel.events.SessionAction</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>run</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<field>
			<name>_classLoader</name>
		</field>
		<field>
			<name>_sessionAction</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InvokerSimpleAction</name>
		<type>com.liferay.portal.kernel.events.InvokerSimpleAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>InvokerSimpleAction</name>
			<param>
				<name>simpleAction</name>
				<type>com.liferay.portal.kernel.events.SimpleAction</type>
			</param>
		</method>
		<method>
			<name>InvokerSimpleAction</name>
			<param>
				<name>simpleAction</name>
				<type>com.liferay.portal.kernel.events.SimpleAction</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>run</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
		<field>
			<name>_classLoader</name>
		</field>
		<field>
			<name>_simpleAction</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SessionAction</name>
		<type>com.liferay.portal.kernel.events.SessionAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SimpleAction</name>
		<type>com.liferay.portal.kernel.events.SimpleAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>NestableException</name>
		<type>com.liferay.portal.kernel.exception.NestableException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NestableException</name>
		</method>
		<method>
			<name>NestableException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NestableException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NestableException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalException</name>
		<type>com.liferay.portal.kernel.exception.PortalException</type>
		<comment><![CDATA[The base class for all exceptions related to business logic. Examples include invalid input, portlet errors, and references to non existent database records.

<p>
Portal exceptions are generally caused by user error, and do not indicate that anything is wrong with the portal itself.
</p>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<see><![CDATA[SystemException]]></see>
		<method>
			<name>PortalException</name>
		</method>
		<method>
			<name>PortalException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortalException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>PortalException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SystemException</name>
		<type>com.liferay.portal.kernel.exception.SystemException</type>
		<comment><![CDATA[The base class for all exceptions caused by system problems. Examples include database connection errors and file not found errors.

<p>
System exceptions are always unexpected, and generally indicate that the portal is misconfigured or that a critical service is unavailable.
</p>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<see><![CDATA[PortalException]]></see>
		<method>
			<name>SystemException</name>
		</method>
		<method>
			<name>SystemException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>SystemException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>SystemException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CopyThreadLocalCallable</name>
		<type>com.liferay.portal.kernel.executor.CopyThreadLocalCallable</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>CopyThreadLocalCallable</name>
			<param>
				<name>readOnly</name>
				<type>boolean</type>
			</param>
			<param>
				<name>clearOnExit</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>call</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doCall</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_clearOnExit</name>
		</field>
		<field>
			<name>_longLivedThreadLocals</name>
		</field>
		<field>
			<name>_shortLivedlThreadLocals</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalExecutorFactory</name>
		<type>com.liferay.portal.kernel.executor.PortalExecutorFactory</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>createPortalExecutor</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalExecutorManager</name>
		<type>com.liferay.portal.kernel.executor.PortalExecutorManager</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>callable</name>
				<type>java.util.concurrent.Callable</type>
			</param>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>callable</name>
				<type>java.util.concurrent.Callable</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<param>
				<name>timeUnit</name>
				<type>java.util.concurrent.TimeUnit</type>
			</param>
			<throws>
				<name>ExecutionException</name>
				<type>java.util.concurrent.ExecutionException</type>
			</throws>
			<throws>
				<name>InterruptedException</name>
				<type>java.lang.InterruptedException</type>
			</throws>
			<throws>
				<name>TimeoutException</name>
				<type>java.util.concurrent.TimeoutException</type>
			</throws>
		</method>
		<method>
			<name>getPortalExecutor</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortalExecutor</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>createIfAbsent</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>registerPortalExecutor</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>threadPoolExecutor</name>
				<type>com.liferay.portal.kernel.concurrent.ThreadPoolExecutor</type>
			</param>
		</method>
		<method>
			<name>shutdown</name>
		</method>
		<method>
			<name>shutdown</name>
			<param>
				<name>interrupt</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>shutdown</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>shutdown</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>interrupt</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalExecutorManagerUtil</name>
		<type>com.liferay.portal.kernel.executor.PortalExecutorManagerUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>callable</name>
				<type>java.util.concurrent.Callable</type>
			</param>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>callable</name>
				<type>java.util.concurrent.Callable</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<param>
				<name>timeUnit</name>
				<type>java.util.concurrent.TimeUnit</type>
			</param>
			<throws>
				<name>ExecutionException</name>
				<type>java.util.concurrent.ExecutionException</type>
			</throws>
			<throws>
				<name>InterruptedException</name>
				<type>java.lang.InterruptedException</type>
			</throws>
			<throws>
				<name>TimeoutException</name>
				<type>java.util.concurrent.TimeoutException</type>
			</throws>
		</method>
		<method>
			<name>getPortalExecutor</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortalExecutor</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>createIfAbsent</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getPortalExecutorManager</name>
		</method>
		<method>
			<name>registerPortalExecutor</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>threadPoolExecutor</name>
				<type>com.liferay.portal.kernel.concurrent.ThreadPoolExecutor</type>
			</param>
		</method>
		<method>
			<name>shutdown</name>
		</method>
		<method>
			<name>shutdown</name>
			<param>
				<name>interrupt</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>shutdown</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>shutdown</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>interrupt</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setPortalExecutorManager</name>
			<param>
				<name>portalExecutorManager</name>
				<type>com.liferay.portal.kernel.executor.PortalExecutorManager</type>
			</param>
		</method>
		<field>
			<name>_portalExecutorManager</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FacebookConnect</name>
		<type>com.liferay.portal.kernel.facebook.FacebookConnect</type>
		<author><![CDATA[Wilson Man]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>getAccessToken</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>redirect</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>code</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAccessTokenURL</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAppId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAppSecret</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAuthURL</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGraphResources</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>accessToken</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fields</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getGraphURL</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProfileImageURL</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getRedirectURL</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isEnabled</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isVerifiedAccountRequired</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>FacebookConnectUtil</name>
		<type>com.liferay.portal.kernel.facebook.FacebookConnectUtil</type>
		<author><![CDATA[Wilson Man]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>getAccessToken</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>redirect</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>code</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAccessTokenURL</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAppId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAppSecret</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAuthURL</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFacebookConnect</name>
		</method>
		<method>
			<name>getGraphResources</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>accessToken</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fields</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getGraphURL</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProfileImageURL</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getRedirectURL</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isEnabled</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isVerifiedAccountRequired</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setFacebookConnect</name>
			<param>
				<name>facebookConnect</name>
				<type>com.liferay.portal.kernel.facebook.FacebookConnect</type>
			</param>
		</method>
		<field>
			<name>_facebookConnect</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PhoneNumberFormat</name>
		<type>com.liferay.portal.kernel.format.PhoneNumberFormat</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Manuel de la Peña]]></author>
		<method>
			<name>format</name>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>strip</name>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PhoneNumberFormatUtil</name>
		<type>com.liferay.portal.kernel.format.PhoneNumberFormatUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Manuel de la Peña]]></author>
		<method>
			<name>format</name>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPhoneNumberFormat</name>
		</method>
		<method>
			<name>strip</name>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPhoneNumberFormat</name>
			<param>
				<name>phoneNumberFormat</name>
				<type>com.liferay.portal.kernel.format.PhoneNumberFormat</type>
			</param>
		</method>
		<field>
			<name>_phoneNumberFormat</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PhoneNumberFormatWrapper</name>
		<type>com.liferay.portal.kernel.format.PhoneNumberFormatWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Manuel de la Peña]]></author>
		<method>
			<name>PhoneNumberFormatWrapper</name>
			<param>
				<name>phoneNumberFormat</name>
				<type>com.liferay.portal.kernel.format.PhoneNumberFormat</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPhoneNumberFormat</name>
			<param>
				<name>phoneNumberFormat</name>
				<type>com.liferay.portal.kernel.format.PhoneNumberFormat</type>
			</param>
		</method>
		<method>
			<name>strip</name>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_originalPhoneNumberFormat</name>
		</field>
		<field>
			<name>_phoneNumberFormat</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FreeMarkerContext</name>
		<type>com.liferay.portal.kernel.freemarker.FreeMarkerContext</type>
		<author><![CDATA[Mika Koivisto]]></author>
	</javadoc>
	<javadoc>
		<name>FreeMarkerEngine</name>
		<type>com.liferay.portal.kernel.freemarker.FreeMarkerEngine</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>clearClassLoader</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>flushTemplate</name>
			<param>
				<name>freeMarkerTemplateId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getWrappedClassLoaderToolsContext</name>
		</method>
		<method>
			<name>getWrappedRestrictedToolsContext</name>
		</method>
		<method>
			<name>getWrappedStandardToolsContext</name>
		</method>
		<method>
			<name>init</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>mergeTemplate</name>
			<param>
				<name>freeMarkerTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>freeMarkerContext</name>
				<type>com.liferay.portal.kernel.freemarker.FreeMarkerContext</type>
			</param>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>mergeTemplate</name>
			<param>
				<name>freeMarkerTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>freemarkerTemplateContent</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>freeMarkerContext</name>
				<type>com.liferay.portal.kernel.freemarker.FreeMarkerContext</type>
			</param>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>resourceExists</name>
			<param>
				<name>resource</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FreeMarkerEngineUtil</name>
		<type>com.liferay.portal.kernel.freemarker.FreeMarkerEngineUtil</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>clearClassLoader</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>flushTemplate</name>
			<param>
				<name>freeMarkerTemplateId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFreeMarkerEngine</name>
		</method>
		<method>
			<name>getWrappedClassLoaderToolsContext</name>
		</method>
		<method>
			<name>getWrappedRestrictedToolsContext</name>
		</method>
		<method>
			<name>getWrappedStandardToolsContext</name>
		</method>
		<method>
			<name>init</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>mergeTemplate</name>
			<param>
				<name>freeMarkerTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>freeMarkerContext</name>
				<type>com.liferay.portal.kernel.freemarker.FreeMarkerContext</type>
			</param>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>mergeTemplate</name>
			<param>
				<name>freeMarkerTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>freemarkerTemplateContent</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>freeMarkerContext</name>
				<type>com.liferay.portal.kernel.freemarker.FreeMarkerContext</type>
			</param>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>resourceExists</name>
			<param>
				<name>resource</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFreeMarkerEngine</name>
			<param>
				<name>freeMarkerEngine</name>
				<type>com.liferay.portal.kernel.freemarker.FreeMarkerEngine</type>
			</param>
		</method>
		<field>
			<name>_freeMarkerEngine</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FreeMarkerVariables</name>
		<type>com.liferay.portal.kernel.freemarker.FreeMarkerVariables</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>insertHelperUtilities</name>
			<param>
				<name>freeMarkerContext</name>
				<type>com.liferay.portal.kernel.freemarker.FreeMarkerContext</type>
			</param>
			<param>
				<name>restrictedVariables</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>insertVariables</name>
			<param>
				<name>freeMarkerContext</name>
				<type>com.liferay.portal.kernel.freemarker.FreeMarkerContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>FreeMarkerVariablesUtil</name>
		<type>com.liferay.portal.kernel.freemarker.FreeMarkerVariablesUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getFreeMarkerVariables</name>
		</method>
		<method>
			<name>insertHelperUtilities</name>
			<param>
				<name>freeMarkerContext</name>
				<type>com.liferay.portal.kernel.freemarker.FreeMarkerContext</type>
			</param>
			<param>
				<name>restrictedVariables</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>insertVariables</name>
			<param>
				<name>freeMarkerContext</name>
				<type>com.liferay.portal.kernel.freemarker.FreeMarkerContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setFreeMarkerVariables</name>
			<param>
				<name>freeMarkerVariables</name>
				<type>com.liferay.portal.kernel.freemarker.FreeMarkerVariables</type>
			</param>
		</method>
		<field>
			<name>_freeMarkerVariables</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GEmailSettingsManager</name>
		<type>com.liferay.portal.kernel.googleapps.GEmailSettingsManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addSendAs</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fullName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>GGroup</name>
		<type>com.liferay.portal.kernel.googleapps.GGroup</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getEmailAddress</name>
		</method>
		<method>
			<name>getEmailPermission</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getPermissionPreset</name>
		</method>
		<method>
			<name>setDescription</name>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setEmailAddress</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setEmailPermission</name>
			<param>
				<name>emailPermission</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPermissionPreset</name>
			<param>
				<name>permissionPreset</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_description</name>
		</field>
		<field>
			<name>_emailAddress</name>
		</field>
		<field>
			<name>_emailPermission</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_permissionPreset</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GGroupManager</name>
		<type>com.liferay.portal.kernel.googleapps.GGroupManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addGGroupMember</name>
			<param>
				<name>groupEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>memberEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>addGGroupOwner</name>
			<param>
				<name>groupEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>deleteGGroup</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>deleteGGroupMember</name>
			<param>
				<name>groupEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>memberEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>deleteGGroupOwner</name>
			<param>
				<name>groupEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGGroup</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGGroupMember</name>
			<param>
				<name>groupEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>memberEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGGroupMembers</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGGroupOwner</name>
			<param>
				<name>groupEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGGroupOwners</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGGroups</name>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGGroups</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>directOnly</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>updateDescription</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>GGroupMember</name>
		<type>com.liferay.portal.kernel.googleapps.GGroupMember</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getEmailAddress</name>
		</method>
		<method>
			<name>getGGroup</name>
		</method>
		<method>
			<name>getGUser</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>isDirect</name>
		</method>
		<method>
			<name>isEveryone</name>
		</method>
		<method>
			<name>setDirect</name>
			<param>
				<name>direct</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setEmailAddress</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setGGroup</name>
			<param>
				<name>gGroup</name>
				<type>com.liferay.portal.kernel.googleapps.GGroup</type>
			</param>
		</method>
		<method>
			<name>setGUser</name>
			<param>
				<name>gUser</name>
				<type>com.liferay.portal.kernel.googleapps.GUser</type>
			</param>
		</method>
		<method>
			<name>setType</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_direct</name>
		</field>
		<field>
			<name>_emailAddress</name>
		</field>
		<field>
			<name>_gGroup</name>
		</field>
		<field>
			<name>_gUser</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GGroupOwner</name>
		<type>com.liferay.portal.kernel.googleapps.GGroupOwner</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getEmailAddress</name>
		</method>
		<method>
			<name>getGGroup</name>
		</method>
		<method>
			<name>getGUser</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>isEveryone</name>
		</method>
		<method>
			<name>setEmailAddress</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setGGroup</name>
			<param>
				<name>gGroup</name>
				<type>com.liferay.portal.kernel.googleapps.GGroup</type>
			</param>
		</method>
		<method>
			<name>setGUser</name>
			<param>
				<name>gUser</name>
				<type>com.liferay.portal.kernel.googleapps.GUser</type>
			</param>
		</method>
		<method>
			<name>setType</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_emailAddress</name>
		</field>
		<field>
			<name>_gGroup</name>
		</field>
		<field>
			<name>_gUser</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GNickname</name>
		<type>com.liferay.portal.kernel.googleapps.GNickname</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getNickname</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>setNickname</name>
			<param>
				<name>nickname</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_nickname</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GNicknameManager</name>
		<type>com.liferay.portal.kernel.googleapps.GNicknameManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addGNickname</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>nickname</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>deleteGNickname</name>
			<param>
				<name>nickname</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGNickname</name>
			<param>
				<name>nickname</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGNicknames</name>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>GUser</name>
		<type>com.liferay.portal.kernel.googleapps.GUser</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getFirstName</name>
		</method>
		<method>
			<name>getFullName</name>
		</method>
		<method>
			<name>getLastName</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>isActive</name>
		</method>
		<method>
			<name>isAdministrator</name>
		</method>
		<method>
			<name>isAgreedToTermsOfUse</name>
		</method>
		<method>
			<name>setActive</name>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setAdministrator</name>
			<param>
				<name>administrator</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setAgreedToTermsOfUse</name>
			<param>
				<name>agreedToTermsOfUse</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setFirstName</name>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLastName</name>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_active</name>
		</field>
		<field>
			<name>_administrator</name>
		</field>
		<field>
			<name>_agreedToTermsOfUse</name>
		</field>
		<field>
			<name>_firstName</name>
		</field>
		<field>
			<name>_lastName</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GUserManager</name>
		<type>com.liferay.portal.kernel.googleapps.GUserManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addGUser</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>deleteGUser</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGUser</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGUser</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>getGUsers</name>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>updateActive</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
		<method>
			<name>updatePassword</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>GoogleAppsException</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>GoogleAppsException</name>
		<type>com.liferay.portal.kernel.googleapps.GoogleAppsException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GoogleAppsException</name>
		</method>
		<method>
			<name>GoogleAppsException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>GoogleAppsException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>GoogleAppsException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>GoogleAppsFactory</name>
		<type>com.liferay.portal.kernel.googleapps.GoogleAppsFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getGEmailSettingsManager</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getGGroupManager</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getGNicknameManager</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getGUserManager</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>GoogleAppsFactoryUtil</name>
		<type>com.liferay.portal.kernel.googleapps.GoogleAppsFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getGEmailSettingsManager</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getGGroupManager</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getGNicknameManager</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getGoogleAppsFactory</name>
		</method>
		<method>
			<name>getGUserManager</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setGoogleAppsFactory</name>
			<param>
				<name>googleAppsFactory</name>
				<type>com.liferay.portal.kernel.googleapps.GoogleAppsFactory</type>
			</param>
		</method>
		<field>
			<name>_googleAppsFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GGroupEmailAddressComparator</name>
		<type>com.liferay.portal.kernel.googleapps.comparator.GGroupEmailAddressComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GGroupEmailAddressComparator</name>
		</method>
		<method>
			<name>GGroupEmailAddressComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>user1</name>
				<type>com.liferay.portal.kernel.googleapps.GGroup</type>
			</param>
			<param>
				<name>user2</name>
				<type>com.liferay.portal.kernel.googleapps.GGroup</type>
			</param>
		</method>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GGroupNameComparator</name>
		<type>com.liferay.portal.kernel.googleapps.comparator.GGroupNameComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GGroupNameComparator</name>
		</method>
		<method>
			<name>GGroupNameComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>user1</name>
				<type>com.liferay.portal.kernel.googleapps.GGroup</type>
			</param>
			<param>
				<name>user2</name>
				<type>com.liferay.portal.kernel.googleapps.GGroup</type>
			</param>
		</method>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GUserFirstNameComparator</name>
		<type>com.liferay.portal.kernel.googleapps.comparator.GUserFirstNameComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GUserFirstNameComparator</name>
		</method>
		<method>
			<name>GUserFirstNameComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>user1</name>
				<type>com.liferay.portal.kernel.googleapps.GUser</type>
			</param>
			<param>
				<name>user2</name>
				<type>com.liferay.portal.kernel.googleapps.GUser</type>
			</param>
		</method>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GUserFullNameComparator</name>
		<type>com.liferay.portal.kernel.googleapps.comparator.GUserFullNameComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GUserFullNameComparator</name>
		</method>
		<method>
			<name>GUserFullNameComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>user1</name>
				<type>com.liferay.portal.kernel.googleapps.GUser</type>
			</param>
			<param>
				<name>user2</name>
				<type>com.liferay.portal.kernel.googleapps.GUser</type>
			</param>
		</method>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GUserLastNameComparator</name>
		<type>com.liferay.portal.kernel.googleapps.comparator.GUserLastNameComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GUserLastNameComparator</name>
		</method>
		<method>
			<name>GUserLastNameComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>user1</name>
				<type>com.liferay.portal.kernel.googleapps.GUser</type>
			</param>
			<param>
				<name>user2</name>
				<type>com.liferay.portal.kernel.googleapps.GUser</type>
			</param>
		</method>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GUserUserIdComparator</name>
		<type>com.liferay.portal.kernel.googleapps.comparator.GUserUserIdComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GUserUserIdComparator</name>
		</method>
		<method>
			<name>GUserUserIdComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>user1</name>
				<type>com.liferay.portal.kernel.googleapps.GUser</type>
			</param>
			<param>
				<name>user2</name>
				<type>com.liferay.portal.kernel.googleapps.GUser</type>
			</param>
		</method>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Hook</name>
		<type>com.liferay.portal.kernel.image.Hook</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>deleteImage</name>
			<param>
				<name>image</name>
				<type>com.liferay.portal.model.Image</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getImageAsBytes</name>
			<param>
				<name>image</name>
				<type>com.liferay.portal.model.Image</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getImageAsStream</name>
			<param>
				<name>image</name>
				<type>com.liferay.portal.model.Image</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateImage</name>
			<param>
				<name>image</name>
				<type>com.liferay.portal.model.Image</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ImageBag</name>
		<type>com.liferay.portal.kernel.image.ImageBag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ImageBag</name>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRenderedImage</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<field>
			<name>_renderedImage</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ImageTool</name>
		<type>com.liferay.portal.kernel.image.ImageTool</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>convertImageType</name>
			<param>
				<name>sourceImage</name>
				<type>java.awt.image.BufferedImage</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>encodeGIF</name>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
			<param>
				<name>os</name>
				<type>java.io.OutputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>encodeWBMP</name>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
			<param>
				<name>os</name>
				<type>java.io.OutputStream</type>
			</param>
			<throws>
				<name>InterruptedException</name>
				<type>java.lang.InterruptedException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getBufferedImage</name>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
		</method>
		<method>
			<name>getBytes</name>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>scale</name>
			<comment><![CDATA[Scales the image based on the given width with the height calculated to preserve aspect ratio.]]></comment>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
				<comment><![CDATA[image to scale]]></comment>
			</param>
			<param>
				<name>width</name>
				<type>int</type>
				<comment><![CDATA[used as new width and to calculate for new height]]></comment>
			</param>
			<return>
				<comment><![CDATA[scaled image]]></comment>
			</return>
		</method>
		<method>
			<name>scale</name>
			<comment><![CDATA[Scales the image based on the maximum height and width given while preserving the aspect ratio. If the image is already larger in both dimensions, the image will not be scaled.]]></comment>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
				<comment><![CDATA[image to scale]]></comment>
			</param>
			<param>
				<name>maxHeight</name>
				<type>int</type>
				<comment><![CDATA[maximum height allowed for image]]></comment>
			</param>
			<param>
				<name>maxWidth</name>
				<type>int</type>
				<comment><![CDATA[maximum width allowed for image]]></comment>
			</param>
			<return>
				<comment><![CDATA[scaled image]]></comment>
			</return>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>os</name>
				<type>java.io.OutputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>TYPE_BMP</name>
		</field>
		<field>
			<name>TYPE_GIF</name>
		</field>
		<field>
			<name>TYPE_JPEG</name>
		</field>
		<field>
			<name>TYPE_NOT_AVAILABLE</name>
		</field>
		<field>
			<name>TYPE_PNG</name>
		</field>
		<field>
			<name>TYPE_TIFF</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ImageToolUtil</name>
		<type>com.liferay.portal.kernel.image.ImageToolUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>convertImageType</name>
			<param>
				<name>sourceImage</name>
				<type>java.awt.image.BufferedImage</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>encodeGIF</name>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
			<param>
				<name>os</name>
				<type>java.io.OutputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>encodeWBMP</name>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
			<param>
				<name>os</name>
				<type>java.io.OutputStream</type>
			</param>
			<throws>
				<name>InterruptedException</name>
				<type>java.lang.InterruptedException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getBufferedImage</name>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
		</method>
		<method>
			<name>getBytes</name>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getImageTool</name>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>scale</name>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
			<param>
				<name>width</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>scale</name>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
			<param>
				<name>maxHeight</name>
				<type>int</type>
			</param>
			<param>
				<name>maxWidth</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>os</name>
				<type>java.io.OutputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>setImageTool</name>
			<param>
				<name>imageTool</name>
				<type>com.liferay.portal.kernel.image.ImageTool</type>
			</param>
		</method>
		<field>
			<name>_imageTool</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SpriteProcessor</name>
		<type>com.liferay.portal.kernel.image.SpriteProcessor</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>generate</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>imageFiles</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>spriteFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>spritePropertiesFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>spritePropertiesRootPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>maxHeight</name>
				<type>int</type>
			</param>
			<param>
				<name>maxWidth</name>
				<type>int</type>
			</param>
			<param>
				<name>maxSize</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SpriteProcessorUtil</name>
		<type>com.liferay.portal.kernel.image.SpriteProcessorUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>generate</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>imageFiles</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>spriteFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>spritePropertiesFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>spritePropertiesRootPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>maxHeight</name>
				<type>int</type>
			</param>
			<param>
				<name>maxWidth</name>
				<type>int</type>
			</param>
			<param>
				<name>maxSize</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getSpriteProcessor</name>
		</method>
		<method>
			<name>setSpriteProcessor</name>
			<param>
				<name>spriteProcessor</name>
				<type>com.liferay.portal.kernel.image.SpriteProcessor</type>
			</param>
		</method>
		<field>
			<name>_spriteProcessor</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BufferedIncrement</name>
		<type>com.liferay.portal.kernel.increment.BufferedIncrement</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>incrementClass</name>
		</method>
		<method>
			<name>parallel</name>
		</method>
	</javadoc>
	<javadoc>
		<name>Increment</name>
		<type>com.liferay.portal.kernel.increment.Increment</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>decrease</name>
			<param>
				<name>delta</name>
				<type>T</type>
			</param>
		</method>
		<method>
			<name>decreaseForNew</name>
			<param>
				<name>delta</name>
				<type>T</type>
			</param>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>increase</name>
			<param>
				<name>delta</name>
				<type>T</type>
			</param>
		</method>
		<method>
			<name>increaseForNew</name>
			<param>
				<name>delta</name>
				<type>T</type>
			</param>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>T</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>IncrementFactory</name>
		<type>com.liferay.portal.kernel.increment.IncrementFactory</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>createIncrement</name>
			<param>
				<name>counterClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>NumberIncrement</name>
		<type>com.liferay.portal.kernel.increment.NumberIncrement</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>NumberIncrement</name>
			<param>
				<name>value</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>decrease</name>
			<param>
				<name>delta</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>decreaseForNew</name>
			<param>
				<name>delta</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>increase</name>
			<param>
				<name>delta</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>increaseForNew</name>
			<param>
				<name>delta</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>delta</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>addAsDouble</name>
			<param>
				<name>delta</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>addAsInteger</name>
			<param>
				<name>delta</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>addAsLong</name>
			<param>
				<name>delta</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>subtract</name>
			<param>
				<name>delta</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>subtractAsDouble</name>
			<param>
				<name>delta</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>subtractAsInteger</name>
			<param>
				<name>delta</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>subtractAsLong</name>
			<param>
				<name>delta</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Base64InputStream</name>
		<type>com.liferay.portal.kernel.io.Base64InputStream</type>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>Base64InputStream</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
		</method>
		<method>
			<name>available</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>buffer</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>skip</name>
			<param>
				<name>skip</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>decode</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>outputBuffer</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>position</name>
				<type>int</type>
			</param>
			<param>
				<name>padNumber</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>decodeUnit</name>
			<param>
				<name>outputBuffer</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>position</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getByte</name>
			<param>
				<name>character</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>getEncodedByte</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_avaiableBytes</name>
		</field>
		<field>
			<name>_inputStream</name>
		</field>
		<field>
			<name>_unitBuffer</name>
		</field>
		<field>
			<name>_unitBufferIndex</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Base64OutputStream</name>
		<type>com.liferay.portal.kernel.io.Base64OutputStream</type>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>Base64OutputStream</name>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>byteValue</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>encodeUnit</name>
			<param>
				<name>byteValue</name>
				<type>byte</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>encodeUnit</name>
			<param>
				<name>byte1</name>
				<type>byte</type>
			</param>
			<param>
				<name>byte2</name>
				<type>byte</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>encodeUnit</name>
			<param>
				<name>byte1</name>
				<type>byte</type>
			</param>
			<param>
				<name>byte2</name>
				<type>byte</type>
			</param>
			<param>
				<name>byte3</name>
				<type>byte</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getChar</name>
			<param>
				<name>sixbit</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_outputBuffer</name>
		</field>
		<field>
			<name>_outputStream</name>
		</field>
		<field>
			<name>_unitBuffer</name>
		</field>
		<field>
			<name>_unitBufferIndex</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ByteArrayFileInputStream</name>
		<type>com.liferay.portal.kernel.io.ByteArrayFileInputStream</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>ByteArrayFileInputStream</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>threshold</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>ByteArrayFileInputStream</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>threshold</name>
				<type>int</type>
			</param>
			<param>
				<name>deleteOnClose</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>available</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
		</method>
		<method>
			<name>mark</name>
			<param>
				<name>readLimit</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>markSupported</name>
		</method>
		<method>
			<name>read</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>reset</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>skip</name>
			<param>
				<name>skip</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>initData</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>initFileInputStream</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>data</name>
		</field>
		<field>
			<name>deleteOnClose</name>
		</field>
		<field>
			<name>file</name>
		</field>
		<field>
			<name>fileInputStream</name>
		</field>
		<field>
			<name>fileSize</name>
		</field>
		<field>
			<name>index</name>
		</field>
		<field>
			<name>markIndex</name>
		</field>
		<field>
			<name>threshold</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CharPipe</name>
		<type>com.liferay.portal.kernel.io.CharPipe</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>CharPipe</name>
		</method>
		<method>
			<name>CharPipe</name>
			<param>
				<name>bufferSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>close</name>
		</method>
		<method>
			<name>close</name>
			<param>
				<name>force</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getReader</name>
		</method>
		<method>
			<name>getWriter</name>
		</method>
		<field>
			<name>buffer</name>
		</field>
		<field>
			<name>bufferLock</name>
		</field>
		<field>
			<name>count</name>
		</field>
		<field>
			<name>finished</name>
		</field>
		<field>
			<name>notEmpty</name>
		</field>
		<field>
			<name>notFull</name>
		</field>
		<field>
			<name>readIndex</name>
		</field>
		<field>
			<name>writeIndex</name>
		</field>
		<field>
			<name>_DEFAULT_BUFFER_SIZE</name>
		</field>
		<field>
			<name>_pipeReader</name>
		</field>
		<field>
			<name>_pipeWriter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DirectoryFilter</name>
		<type>com.liferay.portal.kernel.io.DirectoryFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>DirectoryFilter</name>
		</method>
		<method>
			<name>DirectoryFilter</name>
			<param>
				<name>regex</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<field>
			<name>_pattern</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DummyOutputStream</name>
		<type>com.liferay.portal.kernel.io.DummyOutputStream</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>close</name>
		</method>
		<method>
			<name>flush</name>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>b</name>
				<type>int</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DummyWriter</name>
		<type>com.liferay.portal.kernel.io.DummyWriter</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>append</name>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>charSequence</name>
				<type>java.lang.CharSequence</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>charSequence</name>
				<type>java.lang.CharSequence</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>close</name>
		</method>
		<method>
			<name>flush</name>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>c</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FileCacheOutputStream</name>
		<type>com.liferay.portal.kernel.io.FileCacheOutputStream</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>FileCacheOutputStream</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getBytes</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getFileInputStream</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getSize</name>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>b</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>b</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>off</name>
				<type>int</type>
			</param>
			<param>
				<name>len</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>b</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_BUFFER</name>
		</field>
		<field>
			<name>_EXTENSION</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_fis</name>
		</field>
		<field>
			<name>_tempFile</name>
		</field>
		<field>
			<name>_ubos</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FileFilter</name>
		<type>com.liferay.portal.kernel.io.FileFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>FileFilter</name>
		</method>
		<method>
			<name>FileFilter</name>
			<param>
				<name>regex</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<field>
			<name>_pattern</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LimitedInputStream</name>
		<type>com.liferay.portal.kernel.io.LimitedInputStream</type>
		<comment><![CDATA[Skip the specified offset until it fails three times. This is used to prevent reading an InputStream infinitely.]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>LimitedInputStream</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>offset</name>
				<type>long</type>
			</param>
			<param>
				<name>length</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>available</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>mark</name>
			<param>
				<name>readLimit</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>markSupported</name>
		</method>
		<method>
			<name>read</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>skip</name>
			<param>
				<name>skip</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_SKIP_RETRY_COUNT</name>
		</field>
		<field>
			<name>_inputStream</name>
		</field>
		<field>
			<name>_length</name>
		</field>
		<field>
			<name>_read</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OutputStreamWriter</name>
		<type>com.liferay.portal.kernel.io.OutputStreamWriter</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>OutputStreamWriter</name>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
		</method>
		<method>
			<name>OutputStreamWriter</name>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<param>
				<name>charsetName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getEncoding</name>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>c</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_charsetEncoder</name>
		</field>
		<field>
			<name>_charsetName</name>
		</field>
		<field>
			<name>_outputStream</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WriterOutputStream</name>
		<type>com.liferay.portal.kernel.io.WriterOutputStream</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>WriterOutputStream</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
		</method>
		<method>
			<name>WriterOutputStream</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<param>
				<name>charsetName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>WriterOutputStream</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<param>
				<name>charsetName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoFlush</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>WriterOutputStream</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<param>
				<name>charsetName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputBufferSize</name>
				<type>int</type>
			</param>
			<param>
				<name>outputBufferSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>WriterOutputStream</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<param>
				<name>charsetName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputBufferSize</name>
				<type>int</type>
			</param>
			<param>
				<name>outputBufferSize</name>
				<type>int</type>
			</param>
			<param>
				<name>autoFlush</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getEncoding</name>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>b</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_doDecode</name>
			<param>
				<name>endOfInput</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_doFlush</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_DEFAULT_INTPUT_BUFFER_SIZE</name>
		</field>
		<field>
			<name>_DEFAULT_OUTPUT_BUFFER_SIZE</name>
		</field>
		<field>
			<name>_autoFlush</name>
		</field>
		<field>
			<name>_charsetDecoder</name>
		</field>
		<field>
			<name>_charsetName</name>
		</field>
		<field>
			<name>_inputBuffer</name>
		</field>
		<field>
			<name>_outputBuffer</name>
		</field>
		<field>
			<name>_writer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ByteChannelReader</name>
		<type>com.liferay.portal.kernel.io.delta.ByteChannelReader</type>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>ByteChannelReader</name>
			<param>
				<name>readableByteChannel</name>
				<type>java.nio.channels.ReadableByteChannel</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>ByteChannelReader</name>
			<param>
				<name>readableByteChannel</name>
				<type>java.nio.channels.ReadableByteChannel</type>
			</param>
			<param>
				<name>bufferLength</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>ensureData</name>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>get</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getBuffer</name>
		</method>
		<method>
			<name>hasRemaining</name>
		</method>
		<method>
			<name>maybeRead</name>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>remaining</name>
		</method>
		<method>
			<name>resizeBuffer</name>
			<param>
				<name>minBufferLength</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>skip</name>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_byteBuffer</name>
		</field>
		<field>
			<name>_eof</name>
		</field>
		<field>
			<name>_readableByteChannel</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ByteChannelWriter</name>
		<type>com.liferay.portal.kernel.io.delta.ByteChannelWriter</type>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>ByteChannelWriter</name>
			<param>
				<name>writableByteChannel</name>
				<type>java.nio.channels.WritableByteChannel</type>
			</param>
		</method>
		<method>
			<name>ByteChannelWriter</name>
			<param>
				<name>writableByteChannel</name>
				<type>java.nio.channels.WritableByteChannel</type>
			</param>
			<param>
				<name>bufferLength</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>ensureSpace</name>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>finish</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getBuffer</name>
		</method>
		<method>
			<name>resizeBuffer</name>
			<param>
				<name>minBufferLength</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_byteBuffer</name>
		</field>
		<field>
			<name>_writableByteChannel</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DeltaUtil</name>
		<type>com.liferay.portal.kernel.io.delta.DeltaUtil</type>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>checksums</name>
			<param>
				<name>originalFileChannel</name>
				<type>java.nio.channels.FileChannel</type>
			</param>
			<param>
				<name>checksumsByteChannelWriter</name>
				<type>com.liferay.portal.kernel.io.delta.ByteChannelWriter</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>checksums</name>
			<param>
				<name>originalFileChannel</name>
				<type>java.nio.channels.FileChannel</type>
			</param>
			<param>
				<name>checksumsByteChannelWriter</name>
				<type>com.liferay.portal.kernel.io.delta.ByteChannelWriter</type>
			</param>
			<param>
				<name>blockLength</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>delta</name>
			<param>
				<name>modifiedReadableByteChannel</name>
				<type>java.nio.channels.ReadableByteChannel</type>
			</param>
			<param>
				<name>checksumsByteChannelReader</name>
				<type>com.liferay.portal.kernel.io.delta.ByteChannelReader</type>
			</param>
			<param>
				<name>deltaByteChannelWriter</name>
				<type>com.liferay.portal.kernel.io.delta.ByteChannelWriter</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>patch</name>
			<param>
				<name>originalFileChannel</name>
				<type>java.nio.channels.FileChannel</type>
			</param>
			<param>
				<name>patchedWritableByteChannel</name>
				<type>java.nio.channels.WritableByteChannel</type>
			</param>
			<param>
				<name>deltaByteChannelReader</name>
				<type>com.liferay.portal.kernel.io.delta.ByteChannelReader</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>BUFFER_FACTOR</name>
		</field>
		<field>
			<name>DATA_KEY</name>
		</field>
		<field>
			<name>EOF_KEY</name>
		</field>
		<field>
			<name>PROTOCOL_VERSION</name>
		</field>
		<field>
			<name>REFERENCE_KEY</name>
		</field>
		<field>
			<name>REFERENCE_RANGE_KEY</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Differ</name>
		<type>com.liferay.portal.kernel.io.delta.Differ</type>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>delta</name>
			<param>
				<name>modifiedReadableByteChannel</name>
				<type>java.nio.channels.ReadableByteChannel</type>
			</param>
			<param>
				<name>checksumsByteChannelReader</name>
				<type>com.liferay.portal.kernel.io.delta.ByteChannelReader</type>
			</param>
			<param>
				<name>deltaByteChannelWriter</name>
				<type>com.liferay.portal.kernel.io.delta.ByteChannelWriter</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>readChecksums</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>readChecksumsHeader</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>writeDataBlock</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>writeDeltaBlocks</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>writeDeltaHeader</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>writeReferenceBlock</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_blockDatas</name>
		</field>
		<field>
			<name>_blockLength</name>
		</field>
		<field>
			<name>_blocksCount</name>
		</field>
		<field>
			<name>_checksumsByteBuffer</name>
		</field>
		<field>
			<name>_checksumsByteChannelReader</name>
		</field>
		<field>
			<name>_dataByteBuffer</name>
		</field>
		<field>
			<name>_deltaByteBuffer</name>
		</field>
		<field>
			<name>_deltaByteChannelWriter</name>
		</field>
		<field>
			<name>_firstBlockNumber</name>
		</field>
		<field>
			<name>_lastBlockNumber</name>
		</field>
		<field>
			<name>_modifiedReadableByteChannel</name>
		</field>
		<field>
			<name>_rollingChecksum</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Patcher</name>
		<type>com.liferay.portal.kernel.io.delta.Patcher</type>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>patch</name>
			<param>
				<name>originalFileChannel</name>
				<type>java.nio.channels.FileChannel</type>
			</param>
			<param>
				<name>patchedWritableByteChannel</name>
				<type>java.nio.channels.WritableByteChannel</type>
			</param>
			<param>
				<name>deltaByteChannelReader</name>
				<type>com.liferay.portal.kernel.io.delta.ByteChannelReader</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>transfer</name>
			<param>
				<name>source</name>
				<type>java.nio.channels.FileChannel</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.nio.channels.WritableByteChannel</type>
			</param>
			<param>
				<name>position</name>
				<type>long</type>
			</param>
			<param>
				<name>length</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_NATIVE_TRANSFER_THRESHOLD</name>
		</field>
		<field>
			<name>_transferByteBuffer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RollingChecksum</name>
		<type>com.liferay.portal.kernel.io.delta.RollingChecksum</type>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>RollingChecksum</name>
			<param>
				<name>readableByteChannel</name>
				<type>java.nio.channels.ReadableByteChannel</type>
			</param>
			<param>
				<name>blockLength</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>currentBlockLength</name>
		</method>
		<method>
			<name>getFirstByte</name>
			<comment><![CDATA[Returns the first byte of data in the current block.]]></comment>
		</method>
		<method>
			<name>getPosition</name>
			<comment><![CDATA[Returns the position of the start of the current block in the file.]]></comment>
		</method>
		<method>
			<name>hasNext</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>nextBlock</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>nextByte</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>strongChecksum</name>
			<comment><![CDATA[Returns the strong checksum of the current block.]]></comment>
		</method>
		<method>
			<name>weakChecksum</name>
			<comment><![CDATA[Returns the weak checksum of the current block.]]></comment>
		</method>
		<method>
			<name>generateWeakChecksum</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_messageDigest</name>
		</field>
		<field>
			<name>_a</name>
		</field>
		<field>
			<name>_b</name>
		</field>
		<field>
			<name>_blockLength</name>
		</field>
		<field>
			<name>_byteChannelReader</name>
		</field>
		<field>
			<name>_filePosition</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnsyncBufferedInputStream</name>
		<type>com.liferay.portal.kernel.io.unsync.UnsyncBufferedInputStream</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-6648.
</p>]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>UnsyncBufferedInputStream</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
		</method>
		<method>
			<name>UnsyncBufferedInputStream</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>available</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>mark</name>
			<param>
				<name>readLimit</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>markSupported</name>
		</method>
		<method>
			<name>read</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>reset</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>skip</name>
			<param>
				<name>skip</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>fillInBuffer</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>readOnce</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>buffer</name>
		</field>
		<field>
			<name>firstInvalidIndex</name>
		</field>
		<field>
			<name>index</name>
		</field>
		<field>
			<name>markLimitIndex</name>
		</field>
		<field>
			<name>_DEFAULT_BUFFER_SIZE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnsyncBufferedOutputStream</name>
		<type>com.liferay.portal.kernel.io.unsync.UnsyncBufferedOutputStream</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-6648.
</p>]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>UnsyncBufferedOutputStream</name>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
		</method>
		<method>
			<name>UnsyncBufferedOutputStream</name>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>flush</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>b</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>buffer</name>
		</field>
		<field>
			<name>count</name>
		</field>
		<field>
			<name>_DEFAULT_BUFFER_SIZE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnsyncBufferedReader</name>
		<type>com.liferay.portal.kernel.io.unsync.UnsyncBufferedReader</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-6648.
</p>]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>UnsyncBufferedReader</name>
			<param>
				<name>reader</name>
				<type>java.io.Reader</type>
			</param>
		</method>
		<method>
			<name>UnsyncBufferedReader</name>
			<param>
				<name>reader</name>
				<type>java.io.Reader</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>mark</name>
			<param>
				<name>markLimit</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>markSupported</name>
		</method>
		<method>
			<name>read</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>readLine</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>ready</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>reset</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>skip</name>
			<param>
				<name>skip</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>fillInBuffer</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>readOnce</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>buffer</name>
		</field>
		<field>
			<name>firstInvalidIndex</name>
		</field>
		<field>
			<name>index</name>
		</field>
		<field>
			<name>markLimitIndex</name>
		</field>
		<field>
			<name>reader</name>
		</field>
		<field>
			<name>_DEFAULT_BUFFER_SIZE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnsyncBufferedWriter</name>
		<type>com.liferay.portal.kernel.io.unsync.UnsyncBufferedWriter</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-6648.
</p>]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>UnsyncBufferedWriter</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
		</method>
		<method>
			<name>UnsyncBufferedWriter</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>newLine</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>c</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>buffer</name>
		</field>
		<field>
			<name>count</name>
		</field>
		<field>
			<name>size</name>
		</field>
		<field>
			<name>writer</name>
		</field>
		<field>
			<name>_DEFAULT_BUFFER_SIZE</name>
		</field>
		<field>
			<name>_LINE_SEPARATOR</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnsyncByteArrayInputStream</name>
		<type>com.liferay.portal.kernel.io.unsync.UnsyncByteArrayInputStream</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-6648.
</p>]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>UnsyncByteArrayInputStream</name>
			<param>
				<name>buffer</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>UnsyncByteArrayInputStream</name>
			<param>
				<name>buffer</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>available</name>
		</method>
		<method>
			<name>mark</name>
			<param>
				<name>readAheadLimit</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>markSupported</name>
		</method>
		<method>
			<name>read</name>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>skip</name>
			<param>
				<name>skip</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>buffer</name>
		</field>
		<field>
			<name>capacity</name>
		</field>
		<field>
			<name>index</name>
		</field>
		<field>
			<name>markIndex</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnsyncByteArrayInputStreamWrapper</name>
		<type>com.liferay.portal.kernel.io.unsync.UnsyncByteArrayInputStreamWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UnsyncByteArrayInputStreamWrapper</name>
			<param>
				<name>unsyncByteArrayInputStream</name>
				<type>com.liferay.portal.kernel.io.unsync.UnsyncByteArrayInputStream</type>
			</param>
		</method>
		<method>
			<name>available</name>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>mark</name>
			<param>
				<name>readLimit</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>markSupported</name>
		</method>
		<method>
			<name>read</name>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>readLine</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>skip</name>
			<param>
				<name>skip</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_unsyncByteArrayInputStream</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnsyncByteArrayOutputStream</name>
		<type>com.liferay.portal.kernel.io.unsync.UnsyncByteArrayOutputStream</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-6648.
</p>]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>UnsyncByteArrayOutputStream</name>
		</method>
		<method>
			<name>UnsyncByteArrayOutputStream</name>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>size</name>
		</method>
		<method>
			<name>toByteArray</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>charsetName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>UnsupportedEncodingException</name>
				<type>java.io.UnsupportedEncodingException</type>
			</throws>
		</method>
		<method>
			<name>unsafeGetByteArray</name>
		</method>
		<method>
			<name>unsafeGetByteBuffer</name>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>b</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>writeTo</name>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>buffer</name>
		</field>
		<field>
			<name>index</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnsyncCharArrayReader</name>
		<type>com.liferay.portal.kernel.io.unsync.UnsyncCharArrayReader</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>UnsyncCharArrayReader</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>UnsyncCharArrayReader</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>close</name>
		</method>
		<method>
			<name>mark</name>
			<param>
				<name>readAheadLimit</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>markSupported</name>
		</method>
		<method>
			<name>read</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>charBuffer</name>
				<type>java.nio.CharBuffer</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>ready</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>reset</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>skip</name>
			<param>
				<name>skip</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>buffer</name>
		</field>
		<field>
			<name>capacity</name>
		</field>
		<field>
			<name>index</name>
		</field>
		<field>
			<name>markIndex</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnsyncCharArrayWriter</name>
		<type>com.liferay.portal.kernel.io.unsync.UnsyncCharArrayWriter</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>UnsyncCharArrayWriter</name>
		</method>
		<method>
			<name>UnsyncCharArrayWriter</name>
			<param>
				<name>initialSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>charSequence</name>
				<type>java.lang.CharSequence</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>charSequence</name>
				<type>java.lang.CharSequence</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>close</name>
		</method>
		<method>
			<name>flush</name>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>size</name>
		</method>
		<method>
			<name>toCharBuffer</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>c</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>writeTo</name>
			<param>
				<name>charBuffer</name>
				<type>java.nio.CharBuffer</type>
			</param>
		</method>
		<method>
			<name>writeTo</name>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<param>
				<name>charsetName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>writeTo</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>buffer</name>
		</field>
		<field>
			<name>index</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnsyncFilterInputStream</name>
		<type>com.liferay.portal.kernel.io.unsync.UnsyncFilterInputStream</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-6648.
</p>]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>UnsyncFilterInputStream</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
		</method>
		<method>
			<name>available</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>mark</name>
			<param>
				<name>readLimit</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>markSupported</name>
		</method>
		<method>
			<name>read</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>reset</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>skip</name>
			<param>
				<name>skip</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>inputStream</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnsyncFilterOutputStream</name>
		<type>com.liferay.portal.kernel.io.unsync.UnsyncFilterOutputStream</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-6648.
</p>]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>UnsyncFilterOutputStream</name>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>b</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>outputStream</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnsyncPrintWriter</name>
		<type>com.liferay.portal.kernel.io.unsync.UnsyncPrintWriter</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-6648.
</p>]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>UnsyncPrintWriter</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>UnsyncPrintWriter</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>csn</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>FileNotFoundException</name>
				<type>java.io.FileNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>UnsyncPrintWriter</name>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
		</method>
		<method>
			<name>UnsyncPrintWriter</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>UnsyncPrintWriter</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>csn</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>FileNotFoundException</name>
				<type>java.io.FileNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>UnsyncPrintWriter</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>charSequence</name>
				<type>java.lang.CharSequence</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>charSequence</name>
				<type>java.lang.CharSequence</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>checkError</name>
		</method>
		<method>
			<name>close</name>
		</method>
		<method>
			<name>flush</name>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>b</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>d</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>f</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>i</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>l</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>printf</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>printf</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>println</name>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>b</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>d</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>f</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>i</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>l</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>c</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_LINE_SEPARATOR</name>
		</field>
		<field>
			<name>_formatter</name>
		</field>
		<field>
			<name>_hasError</name>
		</field>
		<field>
			<name>_writer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnsyncStringReader</name>
		<type>com.liferay.portal.kernel.io.unsync.UnsyncStringReader</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-6648.
</p>]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>UnsyncStringReader</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>close</name>
		</method>
		<method>
			<name>mark</name>
			<param>
				<name>readAheadLimit</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>markSupported</name>
		</method>
		<method>
			<name>read</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>charBuffer</name>
				<type>java.nio.CharBuffer</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>ready</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>reset</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>skip</name>
			<param>
				<name>skip</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>index</name>
		</field>
		<field>
			<name>markIndex</name>
		</field>
		<field>
			<name>string</name>
		</field>
		<field>
			<name>stringLength</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnsyncStringWriter</name>
		<type>com.liferay.portal.kernel.io.unsync.UnsyncStringWriter</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-6648.
</p>]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>UnsyncStringWriter</name>
		</method>
		<method>
			<name>UnsyncStringWriter</name>
			<param>
				<name>useStringBundler</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>UnsyncStringWriter</name>
			<param>
				<name>useStringBundler</name>
				<type>boolean</type>
			</param>
			<param>
				<name>initialCapacity</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>UnsyncStringWriter</name>
			<param>
				<name>initialCapacity</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>charSequence</name>
				<type>java.lang.CharSequence</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>charSequence</name>
				<type>java.lang.CharSequence</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>close</name>
		</method>
		<method>
			<name>flush</name>
		</method>
		<method>
			<name>getStringBuilder</name>
		</method>
		<method>
			<name>getStringBundler</name>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>c</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>stringBuilder</name>
		</field>
		<field>
			<name>stringBundler</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnsyncTeeWriter</name>
		<type>com.liferay.portal.kernel.io.unsync.UnsyncTeeWriter</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>UnsyncTeeWriter</name>
			<param>
				<name>writer1</name>
				<type>java.io.Writer</type>
			</param>
			<param>
				<name>writer2</name>
				<type>java.io.Writer</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>charSequence</name>
				<type>java.lang.CharSequence</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>charSequence</name>
				<type>java.lang.CharSequence</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>c</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_writer1</name>
		</field>
		<field>
			<name>_writer2</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseJavadoc</name>
		<type>com.liferay.portal.kernel.javadoc.BaseJavadoc</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>getComment</name>
		</method>
		<method>
			<name>getServletContextName</name>
		</method>
		<method>
			<name>setComment</name>
			<param>
				<name>comment</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setServletContextName</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_comment</name>
		</field>
		<field>
			<name>_servletContextName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JavadocClass</name>
		<type>com.liferay.portal.kernel.javadoc.JavadocClass</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>JavadocClass</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getAuthors</name>
		</method>
		<method>
			<name>getClazz</name>
		</method>
		<method>
			<name>setAuthors</name>
			<param>
				<name>authors</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>setClazz</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<field>
			<name>_authors</name>
		</field>
		<field>
			<name>_clazz</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JavadocManager</name>
		<type>com.liferay.portal.kernel.javadoc.JavadocManager</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>load</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>lookupJavadocMethod</name>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
		</method>
		<method>
			<name>unload</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JavadocManagerUtil</name>
		<type>com.liferay.portal.kernel.javadoc.JavadocManagerUtil</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>getJavadocManager</name>
		</method>
		<method>
			<name>load</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>lookupJavadocMethod</name>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
		</method>
		<method>
			<name>unload</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setJavadocManager</name>
			<param>
				<name>javadocManager</name>
				<type>com.liferay.portal.kernel.javadoc.JavadocManager</type>
			</param>
		</method>
		<field>
			<name>_javadocManager</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JavadocMethod</name>
		<type>com.liferay.portal.kernel.javadoc.JavadocMethod</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>JavadocMethod</name>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
		</method>
		<method>
			<name>JavadocMethod</name>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>comment</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getMethod</name>
		</method>
		<method>
			<name>getParameterComment</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getParameterComments</name>
		</method>
		<method>
			<name>getReturnComment</name>
		</method>
		<method>
			<name>getThrowsComment</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getThrowsComments</name>
		</method>
		<method>
			<name>setMethod</name>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
		</method>
		<method>
			<name>setParameterComments</name>
			<param>
				<name>parameterComments</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>setReturnComment</name>
			<param>
				<name>returnComment</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setThrowsComments</name>
			<param>
				<name>throwsComments</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<field>
			<name>_method</name>
		</field>
		<field>
			<name>_parameterComments</name>
		</field>
		<field>
			<name>_returnComment</name>
		</field>
		<field>
			<name>_throwsComments</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBeanRegistry</name>
		<type>com.liferay.portal.kernel.jmx.MBeanRegistry</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>destroy</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getObjectName</name>
			<param>
				<name>objectNameCacheKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>objectNameCacheKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<throws>
				<name>InstanceAlreadyExistsException</name>
				<type>javax.management.InstanceAlreadyExistsException</type>
			</throws>
			<throws>
				<name>MBeanRegistrationException</name>
				<type>javax.management.MBeanRegistrationException</type>
			</throws>
			<throws>
				<name>NotCompliantMBeanException</name>
				<type>javax.management.NotCompliantMBeanException</type>
			</throws>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>objectCacheKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setMBeanServer</name>
			<param>
				<name>mBeanServer</name>
				<type>javax.management.MBeanServer</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>objectNameCacheKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultObjectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<throws>
				<name>InstanceNotFoundException</name>
				<type>javax.management.InstanceNotFoundException</type>
			</throws>
			<throws>
				<name>MBeanRegistrationException</name>
				<type>javax.management.MBeanRegistrationException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_mBeanServer</name>
		</field>
		<field>
			<name>_objectNameCache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RegistryAwareMBeanServer</name>
		<type>com.liferay.portal.kernel.jmx.RegistryAwareMBeanServer</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>addNotificationListener</name>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>notificationListener</name>
				<type>javax.management.NotificationListener</type>
			</param>
			<param>
				<name>notificationFilter</name>
				<type>javax.management.NotificationFilter</type>
			</param>
			<param>
				<name>handback</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>InstanceNotFoundException</name>
				<type>javax.management.InstanceNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>addNotificationListener</name>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>listenerObjectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>notificationFilter</name>
				<type>javax.management.NotificationFilter</type>
			</param>
			<param>
				<name>handback</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>InstanceNotFoundException</name>
				<type>javax.management.InstanceNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>createMBean</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<throws>
				<name>InstanceAlreadyExistsException</name>
				<type>javax.management.InstanceAlreadyExistsException</type>
			</throws>
			<throws>
				<name>MBeanException</name>
				<type>javax.management.MBeanException</type>
			</throws>
			<throws>
				<name>MBeanRegistrationException</name>
				<type>javax.management.MBeanRegistrationException</type>
			</throws>
			<throws>
				<name>NotCompliantMBeanException</name>
				<type>javax.management.NotCompliantMBeanException</type>
			</throws>
			<throws>
				<name>ReflectionException</name>
				<type>javax.management.ReflectionException</type>
			</throws>
		</method>
		<method>
			<name>createMBean</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>params</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>signature</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>InstanceAlreadyExistsException</name>
				<type>javax.management.InstanceAlreadyExistsException</type>
			</throws>
			<throws>
				<name>MBeanException</name>
				<type>javax.management.MBeanException</type>
			</throws>
			<throws>
				<name>MBeanRegistrationException</name>
				<type>javax.management.MBeanRegistrationException</type>
			</throws>
			<throws>
				<name>NotCompliantMBeanException</name>
				<type>javax.management.NotCompliantMBeanException</type>
			</throws>
			<throws>
				<name>ReflectionException</name>
				<type>javax.management.ReflectionException</type>
			</throws>
		</method>
		<method>
			<name>createMBean</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>loaderName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<throws>
				<name>InstanceAlreadyExistsException</name>
				<type>javax.management.InstanceAlreadyExistsException</type>
			</throws>
			<throws>
				<name>InstanceNotFoundException</name>
				<type>javax.management.InstanceNotFoundException</type>
			</throws>
			<throws>
				<name>MBeanException</name>
				<type>javax.management.MBeanException</type>
			</throws>
			<throws>
				<name>MBeanRegistrationException</name>
				<type>javax.management.MBeanRegistrationException</type>
			</throws>
			<throws>
				<name>NotCompliantMBeanException</name>
				<type>javax.management.NotCompliantMBeanException</type>
			</throws>
			<throws>
				<name>ReflectionException</name>
				<type>javax.management.ReflectionException</type>
			</throws>
		</method>
		<method>
			<name>createMBean</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>loaderObjectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>params</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>signature</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>InstanceAlreadyExistsException</name>
				<type>javax.management.InstanceAlreadyExistsException</type>
			</throws>
			<throws>
				<name>InstanceNotFoundException</name>
				<type>javax.management.InstanceNotFoundException</type>
			</throws>
			<throws>
				<name>MBeanException</name>
				<type>javax.management.MBeanException</type>
			</throws>
			<throws>
				<name>MBeanRegistrationException</name>
				<type>javax.management.MBeanRegistrationException</type>
			</throws>
			<throws>
				<name>NotCompliantMBeanException</name>
				<type>javax.management.NotCompliantMBeanException</type>
			</throws>
			<throws>
				<name>ReflectionException</name>
				<type>javax.management.ReflectionException</type>
			</throws>
		</method>
		<method>
			<name>deserialize</name>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>data</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>InstanceNotFoundException</name>
				<type>javax.management.InstanceNotFoundException</type>
			</throws>
			<throws>
				<name>OperationsException</name>
				<type>javax.management.OperationsException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>deserialize</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>data</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>OperationsException</name>
				<type>javax.management.OperationsException</type>
			</throws>
			<throws>
				<name>ReflectionException</name>
				<type>javax.management.ReflectionException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>deserialize</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>loaderObjectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>data</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>InstanceNotFoundException</name>
				<type>javax.management.InstanceNotFoundException</type>
			</throws>
			<throws>
				<name>OperationsException</name>
				<type>javax.management.OperationsException</type>
			</throws>
			<throws>
				<name>ReflectionException</name>
				<type>javax.management.ReflectionException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>getAttribute</name>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>attribute</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>AttributeNotFoundException</name>
				<type>javax.management.AttributeNotFoundException</type>
			</throws>
			<throws>
				<name>InstanceNotFoundException</name>
				<type>javax.management.InstanceNotFoundException</type>
			</throws>
			<throws>
				<name>MBeanException</name>
				<type>javax.management.MBeanException</type>
			</throws>
			<throws>
				<name>ReflectionException</name>
				<type>javax.management.ReflectionException</type>
			</throws>
		</method>
		<method>
			<name>getAttributes</name>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>attributes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>InstanceNotFoundException</name>
				<type>javax.management.InstanceNotFoundException</type>
			</throws>
			<throws>
				<name>ReflectionException</name>
				<type>javax.management.ReflectionException</type>
			</throws>
		</method>
		<method>
			<name>getClassLoader</name>
			<param>
				<name>loaderObjectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<throws>
				<name>InstanceNotFoundException</name>
				<type>javax.management.InstanceNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>getClassLoaderFor</name>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<throws>
				<name>InstanceNotFoundException</name>
				<type>javax.management.InstanceNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>getClassLoaderRepository</name>
		</method>
		<method>
			<name>getDefaultDomain</name>
		</method>
		<method>
			<name>getDomains</name>
		</method>
		<method>
			<name>getMBeanCount</name>
		</method>
		<method>
			<name>getMBeanInfo</name>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<throws>
				<name>InstanceNotFoundException</name>
				<type>javax.management.InstanceNotFoundException</type>
			</throws>
			<throws>
				<name>IntrospectionException</name>
				<type>javax.management.IntrospectionException</type>
			</throws>
			<throws>
				<name>ReflectionException</name>
				<type>javax.management.ReflectionException</type>
			</throws>
		</method>
		<method>
			<name>getObjectInstance</name>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<throws>
				<name>InstanceNotFoundException</name>
				<type>javax.management.InstanceNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>instantiate</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MBeanException</name>
				<type>javax.management.MBeanException</type>
			</throws>
			<throws>
				<name>ReflectionException</name>
				<type>javax.management.ReflectionException</type>
			</throws>
		</method>
		<method>
			<name>instantiate</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>signature</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>MBeanException</name>
				<type>javax.management.MBeanException</type>
			</throws>
			<throws>
				<name>ReflectionException</name>
				<type>javax.management.ReflectionException</type>
			</throws>
		</method>
		<method>
			<name>instantiate</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>loaderObjectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<throws>
				<name>InstanceNotFoundException</name>
				<type>javax.management.InstanceNotFoundException</type>
			</throws>
			<throws>
				<name>MBeanException</name>
				<type>javax.management.MBeanException</type>
			</throws>
			<throws>
				<name>ReflectionException</name>
				<type>javax.management.ReflectionException</type>
			</throws>
		</method>
		<method>
			<name>instantiate</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>loaderName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>params</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>signature</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>InstanceNotFoundException</name>
				<type>javax.management.InstanceNotFoundException</type>
			</throws>
			<throws>
				<name>MBeanException</name>
				<type>javax.management.MBeanException</type>
			</throws>
			<throws>
				<name>ReflectionException</name>
				<type>javax.management.ReflectionException</type>
			</throws>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>operationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>signature</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>InstanceNotFoundException</name>
				<type>javax.management.InstanceNotFoundException</type>
			</throws>
			<throws>
				<name>MBeanException</name>
				<type>javax.management.MBeanException</type>
			</throws>
			<throws>
				<name>ReflectionException</name>
				<type>javax.management.ReflectionException</type>
			</throws>
		</method>
		<method>
			<name>isInstanceOf</name>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>InstanceNotFoundException</name>
				<type>javax.management.InstanceNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>isRegistered</name>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
		</method>
		<method>
			<name>queryMBeans</name>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>queryExp</name>
				<type>javax.management.QueryExp</type>
			</param>
		</method>
		<method>
			<name>queryNames</name>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>queryExp</name>
				<type>javax.management.QueryExp</type>
			</param>
		</method>
		<method>
			<name>registerMBean</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<throws>
				<name>InstanceAlreadyExistsException</name>
				<type>javax.management.InstanceAlreadyExistsException</type>
			</throws>
			<throws>
				<name>MBeanRegistrationException</name>
				<type>javax.management.MBeanRegistrationException</type>
			</throws>
			<throws>
				<name>NotCompliantMBeanException</name>
				<type>javax.management.NotCompliantMBeanException</type>
			</throws>
		</method>
		<method>
			<name>removeNotificationListener</name>
			<param>
				<name>name</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>notificationListener</name>
				<type>javax.management.NotificationListener</type>
			</param>
			<throws>
				<name>InstanceNotFoundException</name>
				<type>javax.management.InstanceNotFoundException</type>
			</throws>
			<throws>
				<name>ListenerNotFoundException</name>
				<type>javax.management.ListenerNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>removeNotificationListener</name>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>notificationListener</name>
				<type>javax.management.NotificationListener</type>
			</param>
			<param>
				<name>notificationFilter</name>
				<type>javax.management.NotificationFilter</type>
			</param>
			<param>
				<name>handback</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>InstanceNotFoundException</name>
				<type>javax.management.InstanceNotFoundException</type>
			</throws>
			<throws>
				<name>ListenerNotFoundException</name>
				<type>javax.management.ListenerNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>removeNotificationListener</name>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>listenerObjectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<throws>
				<name>InstanceNotFoundException</name>
				<type>javax.management.InstanceNotFoundException</type>
			</throws>
			<throws>
				<name>ListenerNotFoundException</name>
				<type>javax.management.ListenerNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>removeNotificationListener</name>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>listenerObjectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>notificationFilter</name>
				<type>javax.management.NotificationFilter</type>
			</param>
			<param>
				<name>handback</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>InstanceNotFoundException</name>
				<type>javax.management.InstanceNotFoundException</type>
			</throws>
			<throws>
				<name>ListenerNotFoundException</name>
				<type>javax.management.ListenerNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>attribute</name>
				<type>javax.management.Attribute</type>
			</param>
			<throws>
				<name>AttributeNotFoundException</name>
				<type>javax.management.AttributeNotFoundException</type>
			</throws>
			<throws>
				<name>InstanceNotFoundException</name>
				<type>javax.management.InstanceNotFoundException</type>
			</throws>
			<throws>
				<name>InvalidAttributeValueException</name>
				<type>javax.management.InvalidAttributeValueException</type>
			</throws>
			<throws>
				<name>MBeanException</name>
				<type>javax.management.MBeanException</type>
			</throws>
			<throws>
				<name>ReflectionException</name>
				<type>javax.management.ReflectionException</type>
			</throws>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>attributeList</name>
				<type>javax.management.AttributeList</type>
			</param>
			<throws>
				<name>InstanceNotFoundException</name>
				<type>javax.management.InstanceNotFoundException</type>
			</throws>
			<throws>
				<name>ReflectionException</name>
				<type>javax.management.ReflectionException</type>
			</throws>
		</method>
		<method>
			<name>setMBeanRegistry</name>
			<param>
				<name>mBeanRegistry</name>
				<type>com.liferay.portal.kernel.jmx.MBeanRegistry</type>
			</param>
		</method>
		<method>
			<name>setMBeanServer</name>
			<param>
				<name>mBeanServer</name>
				<type>javax.management.MBeanServer</type>
			</param>
		</method>
		<method>
			<name>unregisterMBean</name>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<throws>
				<name>InstanceNotFoundException</name>
				<type>javax.management.InstanceNotFoundException</type>
			</throws>
			<throws>
				<name>MBeanRegistrationException</name>
				<type>javax.management.MBeanRegistrationException</type>
			</throws>
		</method>
		<method>
			<name>getPlatformObjectName</name>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
		</method>
		<field>
			<name>_mBeanRegistry</name>
		</field>
		<field>
			<name>_mBeanServer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Domain</name>
		<type>com.liferay.portal.kernel.jmx.model.Domain</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>Domain</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>Domain</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mBeans</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getDomainName</name>
		</method>
		<method>
			<name>getMBeans</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>isLoaded</name>
		</method>
		<field>
			<name>_domainName</name>
		</field>
		<field>
			<name>_loaded</name>
		</field>
		<field>
			<name>_mBeans</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBean</name>
		<type>com.liferay.portal.kernel.jmx.model.MBean</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>MBean</name>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
		</method>
		<method>
			<name>MBean</name>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>mBeanInfo</name>
				<type>javax.management.MBeanInfo</type>
			</param>
		</method>
		<method>
			<name>MBean</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mBeanName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getDomainName</name>
		</method>
		<method>
			<name>getMBeanInfo</name>
		</method>
		<method>
			<name>getMBeanName</name>
		</method>
		<method>
			<name>getObjectName</name>
			<throws>
				<name>MalformedObjectNameException</name>
				<type>javax.management.MalformedObjectNameException</type>
			</throws>
		</method>
		<method>
			<name>getPath</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>isLoaded</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_domainName</name>
		</field>
		<field>
			<name>_loaded</name>
		</field>
		<field>
			<name>_mBeanInfo</name>
		</field>
		<field>
			<name>_mBeanName</name>
		</field>
		<field>
			<name>_objectName</name>
		</field>
		<field>
			<name>_path</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JNDIUtil</name>
		<type>com.liferay.portal.kernel.jndi.JNDIUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Sandeep Soni]]></author>
		<method>
			<name>lookup</name>
			<param>
				<name>context</name>
				<type>javax.naming.Context</type>
			</param>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>lookup</name>
			<param>
				<name>context</name>
				<type>javax.naming.Context</type>
			</param>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cache</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
			<deprecated><![CDATA[{@link #lookup(Context, String)}]]></deprecated>
		</method>
		<method>
			<name>_lookup</name>
			<param>
				<name>context</name>
				<type>javax.naming.Context</type>
			</param>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSON</name>
		<type>com.liferay.portal.kernel.json.JSON</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>include</name>
		</method>
		<method>
			<name>strict</name>
		</method>
	</javadoc>
	<javadoc>
		<name>JSONArray</name>
		<type>com.liferay.portal.kernel.json.JSONArray</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getBoolean</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getInt</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getJSONArray</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getJSONObject</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>isNull</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>join</name>
			<param>
				<name>separator</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>length</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>value</name>
				<type>com.liferay.portal.kernel.json.JSONArray</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>value</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>indentFactor</name>
				<type>int</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>JSONDeserializer</name>
		<type>com.liferay.portal.kernel.json.JSONDeserializer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>deserialize</name>
			<param>
				<name>input</name>
				<type>java.io.Reader</type>
			</param>
		</method>
		<method>
			<name>deserialize</name>
			<param>
				<name>input</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>safeMode</name>
			<param>
				<name>safeMode</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>use</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JSONException</name>
		<type>com.liferay.portal.kernel.json.JSONException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>JSONException</name>
		</method>
		<method>
			<name>JSONException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>JSONException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>JSONException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JSONFactory</name>
		<type>com.liferay.portal.kernel.json.JSONFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>convertJSONMLArrayToXML</name>
			<param>
				<name>jsonml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>convertJSONMLObjectToXML</name>
			<param>
				<name>jsonml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>convertXMLtoJSONMLArray</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>convertXMLtoJSONMLObject</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createJavaScriptNormalizerJSONTransformer</name>
			<param>
				<name>javaScriptAttributes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>createJSONArray</name>
		</method>
		<method>
			<name>createJSONArray</name>
			<param>
				<name>json</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>createJSONDeserializer</name>
		</method>
		<method>
			<name>createJSONObject</name>
		</method>
		<method>
			<name>createJSONObject</name>
			<param>
				<name>json</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>createJSONSerializer</name>
		</method>
		<method>
			<name>deserialize</name>
			<param>
				<name>jsonObj</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
		<method>
			<name>deserialize</name>
			<param>
				<name>json</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNullJSON</name>
		</method>
		<method>
			<name>looseDeserialize</name>
			<param>
				<name>json</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>looseDeserialize</name>
			<param>
				<name>json</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>looseDeserializeSafe</name>
			<param>
				<name>json</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>looseDeserializeSafe</name>
			<param>
				<name>json</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>looseSerialize</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>looseSerialize</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>jsonTransformer</name>
				<type>com.liferay.portal.kernel.json.JSONTransformer</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>looseSerialize</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>includes</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>looseSerializeDeep</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>looseSerializeDeep</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>jsonTransformer</name>
				<type>com.liferay.portal.kernel.json.JSONTransformer</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>serialize</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>serializeException</name>
			<param>
				<name>exception</name>
				<type>java.lang.Exception</type>
			</param>
		</method>
		<method>
			<name>serializeThrowable</name>
			<param>
				<name>throwable</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JSONFactoryUtil</name>
		<type>com.liferay.portal.kernel.json.JSONFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>convertJSONMLArrayToXML</name>
			<param>
				<name>jsonml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>convertJSONMLObjectToXML</name>
			<param>
				<name>jsonml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>convertXMLtoJSONMLArray</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>convertXMLtoJSONMLObject</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createJavaScriptNormalizerJSONTransformer</name>
			<param>
				<name>javaScriptAttributes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>createJSONArray</name>
		</method>
		<method>
			<name>createJSONArray</name>
			<param>
				<name>json</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>createJSONDeserializer</name>
		</method>
		<method>
			<name>createJSONObject</name>
		</method>
		<method>
			<name>createJSONObject</name>
			<param>
				<name>json</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>createJSONSerializer</name>
		</method>
		<method>
			<name>deserialize</name>
			<param>
				<name>jsonObj</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
		<method>
			<name>deserialize</name>
			<param>
				<name>json</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getJSONFactory</name>
		</method>
		<method>
			<name>getNullJSON</name>
		</method>
		<method>
			<name>looseDeserialize</name>
			<param>
				<name>json</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>looseDeserialize</name>
			<param>
				<name>json</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>looseDeserializeSafe</name>
			<param>
				<name>json</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>looseDeserializeSafe</name>
			<param>
				<name>json</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>looseSerialize</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>looseSerialize</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>jsonTransformer</name>
				<type>com.liferay.portal.kernel.json.JSONTransformer</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>looseSerialize</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>includes</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>looseSerializeDeep</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>looseSerializeDeep</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>jsonTransformer</name>
				<type>com.liferay.portal.kernel.json.JSONTransformer</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>serialize</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>serializeException</name>
			<param>
				<name>exception</name>
				<type>java.lang.Exception</type>
			</param>
		</method>
		<method>
			<name>serializeThrowable</name>
			<param>
				<name>throwable</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>setJSONFactory</name>
			<param>
				<name>jsonFactory</name>
				<type>com.liferay.portal.kernel.json.JSONFactory</type>
			</param>
		</method>
		<field>
			<name>_jsonFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSONObject</name>
		<type>com.liferay.portal.kernel.json.JSONObject</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getBoolean</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getInt</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInt</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getJSONArray</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getJSONObject</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>has</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isNull</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>keys</name>
		</method>
		<method>
			<name>length</name>
		</method>
		<method>
			<name>names</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>com.liferay.portal.kernel.json.JSONArray</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>putException</name>
			<param>
				<name>exception</name>
				<type>java.lang.Exception</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>indentFactor</name>
				<type>int</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>JSONObjectWrapper</name>
		<type>com.liferay.portal.kernel.json.JSONObjectWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>JSONObjectWrapper</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSONSerializable</name>
		<type>com.liferay.portal.kernel.json.JSONSerializable</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>toJSONString</name>
		</method>
	</javadoc>
	<javadoc>
		<name>JSONSerializer</name>
		<type>com.liferay.portal.kernel.json.JSONSerializer</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>exclude</name>
			<param>
				<name>fields</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>fields</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>serialize</name>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>serializeDeep</name>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>transform</name>
			<param>
				<name>jsonTransformer</name>
				<type>com.liferay.portal.kernel.json.JSONTransformer</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>transform</name>
			<param>
				<name>jsonTransformer</name>
				<type>com.liferay.portal.kernel.json.JSONTransformer</type>
			</param>
			<param>
				<name>fields</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JSONTransformer</name>
		<type>com.liferay.portal.kernel.json.JSONTransformer</type>
		<author><![CDATA[Bruno Basto]]></author>
		<method>
			<name>transform</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JSONWebService</name>
		<type>com.liferay.portal.kernel.jsonwebservice.JSONWebService</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>method</name>
		</method>
		<method>
			<name>mode</name>
		</method>
		<method>
			<name>value</name>
		</method>
	</javadoc>
	<javadoc>
		<name>JSONWebServiceAction</name>
		<type>com.liferay.portal.kernel.jsonwebservice.JSONWebServiceAction</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>getJSONWebServiceActionMapping</name>
		</method>
		<method>
			<name>invoke</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>JSONWebServiceActionMapping</name>
		<type>com.liferay.portal.kernel.jsonwebservice.JSONWebServiceActionMapping</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>getActionClass</name>
		</method>
		<method>
			<name>getActionMethod</name>
		</method>
		<method>
			<name>getMethod</name>
		</method>
		<method>
			<name>getMethodParameters</name>
		</method>
		<method>
			<name>getPath</name>
		</method>
		<method>
			<name>getServletContextPath</name>
		</method>
		<method>
			<name>getSignature</name>
		</method>
	</javadoc>
	<javadoc>
		<name>JSONWebServiceActionsManager</name>
		<type>com.liferay.portal.kernel.jsonwebservice.JSONWebServiceActionsManager</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>getJSONWebServiceAction</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getJSONWebServiceAction</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameters</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>getJSONWebServiceActionMapping</name>
			<param>
				<name>signature</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getJSONWebServiceActionMappings</name>
			<param>
				<name>servletContextPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>registerJSONWebServiceAction</name>
			<param>
				<name>servletContextPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>actionMethod</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>unregisterJSONWebServiceActions</name>
			<param>
				<name>servletContextPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JSONWebServiceActionsManagerUtil</name>
		<type>com.liferay.portal.kernel.jsonwebservice.JSONWebServiceActionsManagerUtil</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>getJSONWebServiceAction</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getJSONWebServiceAction</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>getJSONWebServiceActionMapping</name>
			<param>
				<name>signature</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getJSONWebServiceActionMappings</name>
			<param>
				<name>servletContextPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getJSONWebServiceActionsManager</name>
		</method>
		<method>
			<name>registerJSONWebServiceAction</name>
			<param>
				<name>servletContextPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>actionMethod</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>unregisterJSONWebServiceActions</name>
			<param>
				<name>servletContextPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setJSONWebServiceActionsManager</name>
			<param>
				<name>jsonWebServiceActionsManager</name>
				<type>com.liferay.portal.kernel.jsonwebservice.JSONWebServiceActionsManager</type>
			</param>
		</method>
		<field>
			<name>_jsonWebServiceActionsManager</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSONWebServiceMode</name>
		<type>com.liferay.portal.kernel.jsonwebservice.JSONWebServiceMode</type>
		<author><![CDATA[Igor Spasic]]></author>
		<field>
			<name>AUTO</name>
		</field>
		<field>
			<name>IGNORE</name>
		</field>
		<field>
			<name>MANUAL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Language</name>
		<type>com.liferay.portal.kernel.language.Language</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>format</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>com.liferay.portal.kernel.language.LanguageWrapper</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>com.liferay.portal.kernel.language.LanguageWrapper</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>com.liferay.portal.kernel.language.LanguageWrapper[]</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>com.liferay.portal.kernel.language.LanguageWrapper[]</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAvailableLocales</name>
		</method>
		<method>
			<name>getCharset</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getLanguageId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getLanguageId</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getLanguageId</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getLocale</name>
			<param>
				<name>languageCode</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSupportedLocales</name>
		</method>
		<method>
			<name>getTimeDescription</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>milliseconds</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getTimeDescription</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>milliseconds</name>
				<type>long</type>
			</param>
			<param>
				<name>approximate</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getTimeDescription</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>milliseconds</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>getTimeDescription</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>milliseconds</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getTimeDescription</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>milliseconds</name>
				<type>long</type>
			</param>
			<param>
				<name>approximate</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getTimeDescription</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>milliseconds</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>init</name>
		</method>
		<method>
			<name>isAvailableLocale</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>isBetaLocale</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>isDuplicateLanguageCode</name>
			<param>
				<name>languageCode</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>resetAvailableLocales</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>updateCookie</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LanguageUtil</name>
		<type>com.liferay.portal.kernel.language.LanguageUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>format</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>com.liferay.portal.kernel.language.LanguageWrapper</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>com.liferay.portal.kernel.language.LanguageWrapper</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>com.liferay.portal.kernel.language.LanguageWrapper[]</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>com.liferay.portal.kernel.language.LanguageWrapper[]</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAvailableLocales</name>
		</method>
		<method>
			<name>getCharset</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getLanguage</name>
		</method>
		<method>
			<name>getLanguageId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getLanguageId</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getLanguageId</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getLocale</name>
			<param>
				<name>languageCode</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSupportedLocales</name>
		</method>
		<method>
			<name>getTimeDescription</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>milliseconds</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getTimeDescription</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>milliseconds</name>
				<type>long</type>
			</param>
			<param>
				<name>approximate</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getTimeDescription</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>milliseconds</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>getTimeDescription</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>milliseconds</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getTimeDescription</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>milliseconds</name>
				<type>long</type>
			</param>
			<param>
				<name>approximate</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getTimeDescription</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>milliseconds</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>init</name>
		</method>
		<method>
			<name>isAvailableLocale</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>isBetaLocale</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>isDuplicateLanguageCode</name>
			<param>
				<name>languageCode</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>resetAvailableLocales</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>updateCookie</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>setLanguage</name>
			<param>
				<name>language</name>
				<type>com.liferay.portal.kernel.language.Language</type>
			</param>
		</method>
		<field>
			<name>_language</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LanguageWrapper</name>
		<type>com.liferay.portal.kernel.language.LanguageWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LanguageWrapper</name>
			<param>
				<name>before</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>after</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAfter</name>
		</method>
		<method>
			<name>getBefore</name>
		</method>
		<method>
			<name>getText</name>
		</method>
		<field>
			<name>_after</name>
		</field>
		<field>
			<name>_before</name>
		</field>
		<field>
			<name>_text</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnicodeLanguage</name>
		<type>com.liferay.portal.kernel.language.UnicodeLanguage</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>format</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>com.liferay.portal.kernel.language.LanguageWrapper</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>com.liferay.portal.kernel.language.LanguageWrapper</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>com.liferay.portal.kernel.language.LanguageWrapper[]</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>com.liferay.portal.kernel.language.LanguageWrapper[]</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTimeDescription</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>milliseconds</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getTimeDescription</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>milliseconds</name>
				<type>java.lang.Long</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UnicodeLanguageUtil</name>
		<type>com.liferay.portal.kernel.language.UnicodeLanguageUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>format</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>com.liferay.portal.kernel.language.LanguageWrapper</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>com.liferay.portal.kernel.language.LanguageWrapper</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>com.liferay.portal.kernel.language.LanguageWrapper[]</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>com.liferay.portal.kernel.language.LanguageWrapper[]</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTimeDescription</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>milliseconds</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getTimeDescription</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>milliseconds</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>getUnicodeLanguage</name>
		</method>
		<method>
			<name>setUnicodeLanguage</name>
			<param>
				<name>unicodeLanguage</name>
				<type>com.liferay.portal.kernel.language.UnicodeLanguage</type>
			</param>
		</method>
		<field>
			<name>_unicodeLanguage</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BasePortletDataHandler</name>
		<type>com.liferay.portal.kernel.lar.BasePortletDataHandler</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>deleteData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>PortletDataException</name>
				<type>com.liferay.portal.kernel.lar.PortletDataException</type>
			</throws>
		</method>
		<method>
			<name>exportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>PortletDataException</name>
				<type>com.liferay.portal.kernel.lar.PortletDataException</type>
			</throws>
		</method>
		<method>
			<name>getDataPortletPreferences</name>
		</method>
		<method>
			<name>getExportControls</name>
		</method>
		<method>
			<name>getExportMetadataControls</name>
		</method>
		<method>
			<name>getImportControls</name>
		</method>
		<method>
			<name>getImportMetadataControls</name>
		</method>
		<method>
			<name>importData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortletDataException</name>
				<type>com.liferay.portal.kernel.lar.PortletDataException</type>
			</throws>
		</method>
		<method>
			<name>isAlwaysExportable</name>
		</method>
		<method>
			<name>isAlwaysStaged</name>
		</method>
		<method>
			<name>isDataLocalized</name>
		</method>
		<method>
			<name>isPublishToLiveByDefault</name>
		</method>
		<method>
			<name>doDeleteData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doExportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_ALWAYS_EXPORTABLE</name>
		</field>
		<field>
			<name>_ALWAYS_STAGED</name>
		</field>
		<field>
			<name>_DATA_LOCALIZED</name>
		</field>
		<field>
			<name>_PUBLISH_TO_LIVE_BY_DEFAULT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ImportExportThreadLocal</name>
		<type>com.liferay.portal.kernel.lar.ImportExportThreadLocal</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>isExportInProcess</name>
		</method>
		<method>
			<name>isImportInProcess</name>
		</method>
		<method>
			<name>isLayoutExportInProcess</name>
		</method>
		<method>
			<name>isLayoutImportInProcess</name>
		</method>
		<method>
			<name>isPortletExportInProcess</name>
		</method>
		<method>
			<name>isPortletImportInProcess</name>
		</method>
		<method>
			<name>setLayoutExportInProcess</name>
			<param>
				<name>inProcess</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLayoutImportInProcess</name>
			<param>
				<name>inProcess</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setPortletExportInProcess</name>
			<param>
				<name>inProcess</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setPortletImportInProcess</name>
			<param>
				<name>inProcess</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_layoutExportInProcess</name>
		</field>
		<field>
			<name>_layoutImportInProcess</name>
		</field>
		<field>
			<name>_portletExportInProcess</name>
		</field>
		<field>
			<name>_portletImportInProcess</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletDataContext</name>
		<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
		<comment><![CDATA[<p>
Holds context information that is used during exporting and importing portlet data.
</p>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addAssetCategories</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addAssetCategories</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>assetCategoryIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>addAssetTags</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addAssetTags</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>assetTagNames</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>addClassedModel</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classedModel</name>
				<type>com.liferay.portal.model.ClassedModel</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addComments</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addComments</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>messages</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>addCompanyReference</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addExpando</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classedModel</name>
				<type>com.liferay.portal.model.ClassedModel</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addLocks</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addLocks</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lock</name>
				<type>com.liferay.portal.model.Lock</type>
			</param>
		</method>
		<method>
			<name>addPermissions</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPermissions</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourcePK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPermissions</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourcePK</name>
				<type>long</type>
			</param>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>addPrimaryKey</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addRatingsEntries</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addRatingsEntries</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>ratingsEntries</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>addZipEntry</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addZipEntry</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addZipEntry</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addZipEntry</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addZipEntry</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sb</name>
				<type>java.lang.StringBuilder</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>createServiceContext</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>classedModel</name>
				<type>com.liferay.portal.model.ClassedModel</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createServiceContext</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classedModel</name>
				<type>com.liferay.portal.model.ClassedModel</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>fromXML</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>fromXML</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAssetCategoryIds</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getAssetCategoryIdsMap</name>
		</method>
		<method>
			<name>getAssetCategoryUuidsMap</name>
		</method>
		<method>
			<name>getAssetLinkUuidsMap</name>
		</method>
		<method>
			<name>getAssetTagNames</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getAssetTagNames</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getAssetTagNamesMap</name>
		</method>
		<method>
			<name>getBooleanParameter</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getClassLoader</name>
		</method>
		<method>
			<name>getComments</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getDataStrategy</name>
		</method>
		<method>
			<name>getEndDate</name>
		</method>
		<method>
			<name>getExpandoColumns</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getLayoutPath</name>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLocks</name>
		</method>
		<method>
			<name>getNewPrimaryKeysMap</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getNewPrimaryKeysMap</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOldPlid</name>
		</method>
		<method>
			<name>getParameterMap</name>
		</method>
		<method>
			<name>getPermissions</name>
		</method>
		<method>
			<name>getPlid</name>
		</method>
		<method>
			<name>getPortletPath</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPrimaryKeys</name>
		</method>
		<method>
			<name>getRatingsEntries</name>
		</method>
		<method>
			<name>getRootPath</name>
		</method>
		<method>
			<name>getScopeGroupId</name>
		</method>
		<method>
			<name>getScopeLayoutUuid</name>
		</method>
		<method>
			<name>getScopeType</name>
		</method>
		<method>
			<name>getSourceGroupId</name>
		</method>
		<method>
			<name>getSourceLayoutPath</name>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getSourcePortletPath</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSourceRootPath</name>
		</method>
		<method>
			<name>getStartDate</name>
		</method>
		<method>
			<name>getUserId</name>
			<param>
				<name>userUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserIdStrategy</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getZipEntries</name>
		</method>
		<method>
			<name>getZipEntryAsByteArray</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getZipEntryAsInputStream</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getZipEntryAsObject</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getZipEntryAsString</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getZipFolderEntries</name>
		</method>
		<method>
			<name>getZipFolderEntries</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getZipReader</name>
		</method>
		<method>
			<name>getZipWriter</name>
		</method>
		<method>
			<name>hasDateRange</name>
		</method>
		<method>
			<name>hasNotUniquePerLayout</name>
			<param>
				<name>dataKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasPrimaryKey</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>importClassedModel</name>
			<param>
				<name>classedModel</name>
				<type>com.liferay.portal.model.ClassedModel</type>
			</param>
			<param>
				<name>newClassedModel</name>
				<type>com.liferay.portal.model.ClassedModel</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>importComments</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>newClassPK</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>importLocks</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>importPermissions</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>newClassPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>importPermissions</name>
			<param>
				<name>resourceObj</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourcePK</name>
				<type>long</type>
			</param>
			<param>
				<name>newResourcePK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>importRatingsEntries</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>newClassPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isCompanyReference</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isDataStrategyMirror</name>
		</method>
		<method>
			<name>isDataStrategyMirrorWithOverwriting</name>
		</method>
		<method>
			<name>isPathNotProcessed</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isPerformDirectBinaryImport</name>
		</method>
		<method>
			<name>isPrivateLayout</name>
		</method>
		<method>
			<name>isWithinDateRange</name>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>putNotUniquePerLayout</name>
			<param>
				<name>dataKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClassLoader</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setOldPlid</name>
			<param>
				<name>oldPlid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPlid</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPortetDataContextListener</name>
			<param>
				<name>portletDataContextListener</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContextListener</type>
			</param>
		</method>
		<method>
			<name>setPrivateLayout</name>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setScopeGroupId</name>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setScopeLayoutUuid</name>
			<param>
				<name>scopeLayoutUuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setScopeType</name>
			<param>
				<name>scopeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSourceGroupId</name>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setStartDate</name>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>toXML</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>ROOT_PATH_GROUPS</name>
		</field>
		<field>
			<name>ROOT_PATH_LAYOUTS</name>
		</field>
		<field>
			<name>ROOT_PATH_PORTLETS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletDataContextListener</name>
		<type>com.liferay.portal.kernel.lar.PortletDataContextListener</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>onAddZipEntry</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onGetZipEntry</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletDataException</name>
		<type>com.liferay.portal.kernel.lar.PortletDataException</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>PortletDataException</name>
		</method>
		<method>
			<name>PortletDataException</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>PortletDataException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortletDataException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>PortletDataException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>setType</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>DEFAULT</name>
		</field>
		<field>
			<name>END_DATE_IS_MISSING_START_DATE</name>
		</field>
		<field>
			<name>FUTURE_END_DATE</name>
		</field>
		<field>
			<name>FUTURE_START_DATE</name>
		</field>
		<field>
			<name>START_DATE_AFTER_END_DATE</name>
		</field>
		<field>
			<name>START_DATE_IS_MISSING_END_DATE</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletDataHandler</name>
		<type>com.liferay.portal.kernel.lar.PortletDataHandler</type>
		<comment><![CDATA[<p>
A <code>PortletDataHandler</code> is a special class capable of exporting and importing portlet specific data to a Liferay Archive file (LAR) when a site's layouts are exported or imported. <code>PortletDataHandler</code>s are defined by placing a <code>portlet-data-handler-class</code> element in the <code>portlet</code> section of the <b>liferay-portlet.xml</b> file.
</p>]]></comment>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Joel Kozikowski]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>deleteData</name>
			<comment><![CDATA[Deletes the data created by the portlet. Can optionally return a modified version of <code>preferences</code> if it contains reference to data that does not exist anymore.]]></comment>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
				<comment><![CDATA[the context of the data deletion]]></comment>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the portlet ID of the portlet]]></comment>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
				<comment><![CDATA[the portlet preferences of the portlet]]></comment>
			</param>
			<return>
				<comment><![CDATA[A modified version of portlet preferences that should be saved. <code>Null</code> if the portlet preferences were unmodified by this data handler.]]></comment>
			</return>
			<throws>
				<name>PortletDataException</name>
				<type>com.liferay.portal.kernel.lar.PortletDataException</type>
			</throws>
		</method>
		<method>
			<name>exportData</name>
			<comment><![CDATA[Returns a string of data to be placed in the &lt;portlet-data&gt; section of the LAR file. This data will be passed as the <code>data</code> parameter of <code>importData()</code>.]]></comment>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
				<comment><![CDATA[the context of the data export]]></comment>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the portlet ID of the portlet]]></comment>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
				<comment><![CDATA[the portlet preferences of the portlet]]></comment>
			</param>
			<return>
				<comment><![CDATA[A string of data to be placed in the LAR. It may be XML, but not necessarily. <code>Null</code> should be returned if no portlet data is to be written out.]]></comment>
			</return>
			<throws>
				<name>PortletDataException</name>
				<type>com.liferay.portal.kernel.lar.PortletDataException</type>
			</throws>
		</method>
		<method>
			<name>getDataPortletPreferences</name>
			<comment><![CDATA[Returns an array of the portlet preferences that reference data. These preferences should only be updated if the referenced data is imported.]]></comment>
			<return>
				<comment><![CDATA[A String array]]></comment>
			</return>
		</method>
		<method>
			<name>getExportControls</name>
			<comment><![CDATA[Returns an array of the controls defined for this data handler. These controls enable the developer to create fine grained controls over export behavior. The controls are rendered in the export UI.]]></comment>
			<return>
				<comment><![CDATA[an array of PortletDataHandlerControls]]></comment>
			</return>
			<throws>
				<name>PortletDataException</name>
				<type>com.liferay.portal.kernel.lar.PortletDataException</type>
			</throws>
		</method>
		<method>
			<name>getExportMetadataControls</name>
			<comment><![CDATA[Returns an array of the metadata controls defined for this data handler. These controls enable the developer to create fine grained controls over export behavior of metadata such as tags, categories, ratings or comments. The controls are rendered in the export UI.]]></comment>
			<return>
				<comment><![CDATA[an array of PortletDataHandlerControls]]></comment>
			</return>
			<throws>
				<name>PortletDataException</name>
				<type>com.liferay.portal.kernel.lar.PortletDataException</type>
			</throws>
		</method>
		<method>
			<name>getImportControls</name>
			<comment><![CDATA[Returns an array of the controls defined for this data handler. These controls enable the developer to create fine grained controls over import behavior. The controls are rendered in the import UI.]]></comment>
			<return>
				<comment><![CDATA[An array of PortletDataHandlerControls]]></comment>
			</return>
			<throws>
				<name>PortletDataException</name>
				<type>com.liferay.portal.kernel.lar.PortletDataException</type>
			</throws>
		</method>
		<method>
			<name>getImportMetadataControls</name>
			<comment><![CDATA[Returns an array of the metadata controls defined for this data handler. These controls enable the developer to create fine grained controls over import behavior of metadata such as tags, categories, ratings or comments. The controls are rendered in the export UI.]]></comment>
			<return>
				<comment><![CDATA[an array of PortletDataHandlerControls]]></comment>
			</return>
			<throws>
				<name>PortletDataException</name>
				<type>com.liferay.portal.kernel.lar.PortletDataException</type>
			</throws>
		</method>
		<method>
			<name>importData</name>
			<comment><![CDATA[Handles any special processing of the data when the portlet is imported into a new layout. Can optionally return a modified version of <code>preferences</code> to be saved in the new portlet.]]></comment>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
				<comment><![CDATA[the context of the data import]]></comment>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the portlet ID of the portlet]]></comment>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
				<comment><![CDATA[the portlet preferences of the portlet]]></comment>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string data that was returned by <code>exportData()</code>]]></comment>
			</param>
			<return>
				<comment><![CDATA[A modified version of portlet preferences that should be saved. <code>Null</code> if the portlet preferences were unmodified by this data handler.]]></comment>
			</return>
			<throws>
				<name>PortletDataException</name>
				<type>com.liferay.portal.kernel.lar.PortletDataException</type>
			</throws>
		</method>
		<method>
			<name>isAlwaysExportable</name>
			<comment><![CDATA[Returns <code>true</code> to allow the user to export data for this portlet even though it may not belong to any pages. See LPS-1624.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> to allow the user to export data for this portlet even though it may not belong to any pages]]></comment>
			</return>
		</method>
		<method>
			<name>isAlwaysStaged</name>
		</method>
		<method>
			<name>isDataLocalized</name>
		</method>
		<method>
			<name>isPublishToLiveByDefault</name>
			<comment><![CDATA[Returns whether the data exported by this handler should be included by default when publishing to live. This should only be <code>true</code> for data that is meant to be managed in an staging environment such as CMS content, but not for data meant to be input by users such as wiki pages or message board posts.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> to publish to live by default]]></comment>
			</return>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletDataHandlerBoolean</name>
		<type>com.liferay.portal.kernel.lar.PortletDataHandlerBoolean</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>PortletDataHandlerBoolean</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>controlName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortletDataHandlerBoolean</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>controlName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultState</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>PortletDataHandlerBoolean</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>controlName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultState</name>
				<type>boolean</type>
			</param>
			<param>
				<name>disabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>PortletDataHandlerBoolean</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>controlName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultState</name>
				<type>boolean</type>
			</param>
			<param>
				<name>children</name>
				<type>com.liferay.portal.kernel.lar.PortletDataHandlerControl[]</type>
			</param>
		</method>
		<method>
			<name>PortletDataHandlerBoolean</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>controlName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultState</name>
				<type>boolean</type>
			</param>
			<param>
				<name>disabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>children</name>
				<type>com.liferay.portal.kernel.lar.PortletDataHandlerControl[]</type>
			</param>
		</method>
		<method>
			<name>getChildren</name>
		</method>
		<method>
			<name>getDefaultState</name>
		</method>
		<field>
			<name>_children</name>
		</field>
		<field>
			<name>_defaultState</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletDataHandlerChoice</name>
		<type>com.liferay.portal.kernel.lar.PortletDataHandlerChoice</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>PortletDataHandlerChoice</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>controlName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortletDataHandlerChoice</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>controlName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultChoice</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>PortletDataHandlerChoice</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>controlName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultChoice</name>
				<type>int</type>
			</param>
			<param>
				<name>choices</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getChoices</name>
		</method>
		<method>
			<name>getDefaultChoice</name>
		</method>
		<method>
			<name>getDefaultChoiceIndex</name>
		</method>
		<field>
			<name>_DEFAULT_CHOICES</name>
		</field>
		<field>
			<name>_choices</name>
		</field>
		<field>
			<name>_defaultChoice</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletDataHandlerControl</name>
		<type>com.liferay.portal.kernel.lar.PortletDataHandlerControl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getNamespacedControlName</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>controlName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortletDataHandlerControl</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>controlName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortletDataHandlerControl</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>controlName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>disabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getControlName</name>
		</method>
		<method>
			<name>getNamespace</name>
		</method>
		<method>
			<name>getNamespacedControlName</name>
		</method>
		<method>
			<name>isDisabled</name>
		</method>
		<field>
			<name>_controlName</name>
		</field>
		<field>
			<name>_disabled</name>
		</field>
		<field>
			<name>_namespace</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletDataHandlerKeys</name>
		<type>com.liferay.portal.kernel.lar.PortletDataHandlerKeys</type>
		<author><![CDATA[Raymond Augé]]></author>
		<field>
			<name>CATEGORIES</name>
		</field>
		<field>
			<name>DATA_STRATEGY</name>
		</field>
		<field>
			<name>DATA_STRATEGY_COPY_AS_NEW</name>
		</field>
		<field>
			<name>DATA_STRATEGY_MIRROR</name>
		</field>
		<field>
			<name>DATA_STRATEGY_MIRROR_OVERWRITE</name>
		</field>
		<field>
			<name>DELETE_MISSING_LAYOUTS</name>
		</field>
		<field>
			<name>DELETE_PORTLET_DATA</name>
		</field>
		<field>
			<name>IGNORE_LAST_PUBLISH_DATE</name>
		</field>
		<field>
			<name>LAYOUT_SET_PROTOTYPE_LINK_ENABLED</name>
		</field>
		<field>
			<name>LAYOUT_SET_SETTINGS</name>
		</field>
		<field>
			<name>LAYOUTS_IMPORT_MODE</name>
		</field>
		<field>
			<name>LAYOUTS_IMPORT_MODE_ADD_AS_NEW</name>
		</field>
		<field>
			<name>LAYOUTS_IMPORT_MODE_CREATED_FROM_PROTOTYPE</name>
		</field>
		<field>
			<name>LAYOUTS_IMPORT_MODE_MERGE_BY_LAYOUT_NAME</name>
		</field>
		<field>
			<name>LAYOUTS_IMPORT_MODE_MERGE_BY_LAYOUT_UUID</name>
		</field>
		<field>
			<name>LOGO</name>
		</field>
		<field>
			<name>PERFORM_DIRECT_BINARY_IMPORT</name>
		</field>
		<field>
			<name>PERMISSIONS</name>
		</field>
		<field>
			<name>PORTLET_ARCHIVED_SETUPS</name>
		</field>
		<field>
			<name>PORTLET_DATA</name>
		</field>
		<field>
			<name>PORTLET_DATA_ALL</name>
		</field>
		<field>
			<name>PORTLET_DATA_CONTROL_DEFAULT</name>
		</field>
		<field>
			<name>PORTLET_METADATA_ALL</name>
		</field>
		<field>
			<name>PORTLET_SETUP</name>
		</field>
		<field>
			<name>PORTLET_SETUP_ALL</name>
		</field>
		<field>
			<name>PORTLET_USER_PREFERENCES</name>
		</field>
		<field>
			<name>PORTLETS_MERGE_MODE</name>
		</field>
		<field>
			<name>PORTLETS_MERGE_MODE_ADD_TO_BOTTOM</name>
		</field>
		<field>
			<name>PORTLETS_MERGE_MODE_ADD_TO_TOP</name>
		</field>
		<field>
			<name>PORTLETS_MERGE_MODE_REPLACE</name>
		</field>
		<field>
			<name>PUBLIC_LAYOUT_PERMISSIONS</name>
		</field>
		<field>
			<name>PUBLISH_TO_REMOTE</name>
		</field>
		<field>
			<name>SELECTED_LAYOUTS</name>
		</field>
		<field>
			<name>THEME</name>
		</field>
		<field>
			<name>THEME_REFERENCE</name>
		</field>
		<field>
			<name>UPDATE_LAST_PUBLISH_DATE</name>
		</field>
		<field>
			<name>USER_ID_STRATEGY</name>
		</field>
		<field>
			<name>USER_PERMISSIONS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserIdStrategy</name>
		<type>com.liferay.portal.kernel.lar.UserIdStrategy</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>getUserId</name>
			<param>
				<name>userUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>ALWAYS_CURRENT_USER_ID</name>
		</field>
		<field>
			<name>CURRENT_USER_ID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DummyContext</name>
		<type>com.liferay.portal.kernel.ldap.DummyContext</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addToEnvironment</name>
			<param>
				<name>propName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>propVal</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>bind</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>bind</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>composeName</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<param>
				<name>prefix</name>
				<type>javax.naming.Name</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>composeName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>createSubcontext</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>createSubcontext</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>destroySubcontext</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>destroySubcontext</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getEnvironment</name>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getNameInNamespace</name>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getNameParser</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getNameParser</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>list</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>list</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>listBindings</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>listBindings</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>lookup</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>lookup</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>lookupLink</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>lookupLink</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>rebind</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>rebind</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>removeFromEnvironment</name>
			<param>
				<name>propName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>rename</name>
			<param>
				<name>oldName</name>
				<type>javax.naming.Name</type>
			</param>
			<param>
				<name>newName</name>
				<type>javax.naming.Name</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>rename</name>
			<param>
				<name>oldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>unbind</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>unbind</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DummyDirContext</name>
		<type>com.liferay.portal.kernel.ldap.DummyDirContext</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>bind</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>attrs</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>bind</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>attrs</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>createSubcontext</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<param>
				<name>attrs</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>createSubcontext</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>attrs</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getAttributes</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getAttributes</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<param>
				<name>attrIds</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getAttributes</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getAttributes</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>attrIds</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getSchema</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getSchema</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getSchemaClassDefinition</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getSchemaClassDefinition</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>modifyAttributes</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<param>
				<name>modificationOp</name>
				<type>int</type>
			</param>
			<param>
				<name>attrs</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>modifyAttributes</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<param>
				<name>mods</name>
				<type>javax.naming.directory.ModificationItem[]</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>modifyAttributes</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modificationOp</name>
				<type>int</type>
			</param>
			<param>
				<name>attrs</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>modifyAttributes</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mods</name>
				<type>javax.naming.directory.ModificationItem[]</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>rebind</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>attrs</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>rebind</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>attrs</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<param>
				<name>matchingAttributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<param>
				<name>matchingAttributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<param>
				<name>attributesToReturn</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<param>
				<name>filterExpr</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filterArgs</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>cons</name>
				<type>javax.naming.directory.SearchControls</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<param>
				<name>filter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cons</name>
				<type>javax.naming.directory.SearchControls</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>matchingAttributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>matchingAttributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<param>
				<name>attributesToReturn</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filterExpr</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filterArgs</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>cons</name>
				<type>javax.naming.directory.SearchControls</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cons</name>
				<type>javax.naming.directory.SearchControls</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LDAPUtil</name>
		<type>com.liferay.portal.kernel.ldap.LDAPUtil</type>
		<author><![CDATA[Toma Bedolla]]></author>
		<author><![CDATA[Michael Young]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getAttributeObject</name>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getAttributeObject</name>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getAttributeObject</name>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getAttributeObject</name>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getAttributeString</name>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getAttributeString</name>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getAttributeString</name>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getAttributeString</name>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getAttributeStringArray</name>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getAttributeStringArray</name>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getFullProviderURL</name>
			<param>
				<name>baseURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>baseDN</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>parseDate</name>
			<param>
				<name>date</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseLockListener</name>
		<type>com.liferay.portal.kernel.lock.BaseLockListener</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>onAfterExpire</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onAfterLock</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onAfterRefresh</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onAfterUnlock</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onBeforeExpire</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onBeforeLock</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onBeforeRefresh</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onBeforeUnlock</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LockListener</name>
		<type>com.liferay.portal.kernel.lock.LockListener</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>onAfterExpire</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onAfterLock</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onAfterRefresh</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onAfterUnlock</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onBeforeExpire</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onBeforeLock</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onBeforeRefresh</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onBeforeUnlock</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LockListenerRegistry</name>
		<type>com.liferay.portal.kernel.lock.LockListenerRegistry</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getLockListener</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>lockListener</name>
				<type>com.liferay.portal.kernel.lock.LockListener</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>lockListener</name>
				<type>com.liferay.portal.kernel.lock.LockListener</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LockListenerRegistryUtil</name>
		<type>com.liferay.portal.kernel.lock.LockListenerRegistryUtil</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getLockListener</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLockListenerRegistry</name>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>lockListener</name>
				<type>com.liferay.portal.kernel.lock.LockListener</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>lockListener</name>
				<type>com.liferay.portal.kernel.lock.LockListener</type>
			</param>
		</method>
		<method>
			<name>setLockListenerRegistry</name>
			<param>
				<name>lockListenerRegistry</name>
				<type>com.liferay.portal.kernel.lock.LockListenerRegistry</type>
			</param>
		</method>
		<field>
			<name>_lockListenerRegistry</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Jdk14LogFactoryImpl</name>
		<type>com.liferay.portal.kernel.log.Jdk14LogFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getLog</name>
			<param>
				<name>c</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getLog</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLevel</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>priority</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>custom</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Jdk14LogImpl</name>
		<type>com.liferay.portal.kernel.log.Jdk14LogImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>Jdk14LogImpl</name>
			<param>
				<name>log</name>
				<type>java.util.logging.Logger</type>
			</param>
		</method>
		<method>
			<name>debug</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>debug</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>debug</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>error</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>error</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>error</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>fatal</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>fatal</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>fatal</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>info</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>info</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>info</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>isDebugEnabled</name>
		</method>
		<method>
			<name>isErrorEnabled</name>
		</method>
		<method>
			<name>isFatalEnabled</name>
		</method>
		<method>
			<name>isInfoEnabled</name>
		</method>
		<method>
			<name>isTraceEnabled</name>
		</method>
		<method>
			<name>isWarnEnabled</name>
		</method>
		<method>
			<name>trace</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>trace</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>trace</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>warn</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>warn</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>warn</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Log</name>
		<type>com.liferay.portal.kernel.log.Log</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>debug</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>debug</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>debug</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>error</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>error</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>error</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>fatal</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>fatal</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>fatal</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>info</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>info</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>info</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>isDebugEnabled</name>
		</method>
		<method>
			<name>isErrorEnabled</name>
		</method>
		<method>
			<name>isFatalEnabled</name>
		</method>
		<method>
			<name>isInfoEnabled</name>
		</method>
		<method>
			<name>isTraceEnabled</name>
		</method>
		<method>
			<name>isWarnEnabled</name>
		</method>
		<method>
			<name>trace</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>trace</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>trace</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>warn</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>warn</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>warn</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LogFactory</name>
		<type>com.liferay.portal.kernel.log.LogFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getLog</name>
			<param>
				<name>c</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getLog</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLevel</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>priority</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>custom</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LogFactoryUtil</name>
		<type>com.liferay.portal.kernel.log.LogFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getLog</name>
			<param>
				<name>c</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getLog</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLogFactory</name>
			<param>
				<name>logFactory</name>
				<type>com.liferay.portal.kernel.log.LogFactory</type>
			</param>
		</method>
		<field>
			<name>_logFactory</name>
		</field>
		<field>
			<name>_logWrappers</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LogUtil</name>
		<type>com.liferay.portal.kernel.log.LogUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>debug</name>
			<param>
				<name>log</name>
				<type>com.liferay.portal.kernel.log.Log</type>
			</param>
			<param>
				<name>props</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>log</name>
			<param>
				<name>log</name>
				<type>com.liferay.portal.kernel.log.Log</type>
			</param>
			<param>
				<name>jspe</name>
				<type>javax.servlet.jsp.JspException</type>
			</param>
		</method>
		<method>
			<name>log</name>
			<param>
				<name>log</name>
				<type>com.liferay.portal.kernel.log.Log</type>
			</param>
			<param>
				<name>se</name>
				<type>javax.servlet.ServletException</type>
			</param>
		</method>
		<method>
			<name>log</name>
			<param>
				<name>log</name>
				<type>com.liferay.portal.kernel.log.Log</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>_log</name>
			<param>
				<name>log</name>
				<type>com.liferay.portal.kernel.log.Log</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<field>
			<name>REMOVE_UNKNOWN_SOURCE</name>
		</field>
		<field>
			<name>STACK_TRACE_LENGTH</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LogWrapper</name>
		<type>com.liferay.portal.kernel.log.LogWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LogWrapper</name>
			<param>
				<name>log</name>
				<type>com.liferay.portal.kernel.log.Log</type>
			</param>
		</method>
		<method>
			<name>debug</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>debug</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>debug</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>error</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>error</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>error</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>fatal</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>fatal</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>fatal</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>info</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>info</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>info</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>isDebugEnabled</name>
		</method>
		<method>
			<name>isErrorEnabled</name>
		</method>
		<method>
			<name>isFatalEnabled</name>
		</method>
		<method>
			<name>isInfoEnabled</name>
		</method>
		<method>
			<name>isTraceEnabled</name>
		</method>
		<method>
			<name>isWarnEnabled</name>
		</method>
		<method>
			<name>setLog</name>
			<param>
				<name>log</name>
				<type>com.liferay.portal.kernel.log.Log</type>
			</param>
		</method>
		<method>
			<name>trace</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>trace</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>trace</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>warn</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>warn</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>warn</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>printMsg</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Account</name>
		<type>com.liferay.portal.kernel.mail.Account</type>
		<author><![CDATA[Thiago Moreira]]></author>
		<method>
			<name>getInstance</name>
			<param>
				<name>protocol</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInstance</name>
			<param>
				<name>protocol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>port</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getHost</name>
		</method>
		<method>
			<name>getPassword</name>
		</method>
		<method>
			<name>getPort</name>
		</method>
		<method>
			<name>getProtocol</name>
		</method>
		<method>
			<name>getUser</name>
		</method>
		<method>
			<name>isRequiresAuthentication</name>
		</method>
		<method>
			<name>isSecure</name>
		</method>
		<method>
			<name>setHost</name>
			<param>
				<name>host</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPassword</name>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPort</name>
			<param>
				<name>port</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setUser</name>
			<param>
				<name>user</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>Account</name>
			<param>
				<name>protocol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
			<param>
				<name>port</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>PORT_IMAP</name>
		</field>
		<field>
			<name>PORT_IMAPS</name>
		</field>
		<field>
			<name>PORT_POP</name>
		</field>
		<field>
			<name>PORT_POPS</name>
		</field>
		<field>
			<name>PORT_SMTP</name>
		</field>
		<field>
			<name>PORT_SMTPS</name>
		</field>
		<field>
			<name>PROTOCOL_IMAP</name>
		</field>
		<field>
			<name>PROTOCOL_IMAPS</name>
		</field>
		<field>
			<name>PROTOCOL_POP</name>
		</field>
		<field>
			<name>PROTOCOL_POPS</name>
		</field>
		<field>
			<name>PROTOCOL_SMTP</name>
		</field>
		<field>
			<name>PROTOCOL_SMTPS</name>
		</field>
		<field>
			<name>_host</name>
		</field>
		<field>
			<name>_password</name>
		</field>
		<field>
			<name>_port</name>
		</field>
		<field>
			<name>_protocol</name>
		</field>
		<field>
			<name>_secure</name>
		</field>
		<field>
			<name>_user</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IMAPAccount</name>
		<type>com.liferay.portal.kernel.mail.IMAPAccount</type>
		<author><![CDATA[Thiago Moreira]]></author>
		<method>
			<name>IMAPAccount</name>
			<param>
				<name>protocol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
			<param>
				<name>port</name>
				<type>int</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MailMessage</name>
		<type>com.liferay.portal.kernel.mail.MailMessage</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Neil Griffin]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Thiago Moreira]]></author>
		<method>
			<name>MailMessage</name>
		</method>
		<method>
			<name>MailMessage</name>
			<param>
				<name>from</name>
				<type>javax.mail.internet.InternetAddress</type>
			</param>
			<param>
				<name>to</name>
				<type>javax.mail.internet.InternetAddress</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>htmlFormat</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>MailMessage</name>
			<param>
				<name>from</name>
				<type>javax.mail.internet.InternetAddress</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>htmlFormat</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addFileAttachment</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>addFileAttachment</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBCC</name>
		</method>
		<method>
			<name>getBody</name>
		</method>
		<method>
			<name>getBulkAddresses</name>
		</method>
		<method>
			<name>getCC</name>
		</method>
		<method>
			<name>getFileAttachments</name>
		</method>
		<method>
			<name>getFrom</name>
		</method>
		<method>
			<name>getHTMLFormat</name>
		</method>
		<method>
			<name>getInReplyTo</name>
		</method>
		<method>
			<name>getMessageId</name>
		</method>
		<method>
			<name>getReplyTo</name>
		</method>
		<method>
			<name>getSMTPAccount</name>
		</method>
		<method>
			<name>getSubject</name>
		</method>
		<method>
			<name>getTo</name>
		</method>
		<method>
			<name>isHTMLFormat</name>
		</method>
		<method>
			<name>setBCC</name>
			<param>
				<name>bcc</name>
				<type>javax.mail.internet.InternetAddress</type>
			</param>
		</method>
		<method>
			<name>setBCC</name>
			<param>
				<name>bcc</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
		</method>
		<method>
			<name>setBody</name>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setBulkAddresses</name>
			<param>
				<name>bulkAddresses</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
		</method>
		<method>
			<name>setCC</name>
			<param>
				<name>cc</name>
				<type>javax.mail.internet.InternetAddress</type>
			</param>
		</method>
		<method>
			<name>setCC</name>
			<param>
				<name>cc</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
		</method>
		<method>
			<name>setFrom</name>
			<param>
				<name>from</name>
				<type>javax.mail.internet.InternetAddress</type>
			</param>
		</method>
		<method>
			<name>setHTMLFormat</name>
			<param>
				<name>htmlFormat</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setInReplyTo</name>
			<param>
				<name>inReplyTo</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMessageId</name>
			<param>
				<name>messageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setReplyTo</name>
			<param>
				<name>replyTo</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
		</method>
		<method>
			<name>setSMTPAccount</name>
			<param>
				<name>account</name>
				<type>com.liferay.portal.kernel.mail.SMTPAccount</type>
			</param>
		</method>
		<method>
			<name>setSubject</name>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTo</name>
			<param>
				<name>to</name>
				<type>javax.mail.internet.InternetAddress</type>
			</param>
		</method>
		<method>
			<name>setTo</name>
			<param>
				<name>to</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
		</method>
		<field>
			<name>_bcc</name>
		</field>
		<field>
			<name>_body</name>
		</field>
		<field>
			<name>_bulkAddresses</name>
		</field>
		<field>
			<name>_cc</name>
		</field>
		<field>
			<name>_fileAttachments</name>
		</field>
		<field>
			<name>_from</name>
		</field>
		<field>
			<name>_htmlFormat</name>
		</field>
		<field>
			<name>_inReplyTo</name>
		</field>
		<field>
			<name>_messageId</name>
		</field>
		<field>
			<name>_replyTo</name>
		</field>
		<field>
			<name>_smtpAccount</name>
		</field>
		<field>
			<name>_subject</name>
		</field>
		<field>
			<name>_to</name>
		</field>
	</javadoc>
	<javadoc>
		<name>POPAccount</name>
		<type>com.liferay.portal.kernel.mail.POPAccount</type>
		<author><![CDATA[Thiago Moreira]]></author>
		<method>
			<name>POPAccount</name>
			<param>
				<name>protocol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
			<param>
				<name>port</name>
				<type>int</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SMTPAccount</name>
		<type>com.liferay.portal.kernel.mail.SMTPAccount</type>
		<author><![CDATA[Thiago Moreira]]></author>
		<method>
			<name>SMTPAccount</name>
			<param>
				<name>protocol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
			<param>
				<name>port</name>
				<type>int</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ClusterManageActionWrapper</name>
		<type>com.liferay.portal.kernel.management.ClusterManageActionWrapper</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>ClusterManageActionWrapper</name>
			<param>
				<name>clusterGroup</name>
				<type>com.liferay.portal.model.ClusterGroup</type>
			</param>
			<param>
				<name>manageAction</name>
				<type>com.liferay.portal.kernel.management.ManageAction</type>
			</param>
		</method>
		<method>
			<name>action</name>
			<throws>
				<name>ManageActionException</name>
				<type>com.liferay.portal.kernel.management.ManageActionException</type>
			</throws>
		</method>
		<method>
			<name>doAction</name>
			<throws>
				<name>ManageActionException</name>
				<type>com.liferay.portal.kernel.management.ManageActionException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>verifyClusterGroup</name>
			<throws>
				<name>ManageActionException</name>
				<type>com.liferay.portal.kernel.management.ManageActionException</type>
			</throws>
		</method>
		<field>
			<name>_clusterGroup</name>
		</field>
		<field>
			<name>_manageAction</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ManageAction</name>
		<type>com.liferay.portal.kernel.management.ManageAction</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>action</name>
			<throws>
				<name>ManageActionException</name>
				<type>com.liferay.portal.kernel.management.ManageActionException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ManageActionException</name>
		<type>com.liferay.portal.kernel.management.ManageActionException</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>ManageActionException</name>
		</method>
		<method>
			<name>ManageActionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ManageActionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ManageActionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalManager</name>
		<type>com.liferay.portal.kernel.management.PortalManager</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>manage</name>
			<param>
				<name>manageAction</name>
				<type>com.liferay.portal.kernel.management.ManageAction</type>
			</param>
			<throws>
				<name>ManageActionException</name>
				<type>com.liferay.portal.kernel.management.ManageActionException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalManagerUtil</name>
		<type>com.liferay.portal.kernel.management.PortalManagerUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>createManageActionMethodHandler</name>
			<param>
				<name>manageAction</name>
				<type>com.liferay.portal.kernel.management.ManageAction</type>
			</param>
		</method>
		<method>
			<name>getPortalManager</name>
		</method>
		<method>
			<name>manage</name>
			<param>
				<name>clusterGroup</name>
				<type>com.liferay.portal.model.ClusterGroup</type>
			</param>
			<param>
				<name>manageAction</name>
				<type>com.liferay.portal.kernel.management.ManageAction</type>
			</param>
			<throws>
				<name>ManageActionException</name>
				<type>com.liferay.portal.kernel.management.ManageActionException</type>
			</throws>
		</method>
		<method>
			<name>manage</name>
			<param>
				<name>manageAction</name>
				<type>com.liferay.portal.kernel.management.ManageAction</type>
			</param>
			<throws>
				<name>ManageActionException</name>
				<type>com.liferay.portal.kernel.management.ManageActionException</type>
			</throws>
		</method>
		<method>
			<name>manageAsync</name>
			<param>
				<name>clusterNode</name>
				<type>com.liferay.portal.kernel.cluster.ClusterNode</type>
			</param>
			<param>
				<name>manageAction</name>
				<type>com.liferay.portal.kernel.management.ManageAction</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>manageSync</name>
			<param>
				<name>clusterNode</name>
				<type>com.liferay.portal.kernel.cluster.ClusterNode</type>
			</param>
			<param>
				<name>manageAction</name>
				<type>com.liferay.portal.kernel.management.ManageAction</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setPortalManager</name>
			<param>
				<name>portalManager</name>
				<type>com.liferay.portal.kernel.management.PortalManager</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_manageMethod</name>
		</field>
		<field>
			<name>_portalManager</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseJMXManageAction</name>
		<type>com.liferay.portal.kernel.management.jmx.BaseJMXManageAction</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getMBeanServer</name>
		</method>
		<field>
			<name>_mBeanServerReference</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DoOperationAction</name>
		<type>com.liferay.portal.kernel.management.jmx.DoOperationAction</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>DoOperationAction</name>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>operationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameters</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>signature</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>action</name>
			<throws>
				<name>ManageActionException</name>
				<type>com.liferay.portal.kernel.management.ManageActionException</type>
			</throws>
		</method>
		<field>
			<name>_objectName</name>
		</field>
		<field>
			<name>_operationName</name>
		</field>
		<field>
			<name>_parameters</name>
		</field>
		<field>
			<name>_signature</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GetAttributesAction</name>
		<type>com.liferay.portal.kernel.management.jmx.GetAttributesAction</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>GetAttributesAction</name>
			<param>
				<name>mBean</name>
				<type>com.liferay.portal.kernel.jmx.model.MBean</type>
			</param>
		</method>
		<method>
			<name>action</name>
			<throws>
				<name>ManageActionException</name>
				<type>com.liferay.portal.kernel.management.ManageActionException</type>
			</throws>
		</method>
		<field>
			<name>_mBean</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ListDomainsAction</name>
		<type>com.liferay.portal.kernel.management.jmx.ListDomainsAction</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>action</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ListMBeansAction</name>
		<type>com.liferay.portal.kernel.management.jmx.ListMBeansAction</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>ListMBeansAction</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>action</name>
			<throws>
				<name>ManageActionException</name>
				<type>com.liferay.portal.kernel.management.ManageActionException</type>
			</throws>
		</method>
		<field>
			<name>_domainName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LoadMBeanInfoAction</name>
		<type>com.liferay.portal.kernel.management.jmx.LoadMBeanInfoAction</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>LoadMBeanInfoAction</name>
			<param>
				<name>mBean</name>
				<type>com.liferay.portal.kernel.jmx.model.MBean</type>
			</param>
		</method>
		<method>
			<name>action</name>
			<throws>
				<name>ManageActionException</name>
				<type>com.liferay.portal.kernel.management.ManageActionException</type>
			</throws>
		</method>
		<field>
			<name>_mBean</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SetAttributeAction</name>
		<type>com.liferay.portal.kernel.management.jmx.SetAttributeAction</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>SetAttributeAction</name>
			<param>
				<name>objectName</name>
				<type>javax.management.ObjectName</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>action</name>
			<throws>
				<name>ManageActionException</name>
				<type>com.liferay.portal.kernel.management.ManageActionException</type>
			</throws>
		</method>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_objectName</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DeleteFileFinalizeAction</name>
		<type>com.liferay.portal.kernel.memory.DeleteFileFinalizeAction</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>DeleteFileFinalizeAction</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>doFinalize</name>
		</method>
		<field>
			<name>_fileName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DummyFinalizeAction</name>
		<type>com.liferay.portal.kernel.memory.DummyFinalizeAction</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>doFinalize</name>
		</method>
	</javadoc>
	<javadoc>
		<name>EqualityWeakReference</name>
		<type>com.liferay.portal.kernel.memory.EqualityWeakReference</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>EqualityWeakReference</name>
			<param>
				<name>referent</name>
				<type>T</type>
			</param>
		</method>
		<method>
			<name>EqualityWeakReference</name>
			<param>
				<name>referent</name>
				<type>T</type>
			</param>
			<param>
				<name>referenceQueue</name>
				<type>java.lang.ref.ReferenceQueue</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<field>
			<name>_hashCode</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FinalizeAction</name>
		<type>com.liferay.portal.kernel.memory.FinalizeAction</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>doFinalize</name>
		</method>
	</javadoc>
	<javadoc>
		<name>FinalizeManager</name>
		<type>com.liferay.portal.kernel.memory.FinalizeManager</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>register</name>
			<param>
				<name>realReference</name>
				<type>T</type>
			</param>
			<param>
				<name>finalizeAction</name>
				<type>com.liferay.portal.kernel.memory.FinalizeAction</type>
			</param>
		</method>
		<method>
			<name>_pollingCleanup</name>
		</method>
		<field>
			<name>THREAD_ENABLED</name>
		</field>
		<field>
			<name>_referenceActionMap</name>
		</field>
		<field>
			<name>_referenceQueue</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PoolAction</name>
		<type>com.liferay.portal.kernel.memory.PoolAction</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>onBorrow</name>
			<param>
				<name>output</name>
				<type>O</type>
			</param>
			<param>
				<name>input</name>
				<type>I</type>
			</param>
		</method>
		<method>
			<name>onCreate</name>
			<param>
				<name>input</name>
				<type>I</type>
			</param>
		</method>
		<method>
			<name>onReturn</name>
			<param>
				<name>output</name>
				<type>O</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SoftReferencePool</name>
		<type>com.liferay.portal.kernel.memory.SoftReferencePool</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>SoftReferencePool</name>
			<param>
				<name>poolAction</name>
				<type>com.liferay.portal.kernel.memory.PoolAction</type>
			</param>
		</method>
		<method>
			<name>SoftReferencePool</name>
			<param>
				<name>poolAction</name>
				<type>com.liferay.portal.kernel.memory.PoolAction</type>
			</param>
			<param>
				<name>maxIdleSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>SoftReferencePool</name>
			<param>
				<name>poolAction</name>
				<type>com.liferay.portal.kernel.memory.PoolAction</type>
			</param>
			<param>
				<name>maxIdleSize</name>
				<type>int</type>
			</param>
			<param>
				<name>useWeakCounter</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>borrowObject</name>
			<param>
				<name>parameter</name>
				<type>P</type>
			</param>
		</method>
		<method>
			<name>returnObject</name>
			<param>
				<name>value</name>
				<type>V</type>
			</param>
		</method>
		<method>
			<name>_getCount</name>
		</method>
		<field>
			<name>DEFAULT_IDLE_SIZE</name>
		</field>
		<field>
			<name>_maxIdleSize</name>
		</field>
		<field>
			<name>_poolAction</name>
		</field>
		<field>
			<name>_referenceQueue</name>
		</field>
		<field>
			<name>_softReferences</name>
		</field>
		<field>
			<name>_useWeakCounter</name>
		</field>
		<field>
			<name>_weakCounter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SoftReferenceThreadLocal</name>
		<type>com.liferay.portal.kernel.memory.SoftReferenceThreadLocal</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>get</name>
		</method>
		<method>
			<name>remove</name>
		</method>
		<method>
			<name>set</name>
			<param>
				<name>value</name>
				<type>T</type>
			</param>
		</method>
		<field>
			<name>_nullSoftReference</name>
		</field>
		<field>
			<name>_softReferenceThreadLocal</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseAsyncDestination</name>
		<type>com.liferay.portal.kernel.messaging.BaseAsyncDestination</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>BaseAsyncDestination</name>
		</method>
		<method>
			<name>BaseAsyncDestination</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>BaseAsyncDestination</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workersCoreSize</name>
				<type>int</type>
			</param>
			<param>
				<name>workersMaxSize</name>
				<type>int</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>close</name>
			<param>
				<name>force</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getDestinationStatistics</name>
		</method>
		<method>
			<name>getMaximumQueueSize</name>
		</method>
		<method>
			<name>getWorkersCoreSize</name>
		</method>
		<method>
			<name>getWorkersMaxSize</name>
		</method>
		<method>
			<name>open</name>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>setMaximumQueueSize</name>
			<param>
				<name>maximumQueueSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setRejectedExecutionHandler</name>
			<param>
				<name>rejectedExecutionHandler</name>
				<type>com.liferay.portal.kernel.concurrent.RejectedExecutionHandler</type>
			</param>
		</method>
		<method>
			<name>setWorkersCoreSize</name>
			<param>
				<name>workersCoreSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setWorkersMaxSize</name>
			<param>
				<name>workersMaxSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>createRejectionExecutionHandler</name>
		</method>
		<method>
			<name>dispatch</name>
			<param>
				<name>messageListeners</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>getThreadPoolExecutor</name>
		</method>
		<field>
			<name>_WORKERS_CORE_SIZE</name>
		</field>
		<field>
			<name>_WORKERS_MAX_SIZE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_maximumQueueSize</name>
		</field>
		<field>
			<name>_rejectedExecutionHandler</name>
		</field>
		<field>
			<name>_threadPoolExecutor</name>
		</field>
		<field>
			<name>_workersCoreSize</name>
		</field>
		<field>
			<name>_workersMaxSize</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseDestination</name>
		<type>com.liferay.portal.kernel.messaging.BaseDestination</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>addDestinationEventListener</name>
			<param>
				<name>destinationEventListener</name>
				<type>com.liferay.portal.kernel.messaging.DestinationEventListener</type>
			</param>
		</method>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>close</name>
		</method>
		<method>
			<name>close</name>
			<param>
				<name>force</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>copyDestinationEventListeners</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
		</method>
		<method>
			<name>copyMessageListeners</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
		</method>
		<method>
			<name>getMessageListenerCount</name>
		</method>
		<method>
			<name>getMessageListeners</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>isRegistered</name>
		</method>
		<method>
			<name>open</name>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
			<param>
				<name>classloader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>removeDestinationEventListener</name>
			<param>
				<name>destinationEventListener</name>
				<type>com.liferay.portal.kernel.messaging.DestinationEventListener</type>
			</param>
		</method>
		<method>
			<name>removeDestinationEventListeners</name>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
			<param>
				<name>classloader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>unregisterMessageListeners</name>
		</method>
		<method>
			<name>fireMessageListenerRegisteredEvent</name>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>fireMessageListenerUnregisteredEvent</name>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>registerMessageListener</name>
			<param>
				<name>invokerMessageListener</name>
				<type>com.liferay.portal.kernel.messaging.InvokerMessageListener</type>
			</param>
		</method>
		<method>
			<name>unregisterMessageListener</name>
			<param>
				<name>invokerMessageListener</name>
				<type>com.liferay.portal.kernel.messaging.InvokerMessageListener</type>
			</param>
		</method>
		<field>
			<name>messageListeners</name>
		</field>
		<field>
			<name>name</name>
		</field>
		<field>
			<name>_destinationEventListeners</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseDestinationEventListener</name>
		<type>com.liferay.portal.kernel.messaging.BaseDestinationEventListener</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>destinationAdded</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
		</method>
		<method>
			<name>destinationRemoved</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
		</method>
		<method>
			<name>messageListenerRegistered</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>messageListenerUnregistered</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseMessageListener</name>
		<type>com.liferay.portal.kernel.messaging.BaseMessageListener</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>receive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>MessageListenerException</name>
				<type>com.liferay.portal.kernel.messaging.MessageListenerException</type>
			</throws>
		</method>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseMessageStatusMessageListener</name>
		<type>com.liferay.portal.kernel.messaging.BaseMessageStatusMessageListener</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BaseMessageStatusMessageListener</name>
		</method>
		<method>
			<name>BaseMessageStatusMessageListener</name>
			<param>
				<name>statusSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.SingleDestinationMessageSender</type>
			</param>
			<param>
				<name>responseSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.MessageSender</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>receive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>setResponseSender</name>
			<param>
				<name>responseSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.MessageSender</type>
			</param>
		</method>
		<method>
			<name>setStatusSender</name>
			<param>
				<name>statusSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.SingleDestinationMessageSender</type>
			</param>
		</method>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>messageStatus</name>
				<type>com.liferay.portal.kernel.messaging.MessageStatus</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getResponseSender</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_responseSender</name>
		</field>
		<field>
			<name>_statusSender</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BridgingMessageListener</name>
		<type>com.liferay.portal.kernel.messaging.BridgingMessageListener</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>BridgingMessageListener</name>
		</method>
		<method>
			<name>BridgingMessageListener</name>
			<param>
				<name>singleDestinationMessageSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.SingleDestinationMessageSender</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>receive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>setSingleDestinationMessageSender</name>
			<param>
				<name>singleDestinationMessageSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.SingleDestinationMessageSender</type>
			</param>
		</method>
		<field>
			<name>_singleDestinationMessageSender</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultMessageBus</name>
		<type>com.liferay.portal.kernel.messaging.DefaultMessageBus</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>addDestination</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
		</method>
		<method>
			<name>addDestinationEventListener</name>
			<param>
				<name>destinationEventListener</name>
				<type>com.liferay.portal.kernel.messaging.DestinationEventListener</type>
			</param>
		</method>
		<method>
			<name>addDestinationEventListener</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destinationEventListener</name>
				<type>com.liferay.portal.kernel.messaging.DestinationEventListener</type>
			</param>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>getDestination</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDestinationCount</name>
		</method>
		<method>
			<name>getDestinationNames</name>
		</method>
		<method>
			<name>getDestinations</name>
		</method>
		<method>
			<name>hasDestination</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasMessageListener</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>registerMessageListener</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>removeDestination</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeDestinationEventListener</name>
			<param>
				<name>destinationEventListener</name>
				<type>com.liferay.portal.kernel.messaging.DestinationEventListener</type>
			</param>
		</method>
		<method>
			<name>removeDestinationEventListener</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destinationEventListener</name>
				<type>com.liferay.portal.kernel.messaging.DestinationEventListener</type>
			</param>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
		</method>
		<method>
			<name>sendMessage</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>shutdown</name>
		</method>
		<method>
			<name>shutdown</name>
			<param>
				<name>force</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>unregisterMessageListener</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>fireDestinationAddedEvent</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
		</method>
		<method>
			<name>fireDestinationRemovedEvent</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
		</method>
		<method>
			<name>fireMessageListenerRegisteredEvent</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>fireMessageListenerUnregisteredEvent</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_destinationEventListeners</name>
		</field>
		<field>
			<name>_destinations</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Destination</name>
		<type>com.liferay.portal.kernel.messaging.Destination</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>addDestinationEventListener</name>
			<param>
				<name>destinationEventListener</name>
				<type>com.liferay.portal.kernel.messaging.DestinationEventListener</type>
			</param>
		</method>
		<method>
			<name>close</name>
		</method>
		<method>
			<name>close</name>
			<param>
				<name>force</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>copyDestinationEventListeners</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
		</method>
		<method>
			<name>copyMessageListeners</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
		</method>
		<method>
			<name>getDestinationStatistics</name>
		</method>
		<method>
			<name>getMessageListenerCount</name>
		</method>
		<method>
			<name>getMessageListeners</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>isRegistered</name>
		</method>
		<method>
			<name>open</name>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
			<param>
				<name>classloader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>removeDestinationEventListener</name>
			<param>
				<name>destinationEventListener</name>
				<type>com.liferay.portal.kernel.messaging.DestinationEventListener</type>
			</param>
		</method>
		<method>
			<name>removeDestinationEventListeners</name>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>unregisterMessageListeners</name>
		</method>
	</javadoc>
	<javadoc>
		<name>DestinationEventListener</name>
		<type>com.liferay.portal.kernel.messaging.DestinationEventListener</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>destinationAdded</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
		</method>
		<method>
			<name>destinationRemoved</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
		</method>
		<method>
			<name>messageListenerRegistered</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>messageListenerUnregistered</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DestinationNames</name>
		<type>com.liferay.portal.kernel.messaging.DestinationNames</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>ASYNC_SERVICE</name>
		</field>
		<field>
			<name>AUDIT</name>
		</field>
		<field>
			<name>BLOGS</name>
			<deprecated><![CDATA[{@link #SUBSCRIPTION_SENDER}]]></deprecated>
		</field>
		<field>
			<name>BUFFERED_INCREMENT_PARALLEL</name>
		</field>
		<field>
			<name>BUFFERED_INCREMENT_SERIAL</name>
		</field>
		<field>
			<name>CONVERT_PROCESS</name>
		</field>
		<field>
			<name>DEVICE_RECOGNITION_PROVIDER</name>
		</field>
		<field>
			<name>DOCUMENT_LIBRARY_AUDIO_PROCESSOR</name>
		</field>
		<field>
			<name>DOCUMENT_LIBRARY_HOOK</name>
		</field>
		<field>
			<name>DOCUMENT_LIBRARY_IMAGE_PROCESSOR</name>
		</field>
		<field>
			<name>DOCUMENT_LIBRARY_PDF_PROCESSOR</name>
		</field>
		<field>
			<name>DOCUMENT_LIBRARY_RAW_METADATA_PROCESSOR</name>
		</field>
		<field>
			<name>DOCUMENT_LIBRARY_VIDEO_PROCESSOR</name>
		</field>
		<field>
			<name>FLAGS</name>
		</field>
		<field>
			<name>GLOBAL</name>
			<comment><![CDATA[This is a special destination. Binding a message listener to this destination will allow it to listen to messages sent to all destinations.]]></comment>
		</field>
		<field>
			<name>HOT_DEPLOY</name>
		</field>
		<field>
			<name>IP_GEOCODER</name>
		</field>
		<field>
			<name>IP_GEOCODER_RESPONSE</name>
		</field>
		<field>
			<name>JOURNAL</name>
			<deprecated><![CDATA[{@link #SUBSCRIPTION_SENDER}]]></deprecated>
		</field>
		<field>
			<name>LAYOUTS_LOCAL_PUBLISHER</name>
		</field>
		<field>
			<name>LAYOUTS_REMOTE_PUBLISHER</name>
		</field>
		<field>
			<name>LIVE_USERS</name>
		</field>
		<field>
			<name>MAIL</name>
		</field>
		<field>
			<name>MAIL_SYNCHRONIZER</name>
		</field>
		<field>
			<name>MARKETPLACE</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS</name>
			<deprecated><![CDATA[{@link #SUBSCRIPTION_SENDER}]]></deprecated>
		</field>
		<field>
			<name>MESSAGE_BOARDS_MAILING_LIST</name>
		</field>
		<field>
			<name>MESSAGE_BUS_DEFAULT_RESPONSE</name>
		</field>
		<field>
			<name>MESSAGE_BUS_MESSAGE_STATUS</name>
		</field>
		<field>
			<name>MONITORING</name>
		</field>
		<field>
			<name>POLLER</name>
		</field>
		<field>
			<name>POLLER_COMET_RESPONSE</name>
		</field>
		<field>
			<name>POLLER_RESPONSE</name>
		</field>
		<field>
			<name>REPORT_COMPILER</name>
		</field>
		<field>
			<name>REPORT_REQUEST</name>
		</field>
		<field>
			<name>REPORT_RESULT</name>
		</field>
		<field>
			<name>SCHEDULER_DISPATCH</name>
		</field>
		<field>
			<name>SCHEDULER_ENGINE</name>
		</field>
		<field>
			<name>SCHEDULER_SCRIPTING</name>
		</field>
		<field>
			<name>SCRIPTING</name>
		</field>
		<field>
			<name>SEARCH_READER</name>
		</field>
		<field>
			<name>SEARCH_WRITER</name>
		</field>
		<field>
			<name>SUBSCRIPTION_SENDER</name>
		</field>
		<field>
			<name>TEST_TRANSACTION</name>
		</field>
		<field>
			<name>WIKI</name>
			<deprecated><![CDATA[{@link #SUBSCRIPTION_SENDER}]]></deprecated>
		</field>
		<field>
			<name>WORKFLOW_DEFINITION</name>
		</field>
		<field>
			<name>WORKFLOW_ENGINE</name>
		</field>
		<field>
			<name>WORKFLOW_INSTANCE</name>
		</field>
		<field>
			<name>WORKFLOW_LOG</name>
		</field>
		<field>
			<name>WORKFLOW_TASK</name>
		</field>
		<field>
			<name>WSRP</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DestinationStatistics</name>
		<type>com.liferay.portal.kernel.messaging.DestinationStatistics</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getActiveThreadCount</name>
		</method>
		<method>
			<name>getCurrentThreadCount</name>
		</method>
		<method>
			<name>getLargestThreadCount</name>
		</method>
		<method>
			<name>getMaxThreadPoolSize</name>
		</method>
		<method>
			<name>getMinThreadPoolSize</name>
		</method>
		<method>
			<name>getPendingMessageCount</name>
		</method>
		<method>
			<name>getSentMessageCount</name>
		</method>
		<method>
			<name>setActiveThreadCount</name>
			<param>
				<name>activeThreadCount</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setCurrentThreadCount</name>
			<param>
				<name>currentThreadCount</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setLargestThreadCount</name>
			<param>
				<name>largestThreadCount</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setMaxThreadPoolSize</name>
			<param>
				<name>maxThreadPoolSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setMinThreadPoolSize</name>
			<param>
				<name>minThreadPoolSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setPendingMessageCount</name>
			<param>
				<name>pendingMessageCount</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setSentMessageCount</name>
			<param>
				<name>sentMessageCount</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_activeThreadCount</name>
		</field>
		<field>
			<name>_currentThreadCount</name>
		</field>
		<field>
			<name>_largestThreadCount</name>
		</field>
		<field>
			<name>_maxThreadPoolSize</name>
		</field>
		<field>
			<name>_minThreadPoolSize</name>
		</field>
		<field>
			<name>_pendingMessageCount</name>
		</field>
		<field>
			<name>_sentMessageCount</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DummyMessageListener</name>
		<type>com.liferay.portal.kernel.messaging.DummyMessageListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>receive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GlobalDestinationEventListener</name>
		<type>com.liferay.portal.kernel.messaging.GlobalDestinationEventListener</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>GlobalDestinationEventListener</name>
		</method>
		<method>
			<name>GlobalDestinationEventListener</name>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
			<param>
				<name>ignoredDestinations</name>
				<type>java.util.List</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>destinationAdded</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
		</method>
		<method>
			<name>destinationRemoved</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
		</method>
		<method>
			<name>setIgnoredDestinations</name>
			<param>
				<name>ignoredDestinations</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setMessageListener</name>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<field>
			<name>_ignoredDestinations</name>
		</field>
		<field>
			<name>_messageListener</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InvokerMessageListener</name>
		<type>com.liferay.portal.kernel.messaging.InvokerMessageListener</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>InvokerMessageListener</name>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>InvokerMessageListener</name>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getClassLoader</name>
		</method>
		<method>
			<name>getMessageListener</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>receive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>MessageListenerException</name>
				<type>com.liferay.portal.kernel.messaging.MessageListenerException</type>
			</throws>
		</method>
		<field>
			<name>_classLoader</name>
		</field>
		<field>
			<name>_messageListener</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Message</name>
		<type>com.liferay.portal.kernel.messaging.Message</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDestinationName</name>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPayload</name>
		</method>
		<method>
			<name>getResponse</name>
		</method>
		<method>
			<name>getResponseDestinationName</name>
		</method>
		<method>
			<name>getResponseId</name>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getValues</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDestinationName</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPayload</name>
			<param>
				<name>payload</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setResponse</name>
			<param>
				<name>response</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setResponseDestinationName</name>
			<param>
				<name>responseDestinationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setResponseId</name>
			<param>
				<name>responseId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setValues</name>
			<param>
				<name>values</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_destinationName</name>
		</field>
		<field>
			<name>_payload</name>
		</field>
		<field>
			<name>_response</name>
		</field>
		<field>
			<name>_responseDestinationName</name>
		</field>
		<field>
			<name>_responseId</name>
		</field>
		<field>
			<name>_values</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MessageBatch</name>
		<type>com.liferay.portal.kernel.messaging.MessageBatch</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>MessageBatch</name>
			<param>
				<name>initialSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>MessageBatch</name>
			<param>
				<name>messageBatchId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>MessageBatch</name>
			<param>
				<name>messageBatchId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>initialSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addMessage</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>getMessageBatchId</name>
		</method>
		<method>
			<name>getMessages</name>
		</method>
		<field>
			<name>_messageBatchId</name>
		</field>
		<field>
			<name>_messages</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MessageBus</name>
		<type>com.liferay.portal.kernel.messaging.MessageBus</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>addDestination</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
		</method>
		<method>
			<name>addDestinationEventListener</name>
			<param>
				<name>destinationEventListener</name>
				<type>com.liferay.portal.kernel.messaging.DestinationEventListener</type>
			</param>
		</method>
		<method>
			<name>addDestinationEventListener</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destinationEventListener</name>
				<type>com.liferay.portal.kernel.messaging.DestinationEventListener</type>
			</param>
		</method>
		<method>
			<name>getDestination</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDestinationCount</name>
		</method>
		<method>
			<name>getDestinationNames</name>
		</method>
		<method>
			<name>getDestinations</name>
		</method>
		<method>
			<name>hasDestination</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasMessageListener</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>registerMessageListener</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>removeDestination</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeDestinationEventListener</name>
			<param>
				<name>destinationEventListener</name>
				<type>com.liferay.portal.kernel.messaging.DestinationEventListener</type>
			</param>
		</method>
		<method>
			<name>removeDestinationEventListener</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destinationEventListener</name>
				<type>com.liferay.portal.kernel.messaging.DestinationEventListener</type>
			</param>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
		</method>
		<method>
			<name>sendMessage</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>shutdown</name>
		</method>
		<method>
			<name>shutdown</name>
			<param>
				<name>force</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>unregisterMessageListener</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MessageBusException</name>
		<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MessageBusException</name>
		</method>
		<method>
			<name>MessageBusException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>MessageBusException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>MessageBusException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MessageBusUtil</name>
		<type>com.liferay.portal.kernel.messaging.MessageBusUtil</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addDestination</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
		</method>
		<method>
			<name>createResponseMessage</name>
			<param>
				<name>requestMessage</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>createResponseMessage</name>
			<param>
				<name>requestMessage</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>payload</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>getMessageBus</name>
		</method>
		<method>
			<name>getMessageSender</name>
		</method>
		<method>
			<name>hasMessageListener</name>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>messageBus</name>
				<type>com.liferay.portal.kernel.messaging.MessageBus</type>
			</param>
			<param>
				<name>messageSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.MessageSender</type>
			</param>
			<param>
				<name>synchronousMessageSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.SynchronousMessageSender</type>
			</param>
		</method>
		<method>
			<name>registerMessageListener</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>removeDestination</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>sendMessage</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>sendMessage</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>payload</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>sendSynchronousMessage</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>MessageBusException</name>
				<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
			</throws>
		</method>
		<method>
			<name>sendSynchronousMessage</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<throws>
				<name>MessageBusException</name>
				<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
			</throws>
		</method>
		<method>
			<name>sendSynchronousMessage</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>payload</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>MessageBusException</name>
				<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
			</throws>
		</method>
		<method>
			<name>sendSynchronousMessage</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>payload</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<throws>
				<name>MessageBusException</name>
				<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
			</throws>
		</method>
		<method>
			<name>sendSynchronousMessage</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>payload</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>responseDestinationName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MessageBusException</name>
				<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
			</throws>
		</method>
		<method>
			<name>sendSynchronousMessage</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>payload</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>responseDestinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<throws>
				<name>MessageBusException</name>
				<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
			</throws>
		</method>
		<method>
			<name>shutdown</name>
		</method>
		<method>
			<name>shutdown</name>
			<param>
				<name>force</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>unregisterMessageListener</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>MessageBusUtil</name>
		</method>
		<method>
			<name>_addDestination</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
		</method>
		<method>
			<name>_hasMessageListener</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_init</name>
			<param>
				<name>messageBus</name>
				<type>com.liferay.portal.kernel.messaging.MessageBus</type>
			</param>
			<param>
				<name>messageSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.MessageSender</type>
			</param>
			<param>
				<name>synchronousMessageSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.SynchronousMessageSender</type>
			</param>
		</method>
		<method>
			<name>_registerMessageListener</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>_removeDestination</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_sendMessage</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>_sendMessage</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>payload</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>_sendSynchronousMessage</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>MessageBusException</name>
				<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
			</throws>
		</method>
		<method>
			<name>_sendSynchronousMessage</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<throws>
				<name>MessageBusException</name>
				<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
			</throws>
		</method>
		<method>
			<name>_sendSynchronousMessage</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>payload</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>responseDestinationName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MessageBusException</name>
				<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
			</throws>
		</method>
		<method>
			<name>_sendSynchronousMessage</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>payload</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>responseDestinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<throws>
				<name>MessageBusException</name>
				<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
			</throws>
		</method>
		<method>
			<name>_shutdown</name>
		</method>
		<method>
			<name>_shutdown</name>
			<param>
				<name>force</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>_unregisterMessageListener</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_messageBus</name>
		</field>
		<field>
			<name>_messageSender</name>
		</field>
		<field>
			<name>_synchronousMessageSender</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MessageListener</name>
		<type>com.liferay.portal.kernel.messaging.MessageListener</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>receive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>MessageListenerException</name>
				<type>com.liferay.portal.kernel.messaging.MessageListenerException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MessageListenerException</name>
		<type>com.liferay.portal.kernel.messaging.MessageListenerException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MessageListenerException</name>
		</method>
		<method>
			<name>MessageListenerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>MessageListenerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>MessageListenerException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MessageRunnable</name>
		<type>com.liferay.portal.kernel.messaging.MessageRunnable</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>MessageRunnable</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>getMessage</name>
		</method>
		<field>
			<name>_message</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MessageStatus</name>
		<type>com.liferay.portal.kernel.messaging.MessageStatus</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getDuration</name>
		</method>
		<method>
			<name>getExceptionMessage</name>
		</method>
		<method>
			<name>getExceptionStackTrace</name>
		</method>
		<method>
			<name>getPayload</name>
		</method>
		<method>
			<name>hasException</name>
		</method>
		<method>
			<name>setException</name>
			<param>
				<name>e</name>
				<type>java.lang.Exception</type>
			</param>
		</method>
		<method>
			<name>setPayload</name>
			<param>
				<name>payload</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>startTimer</name>
		</method>
		<method>
			<name>stopTimer</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_endTime</name>
		</field>
		<field>
			<name>_exceptionMessage</name>
		</field>
		<field>
			<name>_exceptionStackTrace</name>
		</field>
		<field>
			<name>_payload</name>
		</field>
		<field>
			<name>_startTime</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ParallelDestination</name>
		<type>com.liferay.portal.kernel.messaging.ParallelDestination</type>
		<comment><![CDATA[<p>
Destination that delivers a message to a list of message listeners in parallel.
</p>]]></comment>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>ParallelDestination</name>
		</method>
		<method>
			<name>ParallelDestination</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>ParallelDestination</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workersCoreSize</name>
				<type>int</type>
			</param>
			<param>
				<name>workersMaxSize</name>
				<type>int</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>dispatch</name>
			<param>
				<name>messageListeners</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SerialDestination</name>
		<type>com.liferay.portal.kernel.messaging.SerialDestination</type>
		<comment><![CDATA[<p>
Destination that delivers a message to a list of message listeners one at a time.
</p>]]></comment>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>SerialDestination</name>
		</method>
		<method>
			<name>SerialDestination</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>dispatch</name>
			<param>
				<name>messageListeners</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<field>
			<name>_WORKERS_CORE_SIZE</name>
		</field>
		<field>
			<name>_WORKERS_MAX_SIZE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SynchronousDestination</name>
		<type>com.liferay.portal.kernel.messaging.SynchronousDestination</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getDestinationStatistics</name>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_sentMessageCounter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Async</name>
		<type>com.liferay.portal.kernel.messaging.async.Async</type>
		<author><![CDATA[Shuyang Zhou]]></author>
	</javadoc>
	<javadoc>
		<name>AbstractMessagingConfigurator</name>
		<type>com.liferay.portal.kernel.messaging.config.AbstractMessagingConfigurator</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>init</name>
			<deprecated><![CDATA[{@link #afterPropertiesSet}]]></deprecated>
		</method>
		<method>
			<name>setDestinations</name>
			<param>
				<name>destinations</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setGlobalDestinationEventListeners</name>
			<param>
				<name>globalDestinationEventListeners</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setMessageListeners</name>
			<param>
				<name>messageListeners</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setReplacementDestinations</name>
			<param>
				<name>replacementDestinations</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setSpecificDestinationEventListener</name>
			<param>
				<name>specificDestinationEventListeners</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>getMessageBus</name>
		</method>
		<method>
			<name>getOperatingClassloader</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_destinations</name>
		</field>
		<field>
			<name>_globalDestinationEventListeners</name>
		</field>
		<field>
			<name>_messageListeners</name>
		</field>
		<field>
			<name>_replacementDestinations</name>
		</field>
		<field>
			<name>_specificDestinationEventListeners</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultMessagingConfigurator</name>
		<type>com.liferay.portal.kernel.messaging.config.DefaultMessagingConfigurator</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>setMessageBus</name>
			<param>
				<name>messageBus</name>
				<type>com.liferay.portal.kernel.messaging.MessageBus</type>
			</param>
		</method>
		<method>
			<name>getMessageBus</name>
		</method>
		<method>
			<name>getOperatingClassloader</name>
		</method>
		<field>
			<name>_messageBus</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MessagingConfigurator</name>
		<type>com.liferay.portal.kernel.messaging.config.MessagingConfigurator</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>init</name>
		</method>
		<method>
			<name>setDestinations</name>
			<param>
				<name>destinations</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setGlobalDestinationEventListeners</name>
			<param>
				<name>globalDestinationEventListeners</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setMessageListeners</name>
			<param>
				<name>messageListeners</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setReplacementDestinations</name>
			<param>
				<name>replacementDestinations</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setSpecificDestinationEventListener</name>
			<param>
				<name>specificDestinationEventListeners</name>
				<type>java.util.Map</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PluginMessagingConfigurator</name>
		<type>com.liferay.portal.kernel.messaging.config.PluginMessagingConfigurator</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getMessageBus</name>
		</method>
		<method>
			<name>getOperatingClassloader</name>
		</method>
	</javadoc>
	<javadoc>
		<name>DestinationManager</name>
		<type>com.liferay.portal.kernel.messaging.jmx.DestinationManager</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>createObjectName</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DestinationManager</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
		</method>
		<method>
			<name>getListenerCount</name>
		</method>
		<field>
			<name>_OBJECT_NAME_PREFIX</name>
		</field>
		<field>
			<name>_destination</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DestinationManagerMBean</name>
		<type>com.liferay.portal.kernel.messaging.jmx.DestinationManagerMBean</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getListenerCount</name>
		</method>
	</javadoc>
	<javadoc>
		<name>DestinationStatisticsManager</name>
		<type>com.liferay.portal.kernel.messaging.jmx.DestinationStatisticsManager</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>createObjectName</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DestinationStatisticsManager</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
		</method>
		<method>
			<name>getActiveThreadCount</name>
		</method>
		<method>
			<name>getCurrentThreadCount</name>
		</method>
		<method>
			<name>getLargestThreadCount</name>
		</method>
		<method>
			<name>getLastRefresh</name>
		</method>
		<method>
			<name>getMaxThreadPoolSize</name>
		</method>
		<method>
			<name>getMinThreadPoolSize</name>
		</method>
		<method>
			<name>getPendingMessageCount</name>
		</method>
		<method>
			<name>getSentMessageCount</name>
		</method>
		<method>
			<name>isAutoRefresh</name>
		</method>
		<method>
			<name>refresh</name>
		</method>
		<method>
			<name>setAutoRefresh</name>
			<param>
				<name>autoRefresh</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_OBJECT_NAME_PREFIX</name>
		</field>
		<field>
			<name>_autoRefresh</name>
		</field>
		<field>
			<name>_destination</name>
		</field>
		<field>
			<name>_destinationStatistics</name>
		</field>
		<field>
			<name>_lastRefresh</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DestinationStatisticsManagerMBean</name>
		<type>com.liferay.portal.kernel.messaging.jmx.DestinationStatisticsManagerMBean</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getActiveThreadCount</name>
		</method>
		<method>
			<name>getCurrentThreadCount</name>
		</method>
		<method>
			<name>getLargestThreadCount</name>
		</method>
		<method>
			<name>getLastRefresh</name>
		</method>
		<method>
			<name>getMaxThreadPoolSize</name>
		</method>
		<method>
			<name>getMinThreadPoolSize</name>
		</method>
		<method>
			<name>getPendingMessageCount</name>
		</method>
		<method>
			<name>getSentMessageCount</name>
		</method>
		<method>
			<name>isAutoRefresh</name>
		</method>
		<method>
			<name>refresh</name>
		</method>
		<method>
			<name>setAutoRefresh</name>
			<param>
				<name>autoRefresh</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JMXMessageListener</name>
		<type>com.liferay.portal.kernel.messaging.jmx.JMXMessageListener</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterPropertiesSet</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>destinationAdded</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
		</method>
		<method>
			<name>destinationRemoved</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
		</method>
		<method>
			<name>destroy</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>init</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[{@link #afterPropertiesSet}]]></deprecated>
		</method>
		<method>
			<name>setMBeanRegistry</name>
			<param>
				<name>mBeanRegistry</name>
				<type>com.liferay.portal.kernel.jmx.MBeanRegistry</type>
			</param>
		</method>
		<method>
			<name>setMessageBus</name>
			<param>
				<name>messageBus</name>
				<type>com.liferay.portal.kernel.messaging.MessageBus</type>
			</param>
		</method>
		<method>
			<name>registerDestination</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>unregisterDestination</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getStatisticsObjectNameCacheKey</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_MESSAGE_BUS_MANAGER_OBJECT_NAME_CACHE_KEY</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_mBeanRegistry</name>
		</field>
		<field>
			<name>_messageBus</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MessageBusManager</name>
		<type>com.liferay.portal.kernel.messaging.jmx.MessageBusManager</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>createObjectName</name>
		</method>
		<method>
			<name>MessageBusManager</name>
			<param>
				<name>messageBus</name>
				<type>com.liferay.portal.kernel.messaging.MessageBus</type>
			</param>
		</method>
		<method>
			<name>getDestinationCount</name>
		</method>
		<field>
			<name>_OBJECT_NAME</name>
		</field>
		<field>
			<name>_messageBus</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MessageBusManagerMBean</name>
		<type>com.liferay.portal.kernel.messaging.jmx.MessageBusManagerMBean</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getDestinationCount</name>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseMultiDestinationProxyBean</name>
		<type>com.liferay.portal.kernel.messaging.proxy.BaseMultiDestinationProxyBean</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getDestinationName</name>
			<param>
				<name>proxyRequest</name>
				<type>com.liferay.portal.kernel.messaging.proxy.ProxyRequest</type>
			</param>
		</method>
		<method>
			<name>getMessageSender</name>
		</method>
		<method>
			<name>getSynchronousMessageSender</name>
		</method>
		<method>
			<name>setMessageSender</name>
			<param>
				<name>messageSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.MessageSender</type>
			</param>
		</method>
		<method>
			<name>setSynchronousMessageSender</name>
			<param>
				<name>synchronousMessageSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.SynchronousMessageSender</type>
			</param>
		</method>
		<field>
			<name>_messageSender</name>
		</field>
		<field>
			<name>_synchronousMessageSender</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseProxyBean</name>
		<type>com.liferay.portal.kernel.messaging.proxy.BaseProxyBean</type>
		<author><![CDATA[Micha Kiener]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getSingleDestinationMessageSender</name>
		</method>
		<method>
			<name>getSingleDestinationSynchronousMessageSender</name>
		</method>
		<method>
			<name>setSingleDestinationMessageSender</name>
			<param>
				<name>singleDestinationMessageSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.SingleDestinationMessageSender</type>
			</param>
		</method>
		<method>
			<name>setSingleDestinationSynchronousMessageSender</name>
			<param>
				<name>singleDestinationSynchronousMessageSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.SingleDestinationSynchronousMessageSender</type>
			</param>
		</method>
		<field>
			<name>_singleDestinationMessageSender</name>
		</field>
		<field>
			<name>_singleDestinationSynchronousMessageSender</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExecutingClassLoaders</name>
		<type>com.liferay.portal.kernel.messaging.proxy.ExecutingClassLoaders</type>
		<author><![CDATA[Michael C. Han]]></author>
	</javadoc>
	<javadoc>
		<name>MessageValuesThreadLocal</name>
		<type>com.liferay.portal.kernel.messaging.proxy.MessageValuesThreadLocal</type>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>getValue</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getValues</name>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_messageValuesThreadLocal</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MessagingProxy</name>
		<type>com.liferay.portal.kernel.messaging.proxy.MessagingProxy</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>mode</name>
		</method>
	</javadoc>
	<javadoc>
		<name>MultiClassLoaderProxyRequest</name>
		<type>com.liferay.portal.kernel.messaging.proxy.MultiClassLoaderProxyRequest</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>MultiClassLoaderProxyRequest</name>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>inspectForClassLoaders</name>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_clientClassLoaders</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ProxyMessageListener</name>
		<type>com.liferay.portal.kernel.messaging.proxy.ProxyMessageListener</type>
		<author><![CDATA[Micha Kiener]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>receive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>setManager</name>
			<param>
				<name>manager</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setMessageBus</name>
			<param>
				<name>messageBus</name>
				<type>com.liferay.portal.kernel.messaging.MessageBus</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_manager</name>
		</field>
		<field>
			<name>_messageBus</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ProxyMode</name>
		<type>com.liferay.portal.kernel.messaging.proxy.ProxyMode</type>
		<author><![CDATA[Michael C. Han]]></author>
		<field>
			<name>ASYNC</name>
		</field>
		<field>
			<name>SYNC</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ProxyRequest</name>
		<type>com.liferay.portal.kernel.messaging.proxy.ProxyRequest</type>
		<author><![CDATA[Micha Kiener]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ProxyRequest</name>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getArguments</name>
		</method>
		<method>
			<name>hasReturnValue</name>
		</method>
		<method>
			<name>isSynchronous</name>
		</method>
		<field>
			<name>_hasReturnValue</name>
		</field>
		<field>
			<name>_methodHandler</name>
		</field>
		<field>
			<name>_synchronous</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ProxyResponse</name>
		<type>com.liferay.portal.kernel.messaging.proxy.ProxyResponse</type>
		<author><![CDATA[Micha Kiener]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getException</name>
		</method>
		<method>
			<name>getResult</name>
		</method>
		<method>
			<name>hasError</name>
		</method>
		<method>
			<name>setException</name>
			<param>
				<name>exception</name>
				<type>java.lang.Exception</type>
			</param>
		</method>
		<method>
			<name>setResult</name>
			<param>
				<name>result</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_exception</name>
		</field>
		<field>
			<name>_result</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultMessageSender</name>
		<type>com.liferay.portal.kernel.messaging.sender.DefaultMessageSender</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>send</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>setMessageBus</name>
			<param>
				<name>messageBus</name>
				<type>com.liferay.portal.kernel.messaging.MessageBus</type>
			</param>
		</method>
		<field>
			<name>_messageBus</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultSingleDestinationMessageSender</name>
		<type>com.liferay.portal.kernel.messaging.sender.DefaultSingleDestinationMessageSender</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>DefaultSingleDestinationMessageSender</name>
		</method>
		<method>
			<name>DefaultSingleDestinationMessageSender</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>messageSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.MessageSender</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>payload</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setDestinationName</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMessageSender</name>
			<param>
				<name>messageSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.MessageSender</type>
			</param>
		</method>
		<field>
			<name>_destinationName</name>
		</field>
		<field>
			<name>_messageSender</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultSingleDestinationSynchronousMessageSender</name>
		<type>com.liferay.portal.kernel.messaging.sender.DefaultSingleDestinationSynchronousMessageSender</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>DefaultSingleDestinationSynchronousMessageSender</name>
		</method>
		<method>
			<name>DefaultSingleDestinationSynchronousMessageSender</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>synchronousMessageSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.SynchronousMessageSender</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>MessageBusException</name>
				<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<throws>
				<name>MessageBusException</name>
				<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>payload</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>MessageBusException</name>
				<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>payload</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<throws>
				<name>MessageBusException</name>
				<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
			</throws>
		</method>
		<method>
			<name>setDestinationName</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSynchronousMessageSender</name>
			<param>
				<name>synchronousMessageSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.SynchronousMessageSender</type>
			</param>
		</method>
		<field>
			<name>_destinationName</name>
		</field>
		<field>
			<name>_synchronousMessageSender</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultSynchronousMessageSender</name>
		<type>com.liferay.portal.kernel.messaging.sender.DefaultSynchronousMessageSender</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>DefaultSynchronousMessageSender</name>
		</method>
		<method>
			<name>DefaultSynchronousMessageSender</name>
			<param>
				<name>messageBus</name>
				<type>com.liferay.portal.kernel.messaging.MessageBus</type>
			</param>
			<param>
				<name>portalUUID</name>
				<type>com.liferay.portal.kernel.uuid.PortalUUID</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>MessageBusException</name>
				<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<throws>
				<name>MessageBusException</name>
				<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
			</throws>
		</method>
		<method>
			<name>setMessageBus</name>
			<param>
				<name>messageBus</name>
				<type>com.liferay.portal.kernel.messaging.MessageBus</type>
			</param>
		</method>
		<method>
			<name>setPortalUUID</name>
			<param>
				<name>portalUUID</name>
				<type>com.liferay.portal.kernel.uuid.PortalUUID</type>
			</param>
		</method>
		<method>
			<name>setTimeout</name>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_messageBus</name>
		</field>
		<field>
			<name>_portalUUID</name>
		</field>
		<field>
			<name>_timeout</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DirectSynchronousMessageSender</name>
		<type>com.liferay.portal.kernel.messaging.sender.DirectSynchronousMessageSender</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>send</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>MessageBusException</name>
				<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<throws>
				<name>MessageBusException</name>
				<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
			</throws>
		</method>
		<method>
			<name>setMessageBus</name>
			<param>
				<name>messageBus</name>
				<type>com.liferay.portal.kernel.messaging.MessageBus</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_messageBus</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MessageSender</name>
		<type>com.liferay.portal.kernel.messaging.sender.MessageSender</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>send</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SingleDestinationMessageSender</name>
		<type>com.liferay.portal.kernel.messaging.sender.SingleDestinationMessageSender</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>send</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>payload</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SingleDestinationSynchronousMessageSender</name>
		<type>com.liferay.portal.kernel.messaging.sender.SingleDestinationSynchronousMessageSender</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>send</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>MessageBusException</name>
				<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<throws>
				<name>MessageBusException</name>
				<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>payload</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>MessageBusException</name>
				<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>payload</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<throws>
				<name>MessageBusException</name>
				<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SynchronousMessageListener</name>
		<type>com.liferay.portal.kernel.messaging.sender.SynchronousMessageListener</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>SynchronousMessageListener</name>
			<param>
				<name>messageBus</name>
				<type>com.liferay.portal.kernel.messaging.MessageBus</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getResults</name>
		</method>
		<method>
			<name>receive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>send</name>
			<throws>
				<name>MessageBusException</name>
				<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
			</throws>
		</method>
		<field>
			<name>_message</name>
		</field>
		<field>
			<name>_messageBus</name>
		</field>
		<field>
			<name>_responseId</name>
		</field>
		<field>
			<name>_results</name>
		</field>
		<field>
			<name>_timeout</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SynchronousMessageSender</name>
		<type>com.liferay.portal.kernel.messaging.sender.SynchronousMessageSender</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>send</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>MessageBusException</name>
				<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<throws>
				<name>MessageBusException</name>
				<type>com.liferay.portal.kernel.messaging.MessageBusException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RawMetadataProcessor</name>
		<type>com.liferay.portal.kernel.metadata.RawMetadataProcessor</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>exportGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFields</name>
		</method>
		<method>
			<name>getRawMetadataMap</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRawMetadataMap</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>importGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>importedFileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RawMetadataProcessorUtil</name>
		<type>com.liferay.portal.kernel.metadata.RawMetadataProcessorUtil</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>getFields</name>
		</method>
		<method>
			<name>getRawMetadataMap</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRawMetadataMap</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRawMetadataProcessor</name>
		</method>
		<method>
			<name>setRawMetadataProcessor</name>
			<param>
				<name>rawMetadataProcessor</name>
				<type>com.liferay.portal.kernel.metadata.RawMetadataProcessor</type>
			</param>
		</method>
		<field>
			<name>_rawMetadataProcessor</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MicrosoftTranslator</name>
		<type>com.liferay.portal.kernel.microsofttranslator.MicrosoftTranslator</type>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>translate</name>
			<param>
				<name>fromLanguage</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toLanguage</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromText</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MicrosoftTranslatorException</name>
				<type>com.liferay.portal.kernel.microsofttranslator.MicrosoftTranslatorException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MicrosoftTranslatorException</name>
		<type>com.liferay.portal.kernel.microsofttranslator.MicrosoftTranslatorException</type>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>MicrosoftTranslatorException</name>
		</method>
		<method>
			<name>MicrosoftTranslatorException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>MicrosoftTranslatorException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>MicrosoftTranslatorException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MicrosoftTranslatorFactory</name>
		<type>com.liferay.portal.kernel.microsofttranslator.MicrosoftTranslatorFactory</type>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>getMicrosoftTranslator</name>
		</method>
		<method>
			<name>getMicrosoftTranslator</name>
			<param>
				<name>clientId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>clientSecret</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MicrosoftTranslatorFactoryUtil</name>
		<type>com.liferay.portal.kernel.microsofttranslator.MicrosoftTranslatorFactoryUtil</type>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>getMicrosoftTranslator</name>
		</method>
		<method>
			<name>getMicrosoftTranslator</name>
			<param>
				<name>clientId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>clientSecret</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getMicrosoftTranslatorFactory</name>
		</method>
		<method>
			<name>setMicrosoftTranslatorFactory</name>
			<param>
				<name>microsoftTranslatorFactory</name>
				<type>com.liferay.portal.kernel.microsofttranslator.MicrosoftTranslatorFactory</type>
			</param>
		</method>
		<field>
			<name>_microsoftTranslatorFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AbstractDevice</name>
		<type>com.liferay.portal.kernel.mobile.device.AbstractDevice</type>
		<comment><![CDATA[Abstract class containing common methods for all devices]]></comment>
		<author><![CDATA[Milen Dyankov]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>toString</name>
		</method>
	</javadoc>
	<javadoc>
		<name>Capability</name>
		<type>com.liferay.portal.kernel.mobile.device.Capability</type>
		<author><![CDATA[Milen Dyankov]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>Capability</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Device</name>
		<type>com.liferay.portal.kernel.mobile.device.Device</type>
		<author><![CDATA[Milen Dyankov]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getBrand</name>
		</method>
		<method>
			<name>getBrowser</name>
		</method>
		<method>
			<name>getBrowserVersion</name>
		</method>
		<method>
			<name>getCapabilities</name>
		</method>
		<method>
			<name>getCapability</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModel</name>
		</method>
		<method>
			<name>getOS</name>
		</method>
		<method>
			<name>getOSVersion</name>
		</method>
		<method>
			<name>getPointingMethod</name>
		</method>
		<method>
			<name>getScreenSize</name>
		</method>
		<method>
			<name>hasQwertyKeyboard</name>
		</method>
		<method>
			<name>isTablet</name>
		</method>
	</javadoc>
	<javadoc>
		<name>DeviceDetectionUtil</name>
		<type>com.liferay.portal.kernel.mobile.device.DeviceDetectionUtil</type>
		<author><![CDATA[Milen Dyankov]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>detectDevice</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getDeviceRecognitionProvider</name>
		</method>
		<method>
			<name>getKnownBrands</name>
		</method>
		<method>
			<name>getKnownBrowsers</name>
		</method>
		<method>
			<name>getKnownDeviceIdsByCapability</name>
			<param>
				<name>capability</name>
				<type>com.liferay.portal.kernel.mobile.device.Capability</type>
			</param>
		</method>
		<method>
			<name>getKnownOperatingSystems</name>
		</method>
		<method>
			<name>getKnownPointingMethods</name>
		</method>
		<method>
			<name>setDeviceRecognitionProvider</name>
			<param>
				<name>deviceRecognitionProvider</name>
				<type>com.liferay.portal.kernel.mobile.device.DeviceRecognitionProvider</type>
			</param>
		</method>
		<field>
			<name>_deviceRecognitionProvider</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DeviceRecognitionProvider</name>
		<type>com.liferay.portal.kernel.mobile.device.DeviceRecognitionProvider</type>
		<author><![CDATA[Milen Dyankov]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>detectDevice</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getKnownDevices</name>
		</method>
		<method>
			<name>reload</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>Dimensions</name>
		<type>com.liferay.portal.kernel.mobile.device.Dimensions</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>Dimensions</name>
			<param>
				<name>height</name>
				<type>float</type>
			</param>
			<param>
				<name>width</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>getHeight</name>
		</method>
		<method>
			<name>getWidth</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>UNKNOWN</name>
		</field>
		<field>
			<name>_height</name>
		</field>
		<field>
			<name>_width</name>
		</field>
	</javadoc>
	<javadoc>
		<name>KnownDevices</name>
		<type>com.liferay.portal.kernel.mobile.device.KnownDevices</type>
		<author><![CDATA[Milen Dyankov]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getBrands</name>
		</method>
		<method>
			<name>getBrowsers</name>
		</method>
		<method>
			<name>getDeviceIds</name>
		</method>
		<method>
			<name>getOperatingSystems</name>
		</method>
		<method>
			<name>getPointingMethods</name>
		</method>
		<method>
			<name>reload</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>NoKnownDevices</name>
		<type>com.liferay.portal.kernel.mobile.device.NoKnownDevices</type>
		<comment><![CDATA[Class represents unknown device]]></comment>
		<author><![CDATA[Milen Dyankov]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>getBrands</name>
		</method>
		<method>
			<name>getBrowsers</name>
		</method>
		<method>
			<name>getDeviceIds</name>
		</method>
		<method>
			<name>getOperatingSystems</name>
		</method>
		<method>
			<name>getPointingMethods</name>
		</method>
		<method>
			<name>reload</name>
		</method>
		<method>
			<name>NoKnownDevices</name>
		</method>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_brands</name>
		</field>
		<field>
			<name>_browsers</name>
		</field>
		<field>
			<name>_operatingSystems</name>
		</field>
		<field>
			<name>_pointingMethods</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnknownDevice</name>
		<type>com.liferay.portal.kernel.mobile.device.UnknownDevice</type>
		<comment><![CDATA[Class represents unknown device]]></comment>
		<author><![CDATA[Milen Dyankov]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>getBrand</name>
		</method>
		<method>
			<name>getBrowser</name>
		</method>
		<method>
			<name>getBrowserVersion</name>
		</method>
		<method>
			<name>getCapabilities</name>
		</method>
		<method>
			<name>getCapability</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModel</name>
		</method>
		<method>
			<name>getOS</name>
		</method>
		<method>
			<name>getOSVersion</name>
		</method>
		<method>
			<name>getPointingMethod</name>
		</method>
		<method>
			<name>getScreenSize</name>
		</method>
		<method>
			<name>hasQwertyKeyboard</name>
		</method>
		<method>
			<name>isTablet</name>
		</method>
		<method>
			<name>UnknownDevice</name>
		</method>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VersionableName</name>
		<type>com.liferay.portal.kernel.mobile.device.VersionableName</type>
		<author><![CDATA[Milen Dyankov]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>VersionableName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>VersionableName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versions</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<method>
			<name>VersionableName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addVersion</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>versionableName</name>
				<type>com.liferay.portal.kernel.mobile.device.VersionableName</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getVersions</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>UNKNOWN</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_versions</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ActionHandlerManager</name>
		<type>com.liferay.portal.kernel.mobile.device.rulegroup.ActionHandlerManager</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>applyActions</name>
			<param>
				<name>mdrActions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getActionHandler</name>
			<param>
				<name>actionType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getActionHandlers</name>
		</method>
		<method>
			<name>getActionHandlerTypes</name>
		</method>
		<method>
			<name>registerActionHandler</name>
			<param>
				<name>actionHandler</name>
				<type>com.liferay.portal.kernel.mobile.device.rulegroup.action.ActionHandler</type>
			</param>
		</method>
		<method>
			<name>unregisterActionHandler</name>
			<param>
				<name>actionType</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ActionHandlerManagerUtil</name>
		<type>com.liferay.portal.kernel.mobile.device.rulegroup.ActionHandlerManagerUtil</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>applyActions</name>
			<param>
				<name>mdrActions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getActionHandler</name>
			<param>
				<name>actionType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getActionHandlerManager</name>
		</method>
		<method>
			<name>getActionHandlers</name>
		</method>
		<method>
			<name>getActionHandlerTypes</name>
		</method>
		<method>
			<name>registerActionHandler</name>
			<param>
				<name>actionHandler</name>
				<type>com.liferay.portal.kernel.mobile.device.rulegroup.action.ActionHandler</type>
			</param>
		</method>
		<method>
			<name>unregisterActionHandler</name>
			<param>
				<name>actionType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setActionHandlerManager</name>
			<param>
				<name>actionHandlerManager</name>
				<type>com.liferay.portal.kernel.mobile.device.rulegroup.ActionHandlerManager</type>
			</param>
		</method>
		<field>
			<name>_actionHandlerManager</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RuleGroupProcessor</name>
		<type>com.liferay.portal.kernel.mobile.device.rulegroup.RuleGroupProcessor</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>evaluateRuleGroups</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRuleHandler</name>
			<param>
				<name>ruleType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRuleHandlers</name>
		</method>
		<method>
			<name>getRuleHandlerTypes</name>
		</method>
		<method>
			<name>registerRuleHandler</name>
			<param>
				<name>ruleHandler</name>
				<type>com.liferay.portal.kernel.mobile.device.rulegroup.rule.RuleHandler</type>
			</param>
		</method>
		<method>
			<name>unregisterRuleHandler</name>
			<param>
				<name>ruleType</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RuleGroupProcessorUtil</name>
		<type>com.liferay.portal.kernel.mobile.device.rulegroup.RuleGroupProcessorUtil</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>evaluateRuleGroups</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRuleGroupProcessor</name>
		</method>
		<method>
			<name>getRuleHandler</name>
			<param>
				<name>ruleType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRuleHandlers</name>
		</method>
		<method>
			<name>getRuleHandlerTypes</name>
		</method>
		<method>
			<name>registerRuleHandler</name>
			<param>
				<name>ruleHandler</name>
				<type>com.liferay.portal.kernel.mobile.device.rulegroup.rule.RuleHandler</type>
			</param>
		</method>
		<method>
			<name>unregisterRuleHandler</name>
			<param>
				<name>ruleType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRuleGroupProcessor</name>
			<param>
				<name>ruleGroupProcessor</name>
				<type>com.liferay.portal.kernel.mobile.device.rulegroup.RuleGroupProcessor</type>
			</param>
		</method>
		<field>
			<name>_ruleGroupProcessor</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ActionHandler</name>
		<type>com.liferay.portal.kernel.mobile.device.rulegroup.action.ActionHandler</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>applyAction</name>
			<param>
				<name>mdrAction</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRAction</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPropertyNames</name>
		</method>
		<method>
			<name>getType</name>
		</method>
	</javadoc>
	<javadoc>
		<name>RuleHandler</name>
		<type>com.liferay.portal.kernel.mobile.device.rulegroup.rule.RuleHandler</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>evaluateRule</name>
			<param>
				<name>mdrRule</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRule</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getPropertyNames</name>
		</method>
		<method>
			<name>getType</name>
		</method>
	</javadoc>
	<javadoc>
		<name>UnknownRuleHandlerException</name>
		<type>com.liferay.portal.kernel.mobile.device.rulegroup.rule.UnknownRuleHandlerException</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>UnknownRuleHandlerException</name>
		</method>
		<method>
			<name>UnknownRuleHandlerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>UnknownRuleHandlerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>UnknownRuleHandlerException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DefaultMonitoringProcessor</name>
		<type>com.liferay.portal.kernel.monitoring.DefaultMonitoringProcessor</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getLevel</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNamespaces</name>
		</method>
		<method>
			<name>processDataSample</name>
			<param>
				<name>dataSample</name>
				<type>com.liferay.portal.kernel.monitoring.statistics.DataSample</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>registerDataSampleProcessor</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dataSampleProcessor</name>
				<type>com.liferay.portal.kernel.monitoring.statistics.DataSampleProcessor</type>
			</param>
		</method>
		<method>
			<name>setDataSampleProcessors</name>
			<param>
				<name>dataSampleProcessors</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setLevel</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>level</name>
				<type>com.liferay.portal.kernel.monitoring.Level</type>
			</param>
		</method>
		<method>
			<name>setLevels</name>
			<param>
				<name>levels</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>unregisterDataSampleProcessor</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dataSampleProcessor</name>
				<type>com.liferay.portal.kernel.monitoring.statistics.DataSampleProcessor</type>
			</param>
		</method>
		<field>
			<name>_dataSampleProcessors</name>
		</field>
		<field>
			<name>_levels</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Level</name>
		<type>com.liferay.portal.kernel.monitoring.Level</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>HIGH</name>
		</field>
		<field>
			<name>LOW</name>
		</field>
		<field>
			<name>MEDIUM</name>
		</field>
		<field>
			<name>OFF</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MonitoringException</name>
		<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MonitoringException</name>
		</method>
		<method>
			<name>MonitoringException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>MonitoringException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>MonitoringException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MonitoringProcessor</name>
		<type>com.liferay.portal.kernel.monitoring.MonitoringProcessor</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getLevel</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNamespaces</name>
		</method>
		<method>
			<name>setLevel</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>level</name>
				<type>com.liferay.portal.kernel.monitoring.Level</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RequestStatus</name>
		<type>com.liferay.portal.kernel.monitoring.RequestStatus</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>ERROR</name>
		</field>
		<field>
			<name>SUCCESS</name>
		</field>
		<field>
			<name>TIMEOUT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AverageStatistics</name>
		<type>com.liferay.portal.kernel.monitoring.statistics.AverageStatistics</type>
		<author><![CDATA[Rajesh Thiagarajan]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AverageStatistics</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addDuration</name>
			<param>
				<name>duration</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getAverageTime</name>
		</method>
		<method>
			<name>getCount</name>
		</method>
		<method>
			<name>reset</name>
		</method>
		<field>
			<name>_averageTime</name>
		</field>
		<field>
			<name>_countStatistics</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseStatistics</name>
		<type>com.liferay.portal.kernel.monitoring.statistics.BaseStatistics</type>
		<author><![CDATA[Rajesh Thiagarajan]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BaseStatistics</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getLastSampleTime</name>
		</method>
		<method>
			<name>getLastTime</name>
		</method>
		<method>
			<name>getLowerBound</name>
		</method>
		<method>
			<name>getMaxTime</name>
		</method>
		<method>
			<name>getMinTime</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getStartTime</name>
		</method>
		<method>
			<name>getUpperBound</name>
		</method>
		<method>
			<name>getUptime</name>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>setDescription</name>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLastSampleTime</name>
			<param>
				<name>lastSampleTime</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setLastTime</name>
			<param>
				<name>lastTime</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setLowerBound</name>
			<param>
				<name>lowerBound</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setMaxTime</name>
			<param>
				<name>maxTime</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setMinTime</name>
			<param>
				<name>minTime</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setStartTime</name>
			<param>
				<name>startTime</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setUpperBound</name>
			<param>
				<name>upperBound</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_description</name>
		</field>
		<field>
			<name>_lastSampleTime</name>
		</field>
		<field>
			<name>_lastTime</name>
		</field>
		<field>
			<name>_lowerBound</name>
		</field>
		<field>
			<name>_maxTime</name>
		</field>
		<field>
			<name>_minTime</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_startTime</name>
		</field>
		<field>
			<name>_upperBound</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CountStatistics</name>
		<type>com.liferay.portal.kernel.monitoring.statistics.CountStatistics</type>
		<author><![CDATA[Rajesh Thiagarajan]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CountStatistics</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>decrementCount</name>
		</method>
		<method>
			<name>getCount</name>
		</method>
		<method>
			<name>incrementCount</name>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>setCount</name>
			<param>
				<name>count</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_count</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DataSample</name>
		<type>com.liferay.portal.kernel.monitoring.statistics.DataSample</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getDuration</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getNamespace</name>
		</method>
		<method>
			<name>getRequestStatus</name>
		</method>
		<method>
			<name>getUser</name>
		</method>
	</javadoc>
	<javadoc>
		<name>DataSampleProcessor</name>
		<type>com.liferay.portal.kernel.monitoring.statistics.DataSampleProcessor</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processDataSample</name>
			<param>
				<name>dataSample</name>
				<type>T</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DataSampleThreadLocal</name>
		<type>com.liferay.portal.kernel.monitoring.statistics.DataSampleThreadLocal</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addDataSample</name>
			<param>
				<name>dataSample</name>
				<type>com.liferay.portal.kernel.monitoring.statistics.DataSample</type>
			</param>
		</method>
		<method>
			<name>clearDataSamples</name>
		</method>
		<method>
			<name>getDataSamples</name>
		</method>
		<method>
			<name>isMonitoringDataSampleThreadLocal</name>
		</method>
		<method>
			<name>setMonitoringDataSampleThreadLocal</name>
			<param>
				<name>monitoringDataSampleThreadLocal</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>getMonitorTime</name>
		</method>
		<method>
			<name>DataSampleThreadLocal</name>
		</method>
		<method>
			<name>_addDataSample</name>
			<param>
				<name>dataSample</name>
				<type>com.liferay.portal.kernel.monitoring.statistics.DataSample</type>
			</param>
		</method>
		<method>
			<name>_getDataSamples</name>
		</method>
		<field>
			<name>_dataSampleThreadLocal</name>
		</field>
		<field>
			<name>_monitoringDataSampleThreadLocal</name>
		</field>
		<field>
			<name>_dataSamples</name>
		</field>
		<field>
			<name>_monitorTime</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RequestStatistics</name>
		<type>com.liferay.portal.kernel.monitoring.statistics.RequestStatistics</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RequestStatistics</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAverageTime</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getErrorCount</name>
		</method>
		<method>
			<name>getMaxTime</name>
		</method>
		<method>
			<name>getMinTime</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getRequestCount</name>
		</method>
		<method>
			<name>getSuccessCount</name>
		</method>
		<method>
			<name>getTimeoutCount</name>
		</method>
		<method>
			<name>incrementError</name>
		</method>
		<method>
			<name>incrementSuccessDuration</name>
			<param>
				<name>duration</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>incrementTimeout</name>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>setDescription</name>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_description</name>
		</field>
		<field>
			<name>_errorStatistics</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_successStatistics</name>
		</field>
		<field>
			<name>_timeoutStatistics</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Statistics</name>
		<type>com.liferay.portal.kernel.monitoring.statistics.Statistics</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>setDescription</name>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SummaryStatistics</name>
		<type>com.liferay.portal.kernel.monitoring.statistics.SummaryStatistics</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getAverageTime</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCount</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTime</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTime</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCount</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCount</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCount</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CharsetDecoderUtil</name>
		<type>com.liferay.portal.kernel.nio.charset.CharsetDecoderUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>decode</name>
			<param>
				<name>charsetName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>decode</name>
			<param>
				<name>charsetName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>decode</name>
			<param>
				<name>charsetName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<method>
			<name>getCharsetDecoder</name>
			<param>
				<name>charsetName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CharsetEncoderUtil</name>
		<type>com.liferay.portal.kernel.nio.charset.CharsetEncoderUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>encode</name>
			<param>
				<name>charsetName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>encode</name>
			<param>
				<name>charsetName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>charBuffer</name>
				<type>java.nio.CharBuffer</type>
			</param>
		</method>
		<method>
			<name>encode</name>
			<param>
				<name>charsetName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCharsetEncoder</name>
			<param>
				<name>charsetName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseChannelImpl</name>
		<type>com.liferay.portal.kernel.notifications.BaseChannelImpl</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>cleanUp</name>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getNotificationEvents</name>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>hasNotificationEvents</name>
		</method>
		<method>
			<name>registerChannelListener</name>
			<param>
				<name>channelListener</name>
				<type>com.liferay.portal.kernel.notifications.ChannelListener</type>
			</param>
		</method>
		<method>
			<name>setCleanUpInterval</name>
			<param>
				<name>cleanUpInterval</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>unregisterChannelListener</name>
			<param>
				<name>channelListener</name>
				<type>com.liferay.portal.kernel.notifications.ChannelListener</type>
			</param>
		</method>
		<method>
			<name>BaseChannelImpl</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>usedId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>doCleanUp</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>notifyChannelListeners</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_channelListeners</name>
		</field>
		<field>
			<name>_cleanUpInterval</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_nextCleanUpTime</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Channel</name>
		<type>com.liferay.portal.kernel.notifications.Channel</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>cleanUp</name>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<param>
				<name>archive</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>notificationEventUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>notificationEventUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>archive</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserNotificiationEvent</name>
			<param>
				<name>notificationEventUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserNotificiationEvents</name>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<param>
				<name>timestamp</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getNotificationEvents</name>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getNotificationEvents</name>
			<param>
				<name>flush</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>init</name>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>registerChannelListener</name>
			<param>
				<name>channelListener</name>
				<type>com.liferay.portal.kernel.notifications.ChannelListener</type>
			</param>
		</method>
		<method>
			<name>removeTransientNotificationEvents</name>
			<param>
				<name>notificationEvents</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>removeTransientNotificationEventsByUuid</name>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>sendNotificationEvent</name>
			<param>
				<name>notificationEvent</name>
				<type>com.liferay.portal.kernel.notifications.NotificationEvent</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>sendNotificationEvents</name>
			<param>
				<name>notificationEvents</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>unregisterChannelListener</name>
			<param>
				<name>channelListener</name>
				<type>com.liferay.portal.kernel.notifications.ChannelListener</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ChannelException</name>
		<type>com.liferay.portal.kernel.notifications.ChannelException</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ChannelException</name>
		</method>
		<method>
			<name>ChannelException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ChannelException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ChannelException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ChannelHub</name>
		<type>com.liferay.portal.kernel.notifications.ChannelHub</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>cleanUp</name>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<param>
				<name>archive</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>archive</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>createChannel</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserNotificiationEvent</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserNotificiationEvents</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>destroy</name>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>destroyChannel</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>fetchChannel</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>fetchChannel</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>createIfAbsent</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>fetchNotificationEvents</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>fetchNotificationEvents</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>flush</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>timestamp</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getChannel</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getChannel</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>createIfAbsent</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getNotificationEvents</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getNotificationEvents</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>flush</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getUserIds</name>
		</method>
		<method>
			<name>registerChannelListener</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>channelListener</name>
				<type>com.liferay.portal.kernel.notifications.ChannelListener</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>removeTransientNotificationEvents</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEvents</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>removeTransientNotificationEventsByUuid</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>sendNotificationEvent</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEvent</name>
				<type>com.liferay.portal.kernel.notifications.NotificationEvent</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>sendNotificationEvents</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEvents</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>unregisterChannelListener</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>channelListener</name>
				<type>com.liferay.portal.kernel.notifications.ChannelListener</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ChannelHubManager</name>
		<type>com.liferay.portal.kernel.notifications.ChannelHubManager</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<param>
				<name>archive</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>archive</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>createChannel</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>createChannelHub</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserNotificiationEvent</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserNotificiationEvents</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>destroyChannel</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>destroyChannelHub</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>fetchChannelHub</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>fetchChannelHub</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>createIfAbsent</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>fetchNotificationEvents</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>flush</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>timestamp</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getChannel</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getChannel</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>createIfAbsent</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getChannelHub</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getChannelHub</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>createIfAbsent</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getNotificationEvents</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getNotificationEvents</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>flush</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getUserIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>registerChannelListener</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>channelListener</name>
				<type>com.liferay.portal.kernel.notifications.ChannelListener</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>removeTransientNotificationEvents</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEvents</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>removeTransientNotificationEventsByUuid</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>sendNotificationEvent</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEvent</name>
				<type>com.liferay.portal.kernel.notifications.NotificationEvent</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>sendNotificationEvents</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEvents</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>unregisterChannelListener</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>channelListener</name>
				<type>com.liferay.portal.kernel.notifications.ChannelListener</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ChannelHubManagerListener</name>
		<type>com.liferay.portal.kernel.notifications.ChannelHubManagerListener</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>channelHubCreated</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>channelHubDestroyed</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ChannelHubManagerUtil</name>
		<type>com.liferay.portal.kernel.notifications.ChannelHubManagerUtil</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<param>
				<name>archived</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>archived</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>createChannel</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>createChannelHub</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserNotificiationEvent</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserNotificiationEvents</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>destroyChannel</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>destroyChannelHub</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>fetchChannelHub</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>fetchChannelHub</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>createIfAbsent</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>fetchNotificationEvents</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>flush</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>timestamp</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getChannel</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getChannel</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>createIfAbsent</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getChannelHub</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getChannelHub</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>createIfAbsent</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getChannelHubManager</name>
		</method>
		<method>
			<name>getNotificationEvents</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getNotificationEvents</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>flush</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getUserIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>registerChannelListener</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>channelListener</name>
				<type>com.liferay.portal.kernel.notifications.ChannelListener</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>removeTransientNotificationEvents</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEvents</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>removeTransientNotificationEventsByUuid</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>sendNotificationEvent</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEvent</name>
				<type>com.liferay.portal.kernel.notifications.NotificationEvent</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>sendNotificationEvents</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEvents</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>unregisterChannelListener</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>channelListener</name>
				<type>com.liferay.portal.kernel.notifications.ChannelListener</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>setChannelHubManager</name>
			<param>
				<name>channelHubManager</name>
				<type>com.liferay.portal.kernel.notifications.ChannelHubManager</type>
			</param>
		</method>
		<field>
			<name>_channelHubManager</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ChannelListener</name>
		<type>com.liferay.portal.kernel.notifications.ChannelListener</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>channelListenerRemoved</name>
			<param>
				<name>channelId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>notificationEventsAvailable</name>
			<param>
				<name>channelId</name>
				<type>long</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateChannelException</name>
		<type>com.liferay.portal.kernel.notifications.DuplicateChannelException</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateChannelException</name>
		</method>
		<method>
			<name>DuplicateChannelException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateChannelException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateChannelException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateChannelHubException</name>
		<type>com.liferay.portal.kernel.notifications.DuplicateChannelHubException</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateChannelHubException</name>
		</method>
		<method>
			<name>DuplicateChannelHubException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateChannelHubException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateChannelHubException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateChannelListenerException</name>
		<type>com.liferay.portal.kernel.notifications.DuplicateChannelListenerException</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateChannelListenerException</name>
		</method>
		<method>
			<name>DuplicateChannelListenerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateChannelListenerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateChannelListenerException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NotificationEvent</name>
		<type>com.liferay.portal.kernel.notifications.NotificationEvent</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>NotificationEvent</name>
			<param>
				<name>timestamp</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>payloadJSONObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getDeliverBy</name>
		</method>
		<method>
			<name>getPayload</name>
		</method>
		<method>
			<name>getTimestamp</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>isArchived</name>
		</method>
		<method>
			<name>isDeliveryRequired</name>
		</method>
		<method>
			<name>setArchived</name>
			<param>
				<name>archived</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setDeliverBy</name>
			<param>
				<name>deliverBy</name>
				<type>long</type>
			</param>
			<throws>
				<name>IllegalArgumentException</name>
				<type>java.lang.IllegalArgumentException</type>
			</throws>
		</method>
		<method>
			<name>setDeliveryRequired</name>
			<param>
				<name>deliverBy</name>
				<type>long</type>
			</param>
			<throws>
				<name>IllegalArgumentException</name>
				<type>java.lang.IllegalArgumentException</type>
			</throws>
		</method>
		<method>
			<name>setTimestamp</name>
			<param>
				<name>timestamp</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setUuid</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toJSONObject</name>
		</method>
		<field>
			<name>_KEY_DELIVERY_REQUIRED</name>
		</field>
		<field>
			<name>_KEY_PAYLOAD</name>
		</field>
		<field>
			<name>_KEY_TIMESTAMP</name>
		</field>
		<field>
			<name>_KEY_TYPE</name>
		</field>
		<field>
			<name>_KEY_UUID</name>
		</field>
		<field>
			<name>_archived</name>
		</field>
		<field>
			<name>_deliverBy</name>
		</field>
		<field>
			<name>_deliveryRequired</name>
		</field>
		<field>
			<name>_payloadJSONObject</name>
		</field>
		<field>
			<name>_timestamp</name>
		</field>
		<field>
			<name>_type</name>
		</field>
		<field>
			<name>_uuid</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NotificationEventComparator</name>
		<type>com.liferay.portal.kernel.notifications.NotificationEventComparator</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>NotificationEventComparator</name>
		</method>
		<method>
			<name>NotificationEventComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>notificationEvent1</name>
				<type>com.liferay.portal.kernel.notifications.NotificationEvent</type>
			</param>
			<param>
				<name>notificationEvent2</name>
				<type>com.liferay.portal.kernel.notifications.NotificationEvent</type>
			</param>
		</method>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NotificationEventFactory</name>
		<type>com.liferay.portal.kernel.notifications.NotificationEventFactory</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>createNotificationEvent</name>
			<param>
				<name>timestamp</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>payloadJSONObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NotificationEventFactoryUtil</name>
		<type>com.liferay.portal.kernel.notifications.NotificationEventFactoryUtil</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>createNotificationEvent</name>
			<param>
				<name>timestamp</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>payloadJSONObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
		<method>
			<name>getNotificationEventFactory</name>
		</method>
		<method>
			<name>setNotificationEventFactory</name>
			<param>
				<name>notificationEventFactory</name>
				<type>com.liferay.portal.kernel.notifications.NotificationEventFactory</type>
			</param>
		</method>
		<field>
			<name>_notificationEventFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnknownChannelException</name>
		<type>com.liferay.portal.kernel.notifications.UnknownChannelException</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UnknownChannelException</name>
		</method>
		<method>
			<name>UnknownChannelException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>UnknownChannelException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>UnknownChannelException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UnknownChannelHubException</name>
		<type>com.liferay.portal.kernel.notifications.UnknownChannelHubException</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UnknownChannelHubException</name>
		</method>
		<method>
			<name>UnknownChannelHubException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>UnknownChannelHubException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>UnknownChannelHubException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>OAuthException</name>
		<type>com.liferay.portal.kernel.oauth.OAuthException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>OAuthException</name>
		</method>
		<method>
			<name>OAuthException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>OAuthException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>OAuthException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>OAuthFactory</name>
		<type>com.liferay.portal.kernel.oauth.OAuthFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>createOAuthManager</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secret</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>accessURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>callbackURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>OAuthException</name>
				<type>com.liferay.portal.kernel.oauth.OAuthException</type>
			</throws>
		</method>
		<method>
			<name>createOAuthRequest</name>
			<param>
				<name>verb</name>
				<type>com.liferay.portal.kernel.oauth.Verb</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>OAuthException</name>
				<type>com.liferay.portal.kernel.oauth.OAuthException</type>
			</throws>
		</method>
		<method>
			<name>createToken</name>
			<param>
				<name>token</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secret</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>OAuthException</name>
				<type>com.liferay.portal.kernel.oauth.OAuthException</type>
			</throws>
		</method>
		<method>
			<name>createVerifier</name>
			<param>
				<name>verifier</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>OAuthException</name>
				<type>com.liferay.portal.kernel.oauth.OAuthException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>OAuthFactoryUtil</name>
		<type>com.liferay.portal.kernel.oauth.OAuthFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>createOAuthManager</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secret</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>accessURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>callbackURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>OAuthException</name>
				<type>com.liferay.portal.kernel.oauth.OAuthException</type>
			</throws>
		</method>
		<method>
			<name>createOAuthRequest</name>
			<param>
				<name>verb</name>
				<type>com.liferay.portal.kernel.oauth.Verb</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>OAuthException</name>
				<type>com.liferay.portal.kernel.oauth.OAuthException</type>
			</throws>
		</method>
		<method>
			<name>createToken</name>
			<param>
				<name>token</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secret</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>OAuthException</name>
				<type>com.liferay.portal.kernel.oauth.OAuthException</type>
			</throws>
		</method>
		<method>
			<name>createVerifier</name>
			<param>
				<name>verifier</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>OAuthException</name>
				<type>com.liferay.portal.kernel.oauth.OAuthException</type>
			</throws>
		</method>
		<method>
			<name>getOAuthFactory</name>
		</method>
		<method>
			<name>setOAuthFactory</name>
			<param>
				<name>oAuthFactory</name>
				<type>com.liferay.portal.kernel.oauth.OAuthFactory</type>
			</param>
		</method>
		<field>
			<name>_oAuthFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OAuthManager</name>
		<type>com.liferay.portal.kernel.oauth.OAuthManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getAccessToken</name>
			<param>
				<name>requestToken</name>
				<type>com.liferay.portal.kernel.oauth.Token</type>
			</param>
			<param>
				<name>verifier</name>
				<type>com.liferay.portal.kernel.oauth.Verifier</type>
			</param>
			<throws>
				<name>OAuthException</name>
				<type>com.liferay.portal.kernel.oauth.OAuthException</type>
			</throws>
		</method>
		<method>
			<name>getRequestToken</name>
			<throws>
				<name>OAuthException</name>
				<type>com.liferay.portal.kernel.oauth.OAuthException</type>
			</throws>
		</method>
		<method>
			<name>getVersion</name>
			<throws>
				<name>OAuthException</name>
				<type>com.liferay.portal.kernel.oauth.OAuthException</type>
			</throws>
		</method>
		<method>
			<name>signRequest</name>
			<param>
				<name>accessToken</name>
				<type>com.liferay.portal.kernel.oauth.Token</type>
			</param>
			<param>
				<name>oAuthRequest</name>
				<type>com.liferay.portal.kernel.oauth.OAuthRequest</type>
			</param>
			<throws>
				<name>OAuthException</name>
				<type>com.liferay.portal.kernel.oauth.OAuthException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>OAuthRequest</name>
		<type>com.liferay.portal.kernel.oauth.OAuthRequest</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addBodyParameter</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getURL</name>
		</method>
		<method>
			<name>getVerb</name>
		</method>
		<method>
			<name>getWrappedOAuthRequest</name>
		</method>
		<method>
			<name>send</name>
			<throws>
				<name>OAuthException</name>
				<type>com.liferay.portal.kernel.oauth.OAuthException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>OAuthResponse</name>
		<type>com.liferay.portal.kernel.oauth.OAuthResponse</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getBody</name>
		</method>
		<method>
			<name>getStatus</name>
		</method>
		<method>
			<name>getWrappedOAuthResponse</name>
		</method>
	</javadoc>
	<javadoc>
		<name>Token</name>
		<type>com.liferay.portal.kernel.oauth.Token</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getSecret</name>
		</method>
		<method>
			<name>getToken</name>
		</method>
		<method>
			<name>getWrappedToken</name>
		</method>
	</javadoc>
	<javadoc>
		<name>Verb</name>
		<type>com.liferay.portal.kernel.oauth.Verb</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>DELETE</name>
		</field>
		<field>
			<name>GET</name>
		</field>
		<field>
			<name>POST</name>
		</field>
		<field>
			<name>PUT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Verifier</name>
		<type>com.liferay.portal.kernel.oauth.Verifier</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getWrappedVerifier</name>
		</method>
	</javadoc>
	<javadoc>
		<name>BBCodeTranslator</name>
		<type>com.liferay.portal.kernel.parsers.bbcode.BBCodeTranslator</type>
		<author><![CDATA[Iliyan Peychev]]></author>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>getEmoticonDescriptions</name>
		</method>
		<method>
			<name>getEmoticonFiles</name>
		</method>
		<method>
			<name>getEmoticons</name>
		</method>
		<method>
			<name>getEmoticonSymbols</name>
		</method>
		<method>
			<name>getHTML</name>
			<param>
				<name>bbcode</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>parse</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BBCodeTranslatorUtil</name>
		<type>com.liferay.portal.kernel.parsers.bbcode.BBCodeTranslatorUtil</type>
		<author><![CDATA[Iliyan Peychev]]></author>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>getBBCodeTranslator</name>
		</method>
		<method>
			<name>getEmoticonDescriptions</name>
		</method>
		<method>
			<name>getEmoticonFiles</name>
		</method>
		<method>
			<name>getEmoticons</name>
		</method>
		<method>
			<name>getEmoticonSymbols</name>
		</method>
		<method>
			<name>getHTML</name>
			<param>
				<name>bbcode</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>parse</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setBBCodeTranslator</name>
			<param>
				<name>bbCodeTranslator</name>
				<type>com.liferay.portal.kernel.parsers.bbcode.BBCodeTranslator</type>
			</param>
		</method>
		<field>
			<name>NEW_THREAD_URL</name>
		</field>
		<field>
			<name>_bbCodeTranslator</name>
		</field>
	</javadoc>
	<javadoc>
		<name>License</name>
		<type>com.liferay.portal.kernel.plugin.License</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getUrl</name>
		</method>
		<method>
			<name>isOsiApproved</name>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setOsiApproved</name>
			<param>
				<name>osiApproved</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setUrl</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>NAME_ACCESSOR</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_osiApproved</name>
		</field>
		<field>
			<name>_url</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PluginPackage</name>
		<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getArtifactId</name>
		</method>
		<method>
			<name>getArtifactURL</name>
		</method>
		<method>
			<name>getAuthor</name>
		</method>
		<method>
			<name>getChangeLog</name>
		</method>
		<method>
			<name>getContext</name>
		</method>
		<method>
			<name>getDeploymentSettings</name>
		</method>
		<method>
			<name>getDownloadURL</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getLicenses</name>
		</method>
		<method>
			<name>getLiferayVersions</name>
		</method>
		<method>
			<name>getLongDescription</name>
		</method>
		<method>
			<name>getModifiedDate</name>
		</method>
		<method>
			<name>getModuleId</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getPackageId</name>
		</method>
		<method>
			<name>getPageURL</name>
		</method>
		<method>
			<name>getRecommendedDeploymentContext</name>
		</method>
		<method>
			<name>getRepository</name>
		</method>
		<method>
			<name>getRepositoryURL</name>
		</method>
		<method>
			<name>getRequiredDeploymentContexts</name>
		</method>
		<method>
			<name>getScreenshots</name>
		</method>
		<method>
			<name>getShortDescription</name>
		</method>
		<method>
			<name>getTags</name>
		</method>
		<method>
			<name>getTypes</name>
		</method>
		<method>
			<name>getVersion</name>
		</method>
		<method>
			<name>isLaterVersionThan</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<method>
			<name>isPreviousVersionThan</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<method>
			<name>isSameVersionAs</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<method>
			<name>setAuthor</name>
			<param>
				<name>author</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setChangeLog</name>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setContext</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDeploymentSettings</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>setDownloadURL</name>
			<param>
				<name>downloadURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLicenses</name>
			<param>
				<name>licenses</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setLiferayVersions</name>
			<param>
				<name>liferayVersions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setLongDescription</name>
			<param>
				<name>longDescription</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModifiedDate</name>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPageURL</name>
			<param>
				<name>pageURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRecommendedDeploymentContext</name>
			<param>
				<name>deploymentContext</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRepository</name>
			<param>
				<name>repository</name>
				<type>com.liferay.portal.kernel.plugin.RemotePluginPackageRepository</type>
			</param>
		</method>
		<method>
			<name>setRequiredDeploymentContexts</name>
			<param>
				<name>requiredDeploymentContexts</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setScreenshots</name>
			<param>
				<name>screenshots</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setShortDescription</name>
			<param>
				<name>shortDescription</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTags</name>
			<param>
				<name>tags</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setTypes</name>
			<param>
				<name>types</name>
				<type>java.util.List</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PluginPackageNameAndContextComparator</name>
		<type>com.liferay.portal.kernel.plugin.PluginPackageNameAndContextComparator</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>compare</name>
			<param>
				<name>package1</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<param>
				<name>package2</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RemotePluginPackageRepository</name>
		<type>com.liferay.portal.kernel.plugin.RemotePluginPackageRepository</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>RemotePluginPackageRepository</name>
			<param>
				<name>repositoryURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addPluginPackage</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<method>
			<name>findPluginByArtifactURL</name>
			<param>
				<name>artifactURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>findPluginPackageByModuleId</name>
			<param>
				<name>moduleId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>findPluginsByGroupIdAndArtifactId</name>
			<param>
				<name>groupId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>artifactId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPluginPackages</name>
		</method>
		<method>
			<name>getRepositoryURL</name>
		</method>
		<method>
			<name>getSettings</name>
		</method>
		<method>
			<name>getTags</name>
		</method>
		<method>
			<name>removePlugin</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<method>
			<name>setSettings</name>
			<param>
				<name>settings</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>_addToGroupAndArtifactIndex</name>
			<param>
				<name>groupId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>artifactId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<method>
			<name>_removeFromGroupAndArtifactIndex</name>
			<param>
				<name>groupId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>artifactId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>moduleId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>LOCAL_URL</name>
		</field>
		<field>
			<name>SETTING_USE_DOWNLOAD_URL</name>
		</field>
		<field>
			<name>_artifactURLIndex</name>
		</field>
		<field>
			<name>_groupAndArtifactIndex</name>
		</field>
		<field>
			<name>_moduleIdIndex</name>
		</field>
		<field>
			<name>_pluginPackages</name>
		</field>
		<field>
			<name>_repositoryURL</name>
		</field>
		<field>
			<name>_settings</name>
		</field>
		<field>
			<name>_tags</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Screenshot</name>
		<type>com.liferay.portal.kernel.plugin.Screenshot</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getLargeImageURL</name>
		</method>
		<method>
			<name>getThumbnailURL</name>
		</method>
		<method>
			<name>setLargeImageURL</name>
			<param>
				<name>largeImageURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setThumbnailURL</name>
			<param>
				<name>thumbnailURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_largeImageURL</name>
		</field>
		<field>
			<name>_thumbnailURL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Version</name>
		<type>com.liferay.portal.kernel.plugin.Version</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getInstance</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>incrementBugFix</name>
			<param>
				<name>version</name>
				<type>com.liferay.portal.kernel.plugin.Version</type>
			</param>
		</method>
		<method>
			<name>incrementBuildNumber</name>
			<param>
				<name>version</name>
				<type>com.liferay.portal.kernel.plugin.Version</type>
			</param>
		</method>
		<method>
			<name>incrementMajor</name>
			<param>
				<name>version</name>
				<type>com.liferay.portal.kernel.plugin.Version</type>
			</param>
		</method>
		<method>
			<name>incrementMinor</name>
			<param>
				<name>version</name>
				<type>com.liferay.portal.kernel.plugin.Version</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>version</name>
				<type>com.liferay.portal.kernel.plugin.Version</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getBugFix</name>
		</method>
		<method>
			<name>getBuildNumber</name>
		</method>
		<method>
			<name>getMajor</name>
		</method>
		<method>
			<name>getMinor</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>includes</name>
			<param>
				<name>version</name>
				<type>com.liferay.portal.kernel.plugin.Version</type>
			</param>
		</method>
		<method>
			<name>isLaterVersionThan</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isPreviousVersionThan</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isSameVersionAs</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>Version</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_contains</name>
			<param>
				<name>containerString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>numberString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_toString</name>
			<param>
				<name>major</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>minor</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bugFix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>buildNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>UNKNOWN</name>
		</field>
		<field>
			<name>_SEPARATOR</name>
		</field>
		<field>
			<name>_versions</name>
		</field>
		<field>
			<name>_bugFix</name>
		</field>
		<field>
			<name>_buildNumber</name>
		</field>
		<field>
			<name>_major</name>
		</field>
		<field>
			<name>_minor</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BasePollerProcessor</name>
		<type>com.liferay.portal.kernel.poller.BasePollerProcessor</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>receive</name>
			<param>
				<name>pollerRequest</name>
				<type>com.liferay.portal.kernel.poller.PollerRequest</type>
			</param>
			<param>
				<name>pollerResponse</name>
				<type>com.liferay.portal.kernel.poller.PollerResponse</type>
			</param>
			<throws>
				<name>PollerException</name>
				<type>com.liferay.portal.kernel.poller.PollerException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>pollerRequest</name>
				<type>com.liferay.portal.kernel.poller.PollerRequest</type>
			</param>
			<throws>
				<name>PollerException</name>
				<type>com.liferay.portal.kernel.poller.PollerException</type>
			</throws>
		</method>
		<method>
			<name>doReceive</name>
			<param>
				<name>pollerRequest</name>
				<type>com.liferay.portal.kernel.poller.PollerRequest</type>
			</param>
			<param>
				<name>pollerResponse</name>
				<type>com.liferay.portal.kernel.poller.PollerResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doSend</name>
			<param>
				<name>pollerRequest</name>
				<type>com.liferay.portal.kernel.poller.PollerRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>pollerRequest</name>
				<type>com.liferay.portal.kernel.poller.PollerRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>pollerRequest</name>
				<type>com.liferay.portal.kernel.poller.PollerRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>pollerRequest</name>
				<type>com.liferay.portal.kernel.poller.PollerRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>pollerRequest</name>
				<type>com.liferay.portal.kernel.poller.PollerRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>pollerRequest</name>
				<type>com.liferay.portal.kernel.poller.PollerRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>pollerRequest</name>
				<type>com.liferay.portal.kernel.poller.PollerRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>pollerRequest</name>
				<type>com.liferay.portal.kernel.poller.PollerRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>pollerRequest</name>
				<type>com.liferay.portal.kernel.poller.PollerRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>pollerRequest</name>
				<type>com.liferay.portal.kernel.poller.PollerRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>pollerRequest</name>
				<type>com.liferay.portal.kernel.poller.PollerRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DefaultPollerResponse</name>
		<type>com.liferay.portal.kernel.poller.DefaultPollerResponse</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DefaultPollerResponse</name>
			<param>
				<name>pollerHeader</name>
				<type>com.liferay.portal.kernel.poller.PollerHeader</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>chunkId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>close</name>
		</method>
		<method>
			<name>createResponseMessage</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>getPollerHeader</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>isEmpty</name>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>com.liferay.portal.kernel.json.JSONArray</type>
			</param>
			<throws>
				<name>PollerResponseClosedException</name>
				<type>com.liferay.portal.kernel.poller.PollerResponseClosedException</type>
			</throws>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
			<throws>
				<name>PollerResponseClosedException</name>
				<type>com.liferay.portal.kernel.poller.PollerResponseClosedException</type>
			</throws>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PollerResponseClosedException</name>
				<type>com.liferay.portal.kernel.poller.PollerResponseClosedException</type>
			</throws>
		</method>
		<method>
			<name>toJSONObject</name>
		</method>
		<field>
			<name>_chunkId</name>
		</field>
		<field>
			<name>_parameterMap</name>
		</field>
		<field>
			<name>_pollerHeader</name>
		</field>
		<field>
			<name>_portletId</name>
		</field>
		<field>
			<name>_responseMessage</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PollerException</name>
		<type>com.liferay.portal.kernel.poller.PollerException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PollerException</name>
		</method>
		<method>
			<name>PollerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PollerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>PollerException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PollerHeader</name>
		<type>com.liferay.portal.kernel.poller.PollerHeader</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PollerHeader</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>browserKey</name>
				<type>long</type>
			</param>
			<param>
				<name>portletIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>initialRequest</name>
				<type>boolean</type>
			</param>
			<param>
				<name>startPolling</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBrowserKey</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getPortletIds</name>
		</method>
		<method>
			<name>getTimestamp</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>isInitialRequest</name>
		</method>
		<method>
			<name>isStartPolling</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_browserKey</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_initialRequest</name>
		</field>
		<field>
			<name>_portletIds</name>
		</field>
		<field>
			<name>_startPolling</name>
		</field>
		<field>
			<name>_timestamp</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PollerProcessor</name>
		<type>com.liferay.portal.kernel.poller.PollerProcessor</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>receive</name>
			<param>
				<name>pollerRequest</name>
				<type>com.liferay.portal.kernel.poller.PollerRequest</type>
			</param>
			<param>
				<name>pollerResponse</name>
				<type>com.liferay.portal.kernel.poller.PollerResponse</type>
			</param>
			<throws>
				<name>PollerException</name>
				<type>com.liferay.portal.kernel.poller.PollerException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>pollerRequest</name>
				<type>com.liferay.portal.kernel.poller.PollerRequest</type>
			</param>
			<throws>
				<name>PollerException</name>
				<type>com.liferay.portal.kernel.poller.PollerException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PollerRequest</name>
		<type>com.liferay.portal.kernel.poller.PollerRequest</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PollerRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>pollerHeader</name>
				<type>com.liferay.portal.kernel.poller.PollerHeader</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>chunkId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>receiveRequest</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getBrowserKey</name>
		</method>
		<method>
			<name>getChunkId</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getParameterMap</name>
		</method>
		<method>
			<name>getPollerHeader</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getPortletIds</name>
		</method>
		<method>
			<name>getRequest</name>
		</method>
		<method>
			<name>getTimestamp</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>isInitialRequest</name>
		</method>
		<method>
			<name>isReceiveRequest</name>
		</method>
		<method>
			<name>isStartPolling</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_chunkId</name>
		</field>
		<field>
			<name>_parameterMap</name>
		</field>
		<field>
			<name>_pollerHeader</name>
		</field>
		<field>
			<name>_portletId</name>
		</field>
		<field>
			<name>_receiveRequest</name>
		</field>
		<field>
			<name>_request</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PollerResponse</name>
		<type>com.liferay.portal.kernel.poller.PollerResponse</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>close</name>
		</method>
		<method>
			<name>createResponseMessage</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>getPollerHeader</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>isEmpty</name>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>com.liferay.portal.kernel.json.JSONArray</type>
			</param>
			<throws>
				<name>PollerResponseClosedException</name>
				<type>com.liferay.portal.kernel.poller.PollerResponseClosedException</type>
			</throws>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
			<throws>
				<name>PollerResponseClosedException</name>
				<type>com.liferay.portal.kernel.poller.PollerResponseClosedException</type>
			</throws>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PollerResponseClosedException</name>
				<type>com.liferay.portal.kernel.poller.PollerResponseClosedException</type>
			</throws>
		</method>
		<method>
			<name>toJSONObject</name>
		</method>
		<field>
			<name>POLLER_HINT_HIGH_CONNECTIVITY</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PollerResponseClosedException</name>
		<type>com.liferay.portal.kernel.poller.PollerResponseClosedException</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>PollerResponseClosedException</name>
		</method>
		<method>
			<name>PollerResponseClosedException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PollerResponseClosedException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>PollerResponseClosedException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PollerWriterClosedException</name>
		<type>com.liferay.portal.kernel.poller.PollerWriterClosedException</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>PollerWriterClosedException</name>
		</method>
		<method>
			<name>PollerWriterClosedException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PollerWriterClosedException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>PollerWriterClosedException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseCometHandler</name>
		<type>com.liferay.portal.kernel.poller.comet.BaseCometHandler</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>destroy</name>
			<throws>
				<name>CometException</name>
				<type>com.liferay.portal.kernel.poller.comet.CometException</type>
			</throws>
		</method>
		<method>
			<name>getCometSession</name>
		</method>
		<method>
			<name>getCometState</name>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>cometSession</name>
				<type>com.liferay.portal.kernel.poller.comet.CometSession</type>
			</param>
			<throws>
				<name>CometException</name>
				<type>com.liferay.portal.kernel.poller.comet.CometException</type>
			</throws>
		</method>
		<method>
			<name>receiveData</name>
			<param>
				<name>data</name>
				<type>char[]</type>
			</param>
			<throws>
				<name>CometException</name>
				<type>com.liferay.portal.kernel.poller.comet.CometException</type>
			</throws>
		</method>
		<method>
			<name>doDestroy</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doInit</name>
			<param>
				<name>cometSession</name>
				<type>com.liferay.portal.kernel.poller.comet.CometSession</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_cometSession</name>
		</field>
		<field>
			<name>_cometState</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseCometRequest</name>
		<type>com.liferay.portal.kernel.poller.comet.BaseCometRequest</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getPathInfo</name>
		</method>
		<method>
			<name>getRequest</name>
		</method>
		<method>
			<name>getTimestamp</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPathInfo</name>
			<param>
				<name>pathInfo</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>setTimestamp</name>
			<param>
				<name>timestamp</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_pathInfo</name>
		</field>
		<field>
			<name>_request</name>
		</field>
		<field>
			<name>_timestamp</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseCometSession</name>
		<type>com.liferay.portal.kernel.poller.comet.BaseCometSession</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>close</name>
			<throws>
				<name>CometException</name>
				<type>com.liferay.portal.kernel.poller.comet.CometException</type>
			</throws>
		</method>
		<method>
			<name>getCometRequest</name>
		</method>
		<method>
			<name>getCometResponse</name>
		</method>
		<method>
			<name>getSessionId</name>
		</method>
		<method>
			<name>setCometRequest</name>
			<param>
				<name>cometRequest</name>
				<type>com.liferay.portal.kernel.poller.comet.CometRequest</type>
			</param>
		</method>
		<method>
			<name>setCometResponse</name>
			<param>
				<name>cometResponse</name>
				<type>com.liferay.portal.kernel.poller.comet.CometResponse</type>
			</param>
		</method>
		<method>
			<name>setSessionId</name>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>doClose</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_cometRequest</name>
		</field>
		<field>
			<name>_cometResponse</name>
		</field>
		<field>
			<name>_sessionId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CometException</name>
		<type>com.liferay.portal.kernel.poller.comet.CometException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CometException</name>
		</method>
		<method>
			<name>CometException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CometException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CometException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CometHandler</name>
		<type>com.liferay.portal.kernel.poller.comet.CometHandler</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>destroy</name>
			<throws>
				<name>CometException</name>
				<type>com.liferay.portal.kernel.poller.comet.CometException</type>
			</throws>
		</method>
		<method>
			<name>getCometSession</name>
		</method>
		<method>
			<name>getCometState</name>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>cometSession</name>
				<type>com.liferay.portal.kernel.poller.comet.CometSession</type>
			</param>
			<throws>
				<name>CometException</name>
				<type>com.liferay.portal.kernel.poller.comet.CometException</type>
			</throws>
		</method>
		<method>
			<name>receiveData</name>
			<param>
				<name>data</name>
				<type>char[]</type>
			</param>
			<throws>
				<name>CometException</name>
				<type>com.liferay.portal.kernel.poller.comet.CometException</type>
			</throws>
		</method>
		<method>
			<name>receiveData</name>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>CometException</name>
				<type>com.liferay.portal.kernel.poller.comet.CometException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CometHandlerPool</name>
		<type>com.liferay.portal.kernel.poller.comet.CometHandlerPool</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>closeCometHandler</name>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>CometException</name>
				<type>com.liferay.portal.kernel.poller.comet.CometException</type>
			</throws>
		</method>
		<method>
			<name>closeCometHandlers</name>
			<throws>
				<name>CometException</name>
				<type>com.liferay.portal.kernel.poller.comet.CometException</type>
			</throws>
		</method>
		<method>
			<name>getCometHandler</name>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>startCometHandler</name>
			<param>
				<name>cometSession</name>
				<type>com.liferay.portal.kernel.poller.comet.CometSession</type>
			</param>
			<param>
				<name>cometHandler</name>
				<type>com.liferay.portal.kernel.poller.comet.CometHandler</type>
			</param>
			<throws>
				<name>CometException</name>
				<type>com.liferay.portal.kernel.poller.comet.CometException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_cometHandlerPoolReadWriteLock</name>
		</field>
		<field>
			<name>_cometHandlers</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CometHandlerPoolUtil</name>
		<type>com.liferay.portal.kernel.poller.comet.CometHandlerPoolUtil</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>closeCometHandler</name>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>CometException</name>
				<type>com.liferay.portal.kernel.poller.comet.CometException</type>
			</throws>
		</method>
		<method>
			<name>closeCometHandlers</name>
			<throws>
				<name>CometException</name>
				<type>com.liferay.portal.kernel.poller.comet.CometException</type>
			</throws>
		</method>
		<method>
			<name>getCometHandler</name>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCometHandlerPool</name>
		</method>
		<method>
			<name>startCometHandler</name>
			<param>
				<name>cometSession</name>
				<type>com.liferay.portal.kernel.poller.comet.CometSession</type>
			</param>
			<param>
				<name>cometHandler</name>
				<type>com.liferay.portal.kernel.poller.comet.CometHandler</type>
			</param>
			<throws>
				<name>CometException</name>
				<type>com.liferay.portal.kernel.poller.comet.CometException</type>
			</throws>
		</method>
		<method>
			<name>setCometHandlerPool</name>
			<param>
				<name>cometHandlerPool</name>
				<type>com.liferay.portal.kernel.poller.comet.CometHandlerPool</type>
			</param>
		</method>
		<field>
			<name>_cometHandlerPool</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CometRequest</name>
		<type>com.liferay.portal.kernel.poller.comet.CometRequest</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameterMap</name>
		</method>
		<method>
			<name>getParameterNames</name>
		</method>
		<method>
			<name>getPathInfo</name>
		</method>
		<method>
			<name>getRequest</name>
		</method>
		<method>
			<name>getTimestamp</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPathInfo</name>
			<param>
				<name>pathInfo</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTimestamp</name>
			<param>
				<name>timestamp</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CometResponse</name>
		<type>com.liferay.portal.kernel.poller.comet.CometResponse</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>close</name>
			<throws>
				<name>CometException</name>
				<type>com.liferay.portal.kernel.poller.comet.CometException</type>
			</throws>
		</method>
		<method>
			<name>isOpen</name>
		</method>
		<method>
			<name>writeData</name>
			<param>
				<name>data</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>CometException</name>
				<type>com.liferay.portal.kernel.poller.comet.CometException</type>
			</throws>
		</method>
		<method>
			<name>writeData</name>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>CometException</name>
				<type>com.liferay.portal.kernel.poller.comet.CometException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CometSession</name>
		<type>com.liferay.portal.kernel.poller.comet.CometSession</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>close</name>
			<throws>
				<name>CometException</name>
				<type>com.liferay.portal.kernel.poller.comet.CometException</type>
			</throws>
		</method>
		<method>
			<name>getAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCometRequest</name>
		</method>
		<method>
			<name>getCometResponse</name>
		</method>
		<method>
			<name>getSessionId</name>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setCometRequest</name>
			<param>
				<name>cometRequest</name>
				<type>com.liferay.portal.kernel.poller.comet.CometRequest</type>
			</param>
		</method>
		<method>
			<name>setCometResponse</name>
			<param>
				<name>cometResponse</name>
				<type>com.liferay.portal.kernel.poller.comet.CometResponse</type>
			</param>
		</method>
		<method>
			<name>setSessionId</name>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CometState</name>
		<type>com.liferay.portal.kernel.poller.comet.CometState</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>STATE_CLOSED</name>
		</field>
		<field>
			<name>STATE_OPEN</name>
		</field>
		<field>
			<name>STATE_READY</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MessageListener</name>
		<type>com.liferay.portal.kernel.pop.MessageListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>accept</name>
			<param>
				<name>from</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>recipient</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>javax.mail.Message</type>
			</param>
		</method>
		<method>
			<name>deliver</name>
			<param>
				<name>from</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>recipient</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>javax.mail.Message</type>
			</param>
			<throws>
				<name>MessageListenerException</name>
				<type>com.liferay.portal.kernel.pop.MessageListenerException</type>
			</throws>
		</method>
		<method>
			<name>getId</name>
		</method>
	</javadoc>
	<javadoc>
		<name>MessageListenerException</name>
		<type>com.liferay.portal.kernel.pop.MessageListenerException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MessageListenerException</name>
		</method>
		<method>
			<name>MessageListenerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>MessageListenerException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>MessageListenerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseConfigurationAction</name>
		<type>com.liferay.portal.kernel.portlet.BaseConfigurationAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<deprecated><![CDATA[{@link DefaultConfigurationAction}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>BaseFriendlyURLMapper</name>
		<type>com.liferay.portal.kernel.portlet.BaseFriendlyURLMapper</type>
		<comment><![CDATA[The base implementation of {@link FriendlyURLMapper}.

<p>
Typically not subclassed directly. {@link DefaultFriendlyURLMapper} and a <code>friendly-url-routes.xml</code> file will handle the needs of most portlets.
</p>]]></comment>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<see><![CDATA[DefaultFriendlyURLMapper]]></see>
		<method>
			<name>getMapping</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getRouter</name>
		</method>
		<method>
			<name>isCheckMappingWithPrefix</name>
		</method>
		<method>
			<name>isPortletInstanceable</name>
		</method>
		<method>
			<name>setMapping</name>
			<param>
				<name>mapping</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletInstanceable</name>
			<param>
				<name>portletInstanceable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setRouter</name>
			<param>
				<name>router</name>
				<type>com.liferay.portal.kernel.portlet.Router</type>
			</param>
		</method>
		<method>
			<name>addParam</name>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<deprecated><![CDATA[use {@link #addParameter(Map, String, Object)} instead]]></deprecated>
		</method>
		<method>
			<name>addParam</name>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[use {@link #addParameter(String, Map, String, String)} instead]]></deprecated>
		</method>
		<method>
			<name>addParameter</name>
			<comment><![CDATA[Adds a default namespaced parameter of any type to the parameter map.

<p>
<b>Do not use this method with an instanceable portlet, it will not properly namespace parameter names.</b>
</p>]]></comment>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the parameter map]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the parameter]]></comment>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
				<comment><![CDATA[the value of the parameter]]></comment>
			</param>
			<see><![CDATA[#addParameter(Map, String, String)]]></see>
		</method>
		<method>
			<name>addParameter</name>
			<comment><![CDATA[Adds a default namespaced string parameter to the parameter map.

<p>
<b>Do not use this method with an instanceable portlet, it will not properly namespace parameter names.</b>
</p>]]></comment>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the parameter map]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the parameter]]></comment>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the value of the parameter]]></comment>
			</param>
			<see><![CDATA[#getNamespace()]]></see>
		</method>
		<method>
			<name>addParameter</name>
			<comment><![CDATA[Adds a namespaced parameter of any type to the parameter map.]]></comment>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the namespace for portlet parameters. For instanceable portlets this must include the instance ID.]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the parameter map]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[space the namespace for portlet parameters. For instanceable portlets this must include the instance ID.]]></comment>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
				<comment><![CDATA[the value of the parameter]]></comment>
			</param>
			<see><![CDATA[#addParameter(String, Map, String, String)]]></see>
		</method>
		<method>
			<name>addParameter</name>
			<comment><![CDATA[Adds a namespaced string parameter to the parameter map.]]></comment>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the namespace for portlet parameters. For instanceable portlets this must include the instance ID.]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the parameter map]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[space the namespace for portlet parameters. For instanceable portlets this must include the instance ID.]]></comment>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the value of the parameter]]></comment>
			</param>
			<see><![CDATA[PortalUtil#getPortletNamespace(String)]]></see>
			<see><![CDATA[DefaultFriendlyURLMapper#getPortletId(Map)]]></see>
		</method>
		<method>
			<name>getNamespace</name>
			<comment><![CDATA[Returns the default namespace.

<p>
<b>Do not use this method with an instanceable portlet, it will not include the instance ID.</b>
</p>]]></comment>
			<return>
				<comment><![CDATA[the default namespace, not including the instance ID]]></comment>
			</return>
			<see><![CDATA[PortalUtil#getPortletNamespace(String)]]></see>
		</method>
		<field>
			<name>router</name>
		</field>
		<field>
			<name>_CHECK_MAPPING_WITH_PREFIX</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_mapping</name>
		</field>
		<field>
			<name>_portletId</name>
		</field>
		<field>
			<name>_portletInstanceable</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ConfigurationAction</name>
		<type>com.liferay.portal.kernel.portlet.ConfigurationAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DefaultConfigurationAction</name>
		<type>com.liferay.portal.kernel.portlet.DefaultConfigurationAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>getLocalizedParameter</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>processAction</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setPreference</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPreference</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getSelPortletConfig</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>PREFERENCES_PREFIX</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultFriendlyURLMapper</name>
		<type>com.liferay.portal.kernel.portlet.DefaultFriendlyURLMapper</type>
		<comment><![CDATA[The default friendly URL mapper to use with friendly URL routes.

<p>
In most cases, to add friendly URL mapping to a portlet, simply set this class as the friendly URL mapper in <code>liferay-portlet.xml</code>, and write a <code>friendly-url-routes.xml</code> file.
</p>

<p>
If you do need to extend this class, use {@link com.liferay.util.bridges.alloy.AlloyFriendlyURLMapper} as a guide. The key methods to override are {@link #buildPath(LiferayPortletURL)} and {@link #populateParams(String, Map, Map)}.
</p>]]></comment>
		<author><![CDATA[Connor McKay]]></author>
		<see><![CDATA[Router]]></see>
		<method>
			<name>DefaultFriendlyURLMapper</name>
		</method>
		<method>
			<name>addDefaultIgnoredParameter</name>
			<comment><![CDATA[Adds a default ignored parameter.

<p>
A default ignored parameter will always be hidden in friendly URLs.
</p>]]></comment>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the parameter]]></comment>
			</param>
		</method>
		<method>
			<name>addDefaultReservedParameter</name>
			<comment><![CDATA[Adds a default reserved parameter.

<p>
A default reserved parameter will be hidden in friendly URLs when it is set to its default value.
</p>]]></comment>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the parameter]]></comment>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the default value of the parameter]]></comment>
			</param>
		</method>
		<method>
			<name>buildPath</name>
			<param>
				<name>liferayPortletURL</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletURL</type>
			</param>
		</method>
		<method>
			<name>getDefaultIgnoredParameters</name>
			<comment><![CDATA[Returns the default ignored parameters.]]></comment>
			<return>
				<comment><![CDATA[the ignored parameter names]]></comment>
			</return>
			<see><![CDATA[#addDefaultIgnoredParameter(String)]]></see>
		</method>
		<method>
			<name>getDefaultReservedParameters</name>
			<comment><![CDATA[Returns the default reserved parameters.]]></comment>
			<return>
				<comment><![CDATA[the default reserved parameter names and values]]></comment>
			</return>
			<see><![CDATA[#addDefaultReservedParameter(String, String)]]></see>
		</method>
		<method>
			<name>populateParams</name>
			<param>
				<name>friendlyURLPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>addParametersIncludedInPath</name>
			<comment><![CDATA[Adds the parameters included in the path to the portlet URL.

<p>
Portlet URLs track which parameters are included in the friendly URL path. This method hides all the default ignored parameters, the parameters included in the path by the router, and the reserved parameters set to their defaults.
</p>]]></comment>
			<param>
				<name>liferayPortletURL</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletURL</type>
				<comment><![CDATA[the portlet URL to which to add the parameters included in the path]]></comment>
			</param>
			<param>
				<name>routeParameters</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the parameter map populated by the router]]></comment>
			</param>
			<see><![CDATA[com.liferay.portlet.PortletURLImpl#addParameterIncludedInPath( String)]]></see>
		</method>
		<method>
			<name>buildRouteParameters</name>
			<comment><![CDATA[Builds the parameter map to be used by the router by copying parameters from the portlet URL.

<p>
This method also populates the special virtual parameters <code>p_p_id</code> and <code>instanceId</code> for instanceable portlets.
</p>]]></comment>
			<param>
				<name>liferayPortletURL</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletURL</type>
				<comment><![CDATA[the portlet URL to copy parameters from]]></comment>
			</param>
			<param>
				<name>routeParameters</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the parameter map to populate for use by the router]]></comment>
			</param>
		</method>
		<method>
			<name>getPortletId</name>
			<comment><![CDATA[Returns the portlet ID, including the instance ID if applicable, from the parameter map.]]></comment>
			<param>
				<name>routeParameters</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the parameter map. For an instanceable portlet, this must contain either <code>p_p_id</code> or <code>instanceId</code>.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the portlet ID, including the instance ID if applicable, or <code>null</code> if it cannot be determined]]></comment>
			</return>
		</method>
		<method>
			<name>populateParams</name>
			<comment><![CDATA[Populates the parameter map using the parameters from the router and the default reserved parameters.]]></comment>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the parameter map to populate. This should be the map passed to {@link #populateParams(String, Map, Map)} by {@link com.liferay.portal.util.PortalImpl}.]]></comment>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the namespace to use for parameters added to <code>parameterMap</code>]]></comment>
			</param>
			<param>
				<name>routeParameters</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the parameter map populated by the router]]></comment>
			</param>
		</method>
		<field>
			<name>defaultIgnoredParameters</name>
		</field>
		<field>
			<name>defaultReservedParameters</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DynamicActionRequest</name>
		<type>com.liferay.portal.kernel.portlet.DynamicActionRequest</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Eudaldo Alonso]]></author>
		<see><![CDATA[DynamicEventRequest]]></see>
		<see><![CDATA[DynamicRenderRequest]]></see>
		<see><![CDATA[DynamicResourceRequest]]></see>
		<method>
			<name>DynamicActionRequest</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>DynamicActionRequest</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>DynamicActionRequest</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>inherit</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>DynamicActionRequest</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>inherit</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getDynamicParameterMap</name>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameterMap</name>
		</method>
		<method>
			<name>getParameterNames</name>
		</method>
		<method>
			<name>getParameterValues</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParameterValues</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<field>
			<name>_inherit</name>
		</field>
		<field>
			<name>_params</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DynamicEventRequest</name>
		<type>com.liferay.portal.kernel.portlet.DynamicEventRequest</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<see><![CDATA[DynamicActionRequest]]></see>
		<see><![CDATA[DynamicRenderRequest]]></see>
		<see><![CDATA[DynamicResourceRequest]]></see>
		<method>
			<name>DynamicEventRequest</name>
			<param>
				<name>eventRequest</name>
				<type>javax.portlet.EventRequest</type>
			</param>
		</method>
		<method>
			<name>DynamicEventRequest</name>
			<param>
				<name>eventRequest</name>
				<type>javax.portlet.EventRequest</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>DynamicEventRequest</name>
			<param>
				<name>eventRequest</name>
				<type>javax.portlet.EventRequest</type>
			</param>
			<param>
				<name>inherit</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>DynamicEventRequest</name>
			<param>
				<name>eventRequest</name>
				<type>javax.portlet.EventRequest</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>inherit</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getDynamicParameterMap</name>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameterMap</name>
		</method>
		<method>
			<name>getParameterNames</name>
		</method>
		<method>
			<name>getParameterValues</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParameterValues</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<field>
			<name>_inherit</name>
		</field>
		<field>
			<name>_params</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DynamicRenderRequest</name>
		<type>com.liferay.portal.kernel.portlet.DynamicRenderRequest</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<see><![CDATA[DynamicActionRequest]]></see>
		<see><![CDATA[DynamicEventRequest]]></see>
		<see><![CDATA[DynamicResourceRequest]]></see>
		<method>
			<name>DynamicRenderRequest</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
		</method>
		<method>
			<name>DynamicRenderRequest</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>DynamicRenderRequest</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>inherit</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>DynamicRenderRequest</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>inherit</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getDynamicParameterMap</name>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameterMap</name>
		</method>
		<method>
			<name>getParameterNames</name>
		</method>
		<method>
			<name>getParameterValues</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParameterValues</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<field>
			<name>_inherit</name>
		</field>
		<field>
			<name>_params</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DynamicResourceRequest</name>
		<type>com.liferay.portal.kernel.portlet.DynamicResourceRequest</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<see><![CDATA[DynamicActionRequest]]></see>
		<see><![CDATA[DynamicEventRequest]]></see>
		<see><![CDATA[DynamicRenderRequest]]></see>
		<method>
			<name>DynamicResourceRequest</name>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
		</method>
		<method>
			<name>DynamicResourceRequest</name>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>DynamicResourceRequest</name>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>inherit</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>DynamicResourceRequest</name>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>inherit</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getDynamicParameterMap</name>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameterMap</name>
		</method>
		<method>
			<name>getParameterNames</name>
		</method>
		<method>
			<name>getParameterValues</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParameterValues</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<field>
			<name>_inherit</name>
		</field>
		<field>
			<name>_params</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FriendlyURLMapper</name>
		<type>com.liferay.portal.kernel.portlet.FriendlyURLMapper</type>
		<comment><![CDATA[Provides friendly URL mapping for a portlet by converting portlet URL parameters to friendly URL paths and back.

<p>
Never implement this interface directly, subclass {@link BaseFriendlyURLMapper} to ensure forward compatibility.
</p>]]></comment>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<see><![CDATA[BaseFriendlyURLMapper]]></see>
		<see><![CDATA[DefaultFriendlyURLMapper]]></see>
		<see><![CDATA[com.liferay.portlet.PortletURLImpl]]></see>
		<method>
			<name>buildPath</name>
			<comment><![CDATA[Generates a friendly URL path from the portlet URL object.]]></comment>
			<param>
				<name>liferayPortletURL</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletURL</type>
				<comment><![CDATA[the portlet URL object to generate a friendly URL for]]></comment>
			</param>
			<return>
				<comment><![CDATA[the generated friendly URL, or <code>null</code> if one cannot be built. Returning <code>null</code> will cause a normal portlet URL to be generated.]]></comment>
			</return>
		</method>
		<method>
			<name>getMapping</name>
			<comment><![CDATA[Returns the friendly URL mapping for this portlet.

<p>
The friendly URL mapping is used by Liferay to identify the portlet a friendly URL refers to. It generally appears directly after the <code>/-/</code> in the URL.
</p>

<p>
For instance, the blogs portlet mapping is &quot;blogs&quot;. This produces friendly URLs similar to <code>http://www.liferay.com/web/guest/blog/-/blogs/example-post</code>
</p>]]></comment>
			<return>
				<comment><![CDATA[the friendly URL mapping for this portlet, not including any leading or trailing slashes]]></comment>
			</return>
		</method>
		<method>
			<name>getPortletId</name>
			<comment><![CDATA[Returns the ID of this portlet]]></comment>
			<return>
				<comment><![CDATA[the ID of this portlet, not including the instance ID]]></comment>
			</return>
		</method>
		<method>
			<name>getRouter</name>
			<comment><![CDATA[Returns the router for this friendly URL mapper]]></comment>
			<return>
				<comment><![CDATA[the router, or <code>null</code> if one has not been set]]></comment>
			</return>
		</method>
		<method>
			<name>isCheckMappingWithPrefix</name>
			<comment><![CDATA[Returns <code>true</code> if the friendly URLs for this mapper should include the friendly URL separator.

<p>
Typically, friendly URLs will include the separator &quot;/-/&quot; before the friendly URL mapping. If this method returns <code>false</code>, a single slash will be used instead.
</p>

<p>
This method is called by {@link com.liferay.portal.util.PortalImpl} when a friendly URL is processed.
</p>

<p>
<b>It is strongly recommended that this method always return <code>true</code></b>.
</p>]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the &quot;/-/&quot; separator should be included in friendly URLs, or <code>false</code> if only a &quot;/&quot; should be used]]></comment>
			</return>
		</method>
		<method>
			<name>isPortletInstanceable</name>
			<comment><![CDATA[Returns <code>true</code> if this portlet is instanceable.

<p>
The value returned from this method has no effect on whether a portlet is instanceable, it is a helper method used to determine if the instance ID should be included in the URL.
</p>]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet is instanceable; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>populateParams</name>
			<comment><![CDATA[Populates the parameter map with values parsed from the friendly URL path.

<p>
This method is called by {@link com.liferay.portal.util.PortalImpl} when a friendly URL is processed.
</p>]]></comment>
			<param>
				<name>friendlyURLPath</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the friendly URL path, including a leading slash and the friendly URL mapping. For example: <code>/blogs/example-post</code>]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the parameter map. Entries added to this map must be namespaced.]]></comment>
			</param>
			<param>
				<name>requestContext</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the request context]]></comment>
			</param>
			<see><![CDATA[BaseFriendlyURLMapper#addParameter(Map, String, String)]]></see>
			<see><![CDATA[BaseFriendlyURLMapper#addParameter(String, Map, String, String)]]></see>
		</method>
		<method>
			<name>setMapping</name>
			<comment><![CDATA[Sets the friendly URL mapping for this portlet.

<p>
This method is automatically called by {@link com.liferay.portlet.PortletBagFactory} with the friendly URL mapping defined in <code>liferay-portlet.xml</code>.
</p>]]></comment>
			<param>
				<name>mapping</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the friendly URL mapping for this portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setPortletId</name>
			<comment><![CDATA[Sets the ID of this portlet.

<p>
This method is automatically called by {@link com.liferay.portlet.PortletBagFactory} with the portlet ID defined in <code>liferay-portlet.xml</code>.
</p>]]></comment>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of this portlet.]]></comment>
			</param>
		</method>
		<method>
			<name>setPortletInstanceable</name>
			<comment><![CDATA[Sets whether this portlet is instanceable.]]></comment>
			<param>
				<name>portletInstanceable</name>
				<type>boolean</type>
				<comment><![CDATA[whether this portlet is instanceable]]></comment>
			</param>
		</method>
		<method>
			<name>setRouter</name>
			<comment><![CDATA[Sets the router for this friendly URL mapper.

<p>
This method is automatically called by {@link com.liferay.portlet.PortletBagFactory} with a router populated with the routes defined in this portlet's <a href="../definitions/liferay-friendly-url-routes_6_0_0.dtd.html" >friendly-url-routes.xml</a> file. The location of this file is defined in this portlet's <a href="../definitions/liferay-portlet-app_6_0_0.dtd.html" >liferay-portlet.xml</a> file.
</p>]]></comment>
			<param>
				<name>router</name>
				<type>com.liferay.portal.kernel.portlet.Router</type>
				<comment><![CDATA[the router for this friendly URL mapper]]></comment>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FriendlyURLMapperThreadLocal</name>
		<type>com.liferay.portal.kernel.portlet.FriendlyURLMapperThreadLocal</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getPRPIdentifiers</name>
		</method>
		<method>
			<name>setPRPIdentifiers</name>
			<param>
				<name>prpIdentifiers</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<field>
			<name>_prpIdentifiers</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayPortlet</name>
		<type>com.liferay.portal.kernel.portlet.LiferayPortlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>init</name>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>processAction</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>addSuccessMessage</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
		</method>
		<method>
			<name>callActionMethod</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doAbout</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doConfig</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doDispatch</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doEditDefaults</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doEditGuest</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doPreview</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doPrint</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>getRedirect</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
		</method>
		<method>
			<name>isProcessActionRequest</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>isProcessPortletRequest</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>isProcessRenderRequest</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
		</method>
		<method>
			<name>isProcessResourceRequest</name>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
		</method>
		<method>
			<name>isSessionErrorException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>sendRedirect</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>translate</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>translate</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>translate</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>writeJSON</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<param>
				<name>json</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>writeJSON</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>mimeResponse</name>
				<type>javax.portlet.MimeResponse</type>
			</param>
			<param>
				<name>json</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>addProcessActionSuccessMessage</name>
		</field>
		<field>
			<name>_PROCESS_PORTLET_REQUEST</name>
		</field>
		<field>
			<name>_classesMap</name>
		</field>
		<field>
			<name>_methodsMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayPortletConfig</name>
		<type>com.liferay.portal.kernel.portlet.LiferayPortletConfig</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getPortlet</name>
		</method>
		<method>
			<name>getPortletContext</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<field>
			<name>RUNTIME_OPTION_ESCAPE_XML</name>
		</field>
		<field>
			<name>RUNTIME_OPTION_PORTAL_CONTEXT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayPortletMode</name>
		<type>com.liferay.portal.kernel.portlet.LiferayPortletMode</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LiferayPortletMode</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>ABOUT</name>
		</field>
		<field>
			<name>CONFIG</name>
		</field>
		<field>
			<name>EDIT_DEFAULTS</name>
		</field>
		<field>
			<name>EDIT_GUEST</name>
		</field>
		<field>
			<name>PREVIEW</name>
		</field>
		<field>
			<name>PRINT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayPortletRequest</name>
		<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getHttpServletRequest</name>
		</method>
		<method>
			<name>getRenderParameters</name>
		</method>
	</javadoc>
	<javadoc>
		<name>LiferayPortletResponse</name>
		<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addDateHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>date</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addIntHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>createActionURL</name>
		</method>
		<method>
			<name>createActionURL</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createLiferayPortletURL</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createLiferayPortletURL</name>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createLiferayPortletURL</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createRenderURL</name>
		</method>
		<method>
			<name>createRenderURL</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createResourceURL</name>
		</method>
		<method>
			<name>createResourceURL</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getHttpServletResponse</name>
		</method>
		<method>
			<name>getProperties</name>
		</method>
		<method>
			<name>setDateHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>date</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setIntHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>transferMarkupHeadElements</name>
		</method>
	</javadoc>
	<javadoc>
		<name>LiferayPortletSession</name>
		<type>com.liferay.portal.kernel.portlet.LiferayPortletSession</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setHttpSession</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<field>
			<name>LAYOUT_SEPARATOR</name>
		</field>
		<field>
			<name>PORTLET_SCOPE_NAMESPACE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayPortletURL</name>
		<type>com.liferay.portal.kernel.portlet.LiferayPortletURL</type>
		<comment><![CDATA[Represents a URL pointing to a portlet.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<see><![CDATA[com.liferay.portlet.PortletURLImpl]]></see>
		<method>
			<name>addParameterIncludedInPath</name>
			<comment><![CDATA[Adds a parameter that is included in the friendly URL path and does not need to appear in the query string.]]></comment>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the parameter]]></comment>
			</param>
		</method>
		<method>
			<name>getLifecycle</name>
			<comment><![CDATA[Returns the portlet lifecycle of this URL's target portlet.]]></comment>
			<return>
				<comment><![CDATA[the portlet lifecycle of this URL's target portlet]]></comment>
			</return>
			<see><![CDATA[#setLifecycle(String)]]></see>
		</method>
		<method>
			<name>getParameter</name>
			<comment><![CDATA[Returns the first value of the URL parameter.]]></comment>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the URL parameter]]></comment>
			</param>
			<return>
				<comment><![CDATA[the first value of the URL parameter]]></comment>
			</return>
		</method>
		<method>
			<name>getParametersIncludedInPath</name>
			<comment><![CDATA[Returns the parameters that are included in the friendly URL path and do not need to appear in the query string.]]></comment>
			<return>
				<comment><![CDATA[the names of the parameters that are included in the friendly URL path and do not need to appear in the query string]]></comment>
			</return>
		</method>
		<method>
			<name>getPortletId</name>
			<comment><![CDATA[Returns the ID of this URL's target portlet.]]></comment>
			<return>
				<comment><![CDATA[the ID of this URL's target portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getRemovedParameterNames</name>
		</method>
		<method>
			<name>getReservedParameterMap</name>
			<comment><![CDATA[Returns the map of reserved parameters for this URL.

<p>
This method is only used internally. Reserved parameters contain special, Liferay specific information, such as <code>p_p_id</code> and <code>p_p_lifecycle</code>.
</p>]]></comment>
			<return>
				<comment><![CDATA[the reserved parameter names and values in a read-only map]]></comment>
			</return>
		</method>
		<method>
			<name>getResourceID</name>
			<comment><![CDATA[Returns the ID of this URL's target resource.]]></comment>
			<return>
				<comment><![CDATA[the ID of this URL's target resource]]></comment>
			</return>
		</method>
		<method>
			<name>isAnchor</name>
			<comment><![CDATA[Returns <code>true</code> if this URL is an anchor pointing to the specified portlet on the page.]]></comment>
			<return>
				<comment><![CDATA[whether this URL is an anchor pointing to the specified portlet on the page]]></comment>
			</return>
			<see><![CDATA[#setAnchor(boolean)]]></see>
		</method>
		<method>
			<name>isCopyCurrentRenderParameters</name>
			<comment><![CDATA[Returns <code>true</code> if the render parameters in the current request should be copied to this URL.]]></comment>
			<return>
				<comment><![CDATA[whether the render parameters in the current request should be copied to this URL]]></comment>
			</return>
			<see><![CDATA[#setCopyCurrentRenderParameters(boolean)]]></see>
		</method>
		<method>
			<name>isEncrypt</name>
			<comment><![CDATA[Returns <code>true</code> if this URL should be encrypted.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if this URL should be encrypted; <code>false</code> otherwise]]></comment>
			</return>
			<see><![CDATA[#setEncrypt(boolean)]]></see>
		</method>
		<method>
			<name>isEscapeXml</name>
			<comment><![CDATA[Returns <code>true</code> if this URL should be XML escaped.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if this URL should be XML escaped; <code>false</code> otherwise]]></comment>
			</return>
			<see><![CDATA[#setEscapeXml(boolean)]]></see>
		</method>
		<method>
			<name>isParameterIncludedInPath</name>
			<comment><![CDATA[Returns <code>true</code> if the parameter is included in the friendly URL path.]]></comment>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the parameter to check for inclusion in the path]]></comment>
			</param>
			<return>
				<comment><![CDATA[whether the parameter is included in the friendly URL path]]></comment>
			</return>
			<see><![CDATA[#addParameterIncludedInPath(String)]]></see>
		</method>
		<method>
			<name>isSecure</name>
			<comment><![CDATA[Returns <code>true</code> if this URL is secure (https).]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if this URL is secure; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>setAnchor</name>
			<comment><![CDATA[Sets whether this URL is an anchor pointing to the specified portlet on the page.

<p>
An anchor URL will cause the user's browser to automatically jump down to the specified portlet after the page loads, avoiding the need to scroll.
</p>]]></comment>
			<param>
				<name>anchor</name>
				<type>boolean</type>
				<comment><![CDATA[whether this URL is an anchor pointing to the specified portlet on the page]]></comment>
			</param>
		</method>
		<method>
			<name>setControlPanelCategory</name>
			<param>
				<name>controlPanelCategory</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCopyCurrentRenderParameters</name>
			<comment><![CDATA[Sets whether the render parameters in the current request should be copied to this URL.

<p>
New parameters set on this URL will appear before the copied render parameters.
</p>]]></comment>
			<param>
				<name>copyCurrentRenderParameters</name>
				<type>boolean</type>
				<comment><![CDATA[whether the render parameters in the current request should be copied to this URL]]></comment>
			</param>
		</method>
		<method>
			<name>setDoAsGroupId</name>
			<param>
				<name>doAsGroupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setDoAsUserId</name>
			<comment><![CDATA[Sets the ID of the user to impersonate.

<p>
When a page is accessed while impersonating a user, it will appear exactly as it would to that user.
</p>]]></comment>
			<param>
				<name>doAsUserId</name>
				<type>long</type>
				<comment><![CDATA[the ID of the user to impersonate in the portlet this URL points to]]></comment>
			</param>
		</method>
		<method>
			<name>setDoAsUserLanguageId</name>
			<comment><![CDATA[Sets the language ID of the user to impersonate. This will only have an effect when a user is being impersonated via {@link #setDoAsUserId(long)}.

<p>
The language set here will override the impersonated user's default language.
</p>]]></comment>
			<param>
				<name>doAsUserLanguageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the language ID of the user to impersonate]]></comment>
			</param>
		</method>
		<method>
			<name>setEncrypt</name>
			<comment><![CDATA[Sets whether this URL should be encrypted.

<p>
In an encrypted URL, the value of every parameter will be encrypted using the company's key. This allows sensitive information to be placed in the URL without being vulnerable to snooping.
</p>

<p>
Note that this is not the same as making a URL {@link #setSecure(boolean) secure}.
</p>]]></comment>
			<param>
				<name>encrypt</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setEscapeXml</name>
			<comment><![CDATA[Sets whether this URL should be XML escaped.

<p>
If a URL is XML escaped, it will automatically have special characters escaped when it is converted to a string or written to a {@link java.io.Writer}.
</p>]]></comment>
			<param>
				<name>escapeXml</name>
				<type>boolean</type>
				<comment><![CDATA[whether this URL should be XML escaped]]></comment>
			</param>
		</method>
		<method>
			<name>setLifecycle</name>
			<comment><![CDATA[Sets the portlet lifecycle of this URL's target portlet.

<p>
Valid lifecycles are:
</p>

<ul>
<li>
{@link javax.portlet.PortletRequest#ACTION_PHASE}
</li>
<li>
{@link javax.portlet.PortletRequest#RENDER_PHASE}
</li>
<li>
{@link javax.portlet.PortletRequest#RESOURCE_PHASE}
</li>
</ul>]]></comment>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the portlet lifecycle]]></comment>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<comment><![CDATA[Sets the URL parameter to the value.]]></comment>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the URL parameter]]></comment>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the value of the URL parameter]]></comment>
			</param>
			<param>
				<name>append</name>
				<type>boolean</type>
				<comment><![CDATA[whether the new value should be appended to any existing values for the parameter. If <code>append</code> is <code>false</code> any existing values will be overwritten with the new value.]]></comment>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<comment><![CDATA[Sets the URL parameter the values.]]></comment>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the URL parameter]]></comment>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the values of the URL parameter]]></comment>
			</param>
			<param>
				<name>append</name>
				<type>boolean</type>
				<comment><![CDATA[whether the new values should be appended to any existing values for the parameter. If <code>append</code> is <code>false</code> any existing values will be overwritten with the new values.]]></comment>
			</param>
		</method>
		<method>
			<name>setPlid</name>
			<comment><![CDATA[Sets the portlet layout ID.]]></comment>
			<param>
				<name>plid</name>
				<type>long</type>
				<comment><![CDATA[the portlet layout ID]]></comment>
			</param>
		</method>
		<method>
			<name>setPortletId</name>
			<comment><![CDATA[Sets the ID of the target portlet.]]></comment>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRefererPlid</name>
			<comment><![CDATA[Sets the referer layout ID.]]></comment>
			<param>
				<name>refererPlid</name>
				<type>long</type>
				<comment><![CDATA[the referer layout ID]]></comment>
			</param>
		</method>
		<method>
			<name>setRemovedParameterNames</name>
			<param>
				<name>removedParamNames</name>
				<type>java.util.Set</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LiferayRenderResponse</name>
		<type>com.liferay.portal.kernel.portlet.LiferayRenderResponse</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>setResourceName</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LiferayWindowState</name>
		<type>com.liferay.portal.kernel.portlet.LiferayWindowState</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Zsolt Balogh]]></author>
		<method>
			<name>isExclusive</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isMaximized</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isPopUp</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isWindowStatePreserved</name>
			<param>
				<name>oldWindowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
			<param>
				<name>newWindowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
		</method>
		<method>
			<name>LiferayWindowState</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getWindowState</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>EXCLUSIVE</name>
		</field>
		<field>
			<name>POP_UP</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NoRedirectActionResponse</name>
		<type>com.liferay.portal.kernel.portlet.NoRedirectActionResponse</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoRedirectActionResponse</name>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
		</method>
		<method>
			<name>getRedirectLocation</name>
		</method>
		<method>
			<name>sendRedirect</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_redirectLocation</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletBag</name>
		<type>com.liferay.portal.kernel.portlet.PortletBag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>getAssetRendererFactoryInstances</name>
		</method>
		<method>
			<name>getAtomCollectionAdapterInstances</name>
		</method>
		<method>
			<name>getConfigurationActionInstance</name>
		</method>
		<method>
			<name>getControlPanelEntryInstance</name>
		</method>
		<method>
			<name>getCustomAttributesDisplayInstances</name>
		</method>
		<method>
			<name>getFriendlyURLMapperInstance</name>
		</method>
		<method>
			<name>getIndexerInstances</name>
		</method>
		<method>
			<name>getOpenSearchInstance</name>
		</method>
		<method>
			<name>getPermissionPropagatorInstance</name>
		</method>
		<method>
			<name>getPollerProcessorInstance</name>
		</method>
		<method>
			<name>getPopMessageListenerInstance</name>
		</method>
		<method>
			<name>getPortletDataHandlerInstance</name>
		</method>
		<method>
			<name>getPortletInstance</name>
		</method>
		<method>
			<name>getPortletLayoutListenerInstance</name>
		</method>
		<method>
			<name>getPortletName</name>
		</method>
		<method>
			<name>getPreferencesValidatorInstance</name>
		</method>
		<method>
			<name>getResourceBundle</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getResourceBundles</name>
		</method>
		<method>
			<name>getServletContext</name>
		</method>
		<method>
			<name>getSocialActivityInterpreterInstance</name>
		</method>
		<method>
			<name>getSocialRequestInterpreterInstance</name>
		</method>
		<method>
			<name>getURLEncoderInstance</name>
		</method>
		<method>
			<name>getWebDAVStorageInstance</name>
		</method>
		<method>
			<name>getWorkflowHandlerInstances</name>
		</method>
		<method>
			<name>getXmlRpcMethodInstance</name>
		</method>
		<method>
			<name>setPortletInstance</name>
			<param>
				<name>portletInstance</name>
				<type>javax.portlet.Portlet</type>
			</param>
		</method>
		<method>
			<name>setPortletName</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletBagPool</name>
		<type>com.liferay.portal.kernel.portlet.PortletBagPool</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>get</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletBag</name>
				<type>com.liferay.portal.kernel.portlet.PortletBag</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>PortletBagPool</name>
		</method>
		<method>
			<name>_get</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_put</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletBag</name>
				<type>com.liferay.portal.kernel.portlet.PortletBag</type>
			</param>
		</method>
		<method>
			<name>_remove</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_reset</name>
		</method>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_portletBagPool</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletClassLoaderUtil</name>
		<type>com.liferay.portal.kernel.portlet.PortletClassLoaderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getClassLoader</name>
		</method>
		<method>
			<name>getClassLoader</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getServletContextName</name>
		</method>
		<method>
			<name>setClassLoader</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>setServletContextName</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_classLoaders</name>
		</field>
		<field>
			<name>_servletContextName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletFilterUtil</name>
		<type>com.liferay.portal.kernel.portlet.PortletFilterUtil</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>doFilter</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.portlet.filter.FilterChain</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletLayoutListener</name>
		<type>com.liferay.portal.kernel.portlet.PortletLayoutListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>onAddToLayout</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortletLayoutListenerException</name>
				<type>com.liferay.portal.kernel.portlet.PortletLayoutListenerException</type>
			</throws>
		</method>
		<method>
			<name>onMoveInLayout</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortletLayoutListenerException</name>
				<type>com.liferay.portal.kernel.portlet.PortletLayoutListenerException</type>
			</throws>
		</method>
		<method>
			<name>onRemoveFromLayout</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortletLayoutListenerException</name>
				<type>com.liferay.portal.kernel.portlet.PortletLayoutListenerException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletLayoutListenerException</name>
		<type>com.liferay.portal.kernel.portlet.PortletLayoutListenerException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletLayoutListenerException</name>
		</method>
		<method>
			<name>PortletLayoutListenerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortletLayoutListenerException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>PortletLayoutListenerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletModeFactory</name>
		<type>com.liferay.portal.kernel.portlet.PortletModeFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getPortletMode</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortletModeFactory</name>
		</method>
		<method>
			<name>_getPortletMode</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_ABOUT</name>
		</field>
		<field>
			<name>_CONFIG</name>
		</field>
		<field>
			<name>_EDIT</name>
		</field>
		<field>
			<name>_EDIT_DEFAULTS</name>
		</field>
		<field>
			<name>_EDIT_GUEST</name>
		</field>
		<field>
			<name>_HELP</name>
		</field>
		<field>
			<name>_PREVIEW</name>
		</field>
		<field>
			<name>_PRINT</name>
		</field>
		<field>
			<name>_VIEW</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_portletModes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletResponseUtil</name>
		<type>com.liferay.portal.kernel.portlet.PortletResponseUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>sendFile</name>
			<param>
				<name>mimeResponse</name>
				<type>javax.portlet.MimeResponse</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>sendFile</name>
			<param>
				<name>mimeResponse</name>
				<type>javax.portlet.MimeResponse</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>sendFile</name>
			<param>
				<name>mimeResponse</name>
				<type>javax.portlet.MimeResponse</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>sendFile</name>
			<param>
				<name>mimeResponse</name>
				<type>javax.portlet.MimeResponse</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>contentLength</name>
				<type>int</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>sendFile</name>
			<param>
				<name>mimeResponse</name>
				<type>javax.portlet.MimeResponse</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>sendFile</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>mimeResponse</name>
				<type>javax.portlet.MimeResponse</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>sendFile</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>mimeResponse</name>
				<type>javax.portlet.MimeResponse</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>sendFile</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>mimeResponse</name>
				<type>javax.portlet.MimeResponse</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>sendFile</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>mimeResponse</name>
				<type>javax.portlet.MimeResponse</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>contentLength</name>
				<type>int</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>sendFile</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>mimeResponse</name>
				<type>javax.portlet.MimeResponse</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>mimeResponse</name>
				<type>javax.portlet.MimeResponse</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>mimeResponse</name>
				<type>javax.portlet.MimeResponse</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>contentLength</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>mimeResponse</name>
				<type>javax.portlet.MimeResponse</type>
			</param>
			<param>
				<name>bytesArray</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>mimeResponse</name>
				<type>javax.portlet.MimeResponse</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>mimeResponse</name>
				<type>javax.portlet.MimeResponse</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>mimeResponse</name>
				<type>javax.portlet.MimeResponse</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>contentLength</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>mimeResponse</name>
				<type>javax.portlet.MimeResponse</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>setHeaders</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>mimeResponse</name>
				<type>javax.portlet.MimeResponse</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletURLWrapper</name>
		<type>com.liferay.portal.kernel.portlet.PortletURLWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletURLWrapper</name>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>addProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameterMap</name>
		</method>
		<method>
			<name>getPortletMode</name>
		</method>
		<method>
			<name>getWindowState</name>
		</method>
		<method>
			<name>removePublicRenderParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>setParameters</name>
			<param>
				<name>parameters</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setPortletMode</name>
			<param>
				<name>portletMode</name>
				<type>javax.portlet.PortletMode</type>
			</param>
			<throws>
				<name>PortletModeException</name>
				<type>javax.portlet.PortletModeException</type>
			</throws>
		</method>
		<method>
			<name>setProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSecure</name>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortletSecurityException</name>
				<type>javax.portlet.PortletSecurityException</type>
			</throws>
		</method>
		<method>
			<name>setWindowState</name>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
			<throws>
				<name>WindowStateException</name>
				<type>javax.portlet.WindowStateException</type>
			</throws>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<param>
				<name>escapeXML</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_portletURL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ProtectedActionRequest</name>
		<type>com.liferay.portal.kernel.portlet.ProtectedActionRequest</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ProtectedActionRequest</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>remoteUser</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRemoteUser</name>
		</method>
		<method>
			<name>getUserPrincipal</name>
		</method>
		<field>
			<name>_remoteUser</name>
		</field>
		<field>
			<name>_userPrincipal</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ProtectedRenderRequest</name>
		<type>com.liferay.portal.kernel.portlet.ProtectedRenderRequest</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ProtectedRenderRequest</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>remoteUser</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRemoteUser</name>
		</method>
		<method>
			<name>getUserPrincipal</name>
		</method>
		<field>
			<name>_remoteUser</name>
		</field>
		<field>
			<name>_userPrincipal</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourceServingConfigurationAction</name>
		<type>com.liferay.portal.kernel.portlet.ResourceServingConfigurationAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>serveResource</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>Route</name>
		<type>com.liferay.portal.kernel.portlet.Route</type>
		<comment><![CDATA[Represents a single friendly URL pattern and provides the ability to either parse a friendly URL path or generate a friendly URL from a parameter map.]]></comment>
		<author><![CDATA[Connor McKay]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<see><![CDATA[Router]]></see>
		<see><![CDATA[com.liferay.portlet.RouteImpl]]></see>
		<see><![CDATA[com.liferay.portal.kernel.util.StringParser]]></see>
		<method>
			<name>addGeneratedParameter</name>
			<comment><![CDATA[Adds a generated parameter to this route.

<p>
A generated parameter is never part of the URL, but is constructed from one or more "virtual parameters" using a pattern string. When a URL is parsed, the virtual parameters are populated from the URL, and the generated parameter is then built from its constituent virtual parameters.
</p>

<p>
When a URL is generated, the opposite process occurs. The generated parameter must have its value passed in through the parameter map. This value is parsed using the pattern string, and the virtual parameters are populated and made available for use in the route pattern string. The value of the generated parameter will not be available in the route pattern; only the values of the virtual parameters may be used.
</p>

<p>
The following is an example route definition that uses a generated parameter to remove the .jsp extension of the current page from the URL.
</p>

<pre>
<code>
&lt;route&gt;
	&lt;pattern&gt;/{jspPageName}/{id:\d+}&lt;/pattern&gt;
	&lt;generated-parameter name=&quot;jspPage&quot;&gt;{jspPageName}.jsp&lt;/generated-parameter&gt;
&lt;/route&gt;
</code>
</pre>]]></comment>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the generated parameter]]></comment>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the pattern string of the generated parameter]]></comment>
			</param>
		</method>
		<method>
			<name>addIgnoredParameter</name>
			<comment><![CDATA[Adds an ignored parameter to this route.

<p>
An ignored parameter never appears in the query string regardless of its value. Ignored parameters have no effect on the parsing of URLs.
</p>]]></comment>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the ignored parameter]]></comment>
			</param>
		</method>
		<method>
			<name>addImplicitParameter</name>
			<comment><![CDATA[Adds an implicit parameter to this route.

<p>
An implicit parameter applies in both stages of a route's lifecycle, URL parsing and URL generation. When a URL is parsed, the implicit parameters will be copied onto the parameter map. When a URL is generated from a parameter map, all the implicit parameters will be checked against the parameters in the map. If any do not match or are missing from the parameter map, this route will not be used for generating the URL.
</p>

<p>
Implicit parameters are matched after all virtual parameters have been populated, and therefore should not match against the value of a generated parameter, as it will not be available.
</p>

<p>
The most common use of implicit parameters is to specify a parameter that is included statically in the route pattern. For instance, if a custom route is specified for the JSP page "view_profile.jsp", the routes definition could look like the following:
</p>

<pre>
<code>
&lt;route&gt;
	&lt;pattern&gt;/profile/view/{id:\d+}&lt;/pattern&gt;
	&lt;implicit-parameter name=&quot;jspPage&quot;&gt;view_profile.jsp&lt;/implicit-parameter&gt;
&lt;/route&gt;
</code>
</pre>

<p>
Since the jspPage is specified with a implicit-parameter, this route will only be used to generate URLs if the jspPage is set to "view_profile.jsp". Likewise, when a URL in this format is recognized, the jspPage will automatically be set to "view_profile.jsp".
</p>]]></comment>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the implicit parameter]]></comment>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the value of the implicit parameter]]></comment>
			</param>
		</method>
		<method>
			<name>addOverriddenParameter</name>
			<comment><![CDATA[Adds an overridden parameter to this route.

<p>
An overridden parameter is one that should always be set to a certain value when a URL is parsed. Overridden parameters have no effect on the generating of URLs.
</p>

<p>
If a implicit parameter and an overridden parameter share the same name, the overridden parameter value will take precedence when a URL is parsed. When a URL is generated the implicit parameter value will be checked against the parameter map as usual.
</p>]]></comment>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the overridden parameter]]></comment>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the value of the overridden parameter]]></comment>
			</param>
		</method>
		<method>
			<name>getGeneratedParameters</name>
			<comment><![CDATA[Returns the generated parameters for this route.]]></comment>
			<return>
				<comment><![CDATA[the generated parameter names and string parsers]]></comment>
			</return>
			<see><![CDATA[#addGeneratedParameter(String, String)]]></see>
		</method>
		<method>
			<name>getIgnoredParameters</name>
			<comment><![CDATA[Returns the ignored parameters for this route.]]></comment>
			<return>
				<comment><![CDATA[the ignored parameter names]]></comment>
			</return>
			<see><![CDATA[#addIgnoredParameter(String)]]></see>
		</method>
		<method>
			<name>getImplicitParameters</name>
			<comment><![CDATA[Returns the implicit parameters for this route.]]></comment>
			<return>
				<comment><![CDATA[the implicit parameter names and values]]></comment>
			</return>
			<see><![CDATA[#addImplicitParameter(String, String)]]></see>
		</method>
		<method>
			<name>getOverriddenParameters</name>
			<comment><![CDATA[Returns the overridden parameters for this route.]]></comment>
			<return>
				<comment><![CDATA[the overridden parameter names and values]]></comment>
			</return>
			<see><![CDATA[#addOverriddenParameter(String, String)]]></see>
		</method>
		<method>
			<name>parametersToUrl</name>
			<comment><![CDATA[Generates a URL from the parameter map if this route is appropriate.

<p>
A route is appropriate if:
</p>

<ol>
<li>
The values given in <code>parameters</code> for the route's generated
parameters match their patterns
</li>
<li>
The route's implicit parameters all match <code>parameters</code>
</li>
<li>
Every fragment in the route pattern has a matching value in
<code>parameters</code>
</li>
</ol>]]></comment>
			<param>
				<name>parameters</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the parameter map]]></comment>
			</param>
			<return>
				<comment><![CDATA[the URL path, or <code>null</code> if this route is not appropriate]]></comment>
			</return>
		</method>
		<method>
			<name>urlToParameters</name>
			<comment><![CDATA[Populates the parameter map with values parsed from the URL if this route matches.

<p>
Generated parameters will be built and added to <code>parameters</code> if possible. If the pattern for a virtual parameter in the generated parameter does not match its pattern in the route, that generated parameter may not be build.
</p>

<p>
Virtual parameters will not be present in <code>parameters</code>.
</p>]]></comment>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the URL path]]></comment>
			</param>
			<param>
				<name>parameters</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the parameter map. If this route does not match, the parameter map will not be modified.]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the route matches; <code>false</code> otherwise]]></comment>
			</return>
		</method>
	</javadoc>
	<javadoc>
		<name>Router</name>
		<type>com.liferay.portal.kernel.portlet.Router</type>
		<comment><![CDATA[Contains a list of the available routes and handles conversion of URLs to parameter maps and vice versa.

<p>
The priority of a route is based on when it was added to the router. The first route has the highest priority and a URL path will always be matched against it first. If the first route does not match, the second will be tried, continuing until either a match is found or all the routes have been tested.
</p>

<p>
When choosing the order in which to place a list of routes, the general rule is to sort the routes from least general to most general. The simplest way of determining the generality of a route is by counting the number of capturing fragments in it.
</p>]]></comment>
		<author><![CDATA[Connor McKay]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<see><![CDATA[Route]]></see>
		<see><![CDATA[DefaultFriendlyURLMapper]]></see>
		<method>
			<name>addRoute</name>
			<comment><![CDATA[Generates a new route from its pattern string.]]></comment>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the route pattern string]]></comment>
			</param>
			<return>
				<comment><![CDATA[the generated route]]></comment>
			</return>
		</method>
		<method>
			<name>parametersToUrl</name>
			<comment><![CDATA[Generates a URL from the parameter map using the available routes.]]></comment>
			<param>
				<name>parameters</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the parameter map]]></comment>
			</param>
			<return>
				<comment><![CDATA[the URL path, or <code>null</code> if an applicable route was not found]]></comment>
			</return>
		</method>
		<method>
			<name>urlToParameters</name>
			<comment><![CDATA[Parses a URL into a parameter map using the available routes.]]></comment>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the URL to be parsed]]></comment>
			</param>
			<param>
				<name>parameters</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the parameter map to be populated]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if a match was found and <code>parameters</code> was populated; <code>false</code> otherwise]]></comment>
			</return>
		</method>
	</javadoc>
	<javadoc>
		<name>WindowStateFactory</name>
		<type>com.liferay.portal.kernel.portlet.WindowStateFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getWindowState</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>WindowStateFactory</name>
		</method>
		<method>
			<name>_getWindowState</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_EXCLUSIVE</name>
		</field>
		<field>
			<name>_MAXIMIZED</name>
		</field>
		<field>
			<name>_MINIMIZED</name>
		</field>
		<field>
			<name>_NORMAL</name>
		</field>
		<field>
			<name>_POP_UP</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_windowStates</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClassPathUtil</name>
		<type>com.liferay.portal.kernel.process.ClassPathUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getGlobalClassPath</name>
		</method>
		<method>
			<name>getPortalClassPath</name>
		</method>
		<method>
			<name>initializeClassPaths</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>_buildClassPath</name>
			<param>
				<name>classloader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_globalClassPath</name>
		</field>
		<field>
			<name>_portalClassPath</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExceptionProcessCallable</name>
		<type>com.liferay.portal.kernel.process.ExceptionProcessCallable</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>ExceptionProcessCallable</name>
			<param>
				<name>processException</name>
				<type>com.liferay.portal.kernel.process.ProcessException</type>
			</param>
		</method>
		<method>
			<name>call</name>
		</method>
		<field>
			<name>_processException</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalClassLoaderObjectInputStream</name>
		<type>com.liferay.portal.kernel.process.PortalClassLoaderObjectInputStream</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>PortalClassLoaderObjectInputStream</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>resolveClass</name>
			<param>
				<name>objectStreamClass</name>
				<type>java.io.ObjectStreamClass</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
		</method>
		<field>
			<name>_primaryClasses</name>
		</field>
		<field>
			<name>_portalClassLoader</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ProcessCallable</name>
		<type>com.liferay.portal.kernel.process.ProcessCallable</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>call</name>
			<throws>
				<name>ProcessException</name>
				<type>com.liferay.portal.kernel.process.ProcessException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ProcessException</name>
		<type>com.liferay.portal.kernel.process.ProcessException</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>ProcessException</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ProcessException</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ProcessException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ProcessExecutor</name>
		<type>com.liferay.portal.kernel.process.ProcessExecutor</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>processCallable</name>
				<type>com.liferay.portal.kernel.process.ProcessCallable</type>
			</param>
			<param>
				<name>classPath</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ProcessException</name>
				<type>com.liferay.portal.kernel.process.ProcessException</type>
			</throws>
		</method>
		<method>
			<name>main</name>
			<param>
				<name>arguments</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>_getExecutorService</name>
		</method>
		<method>
			<name>_readObject</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>close</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_writeObject</name>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_executorService</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ReturnProcessCallable</name>
		<type>com.liferay.portal.kernel.process.ReturnProcessCallable</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>ReturnProcessCallable</name>
			<param>
				<name>returnValue</name>
				<type>T</type>
			</param>
		</method>
		<method>
			<name>call</name>
		</method>
		<field>
			<name>_returnValue</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LoggingProcessCallable</name>
		<type>com.liferay.portal.kernel.process.log.LoggingProcessCallable</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>LoggingProcessCallable</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>LoggingProcessCallable</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>error</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>call</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_bytes</name>
		</field>
		<field>
			<name>_error</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ProcessOutputStream</name>
		<type>com.liferay.portal.kernel.process.log.ProcessOutputStream</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>ProcessOutputStream</name>
			<param>
				<name>objectOutputStream</name>
				<type>java.io.ObjectOutputStream</type>
			</param>
		</method>
		<method>
			<name>ProcessOutputStream</name>
			<param>
				<name>objectOutputStream</name>
				<type>java.io.ObjectOutputStream</type>
			</param>
			<param>
				<name>error</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>writeProcessCallable</name>
			<param>
				<name>processCallable</name>
				<type>com.liferay.portal.kernel.process.ProcessCallable</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_error</name>
		</field>
		<field>
			<name>_objectOutputStream</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InstallStatus</name>
		<type>com.liferay.portal.kernel.progress.InstallStatus</type>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>getStatus</name>
		</method>
		<method>
			<name>getStatusLabel</name>
		</method>
		<method>
			<name>setStatus</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>UNKNOWN</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseRepository</name>
		<type>com.liferay.portal.kernel.repository.BaseRepository</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>getLocalRepository</name>
		</method>
		<method>
			<name>getSupportedConfigurations</name>
		</method>
		<method>
			<name>getSupportedParameters</name>
		</method>
		<method>
			<name>initRepository</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setAssetEntryLocalService</name>
			<param>
				<name>assetEntryLocalService</name>
				<type>com.liferay.portlet.asset.service.AssetEntryLocalService</type>
			</param>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setCompanyLocalService</name>
			<param>
				<name>companyLocalService</name>
				<type>com.liferay.portal.service.CompanyLocalService</type>
			</param>
		</method>
		<method>
			<name>setCounterLocalService</name>
			<param>
				<name>counterLocalService</name>
				<type>com.liferay.counter.service.CounterLocalService</type>
			</param>
		</method>
		<method>
			<name>setDLAppHelperLocalService</name>
			<param>
				<name>dlAppHelperLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService</type>
			</param>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setRepositoryId</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setTypeSettingsProperties</name>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
		</method>
		<method>
			<name>setUserLocalService</name>
			<param>
				<name>userLocalService</name>
				<type>com.liferay.portal.service.UserLocalService</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseRepositoryImpl</name>
		<type>com.liferay.portal.kernel.repository.BaseRepositoryImpl</type>
		<comment><![CDATA[Third-party repository implementations should extend from this class.]]></comment>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addFileEntry</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntry</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileVersion</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deleteFolder</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcuts</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getLocalRepository</name>
		</method>
		<method>
			<name>getRepositoryEntryIds</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryFileEntries</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>rootFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryFileEntries</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>rootFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryFileEntriesCount</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>rootFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryFileEntriesCount</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>rootFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryId</name>
		</method>
		<method>
			<name>getTypeSettingsProperties</name>
		</method>
		<method>
			<name>initRepository</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>lockFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #checkOutFileEntry(long, ServiceContext)}]]></deprecated>
		</method>
		<method>
			<name>lockFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #checkOutFileEntry(long, String, long, ServiceContext)}]]></deprecated>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>setAssetEntryLocalService</name>
			<param>
				<name>assetEntryLocalService</name>
				<type>com.liferay.portlet.asset.service.AssetEntryLocalService</type>
			</param>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setCompanyLocalService</name>
			<param>
				<name>companyLocalService</name>
				<type>com.liferay.portal.service.CompanyLocalService</type>
			</param>
		</method>
		<method>
			<name>setCounterLocalService</name>
			<param>
				<name>counterLocalService</name>
				<type>com.liferay.counter.service.CounterLocalService</type>
			</param>
		</method>
		<method>
			<name>setDLAppHelperLocalService</name>
			<param>
				<name>dlAppHelperLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService</type>
			</param>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setRepositoryId</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setTypeSettingsProperties</name>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
		</method>
		<method>
			<name>setUserLocalService</name>
			<param>
				<name>userLocalService</name>
				<type>com.liferay.portal.service.UserLocalService</type>
			</param>
		</method>
		<method>
			<name>unlockFolder</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>verifyFileEntryLock</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>assetEntryLocalService</name>
		</field>
		<field>
			<name>companyLocalService</name>
		</field>
		<field>
			<name>counterLocalService</name>
		</field>
		<field>
			<name>dlAppHelperLocalService</name>
		</field>
		<field>
			<name>userLocalService</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_groupId</name>
		</field>
		<field>
			<name>_localRepository</name>
		</field>
		<field>
			<name>_repositoryId</name>
		</field>
		<field>
			<name>_typeSettingsProperties</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultLocalRepositoryImpl</name>
		<type>com.liferay.portal.kernel.repository.DefaultLocalRepositoryImpl</type>
		<comment><![CDATA[This class is designed for third party repository implementations. Since the paradigm of remote and local services exists only within Liferay, the assumption is that all permission checking will be delegated to the specific repository.

There are also many calls within this class that pass in a user ID as a
parameter. These methods should only be called for administration of Liferay
repositories and are hence not supported in all third party repositories.
This includes moving between document library hooks and LAR import/export.
Calling these methods will throw an
<code>UnsupportedOperationException</code>.]]></comment>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>DefaultLocalRepositoryImpl</name>
			<param>
				<name>repository</name>
				<type>com.liferay.portal.kernel.repository.Repository</type>
			</param>
		</method>
		<method>
			<name>addFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
		<method>
			<name>addFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
		<method>
			<name>addFolder</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
		<method>
			<name>deleteAll</name>
		</method>
		<method>
			<name>deleteFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcuts</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryByUuid</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileVersion</name>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeMountfolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersCount</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeMountfolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersFileEntriesCount</name>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMountFolders</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMountFoldersCount</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryId</name>
		</method>
		<method>
			<name>moveFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
		<method>
			<name>updateAsset</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>assetCategoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>assetTagNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>assetLinkEntryIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
		<method>
			<name>updateFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
		<field>
			<name>_repository</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LocalRepository</name>
		<type>com.liferay.portal.kernel.repository.LocalRepository</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFolder</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteAll</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcuts</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryByUuid</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileVersion</name>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeMountfolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersCount</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeMountfolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersFileEntriesCount</name>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMountFolders</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMountFoldersCount</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryId</name>
		</method>
		<method>
			<name>moveFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAsset</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>assetCategoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>assetTagNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>assetLinkEntryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>Repository</name>
		<type>com.liferay.portal.kernel.repository.Repository</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addFileEntry</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFileEntry</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFolder</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>cancelCheckOut</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkInFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>major</name>
				<type>boolean</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkInFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkOutFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkOutFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyFileEntry</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>destFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntry</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileVersion</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFolder</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcuts</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryByUuid</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileVersion</name>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimetypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimetypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersCount</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeMountfolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersFileEntriesCount</name>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMountFolders</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMountFoldersCount</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryFileEntries</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>rootFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryFileEntries</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>rootFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryFileEntriesCount</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>rootFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryFileEntriesCount</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>rootFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryId</name>
		</method>
		<method>
			<name>getSubfolderIds</name>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubfolderIds</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>recurse</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>lockFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #checkOutFileEntry(long, ServiceContext)}]]></deprecated>
		</method>
		<method>
			<name>lockFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #checkOutFileEntry(long, String, long, ServiceContext)}]]></deprecated>
		</method>
		<method>
			<name>lockFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>lockFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inheritable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>moveFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>moveFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>newParentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>refreshFileEntryLock</name>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>refreshFolderLock</name>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>revertFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>unlockFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unlockFolder</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>verifyFileEntryCheckOut</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>verifyFileEntryLock</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>verifyInheritableLock</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RepositoryException</name>
		<type>com.liferay.portal.kernel.repository.RepositoryException</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>RepositoryException</name>
		</method>
		<method>
			<name>RepositoryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RepositoryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RepositoryException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseCmisRepository</name>
		<type>com.liferay.portal.kernel.repository.cmis.BaseCmisRepository</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getLatestVersionId</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getObjectName</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getObjectPaths</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isCancelCheckOutAllowable</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isCheckInAllowable</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isCheckOutAllowable</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isSupportsMinorVersions</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>toFileEntry</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>toFolder</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CMISRepositoryHandler</name>
		<type>com.liferay.portal.kernel.repository.cmis.CMISRepositoryHandler</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addFileEntry</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFolder</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>cancelCheckOut</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkInFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>major</name>
				<type>boolean</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkInFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkOutFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkOutFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyFileEntry</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>destFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCmisRepository</name>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryByUuid</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileVersion</name>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeMountfolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersCount</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeMountfolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersFileEntriesCount</name>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLatestVersionId</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLogin</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMountFolders</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMountFoldersCount</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getObjectName</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getObjectPaths</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSession</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubfolderIds</name>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubfolderIds</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>recurse</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>initRepository</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isCancelCheckOutAllowable</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isCheckInAllowable</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isCheckOutAllowable</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isDocumentRetrievableByVersionSeriesId</name>
		</method>
		<method>
			<name>isRefreshBeforePermissionCheck</name>
		</method>
		<method>
			<name>isSupportsMinorVersions</name>
			<param>
				<name>productName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>lockFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>lockFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inheritable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>moveFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>moveFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>newParentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>refreshFileEntryLock</name>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>refreshFolderLock</name>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>revertFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>setCmisRepository</name>
			<param>
				<name>baseCmisRepository</name>
				<type>com.liferay.portal.kernel.repository.cmis.BaseCmisRepository</type>
			</param>
		</method>
		<method>
			<name>toFileEntry</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>toFolder</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unlockFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>verifyFileEntryCheckOut</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>verifyInheritableLock</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_baseCmisRepository</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CMISRepositoryUtil</name>
		<type>com.liferay.portal.kernel.repository.cmis.CMISRepositoryUtil</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>checkRepository</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>parameters</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>typeSettingsKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createSession</name>
			<param>
				<name>parameters</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>RepositoryException</name>
				<type>com.liferay.portal.kernel.repository.RepositoryException</type>
			</throws>
		</method>
		<method>
			<name>getTypeSettingsValue</name>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>typeSettingsKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_CLASS_NAME</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_checkRepository</name>
		</field>
		<field>
			<name>_createSession</name>
		</field>
		<field>
			<name>_getTypeSettingsValue</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Session</name>
		<type>com.liferay.portal.kernel.repository.cmis.Session</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>setDefaultContext</name>
			<param>
				<name>filter</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>includeAcls</name>
				<type>boolean</type>
			</param>
			<param>
				<name>includeAllowableActions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>includePolicies</name>
				<type>boolean</type>
			</param>
			<param>
				<name>includeRelationships</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>renditionFilter</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>includePathSegments</name>
				<type>boolean</type>
			</param>
			<param>
				<name>orderBy</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cacheEnabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>maxItemsPerPage</name>
				<type>int</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseCmisSearchQueryBuilder</name>
		<type>com.liferay.portal.kernel.repository.cmis.search.BaseCmisSearchQueryBuilder</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>buildQuery</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>buildFieldExpression</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cmisSimpleExpressionOperator</name>
				<type>com.liferay.portal.kernel.repository.cmis.search.CMISSimpleExpressionOperator</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>getCmisField</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isSupportedField</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isSupportsFullText</name>
			<param>
				<name>queryConfig</name>
				<type>com.liferay.portal.kernel.search.QueryConfig</type>
			</param>
		</method>
		<method>
			<name>isSupportsOnlyFullText</name>
			<param>
				<name>queryConfig</name>
				<type>com.liferay.portal.kernel.search.QueryConfig</type>
			</param>
		</method>
		<method>
			<name>traverseQuery</name>
			<param>
				<name>criterion</name>
				<type>com.liferay.portal.kernel.repository.cmis.search.CMISJunction</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>queryConfig</name>
				<type>com.liferay.portal.kernel.search.QueryConfig</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<field>
			<name>_cmisFields</name>
		</field>
		<field>
			<name>_supportedFields</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CMISBetweenExpression</name>
		<type>com.liferay.portal.kernel.repository.cmis.search.CMISBetweenExpression</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>CMISBetweenExpression</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lowerTerm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>upperTerm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includesLower</name>
				<type>boolean</type>
			</param>
			<param>
				<name>includesUpper</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>toQueryFragment</name>
		</method>
		<field>
			<name>_field</name>
		</field>
		<field>
			<name>_includesLower</name>
		</field>
		<field>
			<name>_includesUpper</name>
		</field>
		<field>
			<name>_lowerTerm</name>
		</field>
		<field>
			<name>_upperTerm</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CMISConjunction</name>
		<type>com.liferay.portal.kernel.repository.cmis.search.CMISConjunction</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>toQueryFragment</name>
		</method>
	</javadoc>
	<javadoc>
		<name>CMISContainsExpression</name>
		<type>com.liferay.portal.kernel.repository.cmis.search.CMISContainsExpression</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>CMISContainsExpression</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toQueryFragment</name>
		</method>
		<field>
			<name>_content</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CMISCriterion</name>
		<type>com.liferay.portal.kernel.repository.cmis.search.CMISCriterion</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>toQueryFragment</name>
		</method>
	</javadoc>
	<javadoc>
		<name>CMISDisjunction</name>
		<type>com.liferay.portal.kernel.repository.cmis.search.CMISDisjunction</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>toQueryFragment</name>
		</method>
	</javadoc>
	<javadoc>
		<name>CMISInFolderExpression</name>
		<type>com.liferay.portal.kernel.repository.cmis.search.CMISInFolderExpression</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>CMISInFolderExpression</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toQueryFragment</name>
		</method>
		<field>
			<name>_objectId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CMISInTreeExpression</name>
		<type>com.liferay.portal.kernel.repository.cmis.search.CMISInTreeExpression</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>CMISInTreeExpression</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toQueryFragment</name>
		</method>
		<field>
			<name>_objectId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CMISJunction</name>
		<type>com.liferay.portal.kernel.repository.cmis.search.CMISJunction</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>CMISJunction</name>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>cmisCriterion</name>
				<type>com.liferay.portal.kernel.repository.cmis.search.CMISCriterion</type>
			</param>
		</method>
		<method>
			<name>isEmpty</name>
		</method>
		<method>
			<name>list</name>
		</method>
		<method>
			<name>toQueryFragment</name>
		</method>
		<field>
			<name>_cmisCriterions</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CMISNotExpression</name>
		<type>com.liferay.portal.kernel.repository.cmis.search.CMISNotExpression</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>CMISNotExpression</name>
			<param>
				<name>cmisCriterion</name>
				<type>com.liferay.portal.kernel.repository.cmis.search.CMISCriterion</type>
			</param>
		</method>
		<method>
			<name>toQueryFragment</name>
		</method>
		<field>
			<name>_cmisCriterion</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CMISParameterValueUtil</name>
		<type>com.liferay.portal.kernel.repository.cmis.search.CMISParameterValueUtil</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>formatParameterValue</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>formatParameterValue</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wildcard</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_INDEX_DATE_FORMAT_PATTERN</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CMISSearchQueryBuilder</name>
		<type>com.liferay.portal.kernel.repository.cmis.search.CMISSearchQueryBuilder</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>buildQuery</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CMISSearchQueryBuilderUtil</name>
		<type>com.liferay.portal.kernel.repository.cmis.search.CMISSearchQueryBuilderUtil</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>buildQuery</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>getCmisSearchQueryBuilder</name>
		</method>
		<method>
			<name>setCmisSearchQueryBuilder</name>
			<param>
				<name>cmisSearchQueryBuilder</name>
				<type>com.liferay.portal.kernel.repository.cmis.search.CMISSearchQueryBuilder</type>
			</param>
		</method>
		<field>
			<name>_cmisSearchQueryBuilder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CMISSimpleExpression</name>
		<type>com.liferay.portal.kernel.repository.cmis.search.CMISSimpleExpression</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>CMISSimpleExpression</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cmisSimpleExpressionOperator</name>
				<type>com.liferay.portal.kernel.repository.cmis.search.CMISSimpleExpressionOperator</type>
			</param>
		</method>
		<method>
			<name>toQueryFragment</name>
		</method>
		<field>
			<name>_cmisSimpleExpressionOperator</name>
		</field>
		<field>
			<name>_field</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CMISSimpleExpressionOperator</name>
		<type>com.liferay.portal.kernel.repository.cmis.search.CMISSimpleExpressionOperator</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>CMISSimpleExpressionOperator</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>EQ</name>
		</field>
		<field>
			<name>GE</name>
		</field>
		<field>
			<name>GT</name>
		</field>
		<field>
			<name>LE</name>
		</field>
		<field>
			<name>LIKE</name>
		</field>
		<field>
			<name>LT</name>
		</field>
		<field>
			<name>NE</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FileEntry</name>
		<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>containsPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getContentStream</name>
			<comment><![CDATA[Retrieves the content stream of the current file version. In a Liferay repository, this is the latest approved version. In third-party repositories, this may be the latest content regardless of workflow state.]]></comment>
			<return>
				<comment><![CDATA[content stream of the current file version]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<see><![CDATA[#getFileVersion()]]></see>
		</method>
		<method>
			<name>getContentStream</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCreateDate</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getExtension</name>
		</method>
		<method>
			<name>getFileEntryId</name>
		</method>
		<method>
			<name>getFileVersion</name>
			<comment><![CDATA[Retrieves the current file version. The workflow state of the latest file version may affect what is returned by this method. In a Liferay repository, this will return the latest approved version; the latest version regardless of workflow state can be retrieved by {@link #getLatestFileVersion()}. In third-party repositories, these two methods may function identically.]]></comment>
			<return>
				<comment><![CDATA[current file version]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileVersion</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileVersions</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
		</method>
		<method>
			<name>getFolderId</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getIcon</name>
		</method>
		<method>
			<name>getLatestFileVersion</name>
			<comment><![CDATA[Retrieves the latest file version. In a Liferay repository, this means the latest version regardless of workflow state. In third-party repositories, this may have an identical functionality with {@link #getFileVersion()}.]]></comment>
			<return>
				<comment><![CDATA[latest file version]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLock</name>
		</method>
		<method>
			<name>getMimeType</name>
		</method>
		<method>
			<name>getMimeType</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModifiedDate</name>
		</method>
		<method>
			<name>getReadCount</name>
		</method>
		<method>
			<name>getRepositoryId</name>
		</method>
		<method>
			<name>getSize</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUserUuid</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>getVersion</name>
		</method>
		<method>
			<name>getVersionUserId</name>
		</method>
		<method>
			<name>getVersionUserName</name>
		</method>
		<method>
			<name>getVersionUserUuid</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasLock</name>
		</method>
		<method>
			<name>isCheckedOut</name>
		</method>
		<method>
			<name>isDefaultRepository</name>
		</method>
		<method>
			<name>isSupportsLocking</name>
		</method>
		<method>
			<name>isSupportsMetadata</name>
		</method>
		<method>
			<name>isSupportsSocial</name>
		</method>
		<field>
			<name>FILE_ENTRY_ID_ACCESSOR</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FileEntrySoap</name>
		<type>com.liferay.portal.kernel.repository.model.FileEntrySoap</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>toSoapModel</name>
			<param>
				<name>model</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>toSoapModels</name>
			<param>
				<name>models</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry[]</type>
			</param>
		</method>
		<method>
			<name>toSoapModels</name>
			<param>
				<name>models</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry[]</type>
			</param>
		</method>
		<method>
			<name>toSoapModels</name>
			<param>
				<name>models</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>FileEntrySoap</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getCreateDate</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getExtension</name>
		</method>
		<method>
			<name>getFileEntryId</name>
		</method>
		<method>
			<name>getFolderId</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getMimeType</name>
		</method>
		<method>
			<name>getModifiedDate</name>
		</method>
		<method>
			<name>getPrimaryKey</name>
		</method>
		<method>
			<name>getRepositoryId</name>
		</method>
		<method>
			<name>getSize</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>getVersion</name>
		</method>
		<method>
			<name>getVersionUserId</name>
		</method>
		<method>
			<name>getVersionUserName</name>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setCreateDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setDescription</name>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setExtension</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFileEntryId</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setFolderId</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setMimeType</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModifiedDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setPrimaryKey</name>
			<param>
				<name>pk</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setRepositoryId</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setSize</name>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setTitle</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setUserName</name>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUuid</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setVersion</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setVersionUserId</name>
			<param>
				<name>versionUserId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setVersionUserName</name>
			<param>
				<name>versionUserName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_uuid</name>
		</field>
		<field>
			<name>_fileEntryId</name>
		</field>
		<field>
			<name>_groupId</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
		<field>
			<name>_userName</name>
		</field>
		<field>
			<name>_versionUserId</name>
		</field>
		<field>
			<name>_versionUserName</name>
		</field>
		<field>
			<name>_createDate</name>
		</field>
		<field>
			<name>_modifiedDate</name>
		</field>
		<field>
			<name>_repositoryId</name>
		</field>
		<field>
			<name>_folderId</name>
		</field>
		<field>
			<name>_extension</name>
		</field>
		<field>
			<name>_mimeType</name>
		</field>
		<field>
			<name>_title</name>
		</field>
		<field>
			<name>_description</name>
		</field>
		<field>
			<name>_version</name>
		</field>
		<field>
			<name>_size</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FileVersion</name>
		<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getChangeLog</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getContentStream</name>
			<param>
				<name>incrementCounter</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCreateDate</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getExpandoBridge</name>
		</method>
		<method>
			<name>getExtension</name>
		</method>
		<method>
			<name>getExtraSettings</name>
		</method>
		<method>
			<name>getFileEntry</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryId</name>
		</method>
		<method>
			<name>getFileVersionId</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getIcon</name>
		</method>
		<method>
			<name>getMimeType</name>
		</method>
		<method>
			<name>getRepositoryId</name>
		</method>
		<method>
			<name>getSize</name>
		</method>
		<method>
			<name>getStatus</name>
		</method>
		<method>
			<name>getStatusByUserId</name>
		</method>
		<method>
			<name>getStatusByUserName</name>
		</method>
		<method>
			<name>getStatusByUserUuid</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStatusDate</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUserUuid</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>getVersion</name>
		</method>
		<method>
			<name>isApproved</name>
		</method>
		<method>
			<name>isDefaultRepository</name>
		</method>
		<method>
			<name>isDraft</name>
		</method>
		<method>
			<name>isExpired</name>
		</method>
		<method>
			<name>isPending</name>
		</method>
	</javadoc>
	<javadoc>
		<name>Folder</name>
		<type>com.liferay.portal.kernel.repository.model.Folder</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>containsPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAncestors</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getCreateDate</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getFolderId</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getLastPostDate</name>
		</method>
		<method>
			<name>getModifiedDate</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getParentFolder</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getParentFolderId</name>
		</method>
		<method>
			<name>getRepositoryId</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUserUuid</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>hasInheritableLock</name>
		</method>
		<method>
			<name>hasLock</name>
		</method>
		<method>
			<name>isDefaultRepository</name>
		</method>
		<method>
			<name>isLocked</name>
		</method>
		<method>
			<name>isMountPoint</name>
		</method>
		<method>
			<name>isRoot</name>
		</method>
		<method>
			<name>isSupportsLocking</name>
		</method>
		<method>
			<name>isSupportsMetadata</name>
		</method>
		<method>
			<name>isSupportsMultipleUpload</name>
		</method>
		<method>
			<name>isSupportsShortcuts</name>
		</method>
		<method>
			<name>isSupportsSocial</name>
		</method>
		<field>
			<name>FOLDER_ID_ACCESSOR</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FolderSoap</name>
		<type>com.liferay.portal.kernel.repository.model.FolderSoap</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>toSoapModel</name>
			<param>
				<name>model</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
		</method>
		<method>
			<name>toSoapModels</name>
			<param>
				<name>models</name>
				<type>com.liferay.portal.kernel.repository.model.Folder[]</type>
			</param>
		</method>
		<method>
			<name>toSoapModels</name>
			<param>
				<name>models</name>
				<type>com.liferay.portal.kernel.repository.model.Folder[]</type>
			</param>
		</method>
		<method>
			<name>toSoapModels</name>
			<param>
				<name>models</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>FolderSoap</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getCreateDate</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getFolderId</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getLastPostDate</name>
		</method>
		<method>
			<name>getModifiedDate</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getParentFolderId</name>
		</method>
		<method>
			<name>getPrimaryKey</name>
		</method>
		<method>
			<name>getRepositoryId</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setCreateDate</name>
			<param>
				<name>createDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setDescription</name>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFolderId</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setLastPostDate</name>
			<param>
				<name>lastPostDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setModifiedDate</name>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParentFolderId</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPrimaryKey</name>
			<param>
				<name>pk</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setRepositoryId</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setUserName</name>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUuid</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_uuid</name>
		</field>
		<field>
			<name>_folderId</name>
		</field>
		<field>
			<name>_groupId</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
		<field>
			<name>_userName</name>
		</field>
		<field>
			<name>_createDate</name>
		</field>
		<field>
			<name>_modifiedDate</name>
		</field>
		<field>
			<name>_repositoryId</name>
		</field>
		<field>
			<name>_parentFolderId</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_description</name>
		</field>
		<field>
			<name>_lastPostDate</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RepositoryModel</name>
		<type>com.liferay.portal.kernel.repository.model.RepositoryModel</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getAttributes</name>
		</method>
		<method>
			<name>getModel</name>
		</method>
		<method>
			<name>getPrimaryKey</name>
		</method>
		<method>
			<name>isEscapedModel</name>
		</method>
		<method>
			<name>toEscapedModel</name>
		</method>
	</javadoc>
	<javadoc>
		<name>RepositorySearchQueryBuilder</name>
		<type>com.liferay.portal.kernel.repository.search.RepositorySearchQueryBuilder</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>getFullQuery</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RepositorySearchQueryBuilderUtil</name>
		<type>com.liferay.portal.kernel.repository.search.RepositorySearchQueryBuilderUtil</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>getFullQuery</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>getRepositorySearchQueryBuilder</name>
		</method>
		<method>
			<name>setRepositorySearchQueryBuilder</name>
			<param>
				<name>repositorySearchQueryBuilder</name>
				<type>com.liferay.portal.kernel.repository.search.RepositorySearchQueryBuilder</type>
			</param>
		</method>
		<field>
			<name>_repositorySearchQueryBuilder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ByteArrayResourceRetriever</name>
		<type>com.liferay.portal.kernel.resource.ByteArrayResourceRetriever</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>ByteArrayResourceRetriever</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>getInputStream</name>
		</method>
		<field>
			<name>_inputStream</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ContextClassLoaderResourceRetriever</name>
		<type>com.liferay.portal.kernel.resource.ContextClassLoaderResourceRetriever</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>ContextClassLoaderResourceRetriever</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInputStream</name>
		</method>
		<field>
			<name>_inputStream</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourceRetriever</name>
		<type>com.liferay.portal.kernel.resource.ResourceRetriever</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getInputStream</name>
		</method>
	</javadoc>
	<javadoc>
		<name>StringResourceRetriever</name>
		<type>com.liferay.portal.kernel.resource.StringResourceRetriever</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>StringResourceRetriever</name>
			<param>
				<name>resource</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInputStream</name>
		</method>
		<field>
			<name>_inputStream</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseSanitizer</name>
		<type>com.liferay.portal.kernel.sanitizer.BaseSanitizer</type>
		<author><![CDATA[Zsolt Balogh]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>sanitize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>SanitizerException</name>
				<type>com.liferay.portal.kernel.sanitizer.SanitizerException</type>
			</throws>
		</method>
		<method>
			<name>sanitize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>SanitizerException</name>
				<type>com.liferay.portal.kernel.sanitizer.SanitizerException</type>
			</throws>
		</method>
		<method>
			<name>sanitize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>SanitizerException</name>
				<type>com.liferay.portal.kernel.sanitizer.SanitizerException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>Sanitizer</name>
		<type>com.liferay.portal.kernel.sanitizer.Sanitizer</type>
		<author><![CDATA[Zsolt Balogh]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>sanitize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>SanitizerException</name>
				<type>com.liferay.portal.kernel.sanitizer.SanitizerException</type>
			</throws>
		</method>
		<method>
			<name>sanitize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>SanitizerException</name>
				<type>com.liferay.portal.kernel.sanitizer.SanitizerException</type>
			</throws>
		</method>
		<method>
			<name>sanitize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>SanitizerException</name>
				<type>com.liferay.portal.kernel.sanitizer.SanitizerException</type>
			</throws>
		</method>
		<field>
			<name>MODE_ALL</name>
		</field>
		<field>
			<name>MODE_BAD_WORDS</name>
		</field>
		<field>
			<name>MODE_XSS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SanitizerException</name>
		<type>com.liferay.portal.kernel.sanitizer.SanitizerException</type>
		<author><![CDATA[Zsolt Balogh]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SanitizerException</name>
		</method>
		<method>
			<name>SanitizerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>SanitizerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>SanitizerException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SanitizerUtil</name>
		<type>com.liferay.portal.kernel.sanitizer.SanitizerUtil</type>
		<author><![CDATA[Zsolt Balogh]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getSanitizer</name>
		</method>
		<method>
			<name>sanitize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>SanitizerException</name>
				<type>com.liferay.portal.kernel.sanitizer.SanitizerException</type>
			</throws>
		</method>
		<method>
			<name>sanitize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<throws>
				<name>SanitizerException</name>
				<type>com.liferay.portal.kernel.sanitizer.SanitizerException</type>
			</throws>
		</method>
		<method>
			<name>sanitize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SanitizerException</name>
				<type>com.liferay.portal.kernel.sanitizer.SanitizerException</type>
			</throws>
		</method>
		<method>
			<name>sanitize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>SanitizerException</name>
				<type>com.liferay.portal.kernel.sanitizer.SanitizerException</type>
			</throws>
		</method>
		<method>
			<name>sanitize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>SanitizerException</name>
				<type>com.liferay.portal.kernel.sanitizer.SanitizerException</type>
			</throws>
		</method>
		<method>
			<name>sanitize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>SanitizerException</name>
				<type>com.liferay.portal.kernel.sanitizer.SanitizerException</type>
			</throws>
		</method>
		<method>
			<name>sanitize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>SanitizerException</name>
				<type>com.liferay.portal.kernel.sanitizer.SanitizerException</type>
			</throws>
		</method>
		<method>
			<name>sanitize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>SanitizerException</name>
				<type>com.liferay.portal.kernel.sanitizer.SanitizerException</type>
			</throws>
		</method>
		<method>
			<name>sanitize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>SanitizerException</name>
				<type>com.liferay.portal.kernel.sanitizer.SanitizerException</type>
			</throws>
		</method>
		<method>
			<name>setSanitizer</name>
			<param>
				<name>sanitizer</name>
				<type>com.liferay.portal.kernel.sanitizer.Sanitizer</type>
			</param>
		</method>
		<field>
			<name>_sanitizer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SanitizerWrapper</name>
		<type>com.liferay.portal.kernel.sanitizer.SanitizerWrapper</type>
		<author><![CDATA[Zsolt Balogh]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SanitizerWrapper</name>
			<param>
				<name>sanitizer</name>
				<type>com.liferay.portal.kernel.sanitizer.Sanitizer</type>
			</param>
		</method>
		<method>
			<name>sanitize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>SanitizerException</name>
				<type>com.liferay.portal.kernel.sanitizer.SanitizerException</type>
			</throws>
		</method>
		<method>
			<name>sanitize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>SanitizerException</name>
				<type>com.liferay.portal.kernel.sanitizer.SanitizerException</type>
			</throws>
		</method>
		<method>
			<name>sanitize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>SanitizerException</name>
				<type>com.liferay.portal.kernel.sanitizer.SanitizerException</type>
			</throws>
		</method>
		<method>
			<name>setSanitizer</name>
			<param>
				<name>sanitizer</name>
				<type>com.liferay.portal.kernel.sanitizer.Sanitizer</type>
			</param>
		</method>
		<field>
			<name>_originalSanitizer</name>
		</field>
		<field>
			<name>_sanitizer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseTrigger</name>
		<type>com.liferay.portal.kernel.scheduler.BaseTrigger</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>BaseTrigger</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>triggerType</name>
				<type>com.liferay.portal.kernel.scheduler.TriggerType</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>getEndDate</name>
		</method>
		<method>
			<name>getGroupName</name>
		</method>
		<method>
			<name>getJobName</name>
		</method>
		<method>
			<name>getStartDate</name>
		</method>
		<method>
			<name>getTriggerType</name>
		</method>
		<method>
			<name>setEndDate</name>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setGroupName</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setJobName</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setStartDate</name>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setTriggerType</name>
			<param>
				<name>triggerType</name>
				<type>com.liferay.portal.kernel.scheduler.TriggerType</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_endDate</name>
		</field>
		<field>
			<name>_groupName</name>
		</field>
		<field>
			<name>_jobName</name>
		</field>
		<field>
			<name>_startDate</name>
		</field>
		<field>
			<name>_triggerType</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CronText</name>
		<type>com.liferay.portal.kernel.scheduler.CronText</type>
		<author><![CDATA[Thiago Moreira]]></author>
		<method>
			<name>CronText</name>
			<param>
				<name>startDate</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>CronText</name>
			<param>
				<name>startDate</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>frequency</name>
				<type>int</type>
			</param>
			<param>
				<name>interval</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getFrequency</name>
		</method>
		<method>
			<name>getInterval</name>
		</method>
		<method>
			<name>getStartDate</name>
		</method>
		<method>
			<name>setFrequency</name>
			<param>
				<name>frequency</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setInterval</name>
			<param>
				<name>interval</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setStartDate</name>
			<param>
				<name>startDate</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>DAILY_FREQUENCY</name>
		</field>
		<field>
			<name>HOURLY_FREQUENCY</name>
		</field>
		<field>
			<name>MINUTELY_FREQUENCY</name>
		</field>
		<field>
			<name>MONTHLY_FREQUENCY</name>
		</field>
		<field>
			<name>NO_FREQUENCY</name>
		</field>
		<field>
			<name>WEEKLY_FREQUENCY</name>
		</field>
		<field>
			<name>YEARLY_FREQUENCY</name>
		</field>
		<field>
			<name>_frequency</name>
		</field>
		<field>
			<name>_interval</name>
		</field>
		<field>
			<name>_startDate</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CronTrigger</name>
		<type>com.liferay.portal.kernel.scheduler.CronTrigger</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>CronTrigger</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cronText</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CronTrigger</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>cronText</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CronTrigger</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>cronText</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTriggerContent</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_cronText</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IntervalTrigger</name>
		<type>com.liferay.portal.kernel.scheduler.IntervalTrigger</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>IntervalTrigger</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>interval</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>IntervalTrigger</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>interval</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>IntervalTrigger</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>interval</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getTriggerContent</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_interval</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JobState</name>
		<type>com.liferay.portal.kernel.scheduler.JobState</type>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>JobState</name>
			<param>
				<name>triggerState</name>
				<type>com.liferay.portal.kernel.scheduler.TriggerState</type>
			</param>
		</method>
		<method>
			<name>JobState</name>
			<param>
				<name>triggerState</name>
				<type>com.liferay.portal.kernel.scheduler.TriggerState</type>
			</param>
			<param>
				<name>exceptionsMaxSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>JobState</name>
			<param>
				<name>triggerState</name>
				<type>com.liferay.portal.kernel.scheduler.TriggerState</type>
			</param>
			<param>
				<name>exceptionsMaxSize</name>
				<type>int</type>
			</param>
			<param>
				<name>triggerDates</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>addException</name>
			<param>
				<name>exception</name>
				<type>java.lang.Exception</type>
			</param>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>clearExceptions</name>
		</method>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>getExceptions</name>
		</method>
		<method>
			<name>getExceptionsMaxSize</name>
		</method>
		<method>
			<name>getTriggerDate</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTriggerDates</name>
		</method>
		<method>
			<name>getTriggerState</name>
		</method>
		<method>
			<name>setTriggerDate</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setTriggerState</name>
			<param>
				<name>triggerState</name>
				<type>com.liferay.portal.kernel.scheduler.TriggerState</type>
			</param>
		</method>
		<field>
			<name>VERSION</name>
		</field>
		<field>
			<name>_EXCEPTIONS_MAX_SIZE</name>
		</field>
		<field>
			<name>serialVersionUID</name>
		</field>
		<field>
			<name>_exceptions</name>
		</field>
		<field>
			<name>_exceptionsMaxSize</name>
		</field>
		<field>
			<name>_triggerDates</name>
		</field>
		<field>
			<name>_triggerState</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JobStateSerializeUtil</name>
		<type>com.liferay.portal.kernel.scheduler.JobStateSerializeUtil</type>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>deserialize</name>
			<param>
				<name>jobStateMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>serialize</name>
			<param>
				<name>jobState</name>
				<type>com.liferay.portal.kernel.scheduler.JobState</type>
			</param>
		</method>
		<method>
			<name>_deserialize_1</name>
			<param>
				<name>jobStateMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>_serialize_1</name>
			<param>
				<name>jobState</name>
				<type>com.liferay.portal.kernel.scheduler.JobState</type>
			</param>
		</method>
		<field>
			<name>_EXCEPTIONS_FIELD</name>
		</field>
		<field>
			<name>_EXCEPTIONS_MAX_SIZE_FIELD</name>
		</field>
		<field>
			<name>_TRIGGER_DATES_FIELD</name>
		</field>
		<field>
			<name>_TRIGGER_STATE_FIELD</name>
		</field>
		<field>
			<name>_VERSION_FIELD</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SchedulerEngine</name>
		<type>com.liferay.portal.kernel.scheduler.SchedulerEngine</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>delete</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getScheduledJob</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getScheduledJobs</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getScheduledJobs</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>pause</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>pause</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>resume</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>resume</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>schedule</name>
			<param>
				<name>trigger</name>
				<type>com.liferay.portal.kernel.scheduler.Trigger</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>shutdown</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>start</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>suppressError</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>unschedule</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>unschedule</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>trigger</name>
				<type>com.liferay.portal.kernel.scheduler.Trigger</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<field>
			<name>AUDIT_ACTION</name>
		</field>
		<field>
			<name>CONTEXT_PATH</name>
		</field>
		<field>
			<name>DESCRIPTION</name>
		</field>
		<field>
			<name>DESCRIPTION_MAX_LENGTH</name>
		</field>
		<field>
			<name>DESTINATION_NAME</name>
		</field>
		<field>
			<name>DISABLE</name>
		</field>
		<field>
			<name>END_TIME</name>
		</field>
		<field>
			<name>EXCEPTIONS_MAX_SIZE</name>
		</field>
		<field>
			<name>FINAL_FIRE_TIME</name>
		</field>
		<field>
			<name>GROUP_NAME</name>
		</field>
		<field>
			<name>GROUP_NAME_MAX_LENGTH</name>
		</field>
		<field>
			<name>JOB_NAME</name>
		</field>
		<field>
			<name>JOB_NAME_MAX_LENGTH</name>
		</field>
		<field>
			<name>JOB_STATE</name>
		</field>
		<field>
			<name>LANGUAGE</name>
		</field>
		<field>
			<name>MESSAGE</name>
		</field>
		<field>
			<name>MESSAGE_LISTENER_CLASS_NAME</name>
		</field>
		<field>
			<name>MESSAGE_LISTENER_UUID</name>
		</field>
		<field>
			<name>NEXT_FIRE_TIME</name>
		</field>
		<field>
			<name>PORTLET_ID</name>
		</field>
		<field>
			<name>PREVIOUS_FIRE_TIME</name>
		</field>
		<field>
			<name>RECEIVER_KEY</name>
		</field>
		<field>
			<name>SCRIPT</name>
		</field>
		<field>
			<name>START_TIME</name>
		</field>
		<field>
			<name>STORAGE_TYPE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SchedulerEngineClusterManager</name>
		<type>com.liferay.portal.kernel.scheduler.SchedulerEngineClusterManager</type>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>initialize</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>updateMemorySchedulerClusterMaster</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SchedulerEngineUtil</name>
		<type>com.liferay.portal.kernel.scheduler.SchedulerEngineUtil</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Tina Tian]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addJob</name>
			<param>
				<name>trigger</name>
				<type>com.liferay.portal.kernel.scheduler.Trigger</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>messageListenerClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>exceptionsMaxSize</name>
				<type>int</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>addJob</name>
			<param>
				<name>trigger</name>
				<type>com.liferay.portal.kernel.scheduler.Trigger</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>payload</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>messageListenerClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>exceptionsMaxSize</name>
				<type>int</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>addScriptingJob</name>
			<param>
				<name>trigger</name>
				<type>com.liferay.portal.kernel.scheduler.Trigger</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>exceptionsMaxSize</name>
				<type>int</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>auditSchedulerJobs</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>triggerState</name>
				<type>com.liferay.portal.kernel.scheduler.TriggerState</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>schedulerEntry</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerEntry</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getCronText</name>
			<param>
				<name>calendar</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>timeZoneSensitive</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getCronText</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>calendar</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>timeZoneSensitive</name>
				<type>boolean</type>
			</param>
			<param>
				<name>recurrenceType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getEndTime</name>
			<param>
				<name>schedulerResponse</name>
				<type>com.liferay.portal.kernel.scheduler.messaging.SchedulerResponse</type>
			</param>
		</method>
		<method>
			<name>getEndTime</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getFinalFireTime</name>
			<param>
				<name>schedulerResponse</name>
				<type>com.liferay.portal.kernel.scheduler.messaging.SchedulerResponse</type>
			</param>
		</method>
		<method>
			<name>getFinalFireTime</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>getJobExceptions</name>
			<param>
				<name>schedulerResponse</name>
				<type>com.liferay.portal.kernel.scheduler.messaging.SchedulerResponse</type>
			</param>
		</method>
		<method>
			<name>getJobExceptions</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getJobState</name>
			<param>
				<name>schedulerResponse</name>
				<type>com.liferay.portal.kernel.scheduler.messaging.SchedulerResponse</type>
			</param>
		</method>
		<method>
			<name>getJobState</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getNextFireTime</name>
			<param>
				<name>schedulerResponse</name>
				<type>com.liferay.portal.kernel.scheduler.messaging.SchedulerResponse</type>
			</param>
		</method>
		<method>
			<name>getNextFireTime</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getPreviousFireTime</name>
			<param>
				<name>schedulerResponse</name>
				<type>com.liferay.portal.kernel.scheduler.messaging.SchedulerResponse</type>
			</param>
		</method>
		<method>
			<name>getPreviousFireTime</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getScheduledJob</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getScheduledJobs</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getScheduledJobs</name>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getScheduledJobs</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getStartTime</name>
			<param>
				<name>schedulerResponse</name>
				<type>com.liferay.portal.kernel.scheduler.messaging.SchedulerResponse</type>
			</param>
		</method>
		<method>
			<name>getStartTime</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>initialize</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>namespaceGroupName</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
		</method>
		<method>
			<name>pause</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>pause</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>resume</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>resume</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>schedule</name>
			<param>
				<name>schedulerEntry</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerEntry</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>exceptionsMaxSize</name>
				<type>int</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>schedule</name>
			<param>
				<name>trigger</name>
				<type>com.liferay.portal.kernel.scheduler.Trigger</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>exceptionsMaxSize</name>
				<type>int</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>schedule</name>
			<param>
				<name>trigger</name>
				<type>com.liferay.portal.kernel.scheduler.Trigger</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>payload</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>exceptionsMaxSize</name>
				<type>int</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>shutdown</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>start</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>suppressError</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>unschedule</name>
			<param>
				<name>schedulerEntry</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerEntry</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>unschedule</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>unschedule</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>exceptionsMaxSize</name>
				<type>int</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>trigger</name>
				<type>com.liferay.portal.kernel.scheduler.Trigger</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>updateMemorySchedulerClusterMaster</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>setSchedulerEngine</name>
			<param>
				<name>schedulerEngine</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerEngine</type>
			</param>
		</method>
		<method>
			<name>_addJob</name>
			<param>
				<name>trigger</name>
				<type>com.liferay.portal.kernel.scheduler.Trigger</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>messageListenerClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>exceptionsMaxSize</name>
				<type>int</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_addJob</name>
			<param>
				<name>trigger</name>
				<type>com.liferay.portal.kernel.scheduler.Trigger</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>payload</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>messageListenerClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>exceptionsMaxSize</name>
				<type>int</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_addScriptingJob</name>
			<param>
				<name>trigger</name>
				<type>com.liferay.portal.kernel.scheduler.Trigger</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>exceptionsMaxSize</name>
				<type>int</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_addWeeklyDayPos</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_auditSchedulerJobs</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>triggerState</name>
				<type>com.liferay.portal.kernel.scheduler.TriggerState</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_delete</name>
			<param>
				<name>schedulerEntry</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerEntry</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_delete</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_delete</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_getCronText</name>
			<param>
				<name>calendar</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>timeZoneSensitive</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>_getCronText</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>calendar</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>timeZoneSensitive</name>
				<type>boolean</type>
			</param>
			<param>
				<name>recurrenceType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_getEndTime</name>
			<param>
				<name>schedulerResponse</name>
				<type>com.liferay.portal.kernel.scheduler.messaging.SchedulerResponse</type>
			</param>
		</method>
		<method>
			<name>_getEndTime</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_getFinalFireTime</name>
			<param>
				<name>schedulerResponse</name>
				<type>com.liferay.portal.kernel.scheduler.messaging.SchedulerResponse</type>
			</param>
		</method>
		<method>
			<name>_getFinalFireTime</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_getJobExceptions</name>
			<param>
				<name>schedulerResponse</name>
				<type>com.liferay.portal.kernel.scheduler.messaging.SchedulerResponse</type>
			</param>
		</method>
		<method>
			<name>_getJobExceptions</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_getJobState</name>
			<param>
				<name>schedulerResponse</name>
				<type>com.liferay.portal.kernel.scheduler.messaging.SchedulerResponse</type>
			</param>
		</method>
		<method>
			<name>_getJobState</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_getNextFireTime</name>
			<param>
				<name>schedulerResponse</name>
				<type>com.liferay.portal.kernel.scheduler.messaging.SchedulerResponse</type>
			</param>
		</method>
		<method>
			<name>_getNextFireTime</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_getPreviousFireTime</name>
			<param>
				<name>schedulerResponse</name>
				<type>com.liferay.portal.kernel.scheduler.messaging.SchedulerResponse</type>
			</param>
		</method>
		<method>
			<name>_getPreviousFireTime</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_getScheduledJob</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_getScheduledJobs</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_getScheduledJobs</name>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_getScheduledJobs</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_getStartTime</name>
			<param>
				<name>schedulerResponse</name>
				<type>com.liferay.portal.kernel.scheduler.messaging.SchedulerResponse</type>
			</param>
		</method>
		<method>
			<name>_getStartTime</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_initialize</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_namespaceGroupName</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
		</method>
		<method>
			<name>_pause</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_pause</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_resume</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_resume</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_schedule</name>
			<param>
				<name>schedulerEntry</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerEntry</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>exceptionsMaxSize</name>
				<type>int</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_schedule</name>
			<param>
				<name>trigger</name>
				<type>com.liferay.portal.kernel.scheduler.Trigger</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>exceptionsMaxSize</name>
				<type>int</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_schedule</name>
			<param>
				<name>trigger</name>
				<type>com.liferay.portal.kernel.scheduler.Trigger</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>payload</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>exceptionsMaxSize</name>
				<type>int</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_shutdown</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_start</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_suppressError</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_unschedule</name>
			<param>
				<name>schedulerEntry</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerEntry</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_unschedule</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_unschedule</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_update</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>exceptionsMaxSize</name>
				<type>int</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_update</name>
			<param>
				<name>trigger</name>
				<type>com.liferay.portal.kernel.scheduler.Trigger</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>_updateMemorySchedulerClusterMaster</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_schedulerEngine</name>
		</field>
		<field>
			<name>_schedulerEngineClusterManager</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SchedulerEntry</name>
		<type>com.liferay.portal.kernel.scheduler.SchedulerEntry</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getContextPath</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getEventListener</name>
		</method>
		<method>
			<name>getEventListenerClass</name>
		</method>
		<method>
			<name>getPropertyKey</name>
		</method>
		<method>
			<name>getTimeUnit</name>
		</method>
		<method>
			<name>getTrigger</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getTriggerType</name>
		</method>
		<method>
			<name>getTriggerValue</name>
		</method>
		<method>
			<name>setContextPath</name>
			<param>
				<name>contextPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDescription</name>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setEventListener</name>
			<param>
				<name>eventListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>setEventListenerClass</name>
			<param>
				<name>eventListenerClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPropertyKey</name>
			<param>
				<name>propertyKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTimeUnit</name>
			<param>
				<name>timeUnit</name>
				<type>com.liferay.portal.kernel.scheduler.TimeUnit</type>
			</param>
		</method>
		<method>
			<name>setTriggerType</name>
			<param>
				<name>triggerType</name>
				<type>com.liferay.portal.kernel.scheduler.TriggerType</type>
			</param>
		</method>
		<method>
			<name>setTriggerValue</name>
			<param>
				<name>triggerValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setTriggerValue</name>
			<param>
				<name>triggerValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setTriggerValue</name>
			<param>
				<name>triggerValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SchedulerEntryImpl</name>
		<type>com.liferay.portal.kernel.scheduler.SchedulerEntryImpl</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getContextPath</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getEventListener</name>
		</method>
		<method>
			<name>getEventListenerClass</name>
		</method>
		<method>
			<name>getPropertyKey</name>
		</method>
		<method>
			<name>getTimeUnit</name>
		</method>
		<method>
			<name>getTrigger</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getTriggerType</name>
		</method>
		<method>
			<name>getTriggerValue</name>
		</method>
		<method>
			<name>setContextPath</name>
			<param>
				<name>contextPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDescription</name>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setEventListener</name>
			<param>
				<name>eventListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>setEventListenerClass</name>
			<param>
				<name>eventListenerClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPropertyKey</name>
			<param>
				<name>propertyKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTimeUnit</name>
			<param>
				<name>timeUnit</name>
				<type>com.liferay.portal.kernel.scheduler.TimeUnit</type>
			</param>
		</method>
		<method>
			<name>setTriggerType</name>
			<param>
				<name>triggerType</name>
				<type>com.liferay.portal.kernel.scheduler.TriggerType</type>
			</param>
		</method>
		<method>
			<name>setTriggerValue</name>
			<param>
				<name>triggerValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setTriggerValue</name>
			<param>
				<name>triggerValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setTriggerValue</name>
			<param>
				<name>triggerValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_contextPath</name>
		</field>
		<field>
			<name>_description</name>
		</field>
		<field>
			<name>_eventListener</name>
		</field>
		<field>
			<name>_eventListenerClass</name>
		</field>
		<field>
			<name>_propertyKey</name>
		</field>
		<field>
			<name>_timeUnit</name>
		</field>
		<field>
			<name>_trigger</name>
		</field>
		<field>
			<name>_triggerType</name>
		</field>
		<field>
			<name>_triggerValue</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SchedulerException</name>
		<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>SchedulerException</name>
		</method>
		<method>
			<name>SchedulerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>SchedulerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>SchedulerException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>isSwallowable</name>
		</method>
		<method>
			<name>setSwallowable</name>
			<param>
				<name>swallowable</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_swallowable</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SchedulerLifecycle</name>
		<type>com.liferay.portal.kernel.scheduler.SchedulerLifecycle</type>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>doPortalDestroy</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doPortalInit</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>StorageType</name>
		<type>com.liferay.portal.kernel.scheduler.StorageType</type>
		<author><![CDATA[Tina Tian]]></author>
		<field>
			<name>MEMORY</name>
		</field>
		<field>
			<name>MEMORY_CLUSTERED</name>
		</field>
		<field>
			<name>PERSISTED</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TimeUnit</name>
		<type>com.liferay.portal.kernel.scheduler.TimeUnit</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>parse</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>TimeUnit</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>DAY</name>
		</field>
		<field>
			<name>HOUR</name>
		</field>
		<field>
			<name>MINUTE</name>
		</field>
		<field>
			<name>SECOND</name>
		</field>
		<field>
			<name>WEEK</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Trigger</name>
		<type>com.liferay.portal.kernel.scheduler.Trigger</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getEndDate</name>
		</method>
		<method>
			<name>getGroupName</name>
		</method>
		<method>
			<name>getJobName</name>
		</method>
		<method>
			<name>getStartDate</name>
		</method>
		<method>
			<name>getTriggerContent</name>
		</method>
		<method>
			<name>getTriggerType</name>
		</method>
	</javadoc>
	<javadoc>
		<name>TriggerFactoryUtil</name>
		<type>com.liferay.portal.kernel.scheduler.TriggerFactoryUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>buildTrigger</name>
			<param>
				<name>triggerType</name>
				<type>com.liferay.portal.kernel.scheduler.TriggerType</type>
			</param>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>triggerContent</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>TriggerState</name>
		<type>com.liferay.portal.kernel.scheduler.TriggerState</type>
		<author><![CDATA[Tina Tian]]></author>
		<field>
			<name>COMPLETE</name>
		</field>
		<field>
			<name>EXPIRED</name>
		</field>
		<field>
			<name>NORMAL</name>
		</field>
		<field>
			<name>PAUSED</name>
		</field>
		<field>
			<name>UNSCHEDULED</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TriggerType</name>
		<type>com.liferay.portal.kernel.scheduler.TriggerType</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>CRON</name>
		</field>
		<field>
			<name>SIMPLE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AbstractSchedulingConfigurator</name>
		<type>com.liferay.portal.kernel.scheduler.config.AbstractSchedulingConfigurator</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>init</name>
		</method>
		<method>
			<name>setMessageBus</name>
			<param>
				<name>messageBus</name>
				<type>com.liferay.portal.kernel.messaging.MessageBus</type>
			</param>
		</method>
		<method>
			<name>setSchedulerEngine</name>
			<param>
				<name>schedulerEngine</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerEngine</type>
			</param>
		</method>
		<method>
			<name>setSchedulerEntries</name>
			<param>
				<name>schedulerEntries</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>destroySchedulerEntry</name>
			<param>
				<name>schedulerEntry</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerEntry</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getOperatingClassloader</name>
		</method>
		<method>
			<name>initSchedulerEntry</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>schedulerEntry</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerEntry</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_messageBus</name>
		</field>
		<field>
			<name>_schedulerEngine</name>
		</field>
		<field>
			<name>_schedulerEntries</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultSchedulingConfigurator</name>
		<type>com.liferay.portal.kernel.scheduler.config.DefaultSchedulingConfigurator</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getOperatingClassloader</name>
		</method>
	</javadoc>
	<javadoc>
		<name>PluginSchedulingConfigurator</name>
		<type>com.liferay.portal.kernel.scheduler.config.PluginSchedulingConfigurator</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getOperatingClassloader</name>
		</method>
	</javadoc>
	<javadoc>
		<name>SchedulingConfigurator</name>
		<type>com.liferay.portal.kernel.scheduler.config.SchedulingConfigurator</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>init</name>
		</method>
		<method>
			<name>setMessageBus</name>
			<param>
				<name>messageBus</name>
				<type>com.liferay.portal.kernel.messaging.MessageBus</type>
			</param>
		</method>
		<method>
			<name>setSchedulerEngine</name>
			<param>
				<name>schedulerEngine</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerEngine</type>
			</param>
		</method>
		<method>
			<name>setSchedulerEntries</name>
			<param>
				<name>schedulerEntries</name>
				<type>java.util.Map</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SchedulerEventMessageListenerWrapper</name>
		<type>com.liferay.portal.kernel.scheduler.messaging.SchedulerEventMessageListenerWrapper</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>getMessageListenerUUID</name>
		</method>
		<method>
			<name>receive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>MessageListenerException</name>
				<type>com.liferay.portal.kernel.messaging.MessageListenerException</type>
			</throws>
		</method>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[{@link #setGroupName(String)}]]></deprecated>
		</method>
		<method>
			<name>setGroupName</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setJobName</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMessageListener</name>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>setMessageListenerUUID</name>
			<param>
				<name>messageListenerUUID</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>handleException</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>exception</name>
				<type>java.lang.Exception</type>
			</param>
		</method>
		<field>
			<name>_groupName</name>
		</field>
		<field>
			<name>_jobName</name>
		</field>
		<field>
			<name>_key</name>
		</field>
		<field>
			<name>_messageListener</name>
		</field>
		<field>
			<name>_messageListenerUUID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SchedulerResponse</name>
		<type>com.liferay.portal.kernel.scheduler.messaging.SchedulerResponse</type>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getDestinationName</name>
		</method>
		<method>
			<name>getGroupName</name>
		</method>
		<method>
			<name>getJobName</name>
		</method>
		<method>
			<name>getMessage</name>
		</method>
		<method>
			<name>getStorageType</name>
		</method>
		<method>
			<name>getTrigger</name>
		</method>
		<method>
			<name>setDescription</name>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDestinationName</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setGroupName</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setJobName</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMessage</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>setStorageType</name>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
		</method>
		<method>
			<name>setTrigger</name>
			<param>
				<name>trigger</name>
				<type>com.liferay.portal.kernel.scheduler.Trigger</type>
			</param>
		</method>
		<field>
			<name>_description</name>
		</field>
		<field>
			<name>_destinationName</name>
		</field>
		<field>
			<name>_groupName</name>
		</field>
		<field>
			<name>_jobName</name>
		</field>
		<field>
			<name>_message</name>
		</field>
		<field>
			<name>_storageType</name>
		</field>
		<field>
			<name>_trigger</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseScriptingExecutor</name>
		<type>com.liferay.portal.kernel.scripting.BaseScriptingExecutor</type>
		<author><![CDATA[Alberto Montero]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clearCache</name>
		</method>
		<method>
			<name>eval</name>
			<param>
				<name>allowedClasses</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>inputObjects</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>outputNames</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>scriptFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>classloaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>ScriptingException</name>
				<type>com.liferay.portal.kernel.scripting.ScriptingException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ExecutionException</name>
		<type>com.liferay.portal.kernel.scripting.ExecutionException</type>
		<author><![CDATA[Alberto Montero]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ExecutionException</name>
		</method>
		<method>
			<name>ExecutionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ExecutionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ExecutionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Scripting</name>
		<type>com.liferay.portal.kernel.scripting.Scripting</type>
		<author><![CDATA[Alberto Montero]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addScriptionExecutor</name>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scriptingExecutor</name>
				<type>com.liferay.portal.kernel.scripting.ScriptingExecutor</type>
			</param>
		</method>
		<method>
			<name>clearCache</name>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ScriptingException</name>
				<type>com.liferay.portal.kernel.scripting.ScriptingException</type>
			</throws>
		</method>
		<method>
			<name>eval</name>
			<param>
				<name>allowedClasses</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>inputObjects</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>outputNames</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>ScriptingException</name>
				<type>com.liferay.portal.kernel.scripting.ScriptingException</type>
			</throws>
		</method>
		<method>
			<name>exec</name>
			<param>
				<name>allowedClasses</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>inputObjects</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>ScriptingException</name>
				<type>com.liferay.portal.kernel.scripting.ScriptingException</type>
			</throws>
		</method>
		<method>
			<name>getPortletObjects</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
		</method>
		<method>
			<name>getSupportedLanguages</name>
		</method>
		<method>
			<name>setScriptingExecutors</name>
			<param>
				<name>scriptingExecutors</name>
				<type>java.util.Map</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ScriptingException</name>
		<type>com.liferay.portal.kernel.scripting.ScriptingException</type>
		<author><![CDATA[Alberto Montero]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ScriptingException</name>
		</method>
		<method>
			<name>ScriptingException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ScriptingException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ScriptingException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ScriptingExecutor</name>
		<type>com.liferay.portal.kernel.scripting.ScriptingExecutor</type>
		<author><![CDATA[Alberto Montero]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clearCache</name>
		</method>
		<method>
			<name>eval</name>
			<param>
				<name>allowedClasses</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>inputObjects</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>outputNames</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>scriptFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>classloaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>ScriptingException</name>
				<type>com.liferay.portal.kernel.scripting.ScriptingException</type>
			</throws>
		</method>
		<method>
			<name>eval</name>
			<param>
				<name>allowedClasses</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>inputObjects</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>outputNames</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classloaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>ScriptingException</name>
				<type>com.liferay.portal.kernel.scripting.ScriptingException</type>
			</throws>
		</method>
		<method>
			<name>getLanguage</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ScriptingUtil</name>
		<type>com.liferay.portal.kernel.scripting.ScriptingUtil</type>
		<author><![CDATA[Alberto Montero]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clearCache</name>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ScriptingException</name>
				<type>com.liferay.portal.kernel.scripting.ScriptingException</type>
			</throws>
		</method>
		<method>
			<name>eval</name>
			<param>
				<name>allowedClasses</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>inputObjects</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>outputNames</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>ScriptingException</name>
				<type>com.liferay.portal.kernel.scripting.ScriptingException</type>
			</throws>
		</method>
		<method>
			<name>exec</name>
			<param>
				<name>allowedClasses</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>inputObjects</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>ScriptingException</name>
				<type>com.liferay.portal.kernel.scripting.ScriptingException</type>
			</throws>
		</method>
		<method>
			<name>getPortletObjects</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
		</method>
		<method>
			<name>getScripting</name>
		</method>
		<method>
			<name>getSupportedLanguages</name>
		</method>
		<method>
			<name>setScripting</name>
			<param>
				<name>scripting</name>
				<type>com.liferay.portal.kernel.scripting.Scripting</type>
			</param>
		</method>
		<field>
			<name>_scripting</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnsupportedLanguageException</name>
		<type>com.liferay.portal.kernel.scripting.UnsupportedLanguageException</type>
		<author><![CDATA[Alberto Montero]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UnsupportedLanguageException</name>
		</method>
		<method>
			<name>UnsupportedLanguageException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>UnsupportedLanguageException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>UnsupportedLanguageException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AbstractSearchEngineConfigurator</name>
		<type>com.liferay.portal.kernel.search.AbstractSearchEngineConfigurator</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>setSearchEngines</name>
			<param>
				<name>searchEngines</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>createSearchEngineListeners</name>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>searchEngine</name>
				<type>com.liferay.portal.kernel.search.SearchEngine</type>
			</param>
			<param>
				<name>searchReaderDestination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
			<param>
				<name>searchWriterDestination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
		</method>
		<method>
			<name>destroySearchEngine</name>
			<param>
				<name>searchEngineRegistration</name>
				<type>com.liferay.portal.kernel.search.AbstractSearchEngineConfigurator.SearchEngineRegistration</type>
			</param>
		</method>
		<method>
			<name>getDefaultSearchEngineId</name>
		</method>
		<method>
			<name>getIndexSearcher</name>
		</method>
		<method>
			<name>getIndexWriter</name>
		</method>
		<method>
			<name>getMessageBus</name>
		</method>
		<method>
			<name>getOperatingClassloader</name>
		</method>
		<method>
			<name>getSearchReaderDestination</name>
			<param>
				<name>messageBus</name>
				<type>com.liferay.portal.kernel.messaging.MessageBus</type>
			</param>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>searchEngine</name>
				<type>com.liferay.portal.kernel.search.SearchEngine</type>
			</param>
		</method>
		<method>
			<name>getSearchWriterDestination</name>
			<param>
				<name>messageBus</name>
				<type>com.liferay.portal.kernel.messaging.MessageBus</type>
			</param>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>searchEngine</name>
				<type>com.liferay.portal.kernel.search.SearchEngine</type>
			</param>
		</method>
		<method>
			<name>initSearchEngine</name>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>searchEngine</name>
				<type>com.liferay.portal.kernel.search.SearchEngine</type>
			</param>
		</method>
		<method>
			<name>registerInvokerMessageListener</name>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
			<param>
				<name>invokerMessageListeners</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>registerSearchEngineMessageListener</name>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>searchEngine</name>
				<type>com.liferay.portal.kernel.search.SearchEngine</type>
			</param>
			<param>
				<name>destination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
			<param>
				<name>baseSearchEngineMessageListener</name>
				<type>com.liferay.portal.kernel.search.messaging.BaseSearchEngineMessageListener</type>
			</param>
			<param>
				<name>manager</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>savePreviousSearchEngineListeners</name>
			<param>
				<name>searchReaderDestination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
			<param>
				<name>searchWriterDestination</name>
				<type>com.liferay.portal.kernel.messaging.Destination</type>
			</param>
			<param>
				<name>searchEngineRegistration</name>
				<type>com.liferay.portal.kernel.search.AbstractSearchEngineConfigurator.SearchEngineRegistration</type>
			</param>
		</method>
		<field>
			<name>_originalSearchEngineId</name>
		</field>
		<field>
			<name>_searchEngineRegistrations</name>
		</field>
		<field>
			<name>_searchEngines</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseBooleanQueryImpl</name>
		<type>com.liferay.portal.kernel.search.BaseBooleanQueryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>addTerms</name>
			<param>
				<name>fields</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ParseException</name>
				<type>com.liferay.portal.kernel.search.ParseException</type>
			</throws>
		</method>
		<method>
			<name>addTerms</name>
			<param>
				<name>fields</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ParseException</name>
				<type>com.liferay.portal.kernel.search.ParseException</type>
			</throws>
		</method>
		<method>
			<name>addTerms</name>
			<param>
				<name>fields</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>termFieldsValuesMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>ParseException</name>
				<type>com.liferay.portal.kernel.search.ParseException</type>
			</throws>
		</method>
		<method>
			<name>getTermFieldRemainderValues</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valuesList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>replacement</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTermFieldsValuesMap</name>
			<param>
				<name>fields</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>parseKeywords</name>
			<param>
				<name>values</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseIndexer</name>
		<type>com.liferay.portal.kernel.search.BaseIndexer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<author><![CDATA[Ryan Park]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>delete</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>uid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>getDocument</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>getFacetQuery</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFullQuery</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>getIndexerPostProcessors</name>
		</method>
		<method>
			<name>getSearchEngineId</name>
		</method>
		<method>
			<name>getSortField</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSummary</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>snippet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>entryClassPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isFilterSearch</name>
		</method>
		<method>
			<name>isIndexerEnabled</name>
		</method>
		<method>
			<name>isPermissionAware</name>
		</method>
		<method>
			<name>isStagingAware</name>
		</method>
		<method>
			<name>postProcessContextQuery</name>
			<param>
				<name>contextQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>postProcessSearchQuery</name>
			<param>
				<name>searchQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>registerIndexerPostProcessor</name>
			<param>
				<name>indexerPostProcessor</name>
				<type>com.liferay.portal.kernel.search.IndexerPostProcessor</type>
			</param>
		</method>
		<method>
			<name>reindex</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>reindex</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>reindex</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>unregisterIndexerPostProcessor</name>
			<param>
				<name>indexerPostProcessor</name>
				<type>com.liferay.portal.kernel.search.IndexerPostProcessor</type>
			</param>
		</method>
		<method>
			<name>addLocalizedSearchTerm</name>
			<param>
				<name>searchQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[{@link #addSearchLocalizedTerm(BooleanQuery, SearchContext, String, boolean)}]]></deprecated>
		</method>
		<method>
			<name>addSearchArrayQuery</name>
			<param>
				<name>searchQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addSearchAssetCategoryIds</name>
			<param>
				<name>contextQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addSearchAssetCategoryTitles</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetCategories</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>addSearchAssetTagNames</name>
			<param>
				<name>contextQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addSearchDDMStruture</name>
			<param>
				<name>searchQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>ddmStructure</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructure</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addSearchEntryClassNames</name>
			<param>
				<name>contextQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addSearchExpando</name>
			<param>
				<name>searchQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addSearchGroupId</name>
			<param>
				<name>contextQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addSearchKeywords</name>
			<param>
				<name>searchQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addSearchLocalizedTerm</name>
			<param>
				<name>searchQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addSearchTerm</name>
			<param>
				<name>searchQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addStagingGroupKeyword</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>createFullQuery</name>
			<param>
				<name>contextQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDocument</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>field1</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDocument</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>field1</name>
				<type>long</type>
			</param>
			<param>
				<name>field2</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDocument</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>field1</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDocument</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>field1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field2</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doDelete</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetDocument</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetSortField</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>doGetSummary</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>snippet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>filterSearch</name>
			<param>
				<name>hits</name>
				<type>com.liferay.portal.kernel.search.Hits</type>
			</param>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>getBaseModelDocument</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>baseModel</name>
				<type>com.liferay.portal.model.BaseModel</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassName</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>getParentGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getPortletId</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>populateAddresses</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>addresses</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>regionId</name>
				<type>long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>postProcessFullQuery</name>
			<param>
				<name>fullQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setStagingAware</name>
			<param>
				<name>stagingAware</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>INDEX_FILTER_SEARCH_LIMIT</name>
		</field>
		<field>
			<name>_FILTER_SEARCH</name>
		</field>
		<field>
			<name>_INDEXER_ENABLED</name>
		</field>
		<field>
			<name>_PERMISSION_AWARE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_indexerPostProcessors</name>
		</field>
		<field>
			<name>_searchEngineId</name>
		</field>
		<field>
			<name>_stagingAware</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseIndexerPostProcessor</name>
		<type>com.liferay.portal.kernel.search.BaseIndexerPostProcessor</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Ryan Park]]></author>
		<method>
			<name>postProcessContextQuery</name>
			<param>
				<name>contextQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>postProcessDocument</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>postProcessFullQuery</name>
			<param>
				<name>fullQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>postProcessSearchQuery</name>
			<param>
				<name>searchQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>postProcessSummary</name>
			<param>
				<name>summary</name>
				<type>com.liferay.portal.kernel.search.Summary</type>
			</param>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>snippet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseOpenSearchImpl</name>
		<type>com.liferay.portal.kernel.search.BaseOpenSearchImpl</type>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPage</name>
				<type>int</type>
			</param>
			<param>
				<name>itemsPerPage</name>
				<type>int</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPage</name>
				<type>int</type>
			</param>
			<param>
				<name>itemsPerPage</name>
				<type>int</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>addSearchResult</name>
			<param>
				<name>root</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>entryClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entryClassPK</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>link</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>updated</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>score</name>
				<type>double</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addSearchResult</name>
			<param>
				<name>root</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>entryClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entryClassPK</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>link</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>updated</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>ratings</name>
				<type>double</type>
			</param>
			<param>
				<name>score</name>
				<type>double</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addSearchResultAtom</name>
			<param>
				<name>root</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>entryClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entryClassPK</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>link</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>updated</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>ratings</name>
				<type>double</type>
			</param>
			<param>
				<name>score</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>addSearchResultRSS</name>
			<param>
				<name>root</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>entryClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entryClassPK</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>link</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>updated</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>ratings</name>
				<type>double</type>
			</param>
			<param>
				<name>score</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>addSearchResults</name>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPage</name>
				<type>int</type>
			</param>
			<param>
				<name>itemsPerPage</name>
				<type>int</type>
			</param>
			<param>
				<name>total</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>searchPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>addSearchResults</name>
			<param>
				<name>queryTerms</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPage</name>
				<type>int</type>
			</param>
			<param>
				<name>itemsPerPage</name>
				<type>int</type>
			</param>
			<param>
				<name>total</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>searchPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>addSearchResultsAtom</name>
			<param>
				<name>doc</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<param>
				<name>queryTerms</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPage</name>
				<type>int</type>
			</param>
			<param>
				<name>itemsPerPage</name>
				<type>int</type>
			</param>
			<param>
				<name>total</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>totalPages</name>
				<type>int</type>
			</param>
			<param>
				<name>previousPage</name>
				<type>int</type>
			</param>
			<param>
				<name>nextPage</name>
				<type>int</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>searchPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>addSearchResultsRSS</name>
			<param>
				<name>doc</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<param>
				<name>queryTerms</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPage</name>
				<type>int</type>
			</param>
			<param>
				<name>itemsPerPage</name>
				<type>int</type>
			</param>
			<param>
				<name>total</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>totalPages</name>
				<type>int</type>
			</param>
			<param>
				<name>previousPage</name>
				<type>int</type>
			</param>
			<param>
				<name>nextPage</name>
				<type>int</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>searchPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getPortletURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortletURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_enabled</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseQueryImpl</name>
		<type>com.liferay.portal.kernel.search.BaseQueryImpl</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getQueryConfig</name>
		</method>
		<method>
			<name>getWrappedQuery</name>
		</method>
		<method>
			<name>setQueryConfig</name>
			<param>
				<name>queryConfig</name>
				<type>com.liferay.portal.kernel.search.QueryConfig</type>
			</param>
		</method>
		<field>
			<name>_queryConfig</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseSearchEngine</name>
		<type>com.liferay.portal.kernel.search.BaseSearchEngine</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>getBooleanClauseFactory</name>
		</method>
		<method>
			<name>getBooleanQueryFactory</name>
		</method>
		<method>
			<name>getClusteredWritePriority</name>
		</method>
		<method>
			<name>getIndexSearcher</name>
		</method>
		<method>
			<name>getIndexWriter</name>
		</method>
		<method>
			<name>getTermQueryFactory</name>
		</method>
		<method>
			<name>getTermRangeQueryFactory</name>
		</method>
		<method>
			<name>getVendor</name>
		</method>
		<method>
			<name>isClusteredWrite</name>
		</method>
		<method>
			<name>isLuceneBased</name>
		</method>
		<method>
			<name>setBooleanClauseFactory</name>
			<param>
				<name>booleanClauseFactory</name>
				<type>com.liferay.portal.kernel.search.BooleanClauseFactory</type>
			</param>
		</method>
		<method>
			<name>setBooleanQueryFactory</name>
			<param>
				<name>booleanQueryFactory</name>
				<type>com.liferay.portal.kernel.search.BooleanQueryFactory</type>
			</param>
		</method>
		<method>
			<name>setClusteredWrite</name>
			<param>
				<name>clusteredWrite</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setClusteredWritePriority</name>
			<param>
				<name>clusteredWritePriority</name>
				<type>com.liferay.portal.kernel.cluster.Priority</type>
			</param>
		</method>
		<method>
			<name>setIndexSearcher</name>
			<param>
				<name>indexSearcher</name>
				<type>com.liferay.portal.kernel.search.IndexSearcher</type>
			</param>
		</method>
		<method>
			<name>setIndexWriter</name>
			<param>
				<name>indexWriter</name>
				<type>com.liferay.portal.kernel.search.IndexWriter</type>
			</param>
		</method>
		<method>
			<name>setLuceneBased</name>
			<param>
				<name>luceneBased</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setTermQueryFactory</name>
			<param>
				<name>termQueryFactory</name>
				<type>com.liferay.portal.kernel.search.TermQueryFactory</type>
			</param>
		</method>
		<method>
			<name>setTermRangeQueryFactory</name>
			<param>
				<name>termRangeQueryFactory</name>
				<type>com.liferay.portal.kernel.search.TermRangeQueryFactory</type>
			</param>
		</method>
		<method>
			<name>setVendor</name>
			<param>
				<name>vendor</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_booleanClauseFactory</name>
		</field>
		<field>
			<name>_booleanQueryFactory</name>
		</field>
		<field>
			<name>_clusteredWrite</name>
		</field>
		<field>
			<name>_clusteredWritePriority</name>
		</field>
		<field>
			<name>_indexSearcher</name>
		</field>
		<field>
			<name>_indexWriter</name>
		</field>
		<field>
			<name>_luceneBased</name>
		</field>
		<field>
			<name>_termQueryFactory</name>
		</field>
		<field>
			<name>_termRangeQueryFactory</name>
		</field>
		<field>
			<name>_vendor</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BooleanClause</name>
		<type>com.liferay.portal.kernel.search.BooleanClause</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getBooleanClauseOccur</name>
		</method>
		<method>
			<name>getQuery</name>
		</method>
	</javadoc>
	<javadoc>
		<name>BooleanClauseFactory</name>
		<type>com.liferay.portal.kernel.search.BooleanClauseFactory</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>create</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>occur</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>create</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>occur</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BooleanClauseFactoryUtil</name>
		<type>com.liferay.portal.kernel.search.BooleanClauseFactoryUtil</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>create</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>occur</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>create</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>occur</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBooleanClauseFactory</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BooleanClauseOccur</name>
		<type>com.liferay.portal.kernel.search.BooleanClauseOccur</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getName</name>
		</method>
		<field>
			<name>MUST</name>
		</field>
		<field>
			<name>MUST_NOT</name>
		</field>
		<field>
			<name>SHOULD</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BooleanClauseOccurImpl</name>
		<type>com.liferay.portal.kernel.search.BooleanClauseOccurImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BooleanClauseOccurImpl</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getName</name>
		</method>
		<field>
			<name>_name</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BooleanQuery</name>
		<type>com.liferay.portal.kernel.search.BooleanQuery</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>add</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>booleanClauseOccur</name>
				<type>com.liferay.portal.kernel.search.BooleanClauseOccur</type>
			</param>
			<throws>
				<name>ParseException</name>
				<type>com.liferay.portal.kernel.search.ParseException</type>
			</throws>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>occur</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ParseException</name>
				<type>com.liferay.portal.kernel.search.ParseException</type>
			</throws>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Double</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Short</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>int</type>
			</param>
			<param>
				<name>endValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>long</type>
			</param>
			<param>
				<name>endValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>short</type>
			</param>
			<param>
				<name>endValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.Short</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.Short</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>int</type>
			</param>
			<param>
				<name>endValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>long</type>
			</param>
			<param>
				<name>endValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>short</type>
			</param>
			<param>
				<name>endValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.Short</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.Short</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Double</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Short</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
			<throws>
				<name>ParseException</name>
				<type>com.liferay.portal.kernel.search.ParseException</type>
			</throws>
		</method>
		<method>
			<name>addTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ParseException</name>
				<type>com.liferay.portal.kernel.search.ParseException</type>
			</throws>
		</method>
		<method>
			<name>addTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ParseException</name>
				<type>com.liferay.portal.kernel.search.ParseException</type>
			</throws>
		</method>
		<method>
			<name>addTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
			<param>
				<name>booleanClauseOccur</name>
				<type>com.liferay.portal.kernel.search.BooleanClauseOccur</type>
			</param>
			<throws>
				<name>ParseException</name>
				<type>com.liferay.portal.kernel.search.ParseException</type>
			</throws>
		</method>
		<method>
			<name>addTerms</name>
			<param>
				<name>fields</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ParseException</name>
				<type>com.liferay.portal.kernel.search.ParseException</type>
			</throws>
		</method>
		<method>
			<name>addTerms</name>
			<param>
				<name>fields</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ParseException</name>
				<type>com.liferay.portal.kernel.search.ParseException</type>
			</throws>
		</method>
		<method>
			<name>clauses</name>
		</method>
		<method>
			<name>hasClauses</name>
		</method>
	</javadoc>
	<javadoc>
		<name>BooleanQueryFactory</name>
		<type>com.liferay.portal.kernel.search.BooleanQueryFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
		</method>
	</javadoc>
	<javadoc>
		<name>BooleanQueryFactoryUtil</name>
		<type>com.liferay.portal.kernel.search.BooleanQueryFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>create</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>getBooleanQueryFactory</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DefaultSearchEngineConfigurator</name>
		<type>com.liferay.portal.kernel.search.DefaultSearchEngineConfigurator</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>setDefaultSearchEngineId</name>
			<param>
				<name>defaultSearchEngineId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setIndexSearcher</name>
			<param>
				<name>indexSearcher</name>
				<type>com.liferay.portal.kernel.search.IndexSearcher</type>
			</param>
		</method>
		<method>
			<name>setIndexWriter</name>
			<param>
				<name>indexWriter</name>
				<type>com.liferay.portal.kernel.search.IndexWriter</type>
			</param>
		</method>
		<method>
			<name>setMessageBus</name>
			<param>
				<name>messageBus</name>
				<type>com.liferay.portal.kernel.messaging.MessageBus</type>
			</param>
		</method>
		<method>
			<name>getDefaultSearchEngineId</name>
		</method>
		<method>
			<name>getIndexSearcher</name>
		</method>
		<method>
			<name>getIndexWriter</name>
		</method>
		<method>
			<name>getMessageBus</name>
		</method>
		<method>
			<name>getOperatingClassloader</name>
		</method>
		<field>
			<name>_defaultSearchEngineId</name>
		</field>
		<field>
			<name>_indexSearcher</name>
		</field>
		<field>
			<name>_indexWriter</name>
		</field>
		<field>
			<name>_messageBus</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Document</name>
		<type>com.liferay.portal.kernel.search.Document</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>add</name>
			<param>
				<name>field</name>
				<type>com.liferay.portal.kernel.search.Field</type>
			</param>
		</method>
		<method>
			<name>addDate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>fileExt</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>fileExt</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>fileExt</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.Boolean[]</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Double</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.Double[]</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Float</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.Float[]</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.Integer[]</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.Long[]</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Short</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.Short[]</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lowerCase</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>addLocalizedKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>addLocalizedText</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>addModifiedDate</name>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>addModifiedDate</name>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Double</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.Double[]</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Float</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.Float[]</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.Integer[]</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.Long[]</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>addText</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addText</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>addUID</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field1</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addUID</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field1</name>
				<type>long</type>
			</param>
			<param>
				<name>field2</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addUID</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field1</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>addUID</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field1</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>field2</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addUID</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field1</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addUID</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field2</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addUID</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field2</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field3</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addUID</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field2</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field3</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field4</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ParseException</name>
				<type>java.text.ParseException</type>
			</throws>
		</method>
		<method>
			<name>getFields</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getUID</name>
		</method>
		<method>
			<name>getValues</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DocumentComparator</name>
		<type>com.liferay.portal.kernel.search.DocumentComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DocumentComparator</name>
		</method>
		<method>
			<name>DocumentComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
			<param>
				<name>caseSensitive</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addOrderBy</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addOrderBy</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addOrderBy</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
			<param>
				<name>caseSensitive</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>doc1</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>doc2</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
		</method>
		<field>
			<name>_ascending</name>
		</field>
		<field>
			<name>_caseSensitive</name>
		</field>
		<field>
			<name>_columns</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DocumentComparatorOrderBy</name>
		<type>com.liferay.portal.kernel.search.DocumentComparatorOrderBy</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DocumentComparatorOrderBy</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>asc</name>
				<type>boolean</type>
			</param>
			<param>
				<name>caseSensitive</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>isAsc</name>
		</method>
		<method>
			<name>isCaseSensitive</name>
		</method>
		<field>
			<name>_asc</name>
		</field>
		<field>
			<name>_caseSensitive</name>
		</field>
		<field>
			<name>_name</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DocumentImpl</name>
		<type>com.liferay.portal.kernel.search.DocumentImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>getLocalizedName</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSortableFieldName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isSortableTextField</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>field</name>
				<type>com.liferay.portal.kernel.search.Field</type>
			</param>
		</method>
		<method>
			<name>addDate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>fileExt</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>fileExt</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>fileExt</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.Boolean[]</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Double</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.Double[]</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Float</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.Float[]</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.Integer[]</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.Long[]</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Short</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.Short[]</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lowerCase</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>addLocalizedKeyword</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>addLocalizedText</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>addModifiedDate</name>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>addModifiedDate</name>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Double</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.Double[]</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Float</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.Float[]</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.Integer[]</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.Long[]</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addNumber</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>addText</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addText</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>addUID</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field1</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addUID</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field1</name>
				<type>long</type>
			</param>
			<param>
				<name>field2</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addUID</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field1</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>addUID</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field1</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>field2</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addUID</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field1</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addUID</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field2</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addUID</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field2</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field3</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addUID</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field2</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field3</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field4</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ParseException</name>
				<type>java.text.ParseException</type>
			</throws>
		</method>
		<method>
			<name>getFields</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getUID</name>
		</method>
		<method>
			<name>getValues</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFields</name>
			<param>
				<name>fields</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_INDEX_DATE_FORMAT_PATTERN</name>
		</field>
		<field>
			<name>_SORTABLE_TEXT_FIELD_SUFFIX</name>
		</field>
		<field>
			<name>_SORTABLE_TEXT_FIELDS_TRUNCATED_LENGTH</name>
		</field>
		<field>
			<name>_UID_FIELD</name>
		</field>
		<field>
			<name>_UID_PORTLET</name>
		</field>
		<field>
			<name>_dateFormat</name>
		</field>
		<field>
			<name>_sortableTextFields</name>
		</field>
		<field>
			<name>_fields</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DummyIndexer</name>
		<type>com.liferay.portal.kernel.search.DummyIndexer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>delete</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>uid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>getDocument</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getFacetQuery</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>getFullQuery</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>getIndexerPostProcessors</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getSearchEngineId</name>
		</method>
		<method>
			<name>getSortField</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSummary</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>snippet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>entryClassPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isFilterSearch</name>
		</method>
		<method>
			<name>isPermissionAware</name>
		</method>
		<method>
			<name>isStagingAware</name>
		</method>
		<method>
			<name>postProcessContextQuery</name>
			<param>
				<name>contextQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>postProcessSearchQuery</name>
			<param>
				<name>searchQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>registerIndexerPostProcessor</name>
			<param>
				<name>indexerPostProcessor</name>
				<type>com.liferay.portal.kernel.search.IndexerPostProcessor</type>
			</param>
		</method>
		<method>
			<name>reindex</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>reindex</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>reindex</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>unregisterIndexerPostProcessor</name>
			<param>
				<name>indexerPostProcessor</name>
				<type>com.liferay.portal.kernel.search.IndexerPostProcessor</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FacetedSearcher</name>
		<type>com.liferay.portal.kernel.search.FacetedSearcher</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>getIndexerPostProcessors</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>registerIndexerPostProcessor</name>
			<param>
				<name>indexerPostProcessor</name>
				<type>com.liferay.portal.kernel.search.IndexerPostProcessor</type>
			</param>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>unregisterIndexerPostProcessor</name>
			<param>
				<name>indexerPostProcessor</name>
				<type>com.liferay.portal.kernel.search.IndexerPostProcessor</type>
			</param>
		</method>
		<method>
			<name>addSearchExpandoKeywords</name>
			<param>
				<name>searchQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>createFullQuery</name>
			<param>
				<name>contextQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doDelete</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetDocument</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetSummary</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>snippet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortletId</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>isFilterSearch</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Field</name>
		<type>com.liferay.portal.kernel.search.Field</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Allen Chiang]]></author>
		<author><![CDATA[Alex Wallace]]></author>
		<method>
			<name>Field</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>localizedValues</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>Field</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>Field</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>Field</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tokenized</name>
				<type>boolean</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>Field</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>tokenized</name>
				<type>boolean</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>Field</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>tokenized</name>
				<type>boolean</type>
			</param>
			<param>
				<name>boost</name>
				<type>float</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>getBoost</name>
		</method>
		<method>
			<name>getLocalizedValues</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>getValues</name>
		</method>
		<method>
			<name>isLocalized</name>
		</method>
		<method>
			<name>isNumeric</name>
		</method>
		<method>
			<name>isTokenized</name>
		</method>
		<method>
			<name>setBoost</name>
			<param>
				<name>boost</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setNumeric</name>
			<param>
				<name>numeric</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setTokenized</name>
			<param>
				<name>tokenized</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<field>
			<name>ASSET_CATEGORY_IDS</name>
		</field>
		<field>
			<name>ASSET_CATEGORY_NAMES</name>
			<deprecated><![CDATA[{@link #ASSET_CATEGORY_TITLES}]]></deprecated>
		</field>
		<field>
			<name>ASSET_CATEGORY_TITLES</name>
		</field>
		<field>
			<name>ASSET_TAG_NAMES</name>
		</field>
		<field>
			<name>CATEGORY_ID</name>
		</field>
		<field>
			<name>CLASS_NAME_ID</name>
		</field>
		<field>
			<name>CLASS_PK</name>
		</field>
		<field>
			<name>COMMENTS</name>
		</field>
		<field>
			<name>COMPANY_ID</name>
		</field>
		<field>
			<name>CONTENT</name>
		</field>
		<field>
			<name>CREATE_DATE</name>
		</field>
		<field>
			<name>DESCRIPTION</name>
		</field>
		<field>
			<name>ENTRY_CLASS_NAME</name>
		</field>
		<field>
			<name>ENTRY_CLASS_PK</name>
		</field>
		<field>
			<name>FOLDER_ID</name>
		</field>
		<field>
			<name>GROUP_ID</name>
		</field>
		<field>
			<name>GROUP_ROLE_ID</name>
		</field>
		<field>
			<name>KEYWORDS</name>
		</field>
		<field>
			<name>MODIFIED</name>
			<deprecated><![CDATA[{@link #MODIFIED_DATE}]]></deprecated>
		</field>
		<field>
			<name>MODIFIED_DATE</name>
		</field>
		<field>
			<name>NAME</name>
		</field>
		<field>
			<name>NODE_ID</name>
		</field>
		<field>
			<name>ORGANIZATION_ID</name>
		</field>
		<field>
			<name>PORTLET_ID</name>
		</field>
		<field>
			<name>PROPERTIES</name>
		</field>
		<field>
			<name>ROLE_ID</name>
		</field>
		<field>
			<name>ROOT_ENTRY_CLASS_PK</name>
		</field>
		<field>
			<name>SCOPE_GROUP_ID</name>
		</field>
		<field>
			<name>SNIPPET</name>
		</field>
		<field>
			<name>STAGING_GROUP</name>
		</field>
		<field>
			<name>STATUS</name>
		</field>
		<field>
			<name>TITLE</name>
		</field>
		<field>
			<name>TYPE</name>
		</field>
		<field>
			<name>UID</name>
		</field>
		<field>
			<name>UNSCORED_FIELD_NAMES</name>
		</field>
		<field>
			<name>URL</name>
		</field>
		<field>
			<name>USER_ID</name>
		</field>
		<field>
			<name>USER_NAME</name>
		</field>
		<field>
			<name>VERSION</name>
		</field>
		<field>
			<name>_boost</name>
		</field>
		<field>
			<name>_localizedValues</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_numeric</name>
		</field>
		<field>
			<name>_tokenized</name>
		</field>
		<field>
			<name>_values</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Hits</name>
		<type>com.liferay.portal.kernel.search.Hits</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doc</name>
			<param>
				<name>n</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getDocs</name>
		</method>
		<method>
			<name>getLength</name>
		</method>
		<method>
			<name>getQuery</name>
		</method>
		<method>
			<name>getQueryTerms</name>
		</method>
		<method>
			<name>getScores</name>
		</method>
		<method>
			<name>getSearchTime</name>
		</method>
		<method>
			<name>getSnippets</name>
		</method>
		<method>
			<name>getStart</name>
		</method>
		<method>
			<name>score</name>
			<param>
				<name>n</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setDocs</name>
			<param>
				<name>docs</name>
				<type>com.liferay.portal.kernel.search.Document[]</type>
			</param>
		</method>
		<method>
			<name>setLength</name>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setQuery</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
		</method>
		<method>
			<name>setQueryTerms</name>
			<param>
				<name>queryTerms</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>setScores</name>
			<param>
				<name>scores</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>setScores</name>
			<param>
				<name>scores</name>
				<type>java.lang.Float[]</type>
			</param>
		</method>
		<method>
			<name>setSearchTime</name>
			<param>
				<name>time</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>setSnippets</name>
			<param>
				<name>snippets</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>setStart</name>
			<param>
				<name>start</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>snippet</name>
			<param>
				<name>n</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toList</name>
		</method>
	</javadoc>
	<javadoc>
		<name>HitsImpl</name>
		<type>com.liferay.portal.kernel.search.HitsImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>HitsImpl</name>
		</method>
		<method>
			<name>doc</name>
			<param>
				<name>n</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getDocs</name>
		</method>
		<method>
			<name>getLength</name>
		</method>
		<method>
			<name>getQuery</name>
		</method>
		<method>
			<name>getQueryTerms</name>
		</method>
		<method>
			<name>getScores</name>
		</method>
		<method>
			<name>getSearchTime</name>
		</method>
		<method>
			<name>getSnippets</name>
		</method>
		<method>
			<name>getStart</name>
		</method>
		<method>
			<name>score</name>
			<param>
				<name>n</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setDocs</name>
			<param>
				<name>docs</name>
				<type>com.liferay.portal.kernel.search.Document[]</type>
			</param>
		</method>
		<method>
			<name>setLength</name>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setQuery</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
		</method>
		<method>
			<name>setQueryTerms</name>
			<param>
				<name>queryTerms</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>setScores</name>
			<param>
				<name>scores</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>setScores</name>
			<param>
				<name>scores</name>
				<type>java.lang.Float[]</type>
			</param>
		</method>
		<method>
			<name>setSearchTime</name>
			<param>
				<name>time</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>setSnippets</name>
			<param>
				<name>snippets</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>setStart</name>
			<param>
				<name>start</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>snippet</name>
			<param>
				<name>n</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toList</name>
		</method>
		<field>
			<name>_docs</name>
		</field>
		<field>
			<name>_length</name>
		</field>
		<field>
			<name>_query</name>
		</field>
		<field>
			<name>_queryTerms</name>
		</field>
		<field>
			<name>_scores</name>
		</field>
		<field>
			<name>_searchTime</name>
		</field>
		<field>
			<name>_snippets</name>
		</field>
		<field>
			<name>_start</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HitsOpenSearchImpl</name>
		<type>com.liferay.portal.kernel.search.HitsOpenSearchImpl</type>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getIndexer</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getSearchPath</name>
		</method>
		<method>
			<name>getSummary</name>
			<param>
				<name>indexer</name>
				<type>com.liferay.portal.kernel.search.Indexer</type>
			</param>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>snippet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPage</name>
				<type>int</type>
			</param>
			<param>
				<name>itemsPerPage</name>
				<type>int</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>getURL</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>result</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IndexSearcher</name>
		<type>com.liferay.portal.kernel.search.IndexSearcher</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>search</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>sort</name>
				<type>com.liferay.portal.kernel.search.Sort[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>IndexSearcherProxyBean</name>
		<type>com.liferay.portal.kernel.search.IndexSearcherProxyBean</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Tina Tian]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getDestinationName</name>
			<param>
				<name>proxyRequest</name>
				<type>com.liferay.portal.kernel.messaging.proxy.ProxyRequest</type>
			</param>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>sort</name>
				<type>com.liferay.portal.kernel.search.Sort[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>IndexWriter</name>
		<type>com.liferay.portal.kernel.search.IndexWriter</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>addDocument</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>addDocuments</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>documents</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>deleteDocument</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>uid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>deleteDocuments</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>uids</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>deletePortletDocuments</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>updateDocument</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>updateDocuments</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>documents</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>IndexWriterProxyBean</name>
		<type>com.liferay.portal.kernel.search.IndexWriterProxyBean</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>addDocument</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
		</method>
		<method>
			<name>addDocuments</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>documents</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>deleteDocument</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>uid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deleteDocuments</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>uids</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>deletePortletDocuments</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDestinationName</name>
			<param>
				<name>proxyRequest</name>
				<type>com.liferay.portal.kernel.messaging.proxy.ProxyRequest</type>
			</param>
		</method>
		<method>
			<name>updateDocument</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
		</method>
		<method>
			<name>updateDocuments</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>documents</name>
				<type>java.util.Collection</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Indexable</name>
		<type>com.liferay.portal.kernel.search.Indexable</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>type</name>
		</method>
	</javadoc>
	<javadoc>
		<name>IndexableType</name>
		<type>com.liferay.portal.kernel.search.IndexableType</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<field>
			<name>DELETE</name>
		</field>
		<field>
			<name>REINDEX</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Indexer</name>
		<type>com.liferay.portal.kernel.search.Indexer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Ryan Park]]></author>
		<method>
			<name>delete</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>uid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>getDocument</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>getFacetQuery</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFullQuery</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>getIndexerPostProcessors</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getSearchEngineId</name>
		</method>
		<method>
			<name>getSortField</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSummary</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>snippet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>entryClassPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isFilterSearch</name>
		</method>
		<method>
			<name>isPermissionAware</name>
		</method>
		<method>
			<name>isStagingAware</name>
		</method>
		<method>
			<name>postProcessContextQuery</name>
			<param>
				<name>contextQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>postProcessSearchQuery</name>
			<param>
				<name>searchQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>registerIndexerPostProcessor</name>
			<param>
				<name>indexerPostProcessor</name>
				<type>com.liferay.portal.kernel.search.IndexerPostProcessor</type>
			</param>
		</method>
		<method>
			<name>reindex</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>reindex</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>reindex</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>unregisterIndexerPostProcessor</name>
			<param>
				<name>indexerPostProcessor</name>
				<type>com.liferay.portal.kernel.search.IndexerPostProcessor</type>
			</param>
		</method>
		<field>
			<name>DEFAULT_INTERVAL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IndexerPostProcessor</name>
		<type>com.liferay.portal.kernel.search.IndexerPostProcessor</type>
		<author><![CDATA[Ryan Park]]></author>
		<method>
			<name>postProcessContextQuery</name>
			<param>
				<name>contextQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>postProcessDocument</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>postProcessFullQuery</name>
			<param>
				<name>fullQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>postProcessSearchQuery</name>
			<param>
				<name>searchQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>postProcessSummary</name>
			<param>
				<name>summary</name>
				<type>com.liferay.portal.kernel.search.Summary</type>
			</param>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>snippet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>IndexerRegistry</name>
		<type>com.liferay.portal.kernel.search.IndexerRegistry</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getIndexer</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getIndexers</name>
		</method>
		<method>
			<name>nullSafeGetIndexer</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>indexer</name>
				<type>com.liferay.portal.kernel.search.Indexer</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>IndexerRegistryUtil</name>
		<type>com.liferay.portal.kernel.search.IndexerRegistryUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getIndexer</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getIndexer</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getIndexerRegistry</name>
		</method>
		<method>
			<name>getIndexers</name>
		</method>
		<method>
			<name>nullSafeGetIndexer</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>nullSafeGetIndexer</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>indexer</name>
				<type>com.liferay.portal.kernel.search.Indexer</type>
			</param>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>indexer</name>
				<type>com.liferay.portal.kernel.search.Indexer</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>indexer</name>
				<type>com.liferay.portal.kernel.search.Indexer</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setIndexerRegistry</name>
			<param>
				<name>indexerRegistry</name>
				<type>com.liferay.portal.kernel.search.IndexerRegistry</type>
			</param>
		</method>
		<field>
			<name>_indexerRegistry</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IndexerWrapper</name>
		<type>com.liferay.portal.kernel.search.IndexerWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>IndexerWrapper</name>
			<param>
				<name>indexer</name>
				<type>com.liferay.portal.kernel.search.Indexer</type>
			</param>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>uid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>getDocument</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>getFacetQuery</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFullQuery</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>getIndexerPostProcessors</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getSearchEngineId</name>
		</method>
		<method>
			<name>getSortField</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSummary</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>snippet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>entryClassPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isFilterSearch</name>
		</method>
		<method>
			<name>isPermissionAware</name>
		</method>
		<method>
			<name>isStagingAware</name>
		</method>
		<method>
			<name>postProcessContextQuery</name>
			<param>
				<name>contextQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>postProcessSearchQuery</name>
			<param>
				<name>searchQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>registerIndexerPostProcessor</name>
			<param>
				<name>indexerPostProcessor</name>
				<type>com.liferay.portal.kernel.search.IndexerPostProcessor</type>
			</param>
		</method>
		<method>
			<name>reindex</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>reindex</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>reindex</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>unregisterIndexerPostProcessor</name>
			<param>
				<name>indexerPostProcessor</name>
				<type>com.liferay.portal.kernel.search.IndexerPostProcessor</type>
			</param>
		</method>
		<field>
			<name>_indexer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OpenSearch</name>
		<type>com.liferay.portal.kernel.search.OpenSearch</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPage</name>
				<type>int</type>
			</param>
			<param>
				<name>itemsPerPage</name>
				<type>int</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPage</name>
				<type>int</type>
			</param>
			<param>
				<name>itemsPerPage</name>
				<type>int</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>OpenSearchUtil</name>
		<type>com.liferay.portal.kernel.search.OpenSearchUtil</type>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addElement</name>
			<param>
				<name>el</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespaceType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addElement</name>
			<param>
				<name>el</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespaceType</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>addElement</name>
			<param>
				<name>el</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespaceType</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>addElement</name>
			<param>
				<name>el</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespaceType</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addElement</name>
			<param>
				<name>el</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespaceType</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addElement</name>
			<param>
				<name>el</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespaceType</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addLink</name>
			<param>
				<name>root</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>searchURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>rel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>page</name>
				<type>int</type>
			</param>
			<param>
				<name>itemsPerPage</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getNamespace</name>
			<param>
				<name>namespaceType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getQName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespaceType</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>DEFAULT_NAMESPACE</name>
		</field>
		<field>
			<name>LIFERAY_NAMESPACE</name>
		</field>
		<field>
			<name>NO_NAMESPACE</name>
		</field>
		<field>
			<name>OS_NAMESPACE</name>
		</field>
		<field>
			<name>RELEVANCE_NAMESPACE</name>
		</field>
		<field>
			<name>_dateFormat</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ParseException</name>
		<type>com.liferay.portal.kernel.search.ParseException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ParseException</name>
		</method>
		<method>
			<name>ParseException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ParseException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ParseException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PluginSearchEngineConfigurator</name>
		<type>com.liferay.portal.kernel.search.PluginSearchEngineConfigurator</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>setDefaultSearchEngineId</name>
			<param>
				<name>defaultSearchEngineId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDefaultSearchEngineId</name>
		</method>
		<method>
			<name>getIndexSearcher</name>
		</method>
		<method>
			<name>getIndexWriter</name>
		</method>
		<method>
			<name>getMessageBus</name>
		</method>
		<method>
			<name>getOperatingClassloader</name>
		</method>
		<field>
			<name>_defaultSearchEngineId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalSearchEngine</name>
		<type>com.liferay.portal.kernel.search.PortalSearchEngine</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>isIndexReadOnly</name>
		</method>
		<method>
			<name>setIndexReadOnly</name>
			<param>
				<name>indexReadOnly</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Query</name>
		<type>com.liferay.portal.kernel.search.Query</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getQueryConfig</name>
		</method>
		<method>
			<name>getWrappedQuery</name>
		</method>
		<method>
			<name>setQueryConfig</name>
			<param>
				<name>queryConfig</name>
				<type>com.liferay.portal.kernel.search.QueryConfig</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>QueryConfig</name>
		<type>com.liferay.portal.kernel.search.QueryConfig</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAttributes</name>
		</method>
		<method>
			<name>getHighlightFragmentSize</name>
		</method>
		<method>
			<name>getHighlightSnippetSize</name>
		</method>
		<method>
			<name>getLocale</name>
		</method>
		<method>
			<name>isHighlightEnabled</name>
		</method>
		<method>
			<name>isScoreEnabled</name>
		</method>
		<method>
			<name>removeAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setHighlightEnabled</name>
			<param>
				<name>highlightEnabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setHighlightFragmentSize</name>
			<param>
				<name>highlightFragmentSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setHighlightSnippetSize</name>
			<param>
				<name>highlightSnippetSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setLocale</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>setScoreEnabled</name>
			<param>
				<name>scoreEnabled</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>LOCALE</name>
		</field>
		<field>
			<name>_INDEX_SEARCH_HIGHLIGHT_ENABLED</name>
		</field>
		<field>
			<name>_INDEX_SEARCH_HIGHLIGHT_FRAGMENT_SIZE</name>
		</field>
		<field>
			<name>_INDEX_SEARCH_HIGHLIGHT_SNIPPET_SIZE</name>
		</field>
		<field>
			<name>_INDEX_SEARCH_SCORING_ENABLED</name>
		</field>
		<field>
			<name>_attributes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>QueryTerm</name>
		<type>com.liferay.portal.kernel.search.QueryTerm</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getField</name>
		</method>
		<method>
			<name>getValue</name>
		</method>
	</javadoc>
	<javadoc>
		<name>QueryTranslator</name>
		<type>com.liferay.portal.kernel.search.QueryTranslator</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>translate</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<throws>
				<name>ParseException</name>
				<type>com.liferay.portal.kernel.search.ParseException</type>
			</throws>
		</method>
		<method>
			<name>translateForSolr</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<throws>
				<name>ParseException</name>
				<type>com.liferay.portal.kernel.search.ParseException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>QueryTranslatorUtil</name>
		<type>com.liferay.portal.kernel.search.QueryTranslatorUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getQueryTranslator</name>
		</method>
		<method>
			<name>translate</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<throws>
				<name>ParseException</name>
				<type>com.liferay.portal.kernel.search.ParseException</type>
			</throws>
		</method>
		<method>
			<name>translateForSolr</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<throws>
				<name>ParseException</name>
				<type>com.liferay.portal.kernel.search.ParseException</type>
			</throws>
		</method>
		<method>
			<name>setQueryTranslator</name>
			<param>
				<name>queryTranslator</name>
				<type>com.liferay.portal.kernel.search.QueryTranslator</type>
			</param>
		</method>
		<field>
			<name>_queryTranslator</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SearchContext</name>
		<type>com.liferay.portal.kernel.search.SearchContext</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>addFacet</name>
			<param>
				<name>facet</name>
				<type>com.liferay.portal.kernel.search.facet.Facet</type>
			</param>
		</method>
		<method>
			<name>getAssetCategoryIds</name>
		</method>
		<method>
			<name>getAssetTagNames</name>
		</method>
		<method>
			<name>getAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAttributes</name>
		</method>
		<method>
			<name>getBooleanClauses</name>
		</method>
		<method>
			<name>getCategoryIds</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getEnd</name>
		</method>
		<method>
			<name>getEntryClassNames</name>
		</method>
		<method>
			<name>getFacet</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFacets</name>
		</method>
		<method>
			<name>getFolderIds</name>
		</method>
		<method>
			<name>getGroupIds</name>
		</method>
		<method>
			<name>getKeywords</name>
		</method>
		<method>
			<name>getLocale</name>
		</method>
		<method>
			<name>getNodeIds</name>
		</method>
		<method>
			<name>getOwnerUserId</name>
		</method>
		<method>
			<name>getPortletIds</name>
		</method>
		<method>
			<name>getQueryConfig</name>
		</method>
		<method>
			<name>getSearchEngineId</name>
		</method>
		<method>
			<name>getSorts</name>
		</method>
		<method>
			<name>getStart</name>
		</method>
		<method>
			<name>getTimeZone</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>isAndSearch</name>
		</method>
		<method>
			<name>isIncludeLiveGroups</name>
		</method>
		<method>
			<name>isIncludeStagingGroups</name>
		</method>
		<method>
			<name>isScopeStrict</name>
		</method>
		<method>
			<name>setAndSearch</name>
			<param>
				<name>andSearch</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setAssetCategoryIds</name>
			<param>
				<name>assetCategoryIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setAssetTagNames</name>
			<param>
				<name>assetTagNames</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>attributes</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setBooleanClauses</name>
			<param>
				<name>booleanClauses</name>
				<type>com.liferay.portal.kernel.search.BooleanClause[]</type>
			</param>
		</method>
		<method>
			<name>setCategoryIds</name>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setEnd</name>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setEntryClassNames</name>
			<param>
				<name>entryClassNames</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>setFacets</name>
			<param>
				<name>facets</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setFolderIds</name>
			<param>
				<name>folderIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setGroupIds</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setIncludeLiveGroups</name>
			<param>
				<name>includeLiveGroups</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setIncludeStagingGroups</name>
			<param>
				<name>includeStagingGroups</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setKeywords</name>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLocale</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>setNodeIds</name>
			<param>
				<name>nodeIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setOwnerUserId</name>
			<param>
				<name>ownerUserId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPortletIds</name>
			<param>
				<name>portletIds</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>setQueryConfig</name>
			<param>
				<name>queryConfig</name>
				<type>com.liferay.portal.kernel.search.QueryConfig</type>
			</param>
		</method>
		<method>
			<name>setScopeStrict</name>
			<param>
				<name>scopeStrict</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setSearchEngineId</name>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSorts</name>
			<param>
				<name>sorts</name>
				<type>com.liferay.portal.kernel.search.Sort[]</type>
			</param>
		</method>
		<method>
			<name>setStart</name>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setTimeZone</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_andSearch</name>
		</field>
		<field>
			<name>_assetCategoryIds</name>
		</field>
		<field>
			<name>_assetTagNames</name>
		</field>
		<field>
			<name>_attributes</name>
		</field>
		<field>
			<name>_booleanClauses</name>
		</field>
		<field>
			<name>_categoryIds</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_end</name>
		</field>
		<field>
			<name>_entryClassNames</name>
		</field>
		<field>
			<name>_facets</name>
		</field>
		<field>
			<name>_folderIds</name>
		</field>
		<field>
			<name>_groupIds</name>
		</field>
		<field>
			<name>_includeLiveGroups</name>
		</field>
		<field>
			<name>_includeStagingGroups</name>
		</field>
		<field>
			<name>_keywords</name>
		</field>
		<field>
			<name>_locale</name>
		</field>
		<field>
			<name>_nodeIds</name>
		</field>
		<field>
			<name>_ownerUserId</name>
		</field>
		<field>
			<name>_portletIds</name>
		</field>
		<field>
			<name>_queryConfig</name>
		</field>
		<field>
			<name>_scopeStrict</name>
		</field>
		<field>
			<name>_searchEngineId</name>
		</field>
		<field>
			<name>_sorts</name>
		</field>
		<field>
			<name>_start</name>
		</field>
		<field>
			<name>_timeZone</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SearchContextFactory</name>
		<type>com.liferay.portal.kernel.search.SearchContextFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SearchEngine</name>
		<type>com.liferay.portal.kernel.search.SearchEngine</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getBooleanClauseFactory</name>
		</method>
		<method>
			<name>getBooleanQueryFactory</name>
		</method>
		<method>
			<name>getClusteredWritePriority</name>
		</method>
		<method>
			<name>getIndexSearcher</name>
		</method>
		<method>
			<name>getIndexWriter</name>
		</method>
		<method>
			<name>getTermQueryFactory</name>
		</method>
		<method>
			<name>getTermRangeQueryFactory</name>
		</method>
		<method>
			<name>getVendor</name>
		</method>
		<method>
			<name>isClusteredWrite</name>
		</method>
		<method>
			<name>isLuceneBased</name>
		</method>
	</javadoc>
	<javadoc>
		<name>SearchEngineProxyWrapper</name>
		<type>com.liferay.portal.kernel.search.SearchEngineProxyWrapper</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>SearchEngineProxyWrapper</name>
			<param>
				<name>searchEngine</name>
				<type>com.liferay.portal.kernel.search.SearchEngine</type>
			</param>
			<param>
				<name>indexSearcher</name>
				<type>com.liferay.portal.kernel.search.IndexSearcher</type>
			</param>
			<param>
				<name>indexWriter</name>
				<type>com.liferay.portal.kernel.search.IndexWriter</type>
			</param>
		</method>
		<method>
			<name>getBooleanClauseFactory</name>
		</method>
		<method>
			<name>getBooleanQueryFactory</name>
		</method>
		<method>
			<name>getClusteredWritePriority</name>
		</method>
		<method>
			<name>getIndexSearcher</name>
		</method>
		<method>
			<name>getIndexWriter</name>
		</method>
		<method>
			<name>getSearchEngine</name>
		</method>
		<method>
			<name>getTermQueryFactory</name>
		</method>
		<method>
			<name>getTermRangeQueryFactory</name>
		</method>
		<method>
			<name>getVendor</name>
		</method>
		<method>
			<name>isClusteredWrite</name>
		</method>
		<method>
			<name>isLuceneBased</name>
		</method>
		<field>
			<name>_indexSearcher</name>
		</field>
		<field>
			<name>_indexWriter</name>
		</field>
		<field>
			<name>_searchEngine</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SearchEngineUtil</name>
		<type>com.liferay.portal.kernel.search.SearchEngineUtil</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>addDocument</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
			<deprecated><![CDATA[{@link #addDocument(String, long, Document)}]]></deprecated>
		</method>
		<method>
			<name>addDocument</name>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>addDocuments</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>documents</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
			<deprecated><![CDATA[{@link #addDocuments(String, long, Collection)}]]></deprecated>
		</method>
		<method>
			<name>addDocuments</name>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>documents</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>addSearchEngine</name>
			<param>
				<name>searchEngine</name>
				<type>com.liferay.portal.kernel.search.SearchEngine</type>
			</param>
			<deprecated><![CDATA[{@link #setSearchEngine(String, SearchEngine)}]]></deprecated>
		</method>
		<method>
			<name>deleteDocument</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>uid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
			<deprecated><![CDATA[{@link #deleteDocument(String, long, String)}]]></deprecated>
		</method>
		<method>
			<name>deleteDocument</name>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>uid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>deleteDocuments</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>uids</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
			<deprecated><![CDATA[{@link #deleteDocuments(String, long, Collection)}]]></deprecated>
		</method>
		<method>
			<name>deleteDocuments</name>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>uids</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>deletePortletDocuments</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
			<deprecated><![CDATA[{@link #deletePortletDocuments(String, long, String)}]]></deprecated>
		</method>
		<method>
			<name>deletePortletDocuments</name>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultSearchEngineId</name>
		</method>
		<method>
			<name>getEntryClassNames</name>
		</method>
		<method>
			<name>getSearchEngine</name>
			<deprecated><![CDATA[{@link #getSearchEngine(String)}]]></deprecated>
		</method>
		<method>
			<name>getSearchEngine</name>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSearchEngineIds</name>
		</method>
		<method>
			<name>getSearchEngineSilent</name>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSearchPermissionChecker</name>
		</method>
		<method>
			<name>getSearchReaderDestinationName</name>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSearchWriterDestinationName</name>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isIndexReadOnly</name>
		</method>
		<method>
			<name>removeSearchEngine</name>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>sort</name>
				<type>com.liferay.portal.kernel.search.Sort</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>sorts</name>
				<type>com.liferay.portal.kernel.search.Sort[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
			<deprecated><![CDATA[{@link #search(String, long, Query, int, int)}]]></deprecated>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>sort</name>
				<type>com.liferay.portal.kernel.search.Sort</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
			<deprecated><![CDATA[{@link #search(String, long, Query, Sort, int, int)}]]></deprecated>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>sorts</name>
				<type>com.liferay.portal.kernel.search.Sort[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
			<deprecated><![CDATA[{@link #search(String, long, Query, Sort[], int, int)}]]></deprecated>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>sort</name>
				<type>com.liferay.portal.kernel.search.Sort</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>sorts</name>
				<type>com.liferay.portal.kernel.search.Sort[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>setDefaultSearchEngineId</name>
			<param>
				<name>defaultSearchEngineId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setIndexReadOnly</name>
			<param>
				<name>indexReadOnly</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setSearchEngine</name>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>searchEngine</name>
				<type>com.liferay.portal.kernel.search.SearchEngine</type>
			</param>
		</method>
		<method>
			<name>updateDocument</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
			<deprecated><![CDATA[{@link #updateDocument(String, long, Document)}]]></deprecated>
		</method>
		<method>
			<name>updateDocument</name>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>updateDocuments</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>documents</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
			<deprecated><![CDATA[{@link #updateDocuments(String, long, Collection)}]]></deprecated>
		</method>
		<method>
			<name>updateDocuments</name>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>documents</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>updatePermissionFields</name>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>updatePermissionFields</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setExcludedEntryClassNames</name>
			<param>
				<name>excludedEntryClassNames</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setSearchEngine</name>
			<param>
				<name>searchEngine</name>
				<type>com.liferay.portal.kernel.search.SearchEngine</type>
			</param>
			<deprecated><![CDATA[{@link #setSearchEngine(String, SearchEngine)}]]></deprecated>
		</method>
		<method>
			<name>setSearchPermissionChecker</name>
			<param>
				<name>searchPermissionChecker</name>
				<type>com.liferay.portal.kernel.search.SearchPermissionChecker</type>
			</param>
		</method>
		<method>
			<name>_getSearchEngineId</name>
			<param>
				<name>documents</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>_getSearchEngineId</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
		</method>
		<field>
			<name>ALL_POS</name>
			<deprecated><![CDATA[{@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS}]]></deprecated>
		</field>
		<field>
			<name>GENERIC_ENGINE_ID</name>
		</field>
		<field>
			<name>SYSTEM_ENGINE_ID</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_defaultSearchEngineId</name>
		</field>
		<field>
			<name>_excludedEntryClassNames</name>
		</field>
		<field>
			<name>_indexReadOnly</name>
		</field>
		<field>
			<name>_searchEngines</name>
		</field>
		<field>
			<name>_searchPermissionChecker</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SearchException</name>
		<type>com.liferay.portal.kernel.search.SearchException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SearchException</name>
		</method>
		<method>
			<name>SearchException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>SearchException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>SearchException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SearchPermissionChecker</name>
		<type>com.liferay.portal.kernel.search.SearchPermissionChecker</type>
		<author><![CDATA[Allen Chiang]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addPermissionFields</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>doc</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
		</method>
		<method>
			<name>getPermissionQuery</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>updatePermissionFields</name>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>updatePermissionFields</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Sort</name>
		<type>com.liferay.portal.kernel.search.Sort</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>Sort</name>
		</method>
		<method>
			<name>Sort</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>reverse</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>Sort</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>reverse</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getFieldName</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>isReverse</name>
		</method>
		<method>
			<name>setFieldName</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setReverse</name>
			<param>
				<name>reverse</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setType</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>AUTO_TYPE</name>
		</field>
		<field>
			<name>CUSTOM_TYPE</name>
		</field>
		<field>
			<name>DOC_TYPE</name>
		</field>
		<field>
			<name>DOUBLE_TYPE</name>
		</field>
		<field>
			<name>FLOAT_TYPE</name>
		</field>
		<field>
			<name>INT_TYPE</name>
		</field>
		<field>
			<name>LONG_TYPE</name>
		</field>
		<field>
			<name>SCORE_TYPE</name>
		</field>
		<field>
			<name>STRING_TYPE</name>
		</field>
		<field>
			<name>_fieldName</name>
		</field>
		<field>
			<name>_reverse</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SortFactory</name>
		<type>com.liferay.portal.kernel.search.SortFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>create</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>reverse</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>create</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>reverse</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getDefaultSorts</name>
		</method>
		<method>
			<name>getSort</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>sorts</name>
				<type>java.util.List</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SortFactoryImpl</name>
		<type>com.liferay.portal.kernel.search.SortFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>create</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>reverse</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>create</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>reverse</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getDefaultSorts</name>
		</method>
		<method>
			<name>getSort</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>sorts</name>
				<type>java.util.List</type>
			</param>
		</method>
		<field>
			<name>_DEFAULT_SORTS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SortFactoryUtil</name>
		<type>com.liferay.portal.kernel.search.SortFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>create</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>reverse</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>create</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>reverse</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getDefaultSorts</name>
		</method>
		<method>
			<name>getSort</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSortFactory</name>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>sorts</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setSortFactory</name>
			<param>
				<name>sortFactory</name>
				<type>com.liferay.portal.kernel.search.SortFactory</type>
			</param>
		</method>
		<field>
			<name>_sortFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StringQueryFactory</name>
		<type>com.liferay.portal.kernel.search.StringQueryFactory</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>query</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>StringQueryFactoryImpl</name>
		<type>com.liferay.portal.kernel.search.StringQueryFactoryImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>query</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>StringQueryFactoryUtil</name>
		<type>com.liferay.portal.kernel.search.StringQueryFactoryUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>query</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStringQueryFactory</name>
		</method>
		<method>
			<name>setStringQueryFactory</name>
			<param>
				<name>stringQueryFactory</name>
				<type>com.liferay.portal.kernel.search.StringQueryFactory</type>
			</param>
		</method>
		<field>
			<name>_stringQueryFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StringQueryImpl</name>
		<type>com.liferay.portal.kernel.search.StringQueryImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>StringQueryImpl</name>
			<param>
				<name>query</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getWrappedQuery</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_query</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Summary</name>
		<type>com.liferay.portal.kernel.search.Summary</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Ryan Park]]></author>
		<method>
			<name>Summary</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
		</method>
		<method>
			<name>getPortletURL</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>setContent</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletURL</name>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>setTitle</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_content</name>
		</field>
		<field>
			<name>_portletURL</name>
		</field>
		<field>
			<name>_title</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TermQuery</name>
		<type>com.liferay.portal.kernel.search.TermQuery</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getQueryTerm</name>
		</method>
	</javadoc>
	<javadoc>
		<name>TermQueryFactory</name>
		<type>com.liferay.portal.kernel.search.TermQueryFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>create</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TermQueryFactoryUtil</name>
		<type>com.liferay.portal.kernel.search.TermQueryFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>create</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>create</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTermQueryFactory</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TermRangeQuery</name>
		<type>com.liferay.portal.kernel.search.TermRangeQuery</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getField</name>
		</method>
		<method>
			<name>getLowerTerm</name>
		</method>
		<method>
			<name>getUpperTerm</name>
		</method>
		<method>
			<name>includesLower</name>
		</method>
		<method>
			<name>includesUpper</name>
		</method>
		<method>
			<name>toString</name>
		</method>
	</javadoc>
	<javadoc>
		<name>TermRangeQueryFactory</name>
		<type>com.liferay.portal.kernel.search.TermRangeQueryFactory</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>create</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lowerTerm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>upperTerm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includesLower</name>
				<type>boolean</type>
			</param>
			<param>
				<name>includesUpper</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TermRangeQueryFactoryUtil</name>
		<type>com.liferay.portal.kernel.search.TermRangeQueryFactoryUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>create</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lowerTerm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>upperTerm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includesLower</name>
				<type>boolean</type>
			</param>
			<param>
				<name>includesUpper</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getTermRangeQueryFactory</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WildcardQuery</name>
		<type>com.liferay.portal.kernel.search.WildcardQuery</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getQueryTerm</name>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetEntriesFacet</name>
		<type>com.liferay.portal.kernel.search.facet.AssetEntriesFacet</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>AssetEntriesFacet</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>setFacetConfiguration</name>
			<param>
				<name>facetConfiguration</name>
				<type>com.liferay.portal.kernel.search.facet.config.FacetConfiguration</type>
			</param>
		</method>
		<method>
			<name>doGetFacetClause</name>
		</method>
		<method>
			<name>initFacetClause</name>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseFacet</name>
		<type>com.liferay.portal.kernel.search.facet.BaseFacet</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>BaseFacet</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>getFacetClause</name>
		</method>
		<method>
			<name>getFacetCollector</name>
		</method>
		<method>
			<name>getFacetConfiguration</name>
		</method>
		<method>
			<name>getFacetValueValidator</name>
		</method>
		<method>
			<name>getFieldName</name>
		</method>
		<method>
			<name>getSearchContext</name>
		</method>
		<method>
			<name>isStatic</name>
		</method>
		<method>
			<name>setFacetCollector</name>
			<param>
				<name>facetCollector</name>
				<type>com.liferay.portal.kernel.search.facet.collector.FacetCollector</type>
			</param>
		</method>
		<method>
			<name>setFacetConfiguration</name>
			<param>
				<name>facetConfiguration</name>
				<type>com.liferay.portal.kernel.search.facet.config.FacetConfiguration</type>
			</param>
		</method>
		<method>
			<name>setFacetValueValidator</name>
			<param>
				<name>facetValueValidator</name>
				<type>com.liferay.portal.kernel.search.facet.util.FacetValueValidator</type>
			</param>
		</method>
		<method>
			<name>setFieldName</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setStatic</name>
			<param>
				<name>isStatic</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>doGetFacetClause</name>
		</method>
		<field>
			<name>_facetCollector</name>
		</field>
		<field>
			<name>_facetConfiguration</name>
		</field>
		<field>
			<name>_facetValueValidator</name>
		</field>
		<field>
			<name>_searchContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Facet</name>
		<type>com.liferay.portal.kernel.search.facet.Facet</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getFacetClause</name>
		</method>
		<method>
			<name>getFacetCollector</name>
		</method>
		<method>
			<name>getFacetConfiguration</name>
		</method>
		<method>
			<name>getFacetValueValidator</name>
		</method>
		<method>
			<name>getFieldName</name>
		</method>
		<method>
			<name>getSearchContext</name>
		</method>
		<method>
			<name>isStatic</name>
		</method>
		<method>
			<name>setFacetCollector</name>
			<param>
				<name>facetCollector</name>
				<type>com.liferay.portal.kernel.search.facet.collector.FacetCollector</type>
			</param>
		</method>
		<method>
			<name>setFacetConfiguration</name>
			<param>
				<name>facetConfiguration</name>
				<type>com.liferay.portal.kernel.search.facet.config.FacetConfiguration</type>
			</param>
		</method>
		<method>
			<name>setFacetValueValidator</name>
			<param>
				<name>facetValueValidator</name>
				<type>com.liferay.portal.kernel.search.facet.util.FacetValueValidator</type>
			</param>
		</method>
		<method>
			<name>setFieldName</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setStatic</name>
			<param>
				<name>isStatic</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ModifiedFacet</name>
		<type>com.liferay.portal.kernel.search.facet.ModifiedFacet</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>ModifiedFacet</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>doGetFacetClause</name>
		</method>
		<method>
			<name>normalizeDates</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>facetConfiguration</name>
				<type>com.liferay.portal.kernel.search.facet.config.FacetConfiguration</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MultiValueFacet</name>
		<type>com.liferay.portal.kernel.search.facet.MultiValueFacet</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>MultiValueFacet</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>doGetFacetClause</name>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RangeFacet</name>
		<type>com.liferay.portal.kernel.search.facet.RangeFacet</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>RangeFacet</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>doGetFacetClause</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ScopeFacet</name>
		<type>com.liferay.portal.kernel.search.facet.ScopeFacet</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>ScopeFacet</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>doGetFacetClause</name>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SimpleFacet</name>
		<type>com.liferay.portal.kernel.search.facet.SimpleFacet</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>SimpleFacet</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>doGetFacetClause</name>
		</method>
	</javadoc>
	<javadoc>
		<name>FacetCollector</name>
		<type>com.liferay.portal.kernel.search.facet.collector.FacetCollector</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getFieldName</name>
		</method>
		<method>
			<name>getTermCollector</name>
			<param>
				<name>term</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTermCollectors</name>
		</method>
	</javadoc>
	<javadoc>
		<name>TermCollector</name>
		<type>com.liferay.portal.kernel.search.facet.collector.TermCollector</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getFrequency</name>
		</method>
		<method>
			<name>getTerm</name>
		</method>
	</javadoc>
	<javadoc>
		<name>FacetConfiguration</name>
		<type>com.liferay.portal.kernel.search.facet.config.FacetConfiguration</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getData</name>
		</method>
		<method>
			<name>getDisplayStyle</name>
		</method>
		<method>
			<name>getFieldName</name>
		</method>
		<method>
			<name>getLabel</name>
		</method>
		<method>
			<name>getOrder</name>
		</method>
		<method>
			<name>getWeight</name>
		</method>
		<method>
			<name>isStatic</name>
		</method>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDataJSONObject</name>
			<param>
				<name>dataJSONObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
		<method>
			<name>setDisplayStyle</name>
			<param>
				<name>displayStyle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFieldName</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLabel</name>
			<param>
				<name>label</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setOrder</name>
			<param>
				<name>order</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setStatic</name>
			<param>
				<name>isStatic</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setWeight</name>
			<param>
				<name>weight</name>
				<type>double</type>
			</param>
		</method>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_dataJSONObject</name>
		</field>
		<field>
			<name>_displayStyle</name>
		</field>
		<field>
			<name>_fieldName</name>
		</field>
		<field>
			<name>_label</name>
		</field>
		<field>
			<name>_order</name>
		</field>
		<field>
			<name>_static</name>
		</field>
		<field>
			<name>_weight</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FacetConfigurationUtil</name>
		<type>com.liferay.portal.kernel.search.facet.config.FacetConfigurationUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>load</name>
			<param>
				<name>configuration</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_toFacetConfiguration</name>
			<param>
				<name>facetJSONObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseFacetValueValidator</name>
		<type>com.liferay.portal.kernel.search.facet.util.BaseFacetValueValidator</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>check</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FacetFactoryUtil</name>
		<type>com.liferay.portal.kernel.search.facet.util.FacetFactoryUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>create</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>facetConfiguration</name>
				<type>com.liferay.portal.kernel.search.facet.config.FacetConfiguration</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_constructorCache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FacetValueValidator</name>
		<type>com.liferay.portal.kernel.search.facet.util.FacetValueValidator</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>check</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RangeParserUtil</name>
		<type>com.liferay.portal.kernel.search.facet.util.RangeParserUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>parserRange</name>
			<param>
				<name>range</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseSearchEngineMessageListener</name>
		<type>com.liferay.portal.kernel.search.messaging.BaseSearchEngineMessageListener</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>setSearchEngine</name>
			<param>
				<name>searchEngine</name>
				<type>com.liferay.portal.kernel.search.SearchEngine</type>
			</param>
		</method>
		<method>
			<name>setSearchEngineId</name>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>searchEngine</name>
		</field>
		<field>
			<name>searchEngineId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SearchEngineCommand</name>
		<type>com.liferay.portal.kernel.search.messaging.SearchEngineCommand</type>
		<author><![CDATA[Michael C. Han]]></author>
		<field>
			<name>ADD_DOCUMENT</name>
		</field>
		<field>
			<name>ADD_DOCUMENTS</name>
		</field>
		<field>
			<name>DELETE_DOCUMENT</name>
		</field>
		<field>
			<name>DELETE_DOCUMENTS</name>
		</field>
		<field>
			<name>DELETE_PORTLET_DOCUMENTS</name>
		</field>
		<field>
			<name>SEARCH</name>
		</field>
		<field>
			<name>UPDATE_DOCUMENT</name>
		</field>
		<field>
			<name>UPDATE_DOCUMENTS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SearchReaderMessageListener</name>
		<type>com.liferay.portal.kernel.search.messaging.SearchReaderMessageListener</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
	</javadoc>
	<javadoc>
		<name>SearchWriterMessageListener</name>
		<type>com.liferay.portal.kernel.search.messaging.SearchWriterMessageListener</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalGroup</name>
		<type>com.liferay.portal.kernel.security.jaas.PortalGroup</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortalGroup</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addMember</name>
			<param>
				<name>user</name>
				<type>java.security.Principal</type>
			</param>
		</method>
		<method>
			<name>isMember</name>
			<param>
				<name>member</name>
				<type>java.security.Principal</type>
			</param>
		</method>
		<method>
			<name>members</name>
		</method>
		<method>
			<name>removeMember</name>
			<param>
				<name>user</name>
				<type>java.security.Principal</type>
			</param>
		</method>
		<field>
			<name>_members</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalLoginModule</name>
		<type>com.liferay.portal.kernel.security.jaas.PortalLoginModule</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortalLoginModule</name>
		</method>
		<method>
			<name>abort</name>
			<throws>
				<name>LoginException</name>
				<type>javax.security.auth.login.LoginException</type>
			</throws>
		</method>
		<method>
			<name>commit</name>
			<throws>
				<name>LoginException</name>
				<type>javax.security.auth.login.LoginException</type>
			</throws>
		</method>
		<method>
			<name>initialize</name>
			<param>
				<name>subject</name>
				<type>javax.security.auth.Subject</type>
			</param>
			<param>
				<name>callbackHandler</name>
				<type>javax.security.auth.callback.CallbackHandler</type>
			</param>
			<param>
				<name>sharedState</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>login</name>
			<throws>
				<name>LoginException</name>
				<type>javax.security.auth.login.LoginException</type>
			</throws>
		</method>
		<method>
			<name>logout</name>
			<throws>
				<name>LoginException</name>
				<type>javax.security.auth.login.LoginException</type>
			</throws>
		</method>
		<field>
			<name>_CLASS_NAME</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_loginModule</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalPrincipal</name>
		<type>com.liferay.portal.kernel.security.jaas.PortalPrincipal</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortalPrincipal</name>
		</method>
		<method>
			<name>PortalPrincipal</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalRole</name>
		<type>com.liferay.portal.kernel.security.jaas.PortalRole</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortalRole</name>
		</method>
		<method>
			<name>PortalRole</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PACLConstants</name>
		<type>com.liferay.portal.kernel.security.pacl.PACLConstants</type>
		<author><![CDATA[Raymond Augé]]></author>
		<field>
			<name>FILE_PERMISSION_ACTION_DELETE</name>
		</field>
		<field>
			<name>FILE_PERMISSION_ACTION_EXECUTE</name>
		</field>
		<field>
			<name>FILE_PERMISSION_ACTION_READ</name>
		</field>
		<field>
			<name>FILE_PERMISSION_ACTION_WRITE</name>
		</field>
		<field>
			<name>MBEAN_PERMISSION_IS_INSTANCE_OF</name>
		</field>
		<field>
			<name>MBEAN_PERMISSION_REGISTER_MBEAN</name>
		</field>
		<field>
			<name>MBEAN_TRUST_PERMISSION_REGISTER</name>
		</field>
		<field>
			<name>NET_PERMISSION_GET_PROXY_SELECTOR</name>
		</field>
		<field>
			<name>NET_PERMISSION_SPECIFY_STREAM_HANDLER</name>
		</field>
		<field>
			<name>PORTAL_HOOK_PERMISSION_CUSTOM_JSP_DIR</name>
		</field>
		<field>
			<name>PORTAL_HOOK_PERMISSION_INDEXER</name>
		</field>
		<field>
			<name>PORTAL_HOOK_PERMISSION_LANGUAGE_PROPERTIES_LOCALE</name>
		</field>
		<field>
			<name>PORTAL_HOOK_PERMISSION_PORTAL_PROPERTIES_KEY</name>
		</field>
		<field>
			<name>PORTAL_HOOK_PERMISSION_SERVICE</name>
		</field>
		<field>
			<name>PORTAL_HOOK_PERMISSION_SERVLET_FILTERS</name>
		</field>
		<field>
			<name>PORTAL_HOOK_PERMISSION_STRUTS_ACTION_PATH</name>
		</field>
		<field>
			<name>PORTAL_MESSAGE_BUS_PERMISSION_LISTEN</name>
		</field>
		<field>
			<name>PORTAL_MESSAGE_BUS_PERMISSION_SEND</name>
		</field>
		<field>
			<name>PORTAL_RUNTIME_PERMISSION_EXPANDO_BRIDGE</name>
		</field>
		<field>
			<name>PORTAL_RUNTIME_PERMISSION_GET_BEAN_PROPERTY</name>
		</field>
		<field>
			<name>PORTAL_RUNTIME_PERMISSION_SEARCH_ENGINE</name>
		</field>
		<field>
			<name>PORTAL_RUNTIME_PERMISSION_SET_BEAN_PROPERTY</name>
		</field>
		<field>
			<name>PORTAL_RUNTIME_PERMISSION_THREAD_POOL_EXECUTOR</name>
		</field>
		<field>
			<name>PORTAL_SERVICE_PERMISSION_DYNAMIC_QUERY</name>
		</field>
		<field>
			<name>PORTAL_SERVICE_PERMISSION_SERVICE</name>
		</field>
		<field>
			<name>RUNTIME_PERMISSION_ACCESS_CLASS_IN_PACKAGE</name>
		</field>
		<field>
			<name>RUNTIME_PERMISSION_ACCESS_DECLARED_MEMBERS</name>
		</field>
		<field>
			<name>RUNTIME_PERMISSION_CREATE_CLASS_LOADER</name>
		</field>
		<field>
			<name>RUNTIME_PERMISSION_GET_CLASSLOADER</name>
		</field>
		<field>
			<name>RUNTIME_PERMISSION_GET_ENV</name>
		</field>
		<field>
			<name>RUNTIME_PERMISSION_GET_PROTECTION_DOMAIN</name>
		</field>
		<field>
			<name>RUNTIME_PERMISSION_READ_FILE_DESCRIPTOR</name>
		</field>
		<field>
			<name>RUNTIME_PERMISSION_SET_CONTEXT_CLASS_LOADER</name>
		</field>
		<field>
			<name>RUNTIME_PERMISSION_SET_SECURITY_MANAGER</name>
		</field>
		<field>
			<name>RUNTIME_PERMISSION_WRITE_FILE_DESCRIPTOR</name>
		</field>
		<field>
			<name>SECURITY_PERMISSION_GET_POLICY</name>
		</field>
		<field>
			<name>SECURITY_PERMISSION_SET_POLICY</name>
		</field>
		<field>
			<name>SOCKET_PERMISSION_ACCEPT</name>
		</field>
		<field>
			<name>SOCKET_PERMISSION_CONNECT</name>
		</field>
		<field>
			<name>SOCKET_PERMISSION_LISTEN</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalHookPermission</name>
		<type>com.liferay.portal.kernel.security.pacl.permission.PortalHookPermission</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>PortalHookPermission</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getClassLoader</name>
		</method>
		<method>
			<name>getSubject</name>
		</method>
		<field>
			<name>_classLoader</name>
		</field>
		<field>
			<name>_subject</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalMessageBusPermission</name>
		<type>com.liferay.portal.kernel.security.pacl.permission.PortalMessageBusPermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortalMessageBusPermission</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDestinationName</name>
		</method>
		<field>
			<name>_destinationName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalRuntimePermission</name>
		<type>com.liferay.portal.kernel.security.pacl.permission.PortalRuntimePermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>checkExpandoBridge</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>checkGetBeanProperty</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>checkGetBeanProperty</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>property</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>checkSearchEngine</name>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>checkSetBeanProperty</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>checkSetBeanProperty</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>property</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortalRuntimePermission</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>PortalRuntimePermission</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>property</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getProperty</name>
		</method>
		<method>
			<name>getSubject</name>
		</method>
		<field>
			<name>_property</name>
		</field>
		<field>
			<name>_subject</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalServicePermission</name>
		<type>com.liferay.portal.kernel.security.pacl.permission.PortalServicePermission</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>PortalServicePermission</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
		</method>
		<method>
			<name>getMethod</name>
		</method>
		<method>
			<name>getObject</name>
		</method>
		<field>
			<name>_method</name>
		</field>
		<field>
			<name>_object</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseFilter</name>
		<type>com.liferay.portal.kernel.servlet.BaseFilter</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>doFilter</name>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>servletResponse</name>
				<type>javax.servlet.ServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>getFilterConfig</name>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>filterConfig</name>
				<type>javax.servlet.FilterConfig</type>
			</param>
		</method>
		<method>
			<name>isFilterEnabled</name>
		</method>
		<method>
			<name>isFilterEnabled</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>setFilterEnabled</name>
			<param>
				<name>filterEnabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getLog</name>
		</method>
		<method>
			<name>processFilter</name>
			<param>
				<name>filterClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_DEPTHER</name>
		</field>
		<field>
			<name>_TCK_URL</name>
		</field>
		<field>
			<name>_filterConfig</name>
		</field>
		<field>
			<name>_filterEnabled</name>
		</field>
		<field>
			<name>_filterMapping</name>
		</field>
		<field>
			<name>_invokerEnabled</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BodyContentWrapper</name>
		<type>com.liferay.portal.kernel.servlet.BodyContentWrapper</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>BodyContentWrapper</name>
			<param>
				<name>bodyContent</name>
				<type>javax.servlet.jsp.tagext.BodyContent</type>
			</param>
			<param>
				<name>unsyncStringWriter</name>
				<type>com.liferay.portal.kernel.io.unsync.UnsyncStringWriter</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>charSequence</name>
				<type>java.lang.CharSequence</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>charSequence</name>
				<type>java.lang.CharSequence</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>clear</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>clearBody</name>
		</method>
		<method>
			<name>clearBuffer</name>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getBufferSize</name>
		</method>
		<method>
			<name>getEnclosingWriter</name>
		</method>
		<method>
			<name>getReader</name>
		</method>
		<method>
			<name>getRemaining</name>
		</method>
		<method>
			<name>getString</name>
		</method>
		<method>
			<name>getStringBundler</name>
		</method>
		<method>
			<name>isAutoFlush</name>
		</method>
		<method>
			<name>newLine</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>b</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>d</name>
				<type>double</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>f</name>
				<type>float</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>i</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>l</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>b</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>d</name>
				<type>double</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>f</name>
				<type>float</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>i</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>l</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>c</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>writeOut</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_bodyContent</name>
		</field>
		<field>
			<name>_unsyncStringWriter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BrowserSniffer</name>
		<type>com.liferay.portal.kernel.servlet.BrowserSniffer</type>
		<comment><![CDATA[See http://www.zytrax.com/tech/web/browser_ids.htm for examples.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>acceptsGzip</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getBrowserId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getMajorVersion</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getRevision</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getVersion</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isAir</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isChrome</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isFirefox</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isGecko</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isIe</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isIphone</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isLinux</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isMac</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isMobile</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isMozilla</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isOpera</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isRtf</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isSafari</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isSun</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isWap</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isWapXhtml</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isWebKit</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isWindows</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isWml</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>BROWSER_ID_FIREFOX</name>
		</field>
		<field>
			<name>BROWSER_ID_IE</name>
		</field>
		<field>
			<name>BROWSER_ID_OTHER</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BrowserSnifferUtil</name>
		<type>com.liferay.portal.kernel.servlet.BrowserSnifferUtil</type>
		<comment><![CDATA[See http://www.zytrax.com/tech/web/browser_ids.htm for examples.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>acceptsGzip</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getBrowserId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getBrowserSniffer</name>
		</method>
		<method>
			<name>getMajorVersion</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getRevision</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getVersion</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isAir</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isChrome</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isFirefox</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isGecko</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isIe</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isIphone</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isLinux</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isMac</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isMobile</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isMozilla</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isOpera</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isRtf</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isSafari</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isSun</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isWap</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isWapXhtml</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isWebKit</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isWindows</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isWml</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>setBrowserSniffer</name>
			<param>
				<name>browserSniffer</name>
				<type>com.liferay.portal.kernel.servlet.BrowserSniffer</type>
			</param>
		</method>
		<field>
			<name>_browserSniffer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ByteBufferServletResponse</name>
		<type>com.liferay.portal.kernel.servlet.ByteBufferServletResponse</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>ByteBufferServletResponse</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>getBufferSize</name>
		</method>
		<method>
			<name>getByteBuffer</name>
		</method>
		<method>
			<name>getOutputStream</name>
		</method>
		<method>
			<name>getWriter</name>
		</method>
		<method>
			<name>setByteBuffer</name>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<field>
			<name>_byteBuffer</name>
		</field>
		<field>
			<name>_printWriter</name>
		</field>
		<field>
			<name>_servletOutputStream</name>
		</field>
		<field>
			<name>_unsyncByteArrayOutputStream</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DirectCallFilter</name>
		<type>com.liferay.portal.kernel.servlet.DirectCallFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
	</javadoc>
	<javadoc>
		<name>DirectRequestDispatcherFactory</name>
		<type>com.liferay.portal.kernel.servlet.DirectRequestDispatcherFactory</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getRequestDispatcher</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRequestDispatcher</name>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DirectRequestDispatcherFactoryUtil</name>
		<type>com.liferay.portal.kernel.servlet.DirectRequestDispatcherFactoryUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getRequestDispatcher</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRequestDispatcher</name>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDirectRequestDispatcherFactory</name>
		</method>
		<method>
			<name>setDirectRequestDispatcherFactory</name>
			<param>
				<name>directRequestDispatcherFactory</name>
				<type>com.liferay.portal.kernel.servlet.DirectRequestDispatcherFactory</type>
			</param>
		</method>
		<field>
			<name>_directRequestDispatcherFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DirectServletRegistry</name>
		<type>com.liferay.portal.kernel.servlet.DirectServletRegistry</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>clearServlets</name>
		</method>
		<method>
			<name>getServlet</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>putServlet</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servlet</name>
				<type>javax.servlet.Servlet</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DirectServletRegistryUtil</name>
		<type>com.liferay.portal.kernel.servlet.DirectServletRegistryUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>clearServlets</name>
		</method>
		<method>
			<name>getDirectServletRegistry</name>
		</method>
		<method>
			<name>getServlet</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>putServlet</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servlet</name>
				<type>javax.servlet.Servlet</type>
			</param>
		</method>
		<method>
			<name>setDirectServletRegistry</name>
			<param>
				<name>directServletRegistry</name>
				<type>com.liferay.portal.kernel.servlet.DirectServletRegistry</type>
			</param>
		</method>
		<field>
			<name>_directServletRegistry</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DummyFilterChain</name>
		<type>com.liferay.portal.kernel.servlet.DummyFilterChain</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doFilter</name>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>servletResponse</name>
				<type>javax.servlet.ServletResponse</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DynamicServletConfig</name>
		<type>com.liferay.portal.kernel.servlet.DynamicServletConfig</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DynamicServletConfig</name>
			<param>
				<name>servletConfig</name>
				<type>javax.servlet.ServletConfig</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>getInitParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInitParameterNames</name>
		</method>
		<method>
			<name>getServletContext</name>
		</method>
		<method>
			<name>getServletName</name>
		</method>
		<field>
			<name>_params</name>
		</field>
		<field>
			<name>_servletConfig</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DynamicServletRequest</name>
		<type>com.liferay.portal.kernel.servlet.DynamicServletRequest</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DynamicServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>DynamicServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>inherit</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>DynamicServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>DynamicServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>inherit</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getDynamicParameterMap</name>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameterMap</name>
		</method>
		<method>
			<name>getParameterNames</name>
		</method>
		<method>
			<name>getParameterValues</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParameterValues</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<field>
			<name>_inherit</name>
		</field>
		<field>
			<name>_params</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExtContextListener</name>
		<type>com.liferay.portal.kernel.servlet.ExtContextListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[]]></deprecated>
		<method>
			<name>contextDestroyed</name>
			<param>
				<name>servletContextEvent</name>
				<type>javax.servlet.ServletContextEvent</type>
			</param>
		</method>
		<method>
			<name>contextInitialized</name>
			<param>
				<name>servletContextEvent</name>
				<type>javax.servlet.ServletContextEvent</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FileTimestampUtil</name>
		<type>com.liferay.portal.kernel.servlet.FileTimestampUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getTimestamp</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTimestamp</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultTimestamp</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>reset</name>
		</method>
		<field>
			<name>_timestamps</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Header</name>
		<type>com.liferay.portal.kernel.servlet.Header</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getCookieValue</name>
		</method>
		<method>
			<name>getDateValue</name>
		</method>
		<method>
			<name>getIntValue</name>
		</method>
		<method>
			<name>getStringValue</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>setCookieValue</name>
			<param>
				<name>cookieValue</name>
				<type>javax.servlet.http.Cookie</type>
			</param>
		</method>
		<method>
			<name>setDateValue</name>
			<param>
				<name>dateValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setIntValue</name>
			<param>
				<name>intValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setStringValue</name>
			<param>
				<name>stringValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setType</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>COOKIE_TYPE</name>
		</field>
		<field>
			<name>DATE_TYPE</name>
		</field>
		<field>
			<name>INTEGER_TYPE</name>
		</field>
		<field>
			<name>STRING_TYPE</name>
		</field>
		<field>
			<name>_cookieValue</name>
		</field>
		<field>
			<name>_dateValue</name>
		</field>
		<field>
			<name>_intValue</name>
		</field>
		<field>
			<name>_stringValue</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HeaderCacheServletResponse</name>
		<type>com.liferay.portal.kernel.servlet.HeaderCacheServletResponse</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>HeaderCacheServletResponse</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>addCookie</name>
			<param>
				<name>cookie</name>
				<type>javax.servlet.http.Cookie</type>
			</param>
		</method>
		<method>
			<name>addDateHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addIntHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>flushBuffer</name>
		</method>
		<method>
			<name>getContentType</name>
		</method>
		<method>
			<name>getHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getHeaders</name>
		</method>
		<method>
			<name>getStatus</name>
		</method>
		<method>
			<name>isCommitted</name>
		</method>
		<method>
			<name>sendError</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>sendError</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>sendRedirect</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>setContentLength</name>
			<param>
				<name>contentLength</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setContentType</name>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDateHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setIntHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setStatus</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_committed</name>
		</field>
		<field>
			<name>_contentType</name>
		</field>
		<field>
			<name>_headers</name>
		</field>
		<field>
			<name>_status</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HookContextListener</name>
		<type>com.liferay.portal.kernel.servlet.HookContextListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[]]></deprecated>
		<method>
			<name>contextDestroyed</name>
			<param>
				<name>servletContextEvent</name>
				<type>javax.servlet.ServletContextEvent</type>
			</param>
		</method>
		<method>
			<name>contextInitialized</name>
			<param>
				<name>servletContextEvent</name>
				<type>javax.servlet.ServletContextEvent</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>HttpHeaders</name>
		<type>com.liferay.portal.kernel.servlet.HttpHeaders</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>ACCEPT</name>
		</field>
		<field>
			<name>ACCEPT_ENCODING</name>
		</field>
		<field>
			<name>ACCEPT_RANGES</name>
		</field>
		<field>
			<name>AUTHORIZATION</name>
		</field>
		<field>
			<name>CACHE_CONTROL</name>
		</field>
		<field>
			<name>CONNECTION</name>
		</field>
		<field>
			<name>CONTENT_DISPOSITION</name>
		</field>
		<field>
			<name>CONTENT_ENCODING</name>
		</field>
		<field>
			<name>CONTENT_ID</name>
		</field>
		<field>
			<name>CONTENT_LENGTH</name>
		</field>
		<field>
			<name>CONTENT_RANGE</name>
		</field>
		<field>
			<name>CONTENT_TYPE</name>
		</field>
		<field>
			<name>COOKIE</name>
		</field>
		<field>
			<name>ETAG</name>
		</field>
		<field>
			<name>EXPIRES</name>
		</field>
		<field>
			<name>IF_MODIFIED_SINCE</name>
		</field>
		<field>
			<name>IF_NONE_MATCH</name>
		</field>
		<field>
			<name>KEEP_ALIVE</name>
		</field>
		<field>
			<name>LAST_MODIFIED</name>
		</field>
		<field>
			<name>LIFERAY_EMAIL_ADDRESS</name>
		</field>
		<field>
			<name>LIFERAY_SCREEN_NAME</name>
		</field>
		<field>
			<name>LIFERAY_USER_ID</name>
		</field>
		<field>
			<name>LOCATION</name>
		</field>
		<field>
			<name>PRAGMA</name>
		</field>
		<field>
			<name>RANGE</name>
		</field>
		<field>
			<name>USER_AGENT</name>
		</field>
		<field>
			<name>WWW_AUTHENTICATE</name>
		</field>
		<field>
			<name>ACCEPT_RANGES_BYTES_VALUE</name>
		</field>
		<field>
			<name>CONNECTION_CLOSE_VALUE</name>
		</field>
		<field>
			<name>CACHE_CONTROL_DEFAULT_VALUE</name>
		</field>
		<field>
			<name>CACHE_CONTROL_NO_CACHE_VALUE</name>
		</field>
		<field>
			<name>CACHE_CONTROL_PRIVATE_VALUE</name>
		</field>
		<field>
			<name>CACHE_CONTROL_PUBLIC_VALUE</name>
		</field>
		<field>
			<name>CLOSE</name>
			<deprecated><![CDATA[Use <code>CONNECTION_CLOSE_VALUE</code>.]]></deprecated>
		</field>
		<field>
			<name>EXPIRES_DEFAULT_VALUE</name>
		</field>
		<field>
			<name>PRAGMA_NO_CACHE_VALUE</name>
		</field>
		<field>
			<name>PRAGMA_PUBLIC_VALUE</name>
		</field>
		<field>
			<name>PUBLIC</name>
			<deprecated><![CDATA[Use <code>CACHE_CONTROL_PUBLIC_VALUE</code>.]]></deprecated>
		</field>
	</javadoc>
	<javadoc>
		<name>HttpMethods</name>
		<type>com.liferay.portal.kernel.servlet.HttpMethods</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>CONNECT</name>
		</field>
		<field>
			<name>DELETE</name>
		</field>
		<field>
			<name>GET</name>
		</field>
		<field>
			<name>HEAD</name>
		</field>
		<field>
			<name>OPTIONS</name>
		</field>
		<field>
			<name>POST</name>
		</field>
		<field>
			<name>PUT</name>
		</field>
		<field>
			<name>TRACE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HttpSessionWrapper</name>
		<type>com.liferay.portal.kernel.servlet.HttpSessionWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>HttpSessionWrapper</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>getAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAttributeNames</name>
		</method>
		<method>
			<name>getCreationTime</name>
		</method>
		<method>
			<name>getId</name>
		</method>
		<method>
			<name>getLastAccessedTime</name>
		</method>
		<method>
			<name>getMaxInactiveInterval</name>
		</method>
		<method>
			<name>getServletContext</name>
		</method>
		<method>
			<name>getSessionContext</name>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>getValueNames</name>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>getWrappedSession</name>
		</method>
		<method>
			<name>invalidate</name>
		</method>
		<method>
			<name>isNew</name>
		</method>
		<method>
			<name>putValue</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>removeAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeValue</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setMaxInactiveInterval</name>
			<param>
				<name>interval</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_session</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JspFactorySwapper</name>
		<type>com.liferay.portal.kernel.servlet.JspFactorySwapper</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>swap</name>
		</method>
		<field>
			<name>_jspFactoryWrapper</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JspFactoryWrapper</name>
		<type>com.liferay.portal.kernel.servlet.JspFactoryWrapper</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>JspFactoryWrapper</name>
			<param>
				<name>jspFactory</name>
				<type>javax.servlet.jsp.JspFactory</type>
			</param>
		</method>
		<method>
			<name>getEngineInfo</name>
		</method>
		<method>
			<name>getJspApplicationContext</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>getPageContext</name>
			<param>
				<name>servlet</name>
				<type>javax.servlet.Servlet</type>
			</param>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>servletResponse</name>
				<type>javax.servlet.ServletResponse</type>
			</param>
			<param>
				<name>errorPageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>needsSession</name>
				<type>boolean</type>
			</param>
			<param>
				<name>buffer</name>
				<type>int</type>
			</param>
			<param>
				<name>autoflush</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>releasePageContext</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
		</method>
		<field>
			<name>_DIRECT_SERVLET_CONTEXT_ENABLED</name>
		</field>
		<field>
			<name>_JSP_WRITER_BUFFER_SIZE</name>
		</field>
		<field>
			<name>_jspFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutTemplateContextListener</name>
		<type>com.liferay.portal.kernel.servlet.LayoutTemplateContextListener</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[]]></deprecated>
		<method>
			<name>contextDestroyed</name>
			<param>
				<name>servletContextEvent</name>
				<type>javax.servlet.ServletContextEvent</type>
			</param>
		</method>
		<method>
			<name>contextInitialized</name>
			<param>
				<name>servletContextEvent</name>
				<type>javax.servlet.ServletContextEvent</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LiferayFilter</name>
		<type>com.liferay.portal.kernel.servlet.LiferayFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>isFilterEnabled</name>
		</method>
		<method>
			<name>isFilterEnabled</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>setFilterEnabled</name>
			<param>
				<name>filterEnabled</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LiferayFilterTracker</name>
		<type>com.liferay.portal.kernel.servlet.LiferayFilterTracker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addLiferayFilter</name>
			<param>
				<name>liferayFilter</name>
				<type>com.liferay.portal.kernel.servlet.LiferayFilter</type>
			</param>
		</method>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>getLiferayFilters</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeLiferayFilter</name>
			<param>
				<name>liferayFilter</name>
				<type>com.liferay.portal.kernel.servlet.LiferayFilter</type>
			</param>
		</method>
		<field>
			<name>_liferayFilters</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NoRedirectServletResponse</name>
		<type>com.liferay.portal.kernel.servlet.NoRedirectServletResponse</type>
		<author><![CDATA[Peter Shin]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoRedirectServletResponse</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>getRedirectLocation</name>
		</method>
		<method>
			<name>sendRedirect</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_redirectLocation</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NonSerializableObjectHandler</name>
		<type>com.liferay.portal.kernel.servlet.NonSerializableObjectHandler</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>getValue</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>NonSerializableObjectHandler</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NonSerializableObjectRequestWrapper</name>
		<type>com.liferay.portal.kernel.servlet.NonSerializableObjectRequestWrapper</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>NonSerializableObjectRequestWrapper</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PageContextWrapper</name>
		<type>com.liferay.portal.kernel.servlet.PageContextWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>PageContextWrapper</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
		</method>
		<method>
			<name>findAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>forward</name>
			<param>
				<name>relativeUrlPath</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>getAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getAttributeNamesInScope</name>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getAttributesScope</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getELContext</name>
		</method>
		<method>
			<name>getErrorData</name>
		</method>
		<method>
			<name>getException</name>
		</method>
		<method>
			<name>getExpressionEvaluator</name>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>getOut</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>getRequest</name>
		</method>
		<method>
			<name>getResponse</name>
		</method>
		<method>
			<name>getServletConfig</name>
		</method>
		<method>
			<name>getServletContext</name>
		</method>
		<method>
			<name>getSession</name>
		</method>
		<method>
			<name>getVariableResolver</name>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>getWrappedPageContext</name>
		</method>
		<method>
			<name>handlePageException</name>
			<param>
				<name>e</name>
				<type>java.lang.Exception</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>handlePageException</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>relativeUrlPath</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>relativeUrlPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>flush</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>initialize</name>
			<param>
				<name>servlet</name>
				<type>javax.servlet.Servlet</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.ServletResponse</type>
			</param>
			<param>
				<name>errorPageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>needsSession</name>
				<type>boolean</type>
			</param>
			<param>
				<name>bufferSize</name>
				<type>int</type>
			</param>
			<param>
				<name>autoFlush</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IllegalArgumentException</name>
				<type>java.lang.IllegalArgumentException</type>
			</throws>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>popBody</name>
		</method>
		<method>
			<name>pushBody</name>
		</method>
		<method>
			<name>pushBody</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
		</method>
		<method>
			<name>release</name>
		</method>
		<method>
			<name>removeAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_pageContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PipingJspWriter</name>
		<type>com.liferay.portal.kernel.servlet.PipingJspWriter</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>PipingJspWriter</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
		</method>
		<method>
			<name>clear</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>clearBuffer</name>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getRemaining</name>
		</method>
		<method>
			<name>newLine</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>b</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>d</name>
				<type>double</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>f</name>
				<type>float</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>i</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>l</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>b</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>d</name>
				<type>double</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>f</name>
				<type>float</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>i</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>l</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>c</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_LINE_SEPARATOR</name>
		</field>
		<field>
			<name>_writer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PipingPageContext</name>
		<type>com.liferay.portal.kernel.servlet.PipingPageContext</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>PipingPageContext</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
		</method>
		<method>
			<name>getOut</name>
		</method>
		<field>
			<name>_jspWriter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PipingServletOutputStream</name>
		<type>com.liferay.portal.kernel.servlet.PipingServletOutputStream</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>PipingServletOutputStream</name>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>isClosed</name>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>b</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_closed</name>
		</field>
		<field>
			<name>_outputStream</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PipingServletResponse</name>
		<type>com.liferay.portal.kernel.servlet.PipingServletResponse</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>PipingServletResponse</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
		</method>
		<method>
			<name>PipingServletResponse</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>printWriter</name>
				<type>java.io.PrintWriter</type>
			</param>
		</method>
		<method>
			<name>PipingServletResponse</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>servletOutputStream</name>
				<type>javax.servlet.ServletOutputStream</type>
			</param>
		</method>
		<method>
			<name>PipingServletResponse</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
		</method>
		<method>
			<name>PipingServletResponse</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
		</method>
		<method>
			<name>PipingServletResponse</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>trimNewLines</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getOutputStream</name>
		</method>
		<method>
			<name>getWriter</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_printWriter</name>
		</field>
		<field>
			<name>_servletOutputStream</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PluginContextLifecycleThreadLocal</name>
		<type>com.liferay.portal.kernel.servlet.PluginContextLifecycleThreadLocal</type>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>isDestroying</name>
		</method>
		<method>
			<name>isInitializing</name>
		</method>
		<method>
			<name>setDestroying</name>
			<param>
				<name>destroying</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setInitializing</name>
			<param>
				<name>initializing</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_destroying</name>
		</field>
		<field>
			<name>_initializing</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PluginContextListener</name>
		<type>com.liferay.portal.kernel.servlet.PluginContextListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>attributeAdded</name>
			<param>
				<name>servletContextAttributeEvent</name>
				<type>javax.servlet.ServletContextAttributeEvent</type>
			</param>
		</method>
		<method>
			<name>attributeRemoved</name>
			<param>
				<name>servletContextAttributeEvent</name>
				<type>javax.servlet.ServletContextAttributeEvent</type>
			</param>
		</method>
		<method>
			<name>attributeReplaced</name>
			<param>
				<name>servletContextAttributeEvent</name>
				<type>javax.servlet.ServletContextAttributeEvent</type>
			</param>
		</method>
		<method>
			<name>contextDestroyed</name>
			<param>
				<name>servletContextEvent</name>
				<type>javax.servlet.ServletContextEvent</type>
			</param>
		</method>
		<method>
			<name>contextInitialized</name>
			<param>
				<name>servletContextEvent</name>
				<type>javax.servlet.ServletContextEvent</type>
			</param>
		</method>
		<method>
			<name>doPortalDestroy</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doPortalInit</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>fireDeployEvent</name>
		</method>
		<method>
			<name>fireUndeployEvent</name>
		</method>
		<field>
			<name>PLUGIN_CLASS_LOADER</name>
		</field>
		<field>
			<name>pluginClassLoader</name>
		</field>
		<field>
			<name>servletContext</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_addedPluginClassLoader</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalClassLoaderFilter</name>
		<type>com.liferay.portal.kernel.servlet.PortalClassLoaderFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>doFilter</name>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>servletResponse</name>
				<type>javax.servlet.ServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>filterConfig</name>
				<type>javax.servlet.FilterConfig</type>
			</param>
		</method>
		<method>
			<name>isFilterEnabled</name>
		</method>
		<method>
			<name>isFilterEnabled</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>setFilterEnabled</name>
			<param>
				<name>filterEnabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>doPortalDestroy</name>
		</method>
		<method>
			<name>doPortalInit</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_filter</name>
		</field>
		<field>
			<name>_filterConfig</name>
		</field>
		<field>
			<name>_liferayFilter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalClassLoaderServlet</name>
		<type>com.liferay.portal.kernel.servlet.PortalClassLoaderServlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>servletConfig</name>
				<type>javax.servlet.ServletConfig</type>
			</param>
		</method>
		<method>
			<name>portalDestroy</name>
		</method>
		<method>
			<name>portalInit</name>
		</method>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>doPortalDestroy</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_calledPortalDestroy</name>
		</field>
		<field>
			<name>_servlet</name>
		</field>
		<field>
			<name>_servletConfig</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalDelegateServlet</name>
		<type>com.liferay.portal.kernel.servlet.PortalDelegateServlet</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LEP-2297.
</p>]]></comment>
		<author><![CDATA[Olaf Fricke]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>servletConfig</name>
				<type>javax.servlet.ServletConfig</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_subContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalDelegatorServlet</name>
		<type>com.liferay.portal.kernel.servlet.PortalDelegatorServlet</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LEP-2297.
</p>]]></comment>
		<author><![CDATA[Olaf Fricke]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addDelegate</name>
			<param>
				<name>subContext</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delegate</name>
				<type>javax.servlet.http.HttpServlet</type>
			</param>
		</method>
		<method>
			<name>removeDelegate</name>
			<param>
				<name>subContext</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<field>
			<name>_delegates</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalIncludeUtil</name>
		<type>com.liferay.portal.kernel.servlet.PortalIncludeUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>include</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalSessionContext</name>
		<type>com.liferay.portal.kernel.servlet.PortalSessionContext</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>count</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>values</name>
		</method>
		<method>
			<name>PortalSessionContext</name>
		</method>
		<method>
			<name>_count</name>
		</method>
		<method>
			<name>_get</name>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_put</name>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>_remove</name>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_values</name>
		</method>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_sessionPool</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalSessionThreadLocal</name>
		<type>com.liferay.portal.kernel.servlet.PortalSessionThreadLocal</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getHttpSession</name>
		</method>
		<method>
			<name>setHttpSession</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<field>
			<name>_sessionId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletContextListener</name>
		<type>com.liferay.portal.kernel.servlet.PortletContextListener</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[]]></deprecated>
		<method>
			<name>contextDestroyed</name>
			<param>
				<name>servletContextEvent</name>
				<type>javax.servlet.ServletContextEvent</type>
			</param>
		</method>
		<method>
			<name>contextInitialized</name>
			<param>
				<name>servletContextEvent</name>
				<type>javax.servlet.ServletContextEvent</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletServlet</name>
		<type>com.liferay.portal.kernel.servlet.PortletServlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<field>
			<name>PORTLET_APP</name>
		</field>
		<field>
			<name>PORTLET_CLASS_LOADER</name>
			<deprecated><![CDATA[{@link PluginContextListener#PLUGIN_CLASS_LOADER}]]></deprecated>
		</field>
		<field>
			<name>PORTLET_SERVLET_CONFIG</name>
		</field>
		<field>
			<name>PORTLET_SERVLET_FILTER_CHAIN</name>
		</field>
		<field>
			<name>PORTLET_SERVLET_REQUEST</name>
		</field>
		<field>
			<name>PORTLET_SERVLET_RESPONSE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletServletObjectsFactory</name>
		<type>com.liferay.portal.kernel.servlet.PortletServletObjectsFactory</type>
		<author><![CDATA[Deepak Gothe]]></author>
		<method>
			<name>getServletConfig</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getServletRequest</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getServletResponse</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
		</method>
		<field>
			<name>_PORTLET_CONTAINER_SERVLET_CONFIG</name>
		</field>
		<field>
			<name>_PORTLET_CONTAINER_SERVLET_REQUEST</name>
		</field>
		<field>
			<name>_PORTLET_CONTAINER_SERVLET_RESPONSE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletSessionListenerLoader</name>
		<type>com.liferay.portal.kernel.servlet.PortletSessionListenerLoader</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LEP-2299.
</p>]]></comment>
		<author><![CDATA[Olaf Fricke]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletSessionListenerLoader</name>
			<param>
				<name>httpSessionListener</name>
				<type>javax.servlet.http.HttpSessionListener</type>
			</param>
		</method>
		<method>
			<name>contextDestroyed</name>
			<param>
				<name>servletContextEvent</name>
				<type>javax.servlet.ServletContextEvent</type>
			</param>
		</method>
		<method>
			<name>contextInitialized</name>
			<param>
				<name>servletContextEvent</name>
				<type>javax.servlet.ServletContextEvent</type>
			</param>
		</method>
		<field>
			<name>_httpSessionListener</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletSessionListenerManager</name>
		<type>com.liferay.portal.kernel.servlet.PortletSessionListenerManager</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LEP-2299.
</p>]]></comment>
		<author><![CDATA[Olaf Fricke]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addHttpSessionListener</name>
			<param>
				<name>httpSessionListener</name>
				<type>javax.servlet.http.HttpSessionListener</type>
			</param>
		</method>
		<method>
			<name>removeHttpSessionListener</name>
			<param>
				<name>httpSessionListener</name>
				<type>javax.servlet.http.HttpSessionListener</type>
			</param>
		</method>
		<method>
			<name>sessionCreated</name>
			<param>
				<name>httpSessionEvent</name>
				<type>javax.servlet.http.HttpSessionEvent</type>
			</param>
		</method>
		<method>
			<name>sessionDestroyed</name>
			<param>
				<name>httpSessionEvent</name>
				<type>javax.servlet.http.HttpSessionEvent</type>
			</param>
		</method>
		<method>
			<name>getHttpSessionEvent</name>
			<param>
				<name>httpSessionEvent</name>
				<type>javax.servlet.http.HttpSessionEvent</type>
			</param>
		</method>
		<field>
			<name>_httpSessionListeners</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletSessionTracker</name>
		<type>com.liferay.portal.kernel.servlet.PortletSessionTracker</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LEP-1466.
</p>]]></comment>
		<author><![CDATA[Rudy Hilado]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>add</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>invalidate</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>invalidate</name>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>sessionCreated</name>
			<param>
				<name>httpSessionEvent</name>
				<type>javax.servlet.http.HttpSessionEvent</type>
			</param>
		</method>
		<method>
			<name>sessionDestroyed</name>
			<param>
				<name>httpSessionEvent</name>
				<type>javax.servlet.http.HttpSessionEvent</type>
			</param>
		</method>
		<method>
			<name>valueBound</name>
			<param>
				<name>event</name>
				<type>javax.servlet.http.HttpSessionBindingEvent</type>
			</param>
		</method>
		<method>
			<name>valueUnbound</name>
			<param>
				<name>event</name>
				<type>javax.servlet.http.HttpSessionBindingEvent</type>
			</param>
		</method>
		<method>
			<name>PortletSessionTracker</name>
		</method>
		<method>
			<name>_add</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>_invalidate</name>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_sessions</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ProtectedPrincipal</name>
		<type>com.liferay.portal.kernel.servlet.ProtectedPrincipal</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ProtectedPrincipal</name>
		</method>
		<method>
			<name>ProtectedPrincipal</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_name</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ProtectedServletRequest</name>
		<type>com.liferay.portal.kernel.servlet.ProtectedServletRequest</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ProtectedServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>remoteUser</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ProtectedServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>remoteUser</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>authType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAuthType</name>
		</method>
		<method>
			<name>getRemoteUser</name>
		</method>
		<method>
			<name>getUserPrincipal</name>
		</method>
		<field>
			<name>_authType</name>
		</field>
		<field>
			<name>_remoteUser</name>
		</field>
		<field>
			<name>_userPrincipal</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Range</name>
		<type>com.liferay.portal.kernel.servlet.Range</type>
		<author><![CDATA[Juan González]]></author>
		<method>
			<name>Range</name>
			<param>
				<name>start</name>
				<type>long</type>
			</param>
			<param>
				<name>end</name>
				<type>long</type>
			</param>
			<param>
				<name>total</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getContentRange</name>
		</method>
		<method>
			<name>getEnd</name>
		</method>
		<method>
			<name>getLength</name>
		</method>
		<method>
			<name>getStart</name>
		</method>
		<method>
			<name>getTotal</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>setEnd</name>
			<param>
				<name>end</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setLength</name>
			<param>
				<name>length</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setStart</name>
			<param>
				<name>start</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setTotal</name>
			<param>
				<name>total</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_PRIME</name>
		</field>
		<field>
			<name>_end</name>
		</field>
		<field>
			<name>_length</name>
		</field>
		<field>
			<name>_start</name>
		</field>
		<field>
			<name>_total</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SecurePluginContextListener</name>
		<type>com.liferay.portal.kernel.servlet.SecurePluginContextListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>attributeAdded</name>
			<param>
				<name>httpSessionBindingEvent</name>
				<type>javax.servlet.http.HttpSessionBindingEvent</type>
			</param>
		</method>
		<method>
			<name>attributeAdded</name>
			<param>
				<name>servletRequestAttributeEvent</name>
				<type>javax.servlet.ServletRequestAttributeEvent</type>
			</param>
		</method>
		<method>
			<name>attributeRemoved</name>
			<param>
				<name>httpSessionBindingEvent</name>
				<type>javax.servlet.http.HttpSessionBindingEvent</type>
			</param>
		</method>
		<method>
			<name>attributeRemoved</name>
			<param>
				<name>servletRequestAttributeEvent</name>
				<type>javax.servlet.ServletRequestAttributeEvent</type>
			</param>
		</method>
		<method>
			<name>attributeReplaced</name>
			<param>
				<name>httpSessionBindingEvent</name>
				<type>javax.servlet.http.HttpSessionBindingEvent</type>
			</param>
		</method>
		<method>
			<name>attributeReplaced</name>
			<param>
				<name>servletRequestAttributeEvent</name>
				<type>javax.servlet.ServletRequestAttributeEvent</type>
			</param>
		</method>
		<method>
			<name>requestDestroyed</name>
			<param>
				<name>servletRequestEvent</name>
				<type>javax.servlet.ServletRequestEvent</type>
			</param>
		</method>
		<method>
			<name>requestInitialized</name>
			<param>
				<name>servletRequestEvent</name>
				<type>javax.servlet.ServletRequestEvent</type>
			</param>
		</method>
		<method>
			<name>sessionCreated</name>
			<param>
				<name>httpSessionEvent</name>
				<type>javax.servlet.http.HttpSessionEvent</type>
			</param>
		</method>
		<method>
			<name>sessionDestroyed</name>
			<param>
				<name>httpSessionEvent</name>
				<type>javax.servlet.http.HttpSessionEvent</type>
			</param>
		</method>
		<method>
			<name>sessionDidActivate</name>
			<param>
				<name>httpSessionEvent</name>
				<type>javax.servlet.http.HttpSessionEvent</type>
			</param>
		</method>
		<method>
			<name>sessionWillPassivate</name>
			<param>
				<name>httpSessionEvent</name>
				<type>javax.servlet.http.HttpSessionEvent</type>
			</param>
		</method>
		<method>
			<name>valueBound</name>
			<param>
				<name>httpSessionBindingEvent</name>
				<type>javax.servlet.http.HttpSessionBindingEvent</type>
			</param>
		</method>
		<method>
			<name>valueUnbound</name>
			<param>
				<name>httpSessionBindingEvent</name>
				<type>javax.servlet.http.HttpSessionBindingEvent</type>
			</param>
		</method>
		<method>
			<name>fireDeployEvent</name>
		</method>
		<method>
			<name>fireUndeployEvent</name>
		</method>
		<method>
			<name>instantiatingListener</name>
			<param>
				<name>listenerClassName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>instantiatingListeners</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_httpSessionActivationListeners</name>
		</field>
		<field>
			<name>_httpSessionAttributeListeners</name>
		</field>
		<field>
			<name>_httpSessionBindingListeners</name>
		</field>
		<field>
			<name>_httpSessionListeners</name>
		</field>
		<field>
			<name>_servletContextListeners</name>
		</field>
		<field>
			<name>_servletRequestAttributeListeners</name>
		</field>
		<field>
			<name>_servletRequestListeners</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SecureServlet</name>
		<type>com.liferay.portal.kernel.servlet.SecureServlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>getInitParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInitParameterNames</name>
		</method>
		<method>
			<name>getServletConfig</name>
		</method>
		<method>
			<name>getServletContext</name>
		</method>
		<method>
			<name>getServletInfo</name>
		</method>
		<method>
			<name>getServletName</name>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>servletConfig</name>
				<type>javax.servlet.ServletConfig</type>
			</param>
		</method>
		<method>
			<name>service</name>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>servletResponse</name>
				<type>javax.servlet.ServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>doPortalDestroy</name>
		</method>
		<method>
			<name>doPortalInit</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_servlet</name>
		</field>
		<field>
			<name>_servletConfig</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SerializableSessionAttributeListener</name>
		<type>com.liferay.portal.kernel.servlet.SerializableSessionAttributeListener</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>attributeAdded</name>
			<param>
				<name>httpSessionBindingEvent</name>
				<type>javax.servlet.http.HttpSessionBindingEvent</type>
			</param>
		</method>
		<method>
			<name>attributeRemoved</name>
			<param>
				<name>httpSessionBindingEvent</name>
				<type>javax.servlet.http.HttpSessionBindingEvent</type>
			</param>
		</method>
		<method>
			<name>attributeReplaced</name>
			<param>
				<name>httpSessionBindingEvent</name>
				<type>javax.servlet.http.HttpSessionBindingEvent</type>
			</param>
		</method>
		<method>
			<name>doPortalDestroy</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doPortalInit</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_requiresSerializable</name>
		</field>
		<field>
			<name>_sessionVerifySerializableAttribute</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServletContextPool</name>
		<type>com.liferay.portal.kernel.servlet.ServletContextPool</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>containsKey</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>keySet</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ServletContextPool</name>
		</method>
		<method>
			<name>_containsKey</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_get</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_keySet</name>
		</method>
		<method>
			<name>_put</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>_remove</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_servletContexts</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServletContextProvider</name>
		<type>com.liferay.portal.kernel.servlet.ServletContextProvider</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>getHttpServletRequest</name>
			<param>
				<name>portlet</name>
				<type>javax.portlet.GenericPortlet</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getHttpServletResponse</name>
			<param>
				<name>portlet</name>
				<type>javax.portlet.GenericPortlet</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
		</method>
		<method>
			<name>getServletContext</name>
			<param>
				<name>portlet</name>
				<type>javax.portlet.GenericPortlet</type>
			</param>
		</method>
		<method>
			<name>getServletContext</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<field>
			<name>STRUTS_BRIDGES_CONTEXT_PROVIDER</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServletContextUtil</name>
		<type>com.liferay.portal.kernel.servlet.ServletContextUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getClassNames</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getLastModified</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>getLastModified</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>resourcePath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLastModified</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>resourcePath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cache</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getRealPath</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRootDir</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>_getClassName</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getClassName</name>
			<param>
				<name>rootResourcePath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getClassNames</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>rootResourcePath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classNames</name>
				<type>java.util.Set</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_getClassNames</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>rootResourcePath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourcePaths</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>classNames</name>
				<type>java.util.Set</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>LOG_INFO_LAST_MODIFIED</name>
		</field>
		<field>
			<name>LOG_INFO_PREFIX</name>
		</field>
		<field>
			<name>LOG_INFO_SPRITES</name>
		</field>
		<field>
			<name>_EXT_CLASS</name>
		</field>
		<field>
			<name>_EXT_JAR</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServletObjectsFactory</name>
		<type>com.liferay.portal.kernel.servlet.ServletObjectsFactory</type>
		<author><![CDATA[Deepak Gothe]]></author>
		<method>
			<name>getServletConfig</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getServletRequest</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getServletResponse</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ServletRequestUtil</name>
		<type>com.liferay.portal.kernel.servlet.ServletRequestUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>logRequestWrappers</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServletResponseConstants</name>
		<type>com.liferay.portal.kernel.servlet.ServletResponseConstants</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>SC_DUPLICATE_FILE_EXCEPTION</name>
		</field>
		<field>
			<name>SC_FILE_EXTENSION_EXCEPTION</name>
		</field>
		<field>
			<name>SC_FILE_NAME_EXCEPTION</name>
		</field>
		<field>
			<name>SC_FILE_SIZE_EXCEPTION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServletResponseUtil</name>
		<type>com.liferay.portal.kernel.servlet.ServletResponseUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getRanges</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>length</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>sendFile</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>sendFile</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>sendFile</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>sendFile</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>contentLength</name>
				<type>long</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>sendFile</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>sendFile</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>sendFile</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>sendFile</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>sendFile</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>contentLength</name>
				<type>int</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>sendFile</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ranges</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>fullLength</name>
				<type>long</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>contentLength</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>bytesArray</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>contentLength</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>stringResponse</name>
				<type>com.liferay.portal.kernel.servlet.StringServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>copyRange</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<param>
				<name>start</name>
				<type>long</type>
			</param>
			<param>
				<name>length</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>isClientAbortException</name>
			<param>
				<name>ioe</name>
				<type>java.io.IOException</type>
			</param>
		</method>
		<method>
			<name>setHeaders</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setHeaders</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>range</name>
				<type>com.liferay.portal.kernel.servlet.Range</type>
			</param>
		</method>
		<field>
			<name>_CLIENT_ABORT_EXCEPTION</name>
		</field>
		<field>
			<name>_MAX_RANGE_FIELDS</name>
		</field>
		<field>
			<name>_RANGE_REGEX</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServletVersionDetector</name>
		<type>com.liferay.portal.kernel.servlet.ServletVersionDetector</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>is2_5</name>
		</method>
		<field>
			<name>_2_5</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SessionErrors</name>
		<type>com.liferay.portal.kernel.servlet.SessionErrors</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>add</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>clear</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>clear</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>clear</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>clear</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isEmpty</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isEmpty</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>isEmpty</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>isEmpty</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
		</method>
		<method>
			<name>iterator</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>iterator</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>iterator</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>iterator</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
		</method>
		<method>
			<name>keySet</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>keySet</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>keySet</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>keySet</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
		</method>
		<method>
			<name>size</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>size</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>size</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>size</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
		</method>
		<method>
			<name>_getMap</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>createIfAbsent</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>_getMap</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
			<param>
				<name>createIfAbsent</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SessionMessages</name>
		<type>com.liferay.portal.kernel.servlet.SessionMessages</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>add</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>clear</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>clear</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>clear</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>clear</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isEmpty</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isEmpty</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>isEmpty</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>isEmpty</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
		</method>
		<method>
			<name>iterator</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>iterator</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>iterator</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>iterator</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
		</method>
		<method>
			<name>keySet</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>keySet</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>keySet</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>keySet</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
		</method>
		<method>
			<name>size</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>size</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>size</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>size</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
		</method>
		<method>
			<name>_getMap</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>createIfAbsent</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>_getMap</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
			<param>
				<name>createIfAbsent</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>KEY_SUFFIX_CLOSE_REDIRECT</name>
		</field>
		<field>
			<name>KEY_SUFFIX_HIDE_DEFAULT_ERROR_MESSAGE</name>
		</field>
		<field>
			<name>KEY_SUFFIX_PORTLET_NOT_AJAXABLE</name>
		</field>
		<field>
			<name>KEY_SUFFIX_REFRESH_PORTLET</name>
		</field>
		<field>
			<name>KEY_SUFFIX_REFRESH_PORTLET_DATA</name>
		</field>
		<field>
			<name>KEY_SUFFIX_UPDATED_CONFIGURATION</name>
		</field>
		<field>
			<name>KEY_SUFFIX_UPDATED_PREFERENCES</name>
		</field>
		<field>
			<name>_CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SetPortletClassLoaderServlet</name>
		<type>com.liferay.portal.kernel.servlet.SetPortletClassLoaderServlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[]]></deprecated>
	</javadoc>
	<javadoc>
		<name>StringServletResponse</name>
		<type>com.liferay.portal.kernel.servlet.StringServletResponse</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Zsolt Balogh]]></author>
		<method>
			<name>StringServletResponse</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>getBufferSize</name>
		</method>
		<method>
			<name>getOutputStream</name>
		</method>
		<method>
			<name>getString</name>
		</method>
		<method>
			<name>getUnsyncByteArrayOutputStream</name>
		</method>
		<method>
			<name>getWriter</name>
		</method>
		<method>
			<name>isCalledGetOutputStream</name>
		</method>
		<method>
			<name>isCalledGetWriter</name>
		</method>
		<method>
			<name>recycle</name>
		</method>
		<method>
			<name>resetBuffer</name>
		</method>
		<method>
			<name>setBufferSize</name>
			<param>
				<name>bufferSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setLocale</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>setString</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>writeTo</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_bufferSize</name>
		</field>
		<field>
			<name>_calledGetOutputStream</name>
		</field>
		<field>
			<name>_calledGetWriter</name>
		</field>
		<field>
			<name>_printWriter</name>
		</field>
		<field>
			<name>_servletOutputStream</name>
		</field>
		<field>
			<name>_string</name>
		</field>
		<field>
			<name>_unsyncByteArrayOutputStream</name>
		</field>
		<field>
			<name>_unsyncStringWriter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TempAttributesServletRequest</name>
		<type>com.liferay.portal.kernel.servlet.TempAttributesServletRequest</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>TempAttributesServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAttributeNames</name>
		</method>
		<method>
			<name>removeAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTempAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_nullValue</name>
		</field>
		<field>
			<name>_attributes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThemeContextListener</name>
		<type>com.liferay.portal.kernel.servlet.ThemeContextListener</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[]]></deprecated>
		<method>
			<name>contextDestroyed</name>
			<param>
				<name>servletContextEvent</name>
				<type>javax.servlet.ServletContextEvent</type>
			</param>
		</method>
		<method>
			<name>contextInitialized</name>
			<param>
				<name>servletContextEvent</name>
				<type>javax.servlet.ServletContextEvent</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ThemeLoaderContextListener</name>
		<type>com.liferay.portal.kernel.servlet.ThemeLoaderContextListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[]]></deprecated>
		<method>
			<name>contextDestroyed</name>
			<param>
				<name>servletContextEvent</name>
				<type>javax.servlet.ServletContextEvent</type>
			</param>
		</method>
		<method>
			<name>contextInitialized</name>
			<param>
				<name>servletContextEvent</name>
				<type>javax.servlet.ServletContextEvent</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TrackedServletRequest</name>
		<type>com.liferay.portal.kernel.servlet.TrackedServletRequest</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TrackedServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getSetAttributes</name>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_setAttributes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TrimNewLinesJspWriter</name>
		<type>com.liferay.portal.kernel.servlet.TrimNewLinesJspWriter</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>TrimNewLinesJspWriter</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
		</method>
		<method>
			<name>clear</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>clearBuffer</name>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getRemaining</name>
		</method>
		<method>
			<name>newLine</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>b</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>d</name>
				<type>double</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>f</name>
				<type>float</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>i</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>l</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>b</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>d</name>
				<type>double</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>f</name>
				<type>float</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>i</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>l</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>println</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>c</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>trim</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_LINE_SEPARATOR</name>
		</field>
		<field>
			<name>_lastNewLine</name>
		</field>
		<field>
			<name>_writer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TryFilter</name>
		<type>com.liferay.portal.kernel.servlet.TryFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doFilterTry</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>TryFinallyFilter</name>
		<type>com.liferay.portal.kernel.servlet.TryFinallyFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doFilterFinally</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>URLEncoder</name>
		<type>com.liferay.portal.kernel.servlet.URLEncoder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>encodeURL</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UncommittedServletResponse</name>
		<type>com.liferay.portal.kernel.servlet.UncommittedServletResponse</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UncommittedServletResponse</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>isCommitted</name>
		</method>
		<field>
			<name>_COMMITTED</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WebContextListener</name>
		<type>com.liferay.portal.kernel.servlet.WebContextListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[]]></deprecated>
		<method>
			<name>contextDestroyed</name>
			<param>
				<name>servletContextEvent</name>
				<type>javax.servlet.ServletContextEvent</type>
			</param>
		</method>
		<method>
			<name>contextInitialized</name>
			<param>
				<name>servletContextEvent</name>
				<type>javax.servlet.ServletContextEvent</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WebDirDetector</name>
		<type>com.liferay.portal.kernel.servlet.WebDirDetector</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getLibDir</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>getRootDir</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>getRootDir</name>
			<param>
				<name>libDir</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WrapHttpServletRequestFilter</name>
		<type>com.liferay.portal.kernel.servlet.WrapHttpServletRequestFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getWrappedHttpServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WrapHttpServletResponseFilter</name>
		<type>com.liferay.portal.kernel.servlet.WrapHttpServletResponseFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getWrappedHttpServletResponse</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CompoundSessionIdHttpSession</name>
		<type>com.liferay.portal.kernel.servlet.filters.compoundsessionid.CompoundSessionIdHttpSession</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>CompoundSessionIdHttpSession</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>getId</name>
		</method>
	</javadoc>
	<javadoc>
		<name>CompoundSessionIdServletRequest</name>
		<type>com.liferay.portal.kernel.servlet.filters.compoundsessionid.CompoundSessionIdServletRequest</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>CompoundSessionIdServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getSession</name>
		</method>
		<method>
			<name>getSession</name>
			<param>
				<name>create</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CompoundSessionIdSplitter</name>
		<type>com.liferay.portal.kernel.servlet.filters.compoundsessionid.CompoundSessionIdSplitter</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getSessionIdDelimiter</name>
		</method>
		<method>
			<name>hasSessionDelimiter</name>
		</method>
		<method>
			<name>parseSessionId</name>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CompoundSessionIdSplitterUtil</name>
		<type>com.liferay.portal.kernel.servlet.filters.compoundsessionid.CompoundSessionIdSplitterUtil</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getCompoundSessionIdSplitter</name>
		</method>
		<method>
			<name>getSessionIdDelimiter</name>
		</method>
		<method>
			<name>hasSessionDelimiter</name>
		</method>
		<method>
			<name>parseSessionId</name>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCompoundSessionIdSplitter</name>
			<param>
				<name>compoundSessionIdSplitter</name>
				<type>com.liferay.portal.kernel.servlet.filters.compoundsessionid.CompoundSessionIdSplitter</type>
			</param>
		</method>
		<field>
			<name>_compoundSessionIdSplitter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Dispatcher</name>
		<type>com.liferay.portal.kernel.servlet.filters.invoker.Dispatcher</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>ERROR</name>
		</field>
		<field>
			<name>FORWARD</name>
		</field>
		<field>
			<name>INCLUDE</name>
		</field>
		<field>
			<name>REQUEST</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FilterMapping</name>
		<type>com.liferay.portal.kernel.servlet.filters.invoker.FilterMapping</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FilterMapping</name>
			<param>
				<name>filter</name>
				<type>javax.servlet.Filter</type>
			</param>
			<param>
				<name>filterConfig</name>
				<type>javax.servlet.FilterConfig</type>
			</param>
			<param>
				<name>urlPatterns</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>dispatchers</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getFilter</name>
		</method>
		<method>
			<name>isMatch</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>dispatcher</name>
				<type>com.liferay.portal.kernel.servlet.filters.invoker.Dispatcher</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isMatchURLRegexPattern</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFilter</name>
			<param>
				<name>filter</name>
				<type>javax.servlet.Filter</type>
			</param>
		</method>
		<method>
			<name>initDispatchers</name>
			<param>
				<name>dispatchers</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>initFilterConfig</name>
			<param>
				<name>filterConfig</name>
				<type>javax.servlet.FilterConfig</type>
			</param>
		</method>
		<method>
			<name>isMatchDispatcher</name>
			<param>
				<name>dispatcher</name>
				<type>com.liferay.portal.kernel.servlet.filters.invoker.Dispatcher</type>
			</param>
		</method>
		<method>
			<name>isMatchURLPattern</name>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>urlPattern</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_SLASH_STAR</name>
		</field>
		<field>
			<name>_STAR_PERIOD</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_dispatcherError</name>
		</field>
		<field>
			<name>_dispatcherForward</name>
		</field>
		<field>
			<name>_dispatcherInclude</name>
		</field>
		<field>
			<name>_dispatcherRequest</name>
		</field>
		<field>
			<name>_filter</name>
		</field>
		<field>
			<name>_urlPatterns</name>
		</field>
		<field>
			<name>_urlRegexIgnorePattern</name>
		</field>
		<field>
			<name>_urlRegexPattern</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InvokerFilter</name>
		<type>com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilter</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>doFilter</name>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>servletResponse</name>
				<type>javax.servlet.ServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>filterConfig</name>
				<type>javax.servlet.FilterConfig</type>
			</param>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>clearFilterChainsCache</name>
		</method>
		<method>
			<name>doPortalDestroy</name>
		</method>
		<method>
			<name>doPortalInit</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getInvokerFilterChain</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
		</method>
		<method>
			<name>getURI</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_contextPath</name>
		</field>
		<field>
			<name>_dispatcher</name>
		</field>
		<field>
			<name>_filterChains</name>
		</field>
		<field>
			<name>_filterConfig</name>
		</field>
		<field>
			<name>_invokerFilterChainSize</name>
		</field>
		<field>
			<name>_invokerFilterHelper</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InvokerFilterChain</name>
		<type>com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>InvokerFilterChain</name>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
		</method>
		<method>
			<name>addFilter</name>
			<param>
				<name>filter</name>
				<type>javax.servlet.Filter</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
		</method>
		<method>
			<name>doFilter</name>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>servletResponse</name>
				<type>javax.servlet.ServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>setContextClassLoader</name>
			<param>
				<name>contextClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>processDirectCallFilter</name>
			<param>
				<name>filter</name>
				<type>javax.servlet.Filter</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processDoFilter</name>
			<param>
				<name>filter</name>
				<type>javax.servlet.Filter</type>
			</param>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>servletResponse</name>
				<type>javax.servlet.ServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_contextClassLoader</name>
		</field>
		<field>
			<name>_filterChain</name>
		</field>
		<field>
			<name>_filters</name>
		</field>
		<field>
			<name>_index</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InvokerFilterConfig</name>
		<type>com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterConfig</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>InvokerFilterConfig</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>filterName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>initParameterMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>getFilterName</name>
		</method>
		<method>
			<name>getInitParameter</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInitParameterNames</name>
		</method>
		<method>
			<name>getServletContext</name>
		</method>
		<field>
			<name>_filterName</name>
		</field>
		<field>
			<name>_initParameterMap</name>
		</field>
		<field>
			<name>_servletContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InvokerFilterHelper</name>
		<type>com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterHelper</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>getFilter</name>
			<param>
				<name>filterName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFilterConfig</name>
			<param>
				<name>filterName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>filterConfig</name>
				<type>javax.servlet.FilterConfig</type>
			</param>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>registerFilter</name>
			<param>
				<name>filterName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filter</name>
				<type>javax.servlet.Filter</type>
			</param>
		</method>
		<method>
			<name>registerFilterMapping</name>
			<param>
				<name>filterMapping</name>
				<type>com.liferay.portal.kernel.servlet.filters.invoker.FilterMapping</type>
			</param>
			<param>
				<name>filterName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>after</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>unregisterFilterMapping</name>
			<param>
				<name>filterMapping</name>
				<type>com.liferay.portal.kernel.servlet.filters.invoker.FilterMapping</type>
			</param>
		</method>
		<method>
			<name>addInvokerFilter</name>
			<param>
				<name>invokerFilter</name>
				<type>com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilter</type>
			</param>
		</method>
		<method>
			<name>createInvokerFilterChain</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>dispatcher</name>
				<type>com.liferay.portal.kernel.servlet.filters.invoker.Dispatcher</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
		</method>
		<method>
			<name>initFilter</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>filterName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filterClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>initParameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initFilterMapping</name>
			<param>
				<name>filterName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>urlPatterns</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>dispatchers</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>readLiferayFilterWebXML</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_filterConfigs</name>
		</field>
		<field>
			<name>_filterMappings</name>
		</field>
		<field>
			<name>_filters</name>
		</field>
		<field>
			<name>_invokerFilters</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseBodyTagSupport</name>
		<type>com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-13878.
</p>]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>doAfterBody</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>doInitBody</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>getBodyContent</name>
		</method>
		<method>
			<name>getBodyContentAsStringBundler</name>
		</method>
		<method>
			<name>release</name>
		</method>
		<method>
			<name>setBodyContent</name>
			<param>
				<name>bodyContent</name>
				<type>javax.servlet.jsp.tagext.BodyContent</type>
			</param>
		</method>
		<method>
			<name>writeBodyContent</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>bodyContent</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CustomAttributes</name>
		<type>com.liferay.portal.kernel.servlet.taglib.CustomAttributes</type>
		<author><![CDATA[Igor Spasic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>getInstance</name>
			<param>
				<name>keyPrefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>customAttributes</name>
				<type>com.liferay.portal.kernel.servlet.taglib.CustomAttributes</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>byte</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>CustomAttributes</name>
		</method>
		<method>
			<name>CustomAttributes</name>
			<param>
				<name>keyPrefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_keyPrefix</name>
		</field>
		<field>
			<name>_sb</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FileAvailabilityUtil</name>
		<type>com.liferay.portal.kernel.servlet.taglib.FileAvailabilityUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>isAvailable</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>reset</name>
		</method>
		<field>
			<name>_availabilities</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TagSupport</name>
		<type>com.liferay.portal.kernel.servlet.taglib.TagSupport</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-13878.
</p>]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>findAncestorWithClass</name>
			<param>
				<name>fromTag</name>
				<type>javax.servlet.jsp.tagext.Tag</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>getParent</name>
		</method>
		<method>
			<name>release</name>
		</method>
		<method>
			<name>setPageContext</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
		</method>
		<method>
			<name>setParent</name>
			<param>
				<name>tag</name>
				<type>javax.servlet.jsp.tagext.Tag</type>
			</param>
		</method>
		<field>
			<name>pageContext</name>
		</field>
		<field>
			<name>_parent</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ScriptData</name>
		<type>com.liferay.portal.kernel.servlet.taglib.aui.ScriptData</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>append</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>use</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>contentSB</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>use</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCallbackSB</name>
		</method>
		<method>
			<name>getRawSB</name>
		</method>
		<method>
			<name>getUseSet</name>
		</method>
		<field>
			<name>_callbackSB</name>
		</field>
		<field>
			<name>_rawSB</name>
		</field>
		<field>
			<name>_useSet</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ValidatorTag</name>
		<type>com.liferay.portal.kernel.servlet.taglib.aui.ValidatorTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getBody</name>
		</method>
		<method>
			<name>getErrorMessage</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>isCustom</name>
		</method>
	</javadoc>
	<javadoc>
		<name>BreadcrumbEntry</name>
		<type>com.liferay.portal.kernel.servlet.taglib.ui.BreadcrumbEntry</type>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>getData</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>getURL</name>
		</method>
		<method>
			<name>setData</name>
			<param>
				<name>data</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setTitle</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_data</name>
		</field>
		<field>
			<name>_title</name>
		</field>
		<field>
			<name>_url</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Skip</name>
		<type>com.liferay.portal.kernel.spring.aop.Skip</type>
		<author><![CDATA[Shuyang Zhou]]></author>
	</javadoc>
	<javadoc>
		<name>Swallowable</name>
		<type>com.liferay.portal.kernel.spring.aop.Swallowable</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>isSwallowable</name>
		</method>
		<method>
			<name>setSwallowable</name>
			<param>
				<name>swallowable</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletContextLoaderListener</name>
		<type>com.liferay.portal.kernel.spring.context.PortletContextLoaderListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[]]></deprecated>
		<method>
			<name>contextDestroyed</name>
			<param>
				<name>servletContextEvent</name>
				<type>javax.servlet.ServletContextEvent</type>
			</param>
		</method>
		<method>
			<name>contextInitialized</name>
			<param>
				<name>servletContextEvent</name>
				<type>javax.servlet.ServletContextEvent</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SpringFactory</name>
		<type>com.liferay.portal.kernel.spring.util.SpringFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>newBean</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SpringFactoryException</name>
				<type>com.liferay.portal.kernel.spring.util.SpringFactoryException</type>
			</throws>
		</method>
		<method>
			<name>newBean</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>SpringFactoryException</name>
				<type>com.liferay.portal.kernel.spring.util.SpringFactoryException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SpringFactoryException</name>
		<type>com.liferay.portal.kernel.spring.util.SpringFactoryException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SpringFactoryException</name>
		</method>
		<method>
			<name>SpringFactoryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>SpringFactoryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>SpringFactoryException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SpringFactoryUtil</name>
		<type>com.liferay.portal.kernel.spring.util.SpringFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getSpringFactory</name>
		</method>
		<method>
			<name>newBean</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SpringFactoryException</name>
				<type>com.liferay.portal.kernel.spring.util.SpringFactoryException</type>
			</throws>
		</method>
		<method>
			<name>newBean</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>SpringFactoryException</name>
				<type>com.liferay.portal.kernel.spring.util.SpringFactoryException</type>
			</throws>
		</method>
		<method>
			<name>setSpringFactory</name>
			<param>
				<name>springFactory</name>
				<type>com.liferay.portal.kernel.spring.util.SpringFactory</type>
			</param>
		</method>
		<field>
			<name>_springFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutStaging</name>
		<type>com.liferay.portal.kernel.staging.LayoutStaging</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getLayoutRevision</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getLayoutSetBranch</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
		</method>
		<method>
			<name>getLayoutSetStagingHandler</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
		</method>
		<method>
			<name>getLayoutStagingHandler</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>isBranchingLayout</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>isBranchingLayoutSet</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutStagingUtil</name>
		<type>com.liferay.portal.kernel.staging.LayoutStagingUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getLayoutRevision</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getLayoutSetBranch</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
		</method>
		<method>
			<name>getLayoutSetStagingHandler</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
		</method>
		<method>
			<name>getLayoutStaging</name>
		</method>
		<method>
			<name>getLayoutStagingHandler</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>isBranchingLayout</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>isBranchingLayoutSet</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLayoutStaging</name>
			<param>
				<name>layoutStaging</name>
				<type>com.liferay.portal.kernel.staging.LayoutStaging</type>
			</param>
		</method>
		<field>
			<name>_layoutStaging</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MergeLayoutPrototypesThreadLocal</name>
		<type>com.liferay.portal.kernel.staging.MergeLayoutPrototypesThreadLocal</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>isInProgress</name>
		</method>
		<method>
			<name>setInProgress</name>
			<param>
				<name>inProgress</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_inProgress</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Staging</name>
		<type>com.liferay.portal.kernel.staging.Staging</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>buildRemoteURL</name>
			<param>
				<name>remoteAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>remotePort</name>
				<type>int</type>
			</param>
			<param>
				<name>remotePathContext</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secureConnection</name>
				<type>boolean</type>
			</param>
			<param>
				<name>remoteGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>copyFromLive</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyFromLive</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyPortlet</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>targetGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourcePlid</name>
				<type>long</type>
			</param>
			<param>
				<name>targetPlid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyRemoteLayouts</name>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutIdMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>remoteAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>remotePort</name>
				<type>int</type>
			</param>
			<param>
				<name>remotePathContext</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secureConnection</name>
				<type>boolean</type>
			</param>
			<param>
				<name>remoteGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>remotePrivateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteLastImportSettings</name>
			<param>
				<name>liveGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteRecentLayoutRevisionId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRecentLayoutRevisionId</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>disableStaging</name>
			<param>
				<name>scopeGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>liveGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>disableStaging</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>scopeGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>liveGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>enableLocalStaging</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopeGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>liveGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>branchingPublic</name>
				<type>boolean</type>
			</param>
			<param>
				<name>branchingPrivate</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>enableRemoteStaging</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopeGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>liveGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>branchingPublic</name>
				<type>boolean</type>
			</param>
			<param>
				<name>branchingPrivate</name>
				<type>boolean</type>
			</param>
			<param>
				<name>remoteAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>remotePort</name>
				<type>int</type>
			</param>
			<param>
				<name>remotePathContext</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secureConnection</name>
				<type>boolean</type>
			</param>
			<param>
				<name>remoteGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLiveGroup</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLiveGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMissingParentLayouts</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>liveGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRecentLayoutRevisionId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecentLayoutRevisionId</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecentLayoutSetBranchId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>layoutSetId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getRecentLayoutSetBranchId</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layoutSetId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSchedulerGroupName</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getStagingParameters</name>
		</method>
		<method>
			<name>getStagingParameters</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getWorkflowTask</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutRevision</name>
				<type>com.liferay.portal.model.LayoutRevision</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasWorkflowTask</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutRevision</name>
				<type>com.liferay.portal.model.LayoutRevision</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isIncomplete</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>publishLayout</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>liveGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeChildren</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>publishLayouts</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>targetGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>publishLayouts</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>targetGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutIdMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>publishLayouts</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>targetGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>publishToLive</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>publishToLive</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>publishToRemote</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>scheduleCopyFromLive</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>schedulePublishToLive</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>schedulePublishToRemote</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setRecentLayoutBranchId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutBranchId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setRecentLayoutBranchId</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutBranchId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setRecentLayoutRevisionId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutRevisionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setRecentLayoutRevisionId</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutRevisionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setRecentLayoutSetBranchId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>layoutSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setRecentLayoutSetBranchId</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layoutSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unscheduleCopyFromLive</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>unschedulePublishToLive</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>unschedulePublishToRemote</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLastImportSettings</name>
			<param>
				<name>layoutElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateStaging</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>liveGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>StagingConstants</name>
		<type>com.liferay.portal.kernel.staging.StagingConstants</type>
		<author><![CDATA[Raymond Augé]]></author>
		<field>
			<name>LOCK_EXPIRATION_TIME</name>
		</field>
		<field>
			<name>STAGED_PORTLET</name>
		</field>
		<field>
			<name>TYPE_LOCAL_STAGING</name>
		</field>
		<field>
			<name>TYPE_NOT_STAGED</name>
		</field>
		<field>
			<name>TYPE_REMOTE_STAGING</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StagingUtil</name>
		<type>com.liferay.portal.kernel.staging.StagingUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>buildRemoteURL</name>
			<param>
				<name>remoteAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>remotePort</name>
				<type>int</type>
			</param>
			<param>
				<name>remotePathContext</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secureConnection</name>
				<type>boolean</type>
			</param>
			<param>
				<name>remoteGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>copyFromLive</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyFromLive</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyPortlet</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>targetGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourcePlid</name>
				<type>long</type>
			</param>
			<param>
				<name>targetPlid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyRemoteLayouts</name>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutIdMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>remoteAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>remotePort</name>
				<type>int</type>
			</param>
			<param>
				<name>remotePathContext</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secureConnection</name>
				<type>boolean</type>
			</param>
			<param>
				<name>remoteGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>remotePrivateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteLastImportSettings</name>
			<param>
				<name>liveGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteRecentLayoutRevisionId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRecentLayoutRevisionId</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>disableStaging</name>
			<param>
				<name>scopeGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>liveGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>disableStaging</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>scopeGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>liveGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>enableLocalStaging</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopeGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>liveGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>branchingPublic</name>
				<type>boolean</type>
			</param>
			<param>
				<name>branchingPrivate</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>enableRemoteStaging</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopeGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>liveGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>branchingPublic</name>
				<type>boolean</type>
			</param>
			<param>
				<name>branchingPrivate</name>
				<type>boolean</type>
			</param>
			<param>
				<name>remoteAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>remotePort</name>
				<type>int</type>
			</param>
			<param>
				<name>remotePathContext</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secureConnection</name>
				<type>boolean</type>
			</param>
			<param>
				<name>remoteGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLiveGroup</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLiveGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMissingParentLayouts</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>liveGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRecentLayoutRevisionId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecentLayoutRevisionId</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecentLayoutSetBranchId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>layoutSetId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getRecentLayoutSetBranchId</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layoutSetId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSchedulerGroupName</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getStaging</name>
		</method>
		<method>
			<name>getStagingParameters</name>
		</method>
		<method>
			<name>getStagingParameters</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getWorkflowTask</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutRevision</name>
				<type>com.liferay.portal.model.LayoutRevision</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasWorkflowTask</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutRevision</name>
				<type>com.liferay.portal.model.LayoutRevision</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isIncomplete</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>publishLayout</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>liveGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeChildren</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>publishLayouts</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>targetGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>publishLayouts</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>targetGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutIdMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>publishLayouts</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>targetGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>publishToLive</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>publishToLive</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>publishToRemote</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>scheduleCopyFromLive</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>schedulePublishToLive</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>schedulePublishToRemote</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setRecentLayoutBranchId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutBranchId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setRecentLayoutBranchId</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutBranchId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setRecentLayoutRevisionId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutRevisionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setRecentLayoutRevisionId</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutRevisionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setRecentLayoutSetBranchId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>layoutSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setRecentLayoutSetBranchId</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layoutSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unscheduleCopyFromLive</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>unschedulePublishToLive</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>unschedulePublishToRemote</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLastImportSettings</name>
			<param>
				<name>layoutElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateStaging</name>
			<param>
				<name>PortletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>liveGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setStaging</name>
			<param>
				<name>staging</name>
				<type>com.liferay.portal.kernel.staging.Staging</type>
			</param>
		</method>
		<field>
			<name>_staging</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StagingPermission</name>
		<type>com.liferay.portal.kernel.staging.permission.StagingPermission</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>StagingPermissionUtil</name>
		<type>com.liferay.portal.kernel.staging.permission.StagingPermissionUtil</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getStagingPermission</name>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setStagingPermission</name>
			<param>
				<name>stagingPermission</name>
				<type>com.liferay.portal.kernel.staging.permission.StagingPermission</type>
			</param>
		</method>
		<field>
			<name>_stagingPermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseStrutsAction</name>
		<type>com.liferay.portal.kernel.struts.BaseStrutsAction</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>originalStrutsAction</name>
				<type>com.liferay.portal.kernel.struts.StrutsAction</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseStrutsPortletAction</name>
		<type>com.liferay.portal.kernel.struts.BaseStrutsPortletAction</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processAction</name>
			<param>
				<name>originalStrutsPortletAction</name>
				<type>com.liferay.portal.kernel.struts.StrutsPortletAction</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>originalStrutsPortletAction</name>
				<type>com.liferay.portal.kernel.struts.StrutsPortletAction</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>originalStrutsPortletAction</name>
				<type>com.liferay.portal.kernel.struts.StrutsPortletAction</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LastPath</name>
		<type>com.liferay.portal.kernel.struts.LastPath</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LastPath</name>
			<param>
				<name>contextPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>LastPath</name>
			<param>
				<name>contextPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>getContextPath</name>
		</method>
		<method>
			<name>getParameterMap</name>
		</method>
		<method>
			<name>getPath</name>
		</method>
		<method>
			<name>setContextPath</name>
			<param>
				<name>contextPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParameterMap</name>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_contextPath</name>
		</field>
		<field>
			<name>_parameterMap</name>
		</field>
		<field>
			<name>_path</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletActionInvoker</name>
		<type>com.liferay.portal.kernel.struts.PortletActionInvoker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>StrutsAction</name>
		<type>com.liferay.portal.kernel.struts.StrutsAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>originalStrutsAction</name>
				<type>com.liferay.portal.kernel.struts.StrutsAction</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>StrutsPortletAction</name>
		<type>com.liferay.portal.kernel.struts.StrutsPortletAction</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processAction</name>
			<param>
				<name>originalStrutsPortletAction</name>
				<type>com.liferay.portal.kernel.struts.StrutsPortletAction</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>originalStrutsPortletAction</name>
				<type>com.liferay.portal.kernel.struts.StrutsPortletAction</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>originalStrutsPortletAction</name>
				<type>com.liferay.portal.kernel.struts.StrutsPortletAction</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseTemplateParser</name>
		<type>com.liferay.portal.kernel.templateparser.BaseTemplateParser</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getLanguageId</name>
		</method>
		<method>
			<name>getScript</name>
		</method>
		<method>
			<name>getThemeDisplay</name>
		</method>
		<method>
			<name>getTokens</name>
		</method>
		<method>
			<name>getViewMode</name>
		</method>
		<method>
			<name>getXML</name>
		</method>
		<method>
			<name>setLanguageId</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setScript</name>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setThemeDisplay</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>setTokens</name>
			<param>
				<name>tokens</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setViewMode</name>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setXML</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>transform</name>
			<throws>
				<name>TransformException</name>
				<type>com.liferay.portal.kernel.templateparser.TransformException</type>
			</throws>
		</method>
		<method>
			<name>getCompany</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getTemplateContext</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTemplateId</name>
		</method>
		<method>
			<name>getTemplateNodes</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>insertRequestVariables</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>mergeTemplate</name>
			<param>
				<name>templateContext</name>
				<type>com.liferay.portal.kernel.templateparser.TemplateContext</type>
			</param>
			<param>
				<name>unsyncStringWriter</name>
				<type>com.liferay.portal.kernel.io.unsync.UnsyncStringWriter</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>populateTemplateContext</name>
			<param>
				<name>templateContext</name>
				<type>com.liferay.portal.kernel.templateparser.TemplateContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_languageId</name>
		</field>
		<field>
			<name>_script</name>
		</field>
		<field>
			<name>_themeDisplay</name>
		</field>
		<field>
			<name>_tokens</name>
		</field>
		<field>
			<name>_viewMode</name>
		</field>
		<field>
			<name>_xml</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseTransformer</name>
		<type>com.liferay.portal.kernel.templateparser.BaseTransformer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<author><![CDATA[Angelo Jefferson]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>transform</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>tokens</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>langType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTemplateParserClassName</name>
			<param>
				<name>langType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTransformerListenersClassNames</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_logOutputAfterListener</name>
		</field>
		<field>
			<name>_logOutputBeforeListener</name>
		</field>
		<field>
			<name>_logScriptAfterListener</name>
		</field>
		<field>
			<name>_logScriptBeforeListener</name>
		</field>
		<field>
			<name>_logTokens</name>
		</field>
		<field>
			<name>_logTransformBefore</name>
		</field>
		<field>
			<name>_logTransfromAfter</name>
		</field>
		<field>
			<name>_logXmlAfterListener</name>
		</field>
		<field>
			<name>_logXmlBeforeListener</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseTransformerListener</name>
		<type>com.liferay.portal.kernel.templateparser.BaseTransformerListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getLanguageId</name>
		</method>
		<method>
			<name>getTokens</name>
		</method>
		<method>
			<name>isTemplateDriven</name>
		</method>
		<method>
			<name>onOutput</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onScript</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onXml</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLanguageId</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTemplateDriven</name>
			<param>
				<name>templateDriven</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setTokens</name>
			<param>
				<name>tokens</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<field>
			<name>_languageId</name>
		</field>
		<field>
			<name>_templateDriven</name>
		</field>
		<field>
			<name>_tokens</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TemplateContext</name>
		<type>com.liferay.portal.kernel.templateparser.TemplateContext</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TemplateNode</name>
		<type>com.liferay.portal.kernel.templateparser.TemplateNode</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>TemplateNode</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>appendChild</name>
			<param>
				<name>templateNode</name>
				<type>com.liferay.portal.kernel.templateparser.TemplateNode</type>
			</param>
		</method>
		<method>
			<name>appendChildren</name>
			<param>
				<name>templateNodes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>appendOption</name>
			<param>
				<name>option</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>appendOptions</name>
			<param>
				<name>options</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>appendSibling</name>
			<param>
				<name>templateNode</name>
				<type>com.liferay.portal.kernel.templateparser.TemplateNode</type>
			</param>
		</method>
		<method>
			<name>getChild</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getChildren</name>
		</method>
		<method>
			<name>getData</name>
		</method>
		<method>
			<name>getFriendlyUrl</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getOptions</name>
		</method>
		<method>
			<name>getSiblings</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getUrl</name>
		</method>
		<method>
			<name>getLayoutId</name>
		</method>
		<method>
			<name>getLayoutType</name>
		</method>
		<field>
			<name>_LAYOUT_TYPE_PRIVATE_GROUP</name>
		</field>
		<field>
			<name>_LAYOUT_TYPE_PRIVATE_USER</name>
		</field>
		<field>
			<name>_LAYOUT_TYPE_PUBLIC</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_childTemplateNodes</name>
		</field>
		<field>
			<name>_siblingTemplateNodes</name>
		</field>
		<field>
			<name>_themeDisplay</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TemplateParser</name>
		<type>com.liferay.portal.kernel.templateparser.TemplateParser</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getLanguageId</name>
		</method>
		<method>
			<name>getScript</name>
		</method>
		<method>
			<name>getThemeDisplay</name>
		</method>
		<method>
			<name>getTokens</name>
		</method>
		<method>
			<name>getViewMode</name>
		</method>
		<method>
			<name>getXML</name>
		</method>
		<method>
			<name>setLanguageId</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setScript</name>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setThemeDisplay</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>setTokens</name>
			<param>
				<name>tokens</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setViewMode</name>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setXML</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>transform</name>
			<throws>
				<name>TransformException</name>
				<type>com.liferay.portal.kernel.templateparser.TransformException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>TransformException</name>
		<type>com.liferay.portal.kernel.templateparser.TransformException</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>TransformException</name>
		</method>
		<method>
			<name>TransformException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>TransformException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>TransformException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Transformer</name>
		<type>com.liferay.portal.kernel.templateparser.Transformer</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>transform</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>tokens</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>langType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>TransformerListener</name>
		<type>com.liferay.portal.kernel.templateparser.TransformerListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getLanguageId</name>
		</method>
		<method>
			<name>getTokens</name>
		</method>
		<method>
			<name>isTemplateDriven</name>
		</method>
		<method>
			<name>onOutput</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onScript</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onXml</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLanguageId</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTemplateDriven</name>
			<param>
				<name>templateDriven</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setTokens</name>
			<param>
				<name>tokens</name>
				<type>java.util.Map</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NewClassLoaderTestCase</name>
		<type>com.liferay.portal.kernel.test.NewClassLoaderTestCase</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>setUp</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>runInNewClassLoader</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>runInNewClassLoader</name>
			<param>
				<name>constructor</name>
				<type>java.lang.reflect.Constructor</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>urls</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TestCase</name>
		<type>com.liferay.portal.kernel.test.TestCase</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>assertEquals</name>
			<param>
				<name>expectedBlob</name>
				<type>java.sql.Blob</type>
			</param>
			<param>
				<name>actualBlob</name>
				<type>java.sql.Blob</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>assertEquals</name>
			<param>
				<name>expectedDouble</name>
				<type>double</type>
			</param>
			<param>
				<name>actualDouble</name>
				<type>double</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>assertEquals</name>
			<param>
				<name>expectedMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>actualMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>assertEqualsIgnoreCase</name>
			<param>
				<name>expectedString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actualString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>assertEqualsSorted</name>
			<param>
				<name>expectedStringArray</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>actualStringArray</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>assertLessThan</name>
			<param>
				<name>expectedDouble</name>
				<type>double</type>
			</param>
			<param>
				<name>actualDouble</name>
				<type>double</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>Isolation</name>
		<type>com.liferay.portal.kernel.transaction.Isolation</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>Isolation</name>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>value</name>
		</method>
		<field>
			<name>COUNTER</name>
		</field>
		<field>
			<name>DEFAULT</name>
		</field>
		<field>
			<name>PORTAL</name>
		</field>
		<field>
			<name>READ_COMMITTED</name>
		</field>
		<field>
			<name>READ_UNCOMMITTED</name>
		</field>
		<field>
			<name>REPEATABLE_READ</name>
		</field>
		<field>
			<name>SERIALIZABLE</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Propagation</name>
		<type>com.liferay.portal.kernel.transaction.Propagation</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>Propagation</name>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>value</name>
		</method>
		<field>
			<name>MANDATORY</name>
		</field>
		<field>
			<name>NEVER</name>
		</field>
		<field>
			<name>NESTED</name>
		</field>
		<field>
			<name>NOT_SUPPORTED</name>
		</field>
		<field>
			<name>REQUIRED</name>
		</field>
		<field>
			<name>REQUIRES_NEW</name>
		</field>
		<field>
			<name>SUPPORTS</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TransactionDefinition</name>
		<type>com.liferay.portal.kernel.transaction.TransactionDefinition</type>
		<author><![CDATA[Michael Young]]></author>
		<field>
			<name>ISOLATION_COUNTER</name>
		</field>
		<field>
			<name>ISOLATION_DEFAULT</name>
		</field>
		<field>
			<name>ISOLATION_PORTAL</name>
		</field>
		<field>
			<name>ISOLATION_READ_COMMITTED</name>
		</field>
		<field>
			<name>ISOLATION_READ_UNCOMMITTED</name>
		</field>
		<field>
			<name>ISOLATION_REPEATABLE_READ</name>
		</field>
		<field>
			<name>ISOLATION_SERIALIZABLE</name>
		</field>
		<field>
			<name>PROPAGATION_MANDATORY</name>
		</field>
		<field>
			<name>PROPAGATION_NESTED</name>
		</field>
		<field>
			<name>PROPAGATION_NEVER</name>
		</field>
		<field>
			<name>PROPAGATION_NOT_SUPPORTED</name>
		</field>
		<field>
			<name>PROPAGATION_REQUIRED</name>
		</field>
		<field>
			<name>PROPAGATION_REQUIRES_NEW</name>
		</field>
		<field>
			<name>PROPAGATION_SUPPORTS</name>
		</field>
		<field>
			<name>TIMEOUT_DEFAULT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Transactional</name>
		<type>com.liferay.portal.kernel.transaction.Transactional</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>enabled</name>
		</method>
		<method>
			<name>isolation</name>
		</method>
		<method>
			<name>noRollbackFor</name>
		</method>
		<method>
			<name>noRollbackForClassName</name>
		</method>
		<method>
			<name>propagation</name>
		</method>
		<method>
			<name>readOnly</name>
		</method>
		<method>
			<name>rollbackFor</name>
		</method>
		<method>
			<name>rollbackForClassName</name>
		</method>
		<method>
			<name>timeout</name>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseUpgradePortletPreferences</name>
		<type>com.liferay.portal.kernel.upgrade.BaseUpgradePortletPreferences</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>deletePortletPreferences</name>
			<param>
				<name>portletPreferencesId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getCompanyId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGroup</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLayout</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLayoutUuid</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortletIds</name>
		</method>
		<method>
			<name>getUpdatePortletPreferencesWhereClause</name>
		</method>
		<method>
			<name>updatePortletPreferences</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePortletPreferences</name>
			<param>
				<name>portletPreferencesId</name>
				<type>long</type>
			</param>
			<param>
				<name>preferences</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>upgradePreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_GET_COMPANY_ID</name>
		</field>
		<field>
			<name>_GET_LAYOUT</name>
		</field>
		<field>
			<name>_GET_LAYOUT_UUID</name>
		</field>
		<field>
			<name>_GET_USER</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CamelCaseUpgradePortletPreferences</name>
		<type>com.liferay.portal.kernel.upgrade.CamelCaseUpgradePortletPreferences</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>upgradePreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>StagnantRowException</name>
		<type>com.liferay.portal.kernel.upgrade.StagnantRowException</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>StagnantRowException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>StagnantRowException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeException</name>
		<type>com.liferay.portal.kernel.upgrade.UpgradeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UpgradeException</name>
		</method>
		<method>
			<name>UpgradeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>UpgradeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>UpgradeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess</name>
		<type>com.liferay.portal.kernel.upgrade.UpgradeProcess</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>UpgradeProcess</name>
		</method>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>hasTable</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>increment</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>increment</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isSupportsAlterColumnName</name>
		</method>
		<method>
			<name>isSupportsAlterColumnType</name>
		</method>
		<method>
			<name>isSupportsStringCaseSensitiveQuery</name>
		</method>
		<method>
			<name>isSupportsUpdateWithInnerJoin</name>
		</method>
		<method>
			<name>runSQL</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>runSQL</name>
			<param>
				<name>templates</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>runSQLTemplate</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>runSQLTemplate</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>failOnError</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>tableHasColumn</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>tableHasData</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>upgrade</name>
			<throws>
				<name>UpgradeException</name>
				<type>com.liferay.portal.kernel.upgrade.UpgradeException</type>
			</throws>
		</method>
		<method>
			<name>upgrade</name>
			<param>
				<name>upgradeProcessClass</name>
				<type>java.lang.Class</type>
			</param>
			<throws>
				<name>UpgradeException</name>
				<type>com.liferay.portal.kernel.upgrade.UpgradeException</type>
			</throws>
		</method>
		<method>
			<name>upgrade</name>
			<param>
				<name>upgradeProcess</name>
				<type>com.liferay.portal.kernel.upgrade.UpgradeProcess</type>
			</param>
			<throws>
				<name>UpgradeException</name>
				<type>com.liferay.portal.kernel.upgrade.UpgradeException</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>upgradeTable</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableColumns</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>upgradeTable</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableColumns</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>sqlCreate</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sqlAddIndexes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeOptimizedConnectionHandler</name>
		<type>com.liferay.portal.kernel.upgrade.dao.orm.UpgradeOptimizedConnectionHandler</type>
		<author><![CDATA[Minhchau Dang]]></author>
		<method>
			<name>UpgradeOptimizedConnectionHandler</name>
			<param>
				<name>connection</name>
				<type>java.sql.Connection</type>
			</param>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>proxy</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>prepareStatement</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<field>
			<name>_connection</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeOptimizedPreparedStatementHandler</name>
		<type>com.liferay.portal.kernel.upgrade.dao.orm.UpgradeOptimizedPreparedStatementHandler</type>
		<author><![CDATA[Minhchau Dang]]></author>
		<method>
			<name>UpgradeOptimizedPreparedStatementHandler</name>
			<param>
				<name>preparedStatement</name>
				<type>java.sql.PreparedStatement</type>
			</param>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>proxy</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>executeQuery</name>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<field>
			<name>_preparedStatement</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeOptimizedResultSetHandler</name>
		<type>com.liferay.portal.kernel.upgrade.dao.orm.UpgradeOptimizedResultSetHandler</type>
		<author><![CDATA[Minhchau Dang]]></author>
		<method>
			<name>UpgradeOptimizedResultSetHandler</name>
			<param>
				<name>resultSet</name>
				<type>java.sql.ResultSet</type>
			</param>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>proxy</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>_cacheColumnValues</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getValue</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.Integer</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_columnNames</name>
		</field>
		<field>
			<name>_columnTypes</name>
		</field>
		<field>
			<name>_columnValues</name>
		</field>
		<field>
			<name>_next</name>
		</field>
		<field>
			<name>_resultSet</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseUpgradeColumnImpl</name>
		<type>com.liferay.portal.kernel.upgrade.util.BaseUpgradeColumnImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BaseUpgradeColumnImpl</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>BaseUpgradeColumnImpl</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldColumnType</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getNewColumnType</name>
			<param>
				<name>defaultType</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>getNewValue</name>
		</method>
		<method>
			<name>getOldColumnType</name>
			<param>
				<name>defaultType</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>getOldValue</name>
		</method>
		<method>
			<name>increment</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isApplicable</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setNewValue</name>
			<param>
				<name>newValue</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setOldValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_newValue</name>
		</field>
		<field>
			<name>_oldColumnType</name>
		</field>
		<field>
			<name>_oldValue</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DateUpgradeColumnImpl</name>
		<type>com.liferay.portal.kernel.upgrade.util.DateUpgradeColumnImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DateUpgradeColumnImpl</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNewValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DefaultPKMapper</name>
		<type>com.liferay.portal.kernel.upgrade.util.DefaultPKMapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DefaultPKMapper</name>
			<param>
				<name>valueMapper</name>
				<type>com.liferay.portal.kernel.upgrade.util.ValueMapper</type>
			</param>
		</method>
		<method>
			<name>getNewValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>IdReplacer</name>
		<type>com.liferay.portal.kernel.upgrade.util.IdReplacer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>replaceLongIds</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>begin</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valueMapper</name>
				<type>com.liferay.portal.kernel.upgrade.util.ValueMapper</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>replaceLongIds</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>begin</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>end</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valueMapper</name>
				<type>com.liferay.portal.kernel.upgrade.util.ValueMapper</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getEndPos</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SwapUpgradeColumnImpl</name>
		<type>com.liferay.portal.kernel.upgrade.util.SwapUpgradeColumnImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SwapUpgradeColumnImpl</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valueMapper</name>
				<type>com.liferay.portal.kernel.upgrade.util.ValueMapper</type>
			</param>
		</method>
		<method>
			<name>SwapUpgradeColumnImpl</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldColumnType</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>valueMapper</name>
				<type>com.liferay.portal.kernel.upgrade.util.ValueMapper</type>
			</param>
		</method>
		<method>
			<name>getNewValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_valueMapper</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TempUpgradeColumnImpl</name>
		<type>com.liferay.portal.kernel.upgrade.util.TempUpgradeColumnImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TempUpgradeColumnImpl</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>TempUpgradeColumnImpl</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldColumnType</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>getNewColumnType</name>
			<param>
				<name>defaultType</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>getNewValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeColumn</name>
		<type>com.liferay.portal.kernel.upgrade.util.UpgradeColumn</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getNewColumnType</name>
			<param>
				<name>defaultType</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>getNewValue</name>
		</method>
		<method>
			<name>getNewValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getOldColumnType</name>
			<param>
				<name>defaultType</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>getOldValue</name>
		</method>
		<method>
			<name>increment</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isApplicable</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setNewValue</name>
			<param>
				<name>newValue</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setOldValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeTable</name>
		<type>com.liferay.portal.kernel.upgrade.util.UpgradeTable</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>appendColumn</name>
			<param>
				<name>sb</name>
				<type>java.lang.StringBuilder</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>last</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>appendColumn</name>
			<param>
				<name>sb</name>
				<type>java.lang.StringBuilder</type>
			</param>
			<param>
				<name>rs</name>
				<type>java.sql.ResultSet</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>last</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getCreateSQL</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDeleteSQL</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getIndexesSQL</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getInsertSQL</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getSelectSQL</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isAllowUniqueIndexes</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setAllowUniqueIndexes</name>
			<param>
				<name>allowUniqueIndexes</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setColumn</name>
			<param>
				<name>ps</name>
				<type>java.sql.PreparedStatement</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setCreateSQL</name>
			<param>
				<name>createSQL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setIndexesSQL</name>
			<param>
				<name>indexesSQL</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateTable</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeTableFactory</name>
		<type>com.liferay.portal.kernel.upgrade.util.UpgradeTableFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getUpgradeTable</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>upgradeColumns</name>
				<type>com.liferay.portal.kernel.upgrade.util.UpgradeColumn</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeTableFactoryUtil</name>
		<type>com.liferay.portal.kernel.upgrade.util.UpgradeTableFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getUpgradeTable</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>upgradeColumns</name>
				<type>com.liferay.portal.kernel.upgrade.util.UpgradeColumn</type>
			</param>
		</method>
		<method>
			<name>getUpgradeTableFactory</name>
		</method>
		<method>
			<name>setUpgradeTableFactory</name>
			<param>
				<name>upgradeTableFactory</name>
				<type>com.liferay.portal.kernel.upgrade.util.UpgradeTableFactory</type>
			</param>
		</method>
		<field>
			<name>_upgradeTableFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ValueMapper</name>
		<type>com.liferay.portal.kernel.upgrade.util.ValueMapper</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>appendException</name>
			<param>
				<name>exception</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getNewValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>iterator</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>mapValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>newValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>size</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ValueMapperFactory</name>
		<type>com.liferay.portal.kernel.upgrade.util.ValueMapperFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getValueMapper</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ValueMapperFactoryUtil</name>
		<type>com.liferay.portal.kernel.upgrade.util.ValueMapperFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getValueMapper</name>
		</method>
		<method>
			<name>getValueMapperFactory</name>
		</method>
		<method>
			<name>setValueMapperFactory</name>
			<param>
				<name>valueMapperFactory</name>
				<type>com.liferay.portal.kernel.upgrade.util.ValueMapperFactory</type>
			</param>
		</method>
		<field>
			<name>_valueMapperFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ValueMapperUtil</name>
		<type>com.liferay.portal.kernel.upgrade.util.ValueMapperUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>persist</name>
			<param>
				<name>valueMapper</name>
				<type>com.liferay.portal.kernel.upgrade.util.ValueMapper</type>
			</param>
			<param>
				<name>tmpDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ValueMapperWrapper</name>
		<type>com.liferay.portal.kernel.upgrade.util.ValueMapperWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ValueMapperWrapper</name>
			<param>
				<name>valueMapper</name>
				<type>com.liferay.portal.kernel.upgrade.util.ValueMapper</type>
			</param>
		</method>
		<method>
			<name>appendException</name>
			<param>
				<name>exception</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getNewValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getValueMapper</name>
		</method>
		<method>
			<name>iterator</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>mapValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>newValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>size</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_valueMapper</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FileItem</name>
		<type>com.liferay.portal.kernel.upload.FileItem</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>delete</name>
		</method>
		<method>
			<name>getContentType</name>
		</method>
		<method>
			<name>getEncodedString</name>
		</method>
		<method>
			<name>getFieldName</name>
		</method>
		<method>
			<name>getFileName</name>
		</method>
		<method>
			<name>getFileNameExtension</name>
		</method>
		<method>
			<name>getFullFileName</name>
		</method>
		<method>
			<name>getInputStream</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getSize</name>
		</method>
		<method>
			<name>getSizeThreshold</name>
		</method>
		<method>
			<name>getStoreLocation</name>
		</method>
		<method>
			<name>getString</name>
		</method>
		<method>
			<name>isFormField</name>
		</method>
		<method>
			<name>isInMemory</name>
		</method>
		<method>
			<name>setString</name>
			<param>
				<name>encode</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UploadException</name>
		<type>com.liferay.portal.kernel.upload.UploadException</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>UploadException</name>
		</method>
		<method>
			<name>UploadException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>UploadException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>UploadException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>isExceededSizeLimit</name>
		</method>
		<method>
			<name>setExceededSizeLimit</name>
			<param>
				<name>exceededSizeLimit</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_exceededSizeLimit</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UploadPortletRequest</name>
		<type>com.liferay.portal.kernel.upload.UploadPortletRequest</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
	</javadoc>
	<javadoc>
		<name>UploadRequest</name>
		<type>com.liferay.portal.kernel.upload.UploadRequest</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getContentType</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>forceCreate</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deleteOnClose</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getFileName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFiles</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFilesAsStream</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getFilesAsStream</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deleteOnClose</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getFullFileName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getMultipartParameterMap</name>
		</method>
		<method>
			<name>getSize</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isFormField</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UploadServletRequest</name>
		<type>com.liferay.portal.kernel.upload.UploadServletRequest</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Zongliang Li]]></author>
		<author><![CDATA[Harry Mark]]></author>
	</javadoc>
	<javadoc>
		<name>Accessor</name>
		<type>com.liferay.portal.kernel.util.Accessor</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>get</name>
			<param>
				<name>t</name>
				<type>T</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AggregateClassLoader</name>
		<type>com.liferay.portal.kernel.util.AggregateClassLoader</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getAggregateClassLoader</name>
			<param>
				<name>parentClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>classLoaders</name>
				<type>java.lang.ClassLoader[]</type>
			</param>
		</method>
		<method>
			<name>getAggregateClassLoader</name>
			<param>
				<name>classLoaders</name>
				<type>java.lang.ClassLoader[]</type>
			</param>
		</method>
		<method>
			<name>AggregateClassLoader</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>addClassLoader</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>addClassLoader</name>
			<param>
				<name>classLoaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>addClassLoader</name>
			<param>
				<name>classLoaders</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getClassLoaders</name>
		</method>
		<method>
			<name>getResource</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResources</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>findClass</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>loadClass</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resolve</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>_findClass</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>_getResource</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getResources</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_loadClass</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resolve</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_findClassMethod</name>
		</field>
		<field>
			<name>_getResourceMethod</name>
		</field>
		<field>
			<name>_getResourcesMethod</name>
		</field>
		<field>
			<name>_loadClassMethod</name>
		</field>
		<field>
			<name>_classLoaderReferences</name>
		</field>
		<field>
			<name>_parentClassLoaderReference</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ArrayUtil</name>
		<type>com.liferay.portal.kernel.util.ArrayUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>append</name>
			<param>
				<name>arrays</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>array</name>
				<type>boolean[]</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>arrays</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>array</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>value</name>
				<type>byte</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>arrays</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>array</name>
				<type>char[]</type>
			</param>
			<param>
				<name>value</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>arrays</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>array</name>
				<type>double[]</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>arrays</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>array</name>
				<type>float[]</type>
			</param>
			<param>
				<name>value</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>arrays</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>arrays</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>array</name>
				<type>long[]</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>arrays</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>array</name>
				<type>short[]</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>arrays</name>
				<type>T[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>array</name>
				<type>T[]</type>
			</param>
			<param>
				<name>value</name>
				<type>T</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>array1</name>
				<type>T[]</type>
			</param>
			<param>
				<name>array2</name>
				<type>T[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>array1</name>
				<type>T[]</type>
			</param>
			<param>
				<name>value</name>
				<type>T[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>array1</name>
				<type>T[]</type>
			</param>
			<param>
				<name>array2</name>
				<type>T[]</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>boolean[]</type>
			</param>
			<param>
				<name>from</name>
				<type>int</type>
			</param>
			<param>
				<name>to</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>from</name>
				<type>int</type>
			</param>
			<param>
				<name>to</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>char[]</type>
			</param>
			<param>
				<name>from</name>
				<type>int</type>
			</param>
			<param>
				<name>to</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>double[]</type>
			</param>
			<param>
				<name>from</name>
				<type>int</type>
			</param>
			<param>
				<name>to</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>float[]</type>
			</param>
			<param>
				<name>from</name>
				<type>int</type>
			</param>
			<param>
				<name>to</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
			<param>
				<name>from</name>
				<type>int</type>
			</param>
			<param>
				<name>to</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>long[]</type>
			</param>
			<param>
				<name>from</name>
				<type>int</type>
			</param>
			<param>
				<name>to</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>short[]</type>
			</param>
			<param>
				<name>from</name>
				<type>int</type>
			</param>
			<param>
				<name>to</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>T[]</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>T[]</type>
			</param>
			<param>
				<name>from</name>
				<type>int</type>
			</param>
			<param>
				<name>to</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>T[]</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>T[]</type>
			</param>
			<param>
				<name>from</name>
				<type>int</type>
			</param>
			<param>
				<name>to</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>combine</name>
			<param>
				<name>array1</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>array2</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>combinedArray</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>array</name>
				<type>boolean[]</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>array</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>value</name>
				<type>byte</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>array</name>
				<type>char[]</type>
			</param>
			<param>
				<name>value</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>array</name>
				<type>double[]</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>array</name>
				<type>float[]</type>
			</param>
			<param>
				<name>value</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>array</name>
				<type>long[]</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>array</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>array</name>
				<type>short[]</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>distinct</name>
			<param>
				<name>array</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>distinct</name>
			<param>
				<name>array</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>comparator</name>
				<type>java.util.Comparator</type>
			</param>
		</method>
		<method>
			<name>getLength</name>
			<param>
				<name>array</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>array</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>array</name>
				<type>boolean[]</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>array</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>value</name>
				<type>byte</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>array</name>
				<type>char[]</type>
			</param>
			<param>
				<name>value</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>array</name>
				<type>double[]</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>array</name>
				<type>long[]</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>array</name>
				<type>short[]</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>array</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeByPrefix</name>
			<param>
				<name>array</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>reverse</name>
			<param>
				<name>array</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>subset</name>
			<param>
				<name>array</name>
				<type>boolean[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>subset</name>
			<param>
				<name>array</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>subset</name>
			<param>
				<name>array</name>
				<type>char[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>subset</name>
			<param>
				<name>array</name>
				<type>double[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>subset</name>
			<param>
				<name>array</name>
				<type>float[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>subset</name>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>subset</name>
			<param>
				<name>array</name>
				<type>long[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>subset</name>
			<param>
				<name>array</name>
				<type>short[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>subset</name>
			<param>
				<name>array</name>
				<type>T[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>java.lang.Boolean[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>java.lang.Byte[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>java.lang.Character[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>java.lang.Double[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>java.lang.Float[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>java.lang.Integer[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>java.lang.Long[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>java.lang.Short[]</type>
			</param>
		</method>
		<method>
			<name>toLongArray</name>
			<param>
				<name>array</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>array</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<see><![CDATA[{@link ListUtil#toString(List, String)}]]></see>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>array</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<see><![CDATA[{@link ListUtil#toString(List, String, String)}]]></see>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>list</name>
				<type>T[]</type>
			</param>
			<param>
				<name>accessor</name>
				<type>com.liferay.portal.kernel.util.Accessor</type>
			</param>
			<see><![CDATA[{@link ListUtil#toString(List, Accessor)}]]></see>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>list</name>
				<type>T[]</type>
			</param>
			<param>
				<name>accessor</name>
				<type>com.liferay.portal.kernel.util.Accessor</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<see><![CDATA[{@link ListUtil#toString(List, Accessor, String)}]]></see>
		</method>
		<method>
			<name>toStringArray</name>
			<param>
				<name>array</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>toStringArray</name>
			<param>
				<name>array</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>toStringArray</name>
			<param>
				<name>array</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>toStringArray</name>
			<param>
				<name>array</name>
				<type>java.util.Date[]</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
		</method>
		<method>
			<name>toStringArray</name>
			<param>
				<name>array</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>toStringArray</name>
			<param>
				<name>array</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>toStringArray</name>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>toStringArray</name>
			<param>
				<name>array</name>
				<type>com.liferay.portal.kernel.json.JSONArray</type>
			</param>
		</method>
		<method>
			<name>toStringArray</name>
			<param>
				<name>array</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>toStringArray</name>
			<param>
				<name>array</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>toStringArray</name>
			<param>
				<name>array</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>unique</name>
			<param>
				<name>array</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>unique</name>
			<param>
				<name>array</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>unique</name>
			<param>
				<name>array</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>unique</name>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>unique</name>
			<param>
				<name>array</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>unique</name>
			<param>
				<name>array</name>
				<type>short[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ArrayUtil_IW</name>
		<type>com.liferay.portal.kernel.util.ArrayUtil_IW</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>arrays</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>array</name>
				<type>boolean[]</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>arrays</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>array</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>value</name>
				<type>byte</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>arrays</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>array</name>
				<type>char[]</type>
			</param>
			<param>
				<name>value</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>arrays</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>array</name>
				<type>double[]</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>arrays</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>array</name>
				<type>float[]</type>
			</param>
			<param>
				<name>value</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>arrays</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>arrays</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>array</name>
				<type>long[]</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>arrays</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>array</name>
				<type>short[]</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>arrays</name>
				<type>T[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>array</name>
				<type>T[]</type>
			</param>
			<param>
				<name>value</name>
				<type>T</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>array1</name>
				<type>T[]</type>
			</param>
			<param>
				<name>array2</name>
				<type>T[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>array1</name>
				<type>T[]</type>
			</param>
			<param>
				<name>value</name>
				<type>T[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>array1</name>
				<type>T[]</type>
			</param>
			<param>
				<name>array2</name>
				<type>T[]</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>boolean[]</type>
			</param>
			<param>
				<name>from</name>
				<type>int</type>
			</param>
			<param>
				<name>to</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>from</name>
				<type>int</type>
			</param>
			<param>
				<name>to</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>char[]</type>
			</param>
			<param>
				<name>from</name>
				<type>int</type>
			</param>
			<param>
				<name>to</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>double[]</type>
			</param>
			<param>
				<name>from</name>
				<type>int</type>
			</param>
			<param>
				<name>to</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>float[]</type>
			</param>
			<param>
				<name>from</name>
				<type>int</type>
			</param>
			<param>
				<name>to</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
			<param>
				<name>from</name>
				<type>int</type>
			</param>
			<param>
				<name>to</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>long[]</type>
			</param>
			<param>
				<name>from</name>
				<type>int</type>
			</param>
			<param>
				<name>to</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>short[]</type>
			</param>
			<param>
				<name>from</name>
				<type>int</type>
			</param>
			<param>
				<name>to</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>T[]</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>T[]</type>
			</param>
			<param>
				<name>from</name>
				<type>int</type>
			</param>
			<param>
				<name>to</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>T[]</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>array</name>
				<type>T[]</type>
			</param>
			<param>
				<name>from</name>
				<type>int</type>
			</param>
			<param>
				<name>to</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>combine</name>
			<param>
				<name>array1</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>array2</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>combinedArray</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>array</name>
				<type>boolean[]</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>array</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>value</name>
				<type>byte</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>array</name>
				<type>char[]</type>
			</param>
			<param>
				<name>value</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>array</name>
				<type>double[]</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>array</name>
				<type>float[]</type>
			</param>
			<param>
				<name>value</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>array</name>
				<type>long[]</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>array</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>array</name>
				<type>short[]</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>distinct</name>
			<param>
				<name>array</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>distinct</name>
			<param>
				<name>array</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>comparator</name>
				<type>java.util.Comparator</type>
			</param>
		</method>
		<method>
			<name>getLength</name>
			<param>
				<name>array</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>array</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>array</name>
				<type>boolean[]</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>array</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>value</name>
				<type>byte</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>array</name>
				<type>char[]</type>
			</param>
			<param>
				<name>value</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>array</name>
				<type>double[]</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>array</name>
				<type>long[]</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>array</name>
				<type>short[]</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>array</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeByPrefix</name>
			<param>
				<name>array</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>reverse</name>
			<param>
				<name>array</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>subset</name>
			<param>
				<name>array</name>
				<type>boolean[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>subset</name>
			<param>
				<name>array</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>subset</name>
			<param>
				<name>array</name>
				<type>char[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>subset</name>
			<param>
				<name>array</name>
				<type>double[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>subset</name>
			<param>
				<name>array</name>
				<type>float[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>subset</name>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>subset</name>
			<param>
				<name>array</name>
				<type>long[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>subset</name>
			<param>
				<name>array</name>
				<type>short[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>subset</name>
			<param>
				<name>array</name>
				<type>T[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>java.lang.Boolean[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>java.lang.Byte[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>java.lang.Character[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>java.lang.Double[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>java.lang.Float[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>java.lang.Integer[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>java.lang.Long[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>java.lang.Short[]</type>
			</param>
		</method>
		<method>
			<name>toLongArray</name>
			<param>
				<name>array</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>array</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>array</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>list</name>
				<type>T[]</type>
			</param>
			<param>
				<name>accessor</name>
				<type>com.liferay.portal.kernel.util.Accessor</type>
			</param>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>list</name>
				<type>T[]</type>
			</param>
			<param>
				<name>accessor</name>
				<type>com.liferay.portal.kernel.util.Accessor</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toStringArray</name>
			<param>
				<name>array</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>toStringArray</name>
			<param>
				<name>array</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>toStringArray</name>
			<param>
				<name>array</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>toStringArray</name>
			<param>
				<name>array</name>
				<type>java.util.Date[]</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
		</method>
		<method>
			<name>toStringArray</name>
			<param>
				<name>array</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>toStringArray</name>
			<param>
				<name>array</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>toStringArray</name>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>toStringArray</name>
			<param>
				<name>array</name>
				<type>com.liferay.portal.kernel.json.JSONArray</type>
			</param>
		</method>
		<method>
			<name>toStringArray</name>
			<param>
				<name>array</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>toStringArray</name>
			<param>
				<name>array</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>toStringArray</name>
			<param>
				<name>array</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>unique</name>
			<param>
				<name>array</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>unique</name>
			<param>
				<name>array</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>unique</name>
			<param>
				<name>array</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>unique</name>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>unique</name>
			<param>
				<name>array</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>unique</name>
			<param>
				<name>array</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>ArrayUtil_IW</name>
		</method>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ArrayWrapper</name>
		<type>com.liferay.portal.kernel.util.ArrayWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ArrayWrapper</name>
		</method>
		<method>
			<name>getArray</name>
		</method>
		<method>
			<name>setArray</name>
			<param>
				<name>array</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<field>
			<name>_array</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AutoResetThreadLocal</name>
		<type>com.liferay.portal.kernel.util.AutoResetThreadLocal</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>AutoResetThreadLocal</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>AutoResetThreadLocal</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>initialValue</name>
				<type>T</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Base64</name>
		<type>com.liferay.portal.kernel.util.Base64</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>decode</name>
			<param>
				<name>base64</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>encode</name>
			<param>
				<name>raw</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>encode</name>
			<param>
				<name>raw</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>fromURLSafe</name>
			<param>
				<name>base64</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>objectToString</name>
			<param>
				<name>o</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>stringToObject</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>stringToObject</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>stringToObjectSilent</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>stringToObjectSilent</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>toURLSafe</name>
			<param>
				<name>base64</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>encodeBlock</name>
			<param>
				<name>raw</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>lastIndex</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getChar</name>
			<param>
				<name>sixbit</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>_stringToObject</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>silent</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BasePortalLifecycle</name>
		<type>com.liferay.portal.kernel.util.BasePortalLifecycle</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>portalDestroy</name>
		</method>
		<method>
			<name>portalInit</name>
		</method>
		<method>
			<name>registerPortalLifecycle</name>
		</method>
		<method>
			<name>registerPortalLifecycle</name>
			<param>
				<name>method</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>doPortalDestroy</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doPortalInit</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_calledPortalDestroy</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BigDecimalUtil</name>
		<type>com.liferay.portal.kernel.util.BigDecimalUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<author><![CDATA[Calvin Keum]]></author>
		<method>
			<name>add</name>
			<param>
				<name>x</name>
				<type>double</type>
			</param>
			<param>
				<name>y</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>divide</name>
			<param>
				<name>x</name>
				<type>double</type>
			</param>
			<param>
				<name>y</name>
				<type>double</type>
			</param>
			<param>
				<name>scale</name>
				<type>int</type>
			</param>
			<param>
				<name>roundingMode</name>
				<type>java.math.RoundingMode</type>
			</param>
		</method>
		<method>
			<name>divide</name>
			<param>
				<name>x</name>
				<type>int</type>
			</param>
			<param>
				<name>y</name>
				<type>int</type>
			</param>
			<param>
				<name>scale</name>
				<type>int</type>
			</param>
			<param>
				<name>roundingMode</name>
				<type>java.math.RoundingMode</type>
			</param>
		</method>
		<method>
			<name>multiply</name>
			<param>
				<name>x</name>
				<type>double</type>
			</param>
			<param>
				<name>y</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>scale</name>
			<param>
				<name>x</name>
				<type>double</type>
			</param>
			<param>
				<name>scale</name>
				<type>int</type>
			</param>
			<param>
				<name>roundingMode</name>
				<type>java.math.RoundingMode</type>
			</param>
		</method>
		<method>
			<name>subtract</name>
			<param>
				<name>x</name>
				<type>double</type>
			</param>
			<param>
				<name>y</name>
				<type>double</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BinarySearch</name>
		<type>com.liferay.portal.kernel.util.BinarySearch</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>forList</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>forList</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>comparator</name>
				<type>java.util.Comparator</type>
			</param>
		</method>
		<method>
			<name>find</name>
			<param>
				<name>e</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>find</name>
			<param>
				<name>e</name>
				<type>E</type>
			</param>
			<param>
				<name>low</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>find</name>
			<param>
				<name>e</name>
				<type>E</type>
			</param>
			<param>
				<name>low</name>
				<type>int</type>
			</param>
			<param>
				<name>high</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>findFirst</name>
			<param>
				<name>e</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>findFirst</name>
			<param>
				<name>e</name>
				<type>E</type>
			</param>
			<param>
				<name>low</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>findFirst</name>
			<param>
				<name>e</name>
				<type>E</type>
			</param>
			<param>
				<name>low</name>
				<type>int</type>
			</param>
			<param>
				<name>high</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>findLast</name>
			<param>
				<name>e</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>findLast</name>
			<param>
				<name>e</name>
				<type>E</type>
			</param>
			<param>
				<name>low</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>findLast</name>
			<param>
				<name>e</name>
				<type>E</type>
			</param>
			<param>
				<name>low</name>
				<type>int</type>
			</param>
			<param>
				<name>high</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>element</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>getLastIndex</name>
		</method>
	</javadoc>
	<javadoc>
		<name>BooleanWrapper</name>
		<type>com.liferay.portal.kernel.util.BooleanWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BooleanWrapper</name>
		</method>
		<method>
			<name>BooleanWrapper</name>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>booleanWrapper</name>
				<type>com.liferay.portal.kernel.util.BooleanWrapper</type>
			</param>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>TYPE</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BreadcrumbsUtil</name>
		<type>com.liferay.portal.kernel.util.BreadcrumbsUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>removeLastClass</name>
			<param>
				<name>breadcrumbs</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CSVUtil</name>
		<type>com.liferay.portal.kernel.util.CSVUtil</type>
		<author><![CDATA[Samuel Kong]]></author>
		<method>
			<name>encode</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>encode</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CalendarFactory</name>
		<type>com.liferay.portal.kernel.util.CalendarFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getCalendar</name>
		</method>
		<method>
			<name>getCalendar</name>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>date</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getCalendar</name>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>date</name>
				<type>int</type>
			</param>
			<param>
				<name>hour</name>
				<type>int</type>
			</param>
			<param>
				<name>minute</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getCalendar</name>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>date</name>
				<type>int</type>
			</param>
			<param>
				<name>hour</name>
				<type>int</type>
			</param>
			<param>
				<name>minute</name>
				<type>int</type>
			</param>
			<param>
				<name>second</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getCalendar</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getCalendar</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getCalendar</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CalendarFactoryUtil</name>
		<type>com.liferay.portal.kernel.util.CalendarFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getCalendar</name>
		</method>
		<method>
			<name>getCalendar</name>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>date</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getCalendar</name>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>date</name>
				<type>int</type>
			</param>
			<param>
				<name>hour</name>
				<type>int</type>
			</param>
			<param>
				<name>minute</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getCalendar</name>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>date</name>
				<type>int</type>
			</param>
			<param>
				<name>hour</name>
				<type>int</type>
			</param>
			<param>
				<name>minute</name>
				<type>int</type>
			</param>
			<param>
				<name>second</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getCalendar</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getCalendar</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getCalendar</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getCalendarFactory</name>
		</method>
		<method>
			<name>setCalendarFactory</name>
			<param>
				<name>calendarFactory</name>
				<type>com.liferay.portal.kernel.util.CalendarFactory</type>
			</param>
		</method>
		<field>
			<name>_calendarFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CalendarUtil</name>
		<type>com.liferay.portal.kernel.util.CalendarUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterByDay</name>
			<param>
				<name>date1</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>date2</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>beforeByDay</name>
			<param>
				<name>date1</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>date2</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>equalsByDay</name>
			<param>
				<name>date1</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>date2</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>getAge</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>today</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>getAge</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>tz</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDays</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getDays</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDaysInMonth</name>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>getDaysInMonth</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getGregorianDay</name>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>getGTDate</name>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>getLastDayOfWeek</name>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>getLTDate</name>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>getMonthIds</name>
		</method>
		<method>
			<name>getMonths</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getMonths</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTimestamp</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>isAfter</name>
			<param>
				<name>month1</name>
				<type>int</type>
			</param>
			<param>
				<name>day1</name>
				<type>int</type>
			</param>
			<param>
				<name>year1</name>
				<type>int</type>
			</param>
			<param>
				<name>hour1</name>
				<type>int</type>
			</param>
			<param>
				<name>minute1</name>
				<type>int</type>
			</param>
			<param>
				<name>amPm1</name>
				<type>int</type>
			</param>
			<param>
				<name>month2</name>
				<type>int</type>
			</param>
			<param>
				<name>day2</name>
				<type>int</type>
			</param>
			<param>
				<name>year2</name>
				<type>int</type>
			</param>
			<param>
				<name>hour2</name>
				<type>int</type>
			</param>
			<param>
				<name>minute2</name>
				<type>int</type>
			</param>
			<param>
				<name>amPm2</name>
				<type>int</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>isBroadcastDate</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>isDate</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>isFuture</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>isFuture</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>isFuture</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>hour</name>
				<type>int</type>
			</param>
			<param>
				<name>minute</name>
				<type>int</type>
			</param>
			<param>
				<name>amPm</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>isFuture</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>hour</name>
				<type>int</type>
			</param>
			<param>
				<name>minute</name>
				<type>int</type>
			</param>
			<param>
				<name>amPm</name>
				<type>int</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>isFuture</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>isFuture</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>isGregorianDate</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>isJulianDate</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>roundByMinutes</name>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>interval</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_getTimeInMillis</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<field>
			<name>DAYS_ABBREVIATION</name>
		</field>
		<field>
			<name>ICAL_EXTENSION</name>
		</field>
		<field>
			<name>MONTH_IDS</name>
		</field>
		<field>
			<name>_calendarPool</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CallbackMatcher</name>
		<type>com.liferay.portal.kernel.util.CallbackMatcher</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-6872.
</p>]]></comment>
		<author><![CDATA[Jonathan Potter]]></author>
		<method>
			<name>replaceMatches</name>
			<param>
				<name>charSequence</name>
				<type>java.lang.CharSequence</type>
			</param>
			<param>
				<name>callback</name>
				<type>com.liferay.portal.kernel.util.CallbackMatcher.Callback</type>
			</param>
		</method>
		<method>
			<name>setRegex</name>
			<param>
				<name>regex</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_pattern</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CamelCaseUtil</name>
		<type>com.liferay.portal.kernel.util.CamelCaseUtil</type>
		<author><![CDATA[Igor Spasic]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>fromCamelCase</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>fromCamelCase</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>normalizeCamelCase</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toCamelCase</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toCamelCase</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>char</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CentralizedThreadLocal</name>
		<type>com.liferay.portal.kernel.util.CentralizedThreadLocal</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>clearLongLivedThreadLocals</name>
		</method>
		<method>
			<name>clearShortLivedThreadLocals</name>
		</method>
		<method>
			<name>getLongLivedThreadLocals</name>
		</method>
		<method>
			<name>getShortLivedThreadLocals</name>
		</method>
		<method>
			<name>setThreadLocals</name>
			<param>
				<name>longLivedThreadLocals</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>shortLivedThreadLocals</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>CentralizedThreadLocal</name>
			<param>
				<name>shortLived</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>get</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>remove</name>
		</method>
		<method>
			<name>set</name>
			<param>
				<name>value</name>
				<type>T</type>
			</param>
		</method>
		<method>
			<name>_toMap</name>
			<param>
				<name>threadLocalMap</name>
				<type>com.liferay.portal.kernel.util.CentralizedThreadLocal.ThreadLocalMap</type>
			</param>
		</method>
		<method>
			<name>_getThreadLocalMap</name>
		</method>
		<field>
			<name>_HASH_INCREMENT</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_longLivedNextHasCode</name>
		</field>
		<field>
			<name>_longLivedThreadLocals</name>
		</field>
		<field>
			<name>_shortLivedNextHasCode</name>
		</field>
		<field>
			<name>_shortLivedThreadLocals</name>
		</field>
		<field>
			<name>_hashCode</name>
		</field>
		<field>
			<name>_shortLived</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CharBufferPool</name>
		<type>com.liferay.portal.kernel.util.CharBufferPool</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>borrow</name>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>setEnabled</name>
			<param>
				<name>enabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>_cleanUpDeadBuffers</name>
		</method>
		<field>
			<name>_INITIAL_POOL_SIZE</name>
			<comment><![CDATA[The initial pool size should be set slightly higher than the maximum real world concurrent processing request number. This value should not be tuned because it is based on extensive performance tests that tie to the overall system's inherent nature.]]></comment>
		</field>
		<field>
			<name>_MAX_POOL_SIZE</name>
			<comment><![CDATA[Make the actual maximum pool size twice the initial pool size to prevent random peaks that may cause an unnecessarily high use of old generation memory.]]></comment>
		</field>
		<field>
			<name>_borrowedCharBufferHoldersThreadLocal</name>
		</field>
		<field>
			<name>_charBufferHoldersPool</name>
		</field>
		<field>
			<name>_enabledThreadLocal</name>
		</field>
		<field>
			<name>_modifyLock</name>
		</field>
		<field>
			<name>_referenceQueue</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CharPool</name>
		<type>com.liferay.portal.kernel.util.CharPool</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>AMPERSAND</name>
		</field>
		<field>
			<name>APOSTROPHE</name>
		</field>
		<field>
			<name>AT</name>
		</field>
		<field>
			<name>BACK_SLASH</name>
		</field>
		<field>
			<name>CLOSE_BRACKET</name>
		</field>
		<field>
			<name>CLOSE_CURLY_BRACE</name>
		</field>
		<field>
			<name>CLOSE_PARENTHESIS</name>
		</field>
		<field>
			<name>COLON</name>
		</field>
		<field>
			<name>COMMA</name>
		</field>
		<field>
			<name>DASH</name>
		</field>
		<field>
			<name>EQUAL</name>
		</field>
		<field>
			<name>EXCLAMATION</name>
		</field>
		<field>
			<name>FORWARD_SLASH</name>
		</field>
		<field>
			<name>GREATER_THAN</name>
		</field>
		<field>
			<name>LESS_THAN</name>
		</field>
		<field>
			<name>LOWER_CASE_A</name>
		</field>
		<field>
			<name>LOWER_CASE_B</name>
		</field>
		<field>
			<name>LOWER_CASE_C</name>
		</field>
		<field>
			<name>LOWER_CASE_D</name>
		</field>
		<field>
			<name>LOWER_CASE_E</name>
		</field>
		<field>
			<name>LOWER_CASE_F</name>
		</field>
		<field>
			<name>LOWER_CASE_G</name>
		</field>
		<field>
			<name>LOWER_CASE_H</name>
		</field>
		<field>
			<name>LOWER_CASE_I</name>
		</field>
		<field>
			<name>LOWER_CASE_J</name>
		</field>
		<field>
			<name>LOWER_CASE_K</name>
		</field>
		<field>
			<name>LOWER_CASE_L</name>
		</field>
		<field>
			<name>LOWER_CASE_M</name>
		</field>
		<field>
			<name>LOWER_CASE_N</name>
		</field>
		<field>
			<name>LOWER_CASE_O</name>
		</field>
		<field>
			<name>LOWER_CASE_P</name>
		</field>
		<field>
			<name>LOWER_CASE_Q</name>
		</field>
		<field>
			<name>LOWER_CASE_R</name>
		</field>
		<field>
			<name>LOWER_CASE_S</name>
		</field>
		<field>
			<name>LOWER_CASE_T</name>
		</field>
		<field>
			<name>LOWER_CASE_U</name>
		</field>
		<field>
			<name>LOWER_CASE_V</name>
		</field>
		<field>
			<name>LOWER_CASE_W</name>
		</field>
		<field>
			<name>LOWER_CASE_X</name>
		</field>
		<field>
			<name>LOWER_CASE_Y</name>
		</field>
		<field>
			<name>LOWER_CASE_Z</name>
		</field>
		<field>
			<name>MINUS</name>
		</field>
		<field>
			<name>NEW_LINE</name>
		</field>
		<field>
			<name>NUMBER_0</name>
		</field>
		<field>
			<name>NUMBER_1</name>
		</field>
		<field>
			<name>NUMBER_2</name>
		</field>
		<field>
			<name>NUMBER_3</name>
		</field>
		<field>
			<name>NUMBER_4</name>
		</field>
		<field>
			<name>NUMBER_5</name>
		</field>
		<field>
			<name>NUMBER_6</name>
		</field>
		<field>
			<name>NUMBER_7</name>
		</field>
		<field>
			<name>NUMBER_8</name>
		</field>
		<field>
			<name>NUMBER_9</name>
		</field>
		<field>
			<name>OPEN_BRACKET</name>
		</field>
		<field>
			<name>OPEN_CURLY_BRACE</name>
		</field>
		<field>
			<name>OPEN_PARENTHESIS</name>
		</field>
		<field>
			<name>PERCENT</name>
		</field>
		<field>
			<name>PERIOD</name>
		</field>
		<field>
			<name>PIPE</name>
		</field>
		<field>
			<name>PLUS</name>
		</field>
		<field>
			<name>POUND</name>
		</field>
		<field>
			<name>QUESTION</name>
		</field>
		<field>
			<name>QUOTE</name>
		</field>
		<field>
			<name>RAQUO</name>
		</field>
		<field>
			<name>RETURN</name>
		</field>
		<field>
			<name>SEMICOLON</name>
		</field>
		<field>
			<name>SLASH</name>
		</field>
		<field>
			<name>SPACE</name>
		</field>
		<field>
			<name>STAR</name>
		</field>
		<field>
			<name>TAB</name>
		</field>
		<field>
			<name>TILDE</name>
		</field>
		<field>
			<name>UNDERLINE</name>
		</field>
		<field>
			<name>UPPER_CASE_A</name>
		</field>
		<field>
			<name>UPPER_CASE_B</name>
		</field>
		<field>
			<name>UPPER_CASE_C</name>
		</field>
		<field>
			<name>UPPER_CASE_D</name>
		</field>
		<field>
			<name>UPPER_CASE_E</name>
		</field>
		<field>
			<name>UPPER_CASE_F</name>
		</field>
		<field>
			<name>UPPER_CASE_G</name>
		</field>
		<field>
			<name>UPPER_CASE_H</name>
		</field>
		<field>
			<name>UPPER_CASE_I</name>
		</field>
		<field>
			<name>UPPER_CASE_J</name>
		</field>
		<field>
			<name>UPPER_CASE_K</name>
		</field>
		<field>
			<name>UPPER_CASE_L</name>
		</field>
		<field>
			<name>UPPER_CASE_M</name>
		</field>
		<field>
			<name>UPPER_CASE_N</name>
		</field>
		<field>
			<name>UPPER_CASE_O</name>
		</field>
		<field>
			<name>UPPER_CASE_P</name>
		</field>
		<field>
			<name>UPPER_CASE_Q</name>
		</field>
		<field>
			<name>UPPER_CASE_R</name>
		</field>
		<field>
			<name>UPPER_CASE_S</name>
		</field>
		<field>
			<name>UPPER_CASE_T</name>
		</field>
		<field>
			<name>UPPER_CASE_U</name>
		</field>
		<field>
			<name>UPPER_CASE_V</name>
		</field>
		<field>
			<name>UPPER_CASE_W</name>
		</field>
		<field>
			<name>UPPER_CASE_X</name>
		</field>
		<field>
			<name>UPPER_CASE_Y</name>
		</field>
		<field>
			<name>UPPER_CASE_Z</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClassLoaderObjectInputStream</name>
		<type>com.liferay.portal.kernel.util.ClassLoaderObjectInputStream</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ClassLoaderObjectInputStream</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>resolveClass</name>
			<param>
				<name>osc</name>
				<type>java.io.ObjectStreamClass</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
		</method>
		<field>
			<name>_classLoader</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClassLoaderProxy</name>
		<type>com.liferay.portal.kernel.util.ClassLoaderProxy</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ClassLoaderProxy</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>ClassLoaderProxy</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>getClassLoader</name>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>methodHandler</name>
				<type>com.liferay.portal.kernel.util.MethodHandler</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>args</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>translateThrowable</name>
			<param>
				<name>throwable</name>
				<type>java.lang.Throwable</type>
			</param>
			<param>
				<name>contextClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>_invoke</name>
			<param>
				<name>methodHandler</name>
				<type>com.liferay.portal.kernel.util.MethodHandler</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_classLoader</name>
		</field>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_obj</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClassUtil</name>
		<type>com.liferay.portal.kernel.util.ClassUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Sandeep Soni]]></author>
		<method>
			<name>getClasses</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getClasses</name>
			<param>
				<name>reader</name>
				<type>java.io.Reader</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getParentPath</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isSubclass</name>
			<param>
				<name>a</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>b</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>isSubclass</name>
			<param>
				<name>a</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_processAnnotation</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>st</name>
				<type>java.io.StreamTokenizer</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_processAnnotationParameters</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tokens</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_setupParseTable</name>
			<param>
				<name>st</name>
				<type>java.io.StreamTokenizer</type>
			</param>
		</method>
		<method>
			<name>_setupParseTableForAnnotationProcessing</name>
			<param>
				<name>st</name>
				<type>java.io.StreamTokenizer</type>
			</param>
		</method>
		<field>
			<name>_ANNOTATION_NAME_REGEXP</name>
		</field>
		<field>
			<name>_ANNOTATION_PARAMETERS_REGEXP</name>
		</field>
		<field>
			<name>_CLASS_EXTENSION</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClearThreadLocalUtil</name>
		<type>com.liferay.portal.kernel.util.ClearThreadLocalUtil</type>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>clearThreadLocal</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_clearThreadLocal</name>
			<param>
				<name>thread</name>
				<type>java.lang.Thread</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_clearThreadLocalMap</name>
			<param>
				<name>threadLocalMap</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_expungeStaleEntriesMethod</name>
		</field>
		<field>
			<name>_inheritableThreadLocalsField</name>
		</field>
		<field>
			<name>_initialized</name>
		</field>
		<field>
			<name>_removeMethod</name>
		</field>
		<field>
			<name>_tableField</name>
		</field>
		<field>
			<name>_threadLocalsField</name>
		</field>
		<field>
			<name>_valueField</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClearTimerThreadUtil</name>
		<type>com.liferay.portal.kernel.util.ClearTimerThreadUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>clearTimerThread</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_clearMethod</name>
		</field>
		<field>
			<name>_initialized</name>
		</field>
		<field>
			<name>_newTasksMayBeScheduledField</name>
		</field>
		<field>
			<name>_queueField</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ConcurrentHashSet</name>
		<type>com.liferay.portal.kernel.util.ConcurrentHashSet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[{@link com.liferay.portal.kernel.concurrent.ConcurrentHashSet}]]></deprecated>
		<method>
			<name>ConcurrentHashSet</name>
		</method>
		<method>
			<name>ConcurrentHashSet</name>
			<param>
				<name>capacity</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>ConcurrentHashSet</name>
			<param>
				<name>set</name>
				<type>java.util.Set</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Constants</name>
		<type>com.liferay.portal.kernel.util.Constants</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>ACTION</name>
		</field>
		<field>
			<name>ADD</name>
		</field>
		<field>
			<name>ADD_MULTIPLE</name>
		</field>
		<field>
			<name>ADD_TEMP</name>
		</field>
		<field>
			<name>APPROVE</name>
		</field>
		<field>
			<name>ASSIGN</name>
		</field>
		<field>
			<name>CANCEL</name>
		</field>
		<field>
			<name>CANCEL_CHECKOUT</name>
		</field>
		<field>
			<name>CHECKIN</name>
		</field>
		<field>
			<name>CHECKOUT</name>
		</field>
		<field>
			<name>CMD</name>
		</field>
		<field>
			<name>COPY</name>
		</field>
		<field>
			<name>DEACTIVATE</name>
		</field>
		<field>
			<name>DELETE</name>
		</field>
		<field>
			<name>DELETE_TEMP</name>
		</field>
		<field>
			<name>DELETE_TRANSLATION</name>
		</field>
		<field>
			<name>DELETE_VERSIONS</name>
		</field>
		<field>
			<name>EDIT</name>
		</field>
		<field>
			<name>EXPIRE</name>
		</field>
		<field>
			<name>EXPORT</name>
		</field>
		<field>
			<name>GET_TEMP</name>
		</field>
		<field>
			<name>IMPORT</name>
		</field>
		<field>
			<name>LOCK</name>
		</field>
		<field>
			<name>MAIL_ACCOUNT</name>
		</field>
		<field>
			<name>MANAGE</name>
		</field>
		<field>
			<name>MERGE</name>
		</field>
		<field>
			<name>MOVE</name>
		</field>
		<field>
			<name>PREVIEW</name>
		</field>
		<field>
			<name>PRINT</name>
		</field>
		<field>
			<name>PROGRESS_ID</name>
		</field>
		<field>
			<name>PUBLISH</name>
		</field>
		<field>
			<name>READ</name>
		</field>
		<field>
			<name>REJECT</name>
		</field>
		<field>
			<name>RESET</name>
		</field>
		<field>
			<name>RESTORE</name>
		</field>
		<field>
			<name>REVERT</name>
		</field>
		<field>
			<name>SAVE</name>
		</field>
		<field>
			<name>SEARCH</name>
		</field>
		<field>
			<name>SEND</name>
		</field>
		<field>
			<name>SIGNAL</name>
		</field>
		<field>
			<name>SUBSCRIBE</name>
		</field>
		<field>
			<name>SUBSCRIBE_TO_COMMENTS</name>
		</field>
		<field>
			<name>TEST</name>
		</field>
		<field>
			<name>TRANSLATE</name>
		</field>
		<field>
			<name>UNLOCK</name>
		</field>
		<field>
			<name>UNSUBSCRIBE</name>
		</field>
		<field>
			<name>UNSUBSCRIBE_FROM_COMMENTS</name>
		</field>
		<field>
			<name>UPDATE</name>
		</field>
		<field>
			<name>UPDATE_AND_CHECKIN</name>
		</field>
		<field>
			<name>VIEW</name>
		</field>
		<field>
			<name>VOTE</name>
		</field>
		<field>
			<name>WRITE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ContentTypes</name>
		<type>com.liferay.portal.kernel.util.ContentTypes</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>APPLICATION_ATOM_XML</name>
		</field>
		<field>
			<name>APPLICATION_GZIP</name>
		</field>
		<field>
			<name>APPLICATION_JSON</name>
		</field>
		<field>
			<name>APPLICATION_MSWORD</name>
		</field>
		<field>
			<name>APPLICATION_OCTET_STREAM</name>
		</field>
		<field>
			<name>APPLICATION_PDF</name>
		</field>
		<field>
			<name>APPLICATION_TEXT</name>
		</field>
		<field>
			<name>APPLICATION_VND_MS_EXCEL</name>
		</field>
		<field>
			<name>APPLICATION_VND_MS_POWERPOINT</name>
		</field>
		<field>
			<name>APPLICATION_X_GZIP</name>
		</field>
		<field>
			<name>APPLICATION_X_JAVA_SERIALIZED_OBJECT</name>
		</field>
		<field>
			<name>APPLICATION_X_PDF</name>
		</field>
		<field>
			<name>APPLICATION_X_WWW_FORM_URLENCODED</name>
		</field>
		<field>
			<name>APPLICATION_X_WWW_FORM_URLENCODED_UTF8</name>
		</field>
		<field>
			<name>APPLICATION_ZIP</name>
		</field>
		<field>
			<name>HTTPD_UNIX_DIRECTORY</name>
		</field>
		<field>
			<name>IMAGE_JPEG</name>
		</field>
		<field>
			<name>MESSAGE_RFC822</name>
		</field>
		<field>
			<name>MULTIPART_ALTERNATIVE</name>
		</field>
		<field>
			<name>MULTIPART_FORM_DATA</name>
		</field>
		<field>
			<name>MULTIPART_MIXED</name>
		</field>
		<field>
			<name>TEXT</name>
		</field>
		<field>
			<name>TEXT_CALENDAR</name>
		</field>
		<field>
			<name>TEXT_CSS</name>
		</field>
		<field>
			<name>TEXT_CSS_UTF8</name>
		</field>
		<field>
			<name>TEXT_CSV</name>
		</field>
		<field>
			<name>TEXT_CSV_UTF8</name>
		</field>
		<field>
			<name>TEXT_HTML</name>
		</field>
		<field>
			<name>TEXT_HTML_UTF8</name>
		</field>
		<field>
			<name>TEXT_JAVASCRIPT</name>
		</field>
		<field>
			<name>TEXT_PLAIN</name>
		</field>
		<field>
			<name>TEXT_PLAIN_UTF8</name>
		</field>
		<field>
			<name>TEXT_WML</name>
		</field>
		<field>
			<name>TEXT_XML</name>
		</field>
		<field>
			<name>TEXT_XML_UTF8</name>
		</field>
		<field>
			<name>XHTML_MP</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ContextPathUtil</name>
		<type>com.liferay.portal.kernel.util.ContextPathUtil</type>
		<author><![CDATA[Igor Spasic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getContextPath</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getContextPath</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getContextPath</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>getContextPath</name>
			<param>
				<name>contextPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Converter</name>
		<type>com.liferay.portal.kernel.util.Converter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>convert</name>
			<param>
				<name>input</name>
				<type>T</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CookieKeys</name>
		<type>com.liferay.portal.kernel.util.CookieKeys</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Minhchau Dang]]></author>
		<field>
			<name>COMPANY_ID</name>
		</field>
		<field>
			<name>COOKIE_SUPPORT</name>
		</field>
		<field>
			<name>GUEST_LANGUAGE_ID</name>
		</field>
		<field>
			<name>ID</name>
		</field>
		<field>
			<name>JSESSIONID</name>
		</field>
		<field>
			<name>LOGIN</name>
		</field>
		<field>
			<name>PASSWORD</name>
		</field>
		<field>
			<name>REMEMBER_ME</name>
		</field>
		<field>
			<name>SCREEN_NAME</name>
		</field>
		<field>
			<name>USER_UUID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Database</name>
		<type>com.liferay.portal.kernel.util.Database</type>
		<author><![CDATA[Ganesh Ram]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[{@link com.liferay.portal.kernel.dao.db.DB}]]></deprecated>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>runSQLTemplate</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>runSQLTemplate</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>failOnError</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DatabaseUtil</name>
		<type>com.liferay.portal.kernel.util.DatabaseUtil</type>
		<author><![CDATA[Ganesh Ram]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[{@link DBFactoryUtil}]]></deprecated>
		<method>
			<name>getDatabase</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>runSQLTemplate</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>runSQLTemplate</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>failOnError</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>setDatabase</name>
			<param>
				<name>database</name>
				<type>com.liferay.portal.kernel.util.Database</type>
			</param>
		</method>
		<field>
			<name>_database</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DateFormatFactory</name>
		<type>com.liferay.portal.kernel.util.DateFormatFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getDate</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDateTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getDateTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDateTime</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getSimpleDateFormat</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSimpleDateFormat</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getSimpleDateFormat</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getSimpleDateFormat</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getTime</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DateFormatFactoryUtil</name>
		<type>com.liferay.portal.kernel.util.DateFormatFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getDate</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDateFormatFactory</name>
		</method>
		<method>
			<name>getDateTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getDateTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDateTime</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getSimpleDateFormat</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSimpleDateFormat</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getSimpleDateFormat</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getSimpleDateFormat</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getTime</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>setDateFormatFactory</name>
			<param>
				<name>fastDateFormatFactory</name>
				<type>com.liferay.portal.kernel.util.DateFormatFactory</type>
			</param>
		</method>
		<field>
			<name>_fastDateFormatFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DateFormats</name>
		<type>com.liferay.portal.kernel.util.DateFormats</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[Use {@link DateFormatFactoryUtil} or {@link FastDateFormatFactoryUtil}]]></deprecated>
		<method>
			<name>getDate</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDateTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getDateTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DateUtil</name>
		<type>com.liferay.portal.kernel.util.DateUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>compareTo</name>
			<param>
				<name>date1</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>date2</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>date1</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>date2</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>ignoreMilliseconds</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>date1</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>date2</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>date1</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>date2</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>ignoreMilliseconds</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getCurrentDate</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getCurrentDate</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDaysBetween</name>
			<param>
				<name>date1</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>date2</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>getDaysBetween</name>
			<param>
				<name>date1</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>date2</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getISO8601Format</name>
		</method>
		<method>
			<name>getISOFormat</name>
		</method>
		<method>
			<name>getISOFormat</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUTCFormat</name>
		</method>
		<method>
			<name>getUTCFormat</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>newDate</name>
		</method>
		<method>
			<name>newDate</name>
			<param>
				<name>date</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>newTime</name>
		</method>
		<method>
			<name>parseDate</name>
			<param>
				<name>dateString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>ParseException</name>
				<type>java.text.ParseException</type>
			</throws>
		</method>
		<field>
			<name>ISO_8601_PATTERN</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DateUtil_IW</name>
		<type>com.liferay.portal.kernel.util.DateUtil_IW</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>date1</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>date2</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>date1</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>date2</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>ignoreMilliseconds</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>date1</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>date2</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>date1</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>date2</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>ignoreMilliseconds</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getCurrentDate</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getCurrentDate</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDaysBetween</name>
			<param>
				<name>date1</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>date2</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>getDaysBetween</name>
			<param>
				<name>date1</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>date2</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getISO8601Format</name>
		</method>
		<method>
			<name>getISOFormat</name>
		</method>
		<method>
			<name>getISOFormat</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUTCFormat</name>
		</method>
		<method>
			<name>getUTCFormat</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>newDate</name>
		</method>
		<method>
			<name>newDate</name>
			<param>
				<name>date</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>newTime</name>
		</method>
		<method>
			<name>parseDate</name>
			<param>
				<name>dateString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>ParseException</name>
				<type>java.text.ParseException</type>
			</throws>
		</method>
		<method>
			<name>DateUtil_IW</name>
		</method>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DeterminateKeyGenerator</name>
		<type>com.liferay.portal.kernel.util.DeterminateKeyGenerator</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-6872.
</p>]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>generate</name>
			<param>
				<name>input</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>generate</name>
			<param>
				<name>input</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_nextRandom</name>
			<param>
				<name>seed</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_CHARACTERS</name>
		</field>
		<field>
			<name>_DEFAULT_LENGTH</name>
		</field>
		<field>
			<name>_seedMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Diff</name>
		<type>com.liferay.portal.kernel.util.Diff</type>
		<author><![CDATA[Bruno Farache]]></author>
		<see><![CDATA[com.liferay.portal.kernel.util.DiffUtil]]></see>
		<method>
			<name>diff</name>
			<param>
				<name>source</name>
				<type>java.io.Reader</type>
			</param>
			<param>
				<name>target</name>
				<type>java.io.Reader</type>
			</param>
		</method>
		<method>
			<name>diff</name>
			<param>
				<name>source</name>
				<type>java.io.Reader</type>
			</param>
			<param>
				<name>target</name>
				<type>java.io.Reader</type>
			</param>
			<param>
				<name>addedMarkerStart</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>addedMarkerEnd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deletedMarkerStart</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deletedMarkerEnd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>margin</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>CLOSE_DEL</name>
		</field>
		<field>
			<name>CLOSE_INS</name>
		</field>
		<field>
			<name>CONTEXT_LINE</name>
		</field>
		<field>
			<name>OPEN_DEL</name>
		</field>
		<field>
			<name>OPEN_INS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DiffHtml</name>
		<type>com.liferay.portal.kernel.util.DiffHtml</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>diff</name>
			<param>
				<name>source</name>
				<type>java.io.Reader</type>
			</param>
			<param>
				<name>target</name>
				<type>java.io.Reader</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DiffHtmlUtil</name>
		<type>com.liferay.portal.kernel.util.DiffHtmlUtil</type>
		<comment><![CDATA[<p>
This class can compare two different versions of HTML code. It detects changes to an entire HTML page such as removal or addition of characters or images.
</p>]]></comment>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>diff</name>
			<param>
				<name>source</name>
				<type>java.io.Reader</type>
			</param>
			<param>
				<name>target</name>
				<type>java.io.Reader</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDiffHtml</name>
		</method>
		<method>
			<name>setDiffHtml</name>
			<param>
				<name>diffHtml</name>
				<type>com.liferay.portal.kernel.util.DiffHtml</type>
			</param>
		</method>
		<field>
			<name>_diffHtml</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DiffResult</name>
		<type>com.liferay.portal.kernel.util.DiffResult</type>
		<comment><![CDATA[<p>
Represents a change between one or several lines. <code>changeType</code> tells if the change happened in source or target. <code>lineNumber</code> holds the line number of the first modified line. This line number refers to a line in source or target, depending on the <code>changeType</code> value. <code>changedLines</code> is a list of strings, each string is a line that is already highlighted, indicating where the changes are.
</p>]]></comment>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>DiffResult</name>
			<param>
				<name>linePos</name>
				<type>int</type>
			</param>
			<param>
				<name>changedLines</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>DiffResult</name>
			<param>
				<name>linePos</name>
				<type>int</type>
			</param>
			<param>
				<name>changedLine</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getChangedLines</name>
		</method>
		<method>
			<name>getLineNumber</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>setChangedLines</name>
			<param>
				<name>changedLines</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setLineNumber</name>
			<param>
				<name>lineNumber</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>SOURCE</name>
		</field>
		<field>
			<name>TARGET</name>
		</field>
		<field>
			<name>_changedLines</name>
		</field>
		<field>
			<name>_lineNumber</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DiffUtil</name>
		<type>com.liferay.portal.kernel.util.DiffUtil</type>
		<comment><![CDATA[<p>
This class can compare two different versions of a text. Source refers to the earliest version of the text and target refers to a modified version of source. Changes are considered either as a removal from the source or as an addition to the target. This class detects changes to an entire line and also detects changes within lines, such as, removal or addition of characters. Take a look at <code>DiffTest</code> to see the expected inputs and outputs.
</p>]]></comment>
		<author><![CDATA[Bruno Farache]]></author>
		<see><![CDATA[com.liferay.portal.kernel.util.DiffUtil]]></see>
		<method>
			<name>diff</name>
			<param>
				<name>source</name>
				<type>java.io.Reader</type>
			</param>
			<param>
				<name>target</name>
				<type>java.io.Reader</type>
			</param>
		</method>
		<method>
			<name>diff</name>
			<param>
				<name>source</name>
				<type>java.io.Reader</type>
			</param>
			<param>
				<name>target</name>
				<type>java.io.Reader</type>
			</param>
			<param>
				<name>addedMarkerStart</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>addedMarkerEnd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deletedMarkerStart</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deletedMarkerEnd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>margin</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getDiff</name>
		</method>
		<method>
			<name>setDiff</name>
			<param>
				<name>diff</name>
				<type>com.liferay.portal.kernel.util.Diff</type>
			</param>
		</method>
		<field>
			<name>_diff</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Digester</name>
		<type>com.liferay.portal.kernel.util.Digester</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>digest</name>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<method>
			<name>digest</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>digest</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<method>
			<name>digest</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>digestBase64</name>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<method>
			<name>digestBase64</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>digestBase64</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<method>
			<name>digestBase64</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>digestHex</name>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<method>
			<name>digestHex</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>digestHex</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<method>
			<name>digestHex</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>digestRaw</name>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<method>
			<name>digestRaw</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>digestRaw</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<method>
			<name>digestRaw</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>DEFAULT_ALGORITHM</name>
		</field>
		<field>
			<name>ENCODING</name>
		</field>
		<field>
			<name>MD5</name>
		</field>
		<field>
			<name>SHA</name>
		</field>
		<field>
			<name>SHA_1</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DigesterUtil</name>
		<type>com.liferay.portal.kernel.util.DigesterUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>digest</name>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<method>
			<name>digest</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>digest</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<method>
			<name>digest</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>digestBase64</name>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<method>
			<name>digestBase64</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>digestBase64</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<method>
			<name>digestBase64</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>digestHex</name>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<method>
			<name>digestHex</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>digestHex</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<method>
			<name>digestHex</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>digestRaw</name>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<method>
			<name>digestRaw</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>digestRaw</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<method>
			<name>digestRaw</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDigester</name>
		</method>
		<method>
			<name>setDigester</name>
			<param>
				<name>digester</name>
				<type>com.liferay.portal.kernel.util.Digester</type>
			</param>
		</method>
		<field>
			<name>_digester</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DocumentConversionUtil</name>
		<type>com.liferay.portal.kernel.util.DocumentConversionUtil</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>convert</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>sourceExtension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetExtension</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getConversions</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CLASS_NAME</name>
		</field>
		<field>
			<name>_convertMethodKey</name>
		</field>
		<field>
			<name>_getConversionsMethodKey</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DoubleWrapper</name>
		<type>com.liferay.portal.kernel.util.DoubleWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DoubleWrapper</name>
		</method>
		<method>
			<name>DoubleWrapper</name>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>doubleWrapper</name>
				<type>com.liferay.portal.kernel.util.DoubleWrapper</type>
			</param>
		</method>
		<method>
			<name>decrement</name>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>increment</name>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<field>
			<name>TYPE</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EscapableObject</name>
		<type>com.liferay.portal.kernel.util.EscapableObject</type>
		<author><![CDATA[Jonathan Potter]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EscapableObject</name>
			<param>
				<name>originalValue</name>
				<type>T</type>
			</param>
		</method>
		<method>
			<name>EscapableObject</name>
			<param>
				<name>originalValue</name>
				<type>T</type>
			</param>
			<param>
				<name>escape</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getEscapedValue</name>
		</method>
		<method>
			<name>getOriginalValue</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>escape</name>
			<param>
				<name>t</name>
				<type>T</type>
			</param>
		</method>
		<field>
			<name>_escape</name>
		</field>
		<field>
			<name>_escapedValue</name>
		</field>
		<field>
			<name>_originalValue</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FastDateFormatConstants</name>
		<type>com.liferay.portal.kernel.util.FastDateFormatConstants</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>FULL</name>
		</field>
		<field>
			<name>LONG</name>
		</field>
		<field>
			<name>MEDIUM</name>
		</field>
		<field>
			<name>SHORT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FastDateFormatFactory</name>
		<type>com.liferay.portal.kernel.util.FastDateFormatFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getDate</name>
			<param>
				<name>style</name>
				<type>int</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDateTime</name>
			<param>
				<name>dateStyle</name>
				<type>int</type>
			</param>
			<param>
				<name>timeStyle</name>
				<type>int</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDateTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getDateTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDateTime</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getSimpleDateFormat</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSimpleDateFormat</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getSimpleDateFormat</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getSimpleDateFormat</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getTime</name>
			<param>
				<name>style</name>
				<type>int</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getTime</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FastDateFormatFactoryUtil</name>
		<type>com.liferay.portal.kernel.util.FastDateFormatFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getDate</name>
			<param>
				<name>style</name>
				<type>int</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDateTime</name>
			<param>
				<name>dateStyle</name>
				<type>int</type>
			</param>
			<param>
				<name>timeStyle</name>
				<type>int</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDateTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getDateTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDateTime</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getFastDateFormatFactory</name>
		</method>
		<method>
			<name>getSimpleDateFormat</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSimpleDateFormat</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getSimpleDateFormat</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getSimpleDateFormat</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getTime</name>
			<param>
				<name>style</name>
				<type>int</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getTime</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>setFastDateFormatFactory</name>
			<param>
				<name>fastDateFormatFactory</name>
				<type>com.liferay.portal.kernel.util.FastDateFormatFactory</type>
			</param>
		</method>
		<field>
			<name>_fastDateFormatFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>File</name>
		<type>com.liferay.portal.kernel.util.File</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>copyDirectory</name>
			<param>
				<name>source</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>copyDirectory</name>
			<param>
				<name>sourceDirName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destinationDirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>copyFile</name>
			<param>
				<name>source</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>copyFile</name>
			<param>
				<name>source</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>copyFile</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>copyFile</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>createTempFile</name>
		</method>
		<method>
			<name>createTempFile</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>createTempFile</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>createTempFile</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createTempFileName</name>
		</method>
		<method>
			<name>createTempFileName</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createTempFolder</name>
		</method>
		<method>
			<name>decodeSafeFileName</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>file</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deltree</name>
			<param>
				<name>directory</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>deltree</name>
			<param>
				<name>directory</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>encodeSafeFileName</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>exists</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>exists</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>extractText</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>find</name>
			<param>
				<name>directory</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includes</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>excludes</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAbsolutePath</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>getBytes</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getBytes</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>bufferSize</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getBytes</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>bufferSize</name>
				<type>int</type>
			</param>
			<param>
				<name>cleanUpStream</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getBytes</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getExtension</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPath</name>
			<param>
				<name>fullFileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShortFileName</name>
			<param>
				<name>fullFileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isAscii</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>isSameContent</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>isSameContent</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>listDirs</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>listDirs</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>listFiles</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>listFiles</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>mkdirs</name>
			<param>
				<name>pathName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>move</name>
			<param>
				<name>source</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>move</name>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destinationFileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>raw</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>replaceSeparator</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>sortFiles</name>
			<param>
				<name>files</name>
				<type>java.io.File[]</type>
			</param>
		</method>
		<method>
			<name>stripExtension</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toList</name>
			<param>
				<name>reader</name>
				<type>java.io.Reader</type>
			</param>
		</method>
		<method>
			<name>toList</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toProperties</name>
			<param>
				<name>fis</name>
				<type>java.io.FileInputStream</type>
			</param>
		</method>
		<method>
			<name>toProperties</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>touch</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>touch</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>unzip</name>
			<param>
				<name>source</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<param>
				<name>append</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<param>
				<name>append</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>pathName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>pathName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>pathName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<param>
				<name>append</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>FileComparator</name>
		<type>com.liferay.portal.kernel.util.FileComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>compare</name>
			<param>
				<name>file1</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>file2</name>
				<type>java.io.File</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FileUtil</name>
		<type>com.liferay.portal.kernel.util.FileUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>copyDirectory</name>
			<param>
				<name>source</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>copyDirectory</name>
			<param>
				<name>sourceDirName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destinationDirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>copyFile</name>
			<param>
				<name>source</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>copyFile</name>
			<param>
				<name>source</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>copyFile</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>copyFile</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>createTempFile</name>
		</method>
		<method>
			<name>createTempFile</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>createTempFile</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>createTempFile</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createTempFileName</name>
		</method>
		<method>
			<name>createTempFileName</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createTempFolder</name>
		</method>
		<method>
			<name>decodeSafeFileName</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>file</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deltree</name>
			<param>
				<name>directory</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>deltree</name>
			<param>
				<name>directory</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>encodeSafeFileName</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>exists</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>exists</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>extractText</name>
			<comment><![CDATA[Extract text from an input stream and file name.]]></comment>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
				<comment><![CDATA[input stream of file]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[full name or extension of file (e.g., "Test.doc", ".doc")]]></comment>
			</param>
			<return>
				<comment><![CDATA[Extracted text if it is a supported format or an empty string if it is an unsupported format]]></comment>
			</return>
		</method>
		<method>
			<name>find</name>
			<param>
				<name>directory</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includes</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>excludes</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAbsolutePath</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>getBytes</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getBytes</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getBytes</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>bufferSize</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getBytes</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>bufferSize</name>
				<type>int</type>
			</param>
			<param>
				<name>cleanUpStream</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getExtension</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFile</name>
		</method>
		<method>
			<name>getPath</name>
			<param>
				<name>fullFileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShortFileName</name>
			<param>
				<name>fullFileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isAscii</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>isSameContent</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>isSameContent</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>listDirs</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>listDirs</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>listFiles</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>listFiles</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>mkdirs</name>
			<param>
				<name>pathName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>move</name>
			<param>
				<name>source</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>move</name>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destinationFileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>raw</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>replaceSeparator</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>sortFiles</name>
			<param>
				<name>files</name>
				<type>java.io.File[]</type>
			</param>
		</method>
		<method>
			<name>stripExtension</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toList</name>
			<param>
				<name>reader</name>
				<type>java.io.Reader</type>
			</param>
		</method>
		<method>
			<name>toList</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toProperties</name>
			<param>
				<name>fis</name>
				<type>java.io.FileInputStream</type>
			</param>
		</method>
		<method>
			<name>toProperties</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>touch</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>touch</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>unzip</name>
			<param>
				<name>source</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<param>
				<name>append</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<param>
				<name>append</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>pathName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>pathName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>pathName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<param>
				<name>append</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>setFile</name>
			<param>
				<name>file</name>
				<type>com.liferay.portal.kernel.util.File</type>
			</param>
		</method>
		<field>
			<name>_file</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FloatWrapper</name>
		<type>com.liferay.portal.kernel.util.FloatWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FloatWrapper</name>
		</method>
		<method>
			<name>FloatWrapper</name>
			<param>
				<name>value</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>floatWrapper</name>
				<type>com.liferay.portal.kernel.util.FloatWrapper</type>
			</param>
		</method>
		<method>
			<name>decrement</name>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>increment</name>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>float</type>
			</param>
		</method>
		<field>
			<name>TYPE</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FriendlyURLNormalizer</name>
		<type>com.liferay.portal.kernel.util.FriendlyURLNormalizer</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>normalize</name>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>normalize</name>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>replaceChars</name>
				<type>char[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FriendlyURLNormalizerUtil</name>
		<type>com.liferay.portal.kernel.util.FriendlyURLNormalizerUtil</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Samuel Kong]]></author>
		<method>
			<name>getFriendlyURLNormalizer</name>
		</method>
		<method>
			<name>normalize</name>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>normalize</name>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>replaceChars</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>setFriendlyURLNormalizer</name>
			<param>
				<name>friendlyURLNormalizer</name>
				<type>com.liferay.portal.kernel.util.FriendlyURLNormalizer</type>
			</param>
		</method>
		<field>
			<name>_friendlyURLNormalizer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GetterUtil</name>
		<type>com.liferay.portal.kernel.util.GetterUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBooleanValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getBooleanValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>getBooleanValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getBooleanValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>getDateValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
		</method>
		<method>
			<name>getDateValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date[]</type>
			</param>
		</method>
		<method>
			<name>getDateValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
		</method>
		<method>
			<name>getDateValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date[]</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getDoubleValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getDoubleValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>getDoubleValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getDoubleValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>getFloatValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getFloatValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>getFloatValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getFloatValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getIntegerValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getIntegerValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>getIntegerValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getIntegerValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLongValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getLongValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>getLongValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getLongValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>getNumber</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getNumber</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>getNumber</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNumber</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>getNumberValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getNumberValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number[]</type>
			</param>
		</method>
		<method>
			<name>getNumberValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getNumberValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number[]</type>
			</param>
		</method>
		<method>
			<name>getObject</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getObject</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getShortValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getShortValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>getShortValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getShortValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_parseInt</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_parseLong</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>_parseShort</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>_trim</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>BOOLEANS</name>
		</field>
		<field>
			<name>DEFAULT_BOOLEAN</name>
		</field>
		<field>
			<name>DEFAULT_BOOLEAN_VALUES</name>
		</field>
		<field>
			<name>DEFAULT_BYTE</name>
		</field>
		<field>
			<name>DEFAULT_BYTE_VALUES</name>
		</field>
		<field>
			<name>DEFAULT_DATE_VALUES</name>
		</field>
		<field>
			<name>DEFAULT_DOUBLE</name>
		</field>
		<field>
			<name>DEFAULT_DOUBLE_VALUES</name>
		</field>
		<field>
			<name>DEFAULT_FLOAT</name>
		</field>
		<field>
			<name>DEFAULT_FLOAT_VALUES</name>
		</field>
		<field>
			<name>DEFAULT_INTEGER</name>
		</field>
		<field>
			<name>DEFAULT_INTEGER_VALUES</name>
		</field>
		<field>
			<name>DEFAULT_LONG</name>
		</field>
		<field>
			<name>DEFAULT_LONG_VALUES</name>
		</field>
		<field>
			<name>DEFAULT_NUMBER</name>
		</field>
		<field>
			<name>DEFAULT_NUMBER_VALUES</name>
		</field>
		<field>
			<name>DEFAULT_OBJECT</name>
		</field>
		<field>
			<name>DEFAULT_SHORT</name>
		</field>
		<field>
			<name>DEFAULT_SHORT_VALUES</name>
		</field>
		<field>
			<name>DEFAULT_STRING</name>
		</field>
		<field>
			<name>_useJDKParseLong</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GetterUtil_IW</name>
		<type>com.liferay.portal.kernel.util.GetterUtil_IW</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBooleanValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getBooleanValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>getBooleanValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getBooleanValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>getDateValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
		</method>
		<method>
			<name>getDateValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date[]</type>
			</param>
		</method>
		<method>
			<name>getDateValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
		</method>
		<method>
			<name>getDateValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date[]</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getDoubleValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getDoubleValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>getDoubleValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getDoubleValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>getFloatValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getFloatValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>getFloatValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getFloatValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getIntegerValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getIntegerValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>getIntegerValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getIntegerValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLongValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getLongValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>getLongValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getLongValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>getNumber</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getNumber</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>getNumber</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNumber</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>getNumberValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getNumberValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number[]</type>
			</param>
		</method>
		<method>
			<name>getNumberValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getNumberValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number[]</type>
			</param>
		</method>
		<method>
			<name>getObject</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getObject</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getShortValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getShortValues</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>getShortValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getShortValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>GetterUtil_IW</name>
		</method>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HashCode</name>
		<type>com.liferay.portal.kernel.util.HashCode</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>byte</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>appendSuper</name>
			<param>
				<name>superHashCode</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toHashCode</name>
		</method>
	</javadoc>
	<javadoc>
		<name>HashCodeFactory</name>
		<type>com.liferay.portal.kernel.util.HashCodeFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getHashCode</name>
		</method>
		<method>
			<name>getHashCode</name>
			<param>
				<name>initialNonZeroOddNumber</name>
				<type>int</type>
			</param>
			<param>
				<name>multiplierNonZeroOddNumber</name>
				<type>int</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>HashCodeFactoryUtil</name>
		<type>com.liferay.portal.kernel.util.HashCodeFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getHashCode</name>
		</method>
		<method>
			<name>getHashCode</name>
			<param>
				<name>initialNonZeroOddNumber</name>
				<type>int</type>
			</param>
			<param>
				<name>multiplierNonZeroOddNumber</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getHashCodeFactory</name>
		</method>
		<method>
			<name>setHashCodeFactory</name>
			<param>
				<name>hashCodeFactory</name>
				<type>com.liferay.portal.kernel.util.HashCodeFactory</type>
			</param>
		</method>
		<field>
			<name>_hashCodeFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HashUtil</name>
		<type>com.liferay.portal.kernel.util.HashUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>hash</name>
			<param>
				<name>seed</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>hash</name>
			<param>
				<name>seed</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>hash</name>
			<param>
				<name>seed</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>hash</name>
			<param>
				<name>seed</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>HeapUtil</name>
		<type>com.liferay.portal.kernel.util.HeapUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>heapDump</name>
			<param>
				<name>live</name>
				<type>boolean</type>
			</param>
			<param>
				<name>binary</name>
				<type>boolean</type>
			</param>
			<param>
				<name>file</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Html</name>
		<type>com.liferay.portal.kernel.util.Html</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Clarence Shen]]></author>
		<author><![CDATA[Harry Mark]]></author>
		<author><![CDATA[Samuel Kong]]></author>
		<method>
			<name>escape</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>escape</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>escapeAttribute</name>
			<param>
				<name>attribute</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>escapeCSS</name>
			<param>
				<name>css</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>escapeHREF</name>
			<param>
				<name>href</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>escapeJS</name>
			<param>
				<name>js</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>escapeURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>escapeXPath</name>
			<param>
				<name>xPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>escapeXPathAttribute</name>
			<param>
				<name>xPathAttribute</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>extractText</name>
			<param>
				<name>html</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>fromInputSafe</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replaceMsWordCharacters</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>stripBetween</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tag</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>stripComments</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>stripHtml</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toInputSafe</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>unescape</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>unescapeCDATA</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>wordBreak</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columns</name>
				<type>int</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>HtmlEscapableObject</name>
		<type>com.liferay.portal.kernel.util.HtmlEscapableObject</type>
		<author><![CDATA[Jonathan Potter]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>HtmlEscapableObject</name>
			<param>
				<name>originalValue</name>
				<type>T</type>
			</param>
		</method>
		<method>
			<name>HtmlEscapableObject</name>
			<param>
				<name>originalValue</name>
				<type>T</type>
			</param>
			<param>
				<name>escape</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>escape</name>
			<param>
				<name>t</name>
				<type>T</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>HtmlUtil</name>
		<type>com.liferay.portal.kernel.util.HtmlUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Clarence Shen]]></author>
		<author><![CDATA[Harry Mark]]></author>
		<author><![CDATA[Samuel Kong]]></author>
		<method>
			<name>escape</name>
			<param>
				<name>html</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>escape</name>
			<param>
				<name>html</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>escapeAttribute</name>
			<param>
				<name>attribute</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>escapeCSS</name>
			<param>
				<name>css</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>escapeHREF</name>
			<param>
				<name>href</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>escapeJS</name>
			<param>
				<name>js</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>escapeURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>escapeXPath</name>
			<param>
				<name>xPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>escapeXPathAttribute</name>
			<param>
				<name>xPathAttribute</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>extractText</name>
			<param>
				<name>html</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>fromInputSafe</name>
			<param>
				<name>html</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getHtml</name>
		</method>
		<method>
			<name>replaceMsWordCharacters</name>
			<param>
				<name>html</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>stripBetween</name>
			<param>
				<name>html</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tag</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>stripComments</name>
			<param>
				<name>html</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>stripHtml</name>
			<param>
				<name>html</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toInputSafe</name>
			<param>
				<name>html</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>unescape</name>
			<param>
				<name>html</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>unescapeCDATA</name>
			<param>
				<name>html</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>wordBreak</name>
			<param>
				<name>html</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columns</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setHtml</name>
			<param>
				<name>html</name>
				<type>com.liferay.portal.kernel.util.Html</type>
			</param>
		</method>
		<field>
			<name>_html</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Http</name>
		<type>com.liferay.portal.kernel.util.Http</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>addParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>addParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>addParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>decodePath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>decodeURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>decodeURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>unescapeSpaces</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>encodePath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>encodeURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>encodeURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>escapeSpaces</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>fixPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>fixPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>leading</name>
				<type>boolean</type>
			</param>
			<param>
				<name>trailing</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getCompleteURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getCookies</name>
		</method>
		<method>
			<name>getDomain</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getIpAddress</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>escaped</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getParameterMap</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPath</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getProtocol</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>getProtocol</name>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getProtocol</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getProtocol</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
		</method>
		<method>
			<name>getProtocol</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getQueryString</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRequestURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>hasDomain</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasProtocol</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasProxyConfig</name>
		</method>
		<method>
			<name>isNonProxyHost</name>
			<param>
				<name>host</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isProxyHost</name>
			<param>
				<name>host</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>parameterMapFromString</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>parameterMapToString</name>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>parameterMapToString</name>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>addQuestion</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>protocolize</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>protocolize</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>protocolize</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>protocolize</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
		</method>
		<method>
			<name>removeDomain</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeProtocol</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>URLtoByteArray</name>
			<param>
				<name>options</name>
				<type>com.liferay.portal.kernel.util.Http.Options</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>URLtoByteArray</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>URLtoByteArray</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>post</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>URLtoString</name>
			<param>
				<name>options</name>
				<type>com.liferay.portal.kernel.util.Http.Options</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>URLtoString</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>URLtoString</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>post</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>URLtoString</name>
			<comment><![CDATA[This method only uses the default Commons HttpClient implementation when the URL object represents a HTTP resource. The URL object could also represent a file or some JNDI resource. In that case, the default Java implementation is used.]]></comment>
			<param>
				<name>url</name>
				<type>java.net.URL</type>
			</param>
			<return>
				<comment><![CDATA[A string representation of the resource referenced by the URL object]]></comment>
			</return>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>HTTP</name>
		</field>
		<field>
			<name>HTTP_PORT</name>
		</field>
		<field>
			<name>HTTP_WITH_SLASH</name>
		</field>
		<field>
			<name>HTTPS</name>
		</field>
		<field>
			<name>HTTPS_PORT</name>
		</field>
		<field>
			<name>HTTPS_WITH_SLASH</name>
		</field>
		<field>
			<name>PROTOCOL_DELIMITER</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HttpUtil</name>
		<type>com.liferay.portal.kernel.util.HttpUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>addParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>addParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>decodePath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>decodeURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>decodeURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>unescapeSpaces</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>encodePath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>encodeURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>encodeURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>escapeSpaces</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>fixPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>fixPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>leading</name>
				<type>boolean</type>
			</param>
			<param>
				<name>trailing</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getCompleteURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getCookies</name>
		</method>
		<method>
			<name>getDomain</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getHttp</name>
		</method>
		<method>
			<name>getIpAddress</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>escaped</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getParameterMap</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPath</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getProtocol</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>getProtocol</name>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getProtocol</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getProtocol</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
		</method>
		<method>
			<name>getProtocol</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getQueryString</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRequestURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>hasDomain</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasProtocol</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasProxyConfig</name>
		</method>
		<method>
			<name>isNonProxyHost</name>
			<param>
				<name>host</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isProxyHost</name>
			<param>
				<name>host</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>parameterMapFromString</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>parameterMapToString</name>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>parameterMapToString</name>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>addQuestion</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>protocolize</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>protocolize</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>protocolize</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>protocolize</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
		</method>
		<method>
			<name>removeDomain</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeProtocol</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>URLtoByteArray</name>
			<param>
				<name>options</name>
				<type>com.liferay.portal.kernel.util.Http.Options</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>URLtoByteArray</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>URLtoByteArray</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>post</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>URLtoString</name>
			<param>
				<name>options</name>
				<type>com.liferay.portal.kernel.util.Http.Options</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>URLtoString</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>URLtoString</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>post</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>URLtoString</name>
			<comment><![CDATA[This method only uses the default Commons HttpClient implementation when the URL object represents a HTTP resource. The URL object could also represent a file or some JNDI resource. In that case, the default Java implementation is used.]]></comment>
			<param>
				<name>url</name>
				<type>java.net.URL</type>
			</param>
			<return>
				<comment><![CDATA[A string representation of the resource referenced by the URL object]]></comment>
			</return>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>setHttp</name>
			<param>
				<name>http</name>
				<type>com.liferay.portal.kernel.util.Http</type>
			</param>
		</method>
		<field>
			<name>_http</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IPDetector</name>
		<type>com.liferay.portal.kernel.util.IPDetector</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>isPrefersV4</name>
		</method>
		<method>
			<name>isPrefersV6</name>
		</method>
		<method>
			<name>isSupportsV6</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_prefersV4</name>
		</field>
		<field>
			<name>_prefersV6</name>
		</field>
		<field>
			<name>_suppportsV6</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InetAddressUtil</name>
		<type>com.liferay.portal.kernel.util.InetAddressUtil</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getLocalHostName</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLocalInetAddress</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>InfrastructureUtil</name>
		<type>com.liferay.portal.kernel.util.InfrastructureUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>getDataSource</name>
		</method>
		<method>
			<name>getDynamicDataSourceTargetSource</name>
		</method>
		<method>
			<name>getMailSession</name>
		</method>
		<method>
			<name>getShardDataSourceTargetSource</name>
		</method>
		<method>
			<name>getShardSessionFactoryTargetSource</name>
		</method>
		<method>
			<name>getTransactionManager</name>
		</method>
		<method>
			<name>setDataSource</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
		</method>
		<method>
			<name>setDynamicDataSourceTargetSource</name>
			<param>
				<name>dynamicDataSourceTargetSource</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setMailSession</name>
			<param>
				<name>mailSession</name>
				<type>javax.mail.Session</type>
			</param>
		</method>
		<method>
			<name>setShardDataSourceTargetSource</name>
			<param>
				<name>shardDataSourceTargetSource</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setShardSessionFactoryTargetSource</name>
			<param>
				<name>shardSessionFactoryTargetSource</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setTransactionManager</name>
			<param>
				<name>transactionManager</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_dataSource</name>
		</field>
		<field>
			<name>_dynamicDataSourceTargetSource</name>
		</field>
		<field>
			<name>_mailSession</name>
		</field>
		<field>
			<name>_shardDataSourceTargetSource</name>
		</field>
		<field>
			<name>_shardSessionFactoryTargetSource</name>
		</field>
		<field>
			<name>_transactionManager</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InheritableMap</name>
		<type>com.liferay.portal.kernel.util.InheritableMap</type>
		<author><![CDATA[Michael Young]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>InheritableMap</name>
		</method>
		<method>
			<name>InheritableMap</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>containsKey</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>containsValue</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getParentMap</name>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setParentMap</name>
			<param>
				<name>parentMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_parentMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InitialThreadLocal</name>
		<type>com.liferay.portal.kernel.util.InitialThreadLocal</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>InitialThreadLocal</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>initialValue</name>
				<type>T</type>
			</param>
		</method>
		<method>
			<name>InitialThreadLocal</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>initialValue</name>
				<type>T</type>
			</param>
			<param>
				<name>shortLived</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>initialValue</name>
		</method>
		<field>
			<name>_METHOD_CLONE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_cloneMethod</name>
		</field>
		<field>
			<name>_initialValue</name>
		</field>
		<field>
			<name>_name</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InstanceFactory</name>
		<type>com.liferay.portal.kernel.util.InstanceFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>newInstance</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>newInstance</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterType</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>newInstance</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.Class[]</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>newInstance</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>newInstance</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterType</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>newInstance</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.Class[]</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>InstancePool</name>
		<type>com.liferay.portal.kernel.util.InstancePool</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>contains</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>logErrors</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>InstancePool</name>
		</method>
		<method>
			<name>_contains</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_get</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_get</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>logErrors</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>_put</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>_reset</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_instances</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IntegerWrapper</name>
		<type>com.liferay.portal.kernel.util.IntegerWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>IntegerWrapper</name>
		</method>
		<method>
			<name>IntegerWrapper</name>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>integerWrapper</name>
				<type>com.liferay.portal.kernel.util.IntegerWrapper</type>
			</param>
		</method>
		<method>
			<name>decrement</name>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>increment</name>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>TYPE</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JavaConstants</name>
		<type>com.liferay.portal.kernel.util.JavaConstants</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<field>
			<name>JAVAX_PORTLET_CONFIG</name>
		</field>
		<field>
			<name>JAVAX_PORTLET_DESCRIPTION</name>
		</field>
		<field>
			<name>JAVAX_PORTLET_KEYWORDS</name>
		</field>
		<field>
			<name>JAVAX_PORTLET_LONG_TITLE</name>
		</field>
		<field>
			<name>JAVAX_PORTLET_PORTLET</name>
		</field>
		<field>
			<name>JAVAX_PORTLET_REQUEST</name>
		</field>
		<field>
			<name>JAVAX_PORTLET_RESPONSE</name>
		</field>
		<field>
			<name>JAVAX_PORTLET_SERVLET_CONTEXT</name>
		</field>
		<field>
			<name>JAVAX_PORTLET_SHORT_TITLE</name>
		</field>
		<field>
			<name>JAVAX_PORTLET_TITLE</name>
		</field>
		<field>
			<name>JAVAX_SERVLET_CONTEXT_TEMPDIR</name>
		</field>
		<field>
			<name>JAVAX_SERVLET_ERROR_EXCEPTION</name>
		</field>
		<field>
			<name>JAVAX_SERVLET_ERROR_MESSAGE</name>
		</field>
		<field>
			<name>JAVAX_SERVLET_ERROR_REQUEST_URI</name>
		</field>
		<field>
			<name>JAVAX_SERVLET_FORWARD_CONTEXT_PATH</name>
		</field>
		<field>
			<name>JAVAX_SERVLET_FORWARD_PATH_INFO</name>
		</field>
		<field>
			<name>JAVAX_SERVLET_FORWARD_QUERY_STRING</name>
		</field>
		<field>
			<name>JAVAX_SERVLET_FORWARD_REQUEST_URI</name>
		</field>
		<field>
			<name>JAVAX_SERVLET_FORWARD_SERVLET_PATH</name>
		</field>
		<field>
			<name>JAVAX_SERVLET_INCLUDE</name>
		</field>
		<field>
			<name>JAVAX_SERVLET_INCLUDE_CONTEXT_PATH</name>
		</field>
		<field>
			<name>JAVAX_SERVLET_INCLUDE_PATH_INFO</name>
		</field>
		<field>
			<name>JAVAX_SERVLET_INCLUDE_QUERY_STRING</name>
		</field>
		<field>
			<name>JAVAX_SERVLET_INCLUDE_REQUEST_URI</name>
		</field>
		<field>
			<name>JAVAX_SERVLET_INCLUDE_SERVLET_PATH</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JavaDetector</name>
		<type>com.liferay.portal.kernel.util.JavaDetector</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getJavaClassPath</name>
		</method>
		<method>
			<name>getJavaClassVersion</name>
		</method>
		<method>
			<name>getJavaRuntimeName</name>
		</method>
		<method>
			<name>getJavaRuntimeVersion</name>
		</method>
		<method>
			<name>getJavaSpecificationVersion</name>
		</method>
		<method>
			<name>getJavaVendor</name>
		</method>
		<method>
			<name>getJavaVersion</name>
		</method>
		<method>
			<name>getJavaVmVersion</name>
		</method>
		<method>
			<name>is64bit</name>
		</method>
		<method>
			<name>isIBM</name>
		</method>
		<method>
			<name>isJDK4</name>
		</method>
		<method>
			<name>isJDK5</name>
		</method>
		<method>
			<name>isJDK6</name>
		</method>
		<method>
			<name>isJDK7</name>
		</method>
		<method>
			<name>isOpenJDK</name>
		</method>
		<method>
			<name>JavaDetector</name>
		</method>
		<field>
			<name>JAVA_CLASS_VERSION_JDK_4</name>
		</field>
		<field>
			<name>JAVA_CLASS_VERSION_JDK_5</name>
		</field>
		<field>
			<name>JAVA_CLASS_VERSION_JDK_6</name>
		</field>
		<field>
			<name>JAVA_CLASS_VERSION_JDK_7</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_64bit</name>
		</field>
		<field>
			<name>_ibm</name>
		</field>
		<field>
			<name>_javaClassPath</name>
		</field>
		<field>
			<name>_javaClassVersion</name>
		</field>
		<field>
			<name>_javaRuntimeName</name>
		</field>
		<field>
			<name>_javaRuntimeVersion</name>
		</field>
		<field>
			<name>_javaSpecificationVersion</name>
		</field>
		<field>
			<name>_javaVendor</name>
		</field>
		<field>
			<name>_javaVersion</name>
		</field>
		<field>
			<name>_javaVmVersion</name>
		</field>
		<field>
			<name>_openJDK</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JavaProps</name>
		<type>com.liferay.portal.kernel.util.JavaProps</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[{@link JavaDetector}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>KMPSearch</name>
		<type>com.liferay.portal.kernel.util.KMPSearch</type>
		<comment><![CDATA[<p>
See http://en.wikipedia.org/wiki/Knuth-Morris-Pratt_algorithm.
</p>]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>generateNexts</name>
			<param>
				<name>pattern</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>generateNexts</name>
			<param>
				<name>pattern</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>generateNexts</name>
			<param>
				<name>pattern</name>
				<type>java.lang.CharSequence</type>
			</param>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>text</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>pattern</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>text</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>pattern</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>nexts</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>text</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>pattern</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>nexts</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>text</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<param>
				<name>pattern</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>nexts</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>text</name>
				<type>char[]</type>
			</param>
			<param>
				<name>pattern</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>text</name>
				<type>char[]</type>
			</param>
			<param>
				<name>pattern</name>
				<type>char[]</type>
			</param>
			<param>
				<name>nexts</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>text</name>
				<type>char[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>pattern</name>
				<type>char[]</type>
			</param>
			<param>
				<name>nexts</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>text</name>
				<type>char[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<param>
				<name>pattern</name>
				<type>char[]</type>
			</param>
			<param>
				<name>nexts</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>text</name>
				<type>java.lang.CharSequence</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.CharSequence</type>
			</param>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>text</name>
				<type>java.lang.CharSequence</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.CharSequence</type>
			</param>
			<param>
				<name>nexts</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>text</name>
				<type>java.lang.CharSequence</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.CharSequence</type>
			</param>
			<param>
				<name>nexts</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>text</name>
				<type>java.lang.CharSequence</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.CharSequence</type>
			</param>
			<param>
				<name>nexts</name>
				<type>int[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>KeyValuePair</name>
		<type>com.liferay.portal.kernel.util.KeyValuePair</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>KeyValuePair</name>
		</method>
		<method>
			<name>KeyValuePair</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>kvp</name>
				<type>com.liferay.portal.kernel.util.KeyValuePair</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getKey</name>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>setKey</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_key</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>KeyValuePairComparator</name>
		<type>com.liferay.portal.kernel.util.KeyValuePairComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>KeyValuePairComparator</name>
		</method>
		<method>
			<name>KeyValuePairComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>KeyValuePairComparator</name>
			<param>
				<name>byKey</name>
				<type>boolean</type>
			</param>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>kvp1</name>
				<type>com.liferay.portal.kernel.util.KeyValuePair</type>
			</param>
			<param>
				<name>kvp2</name>
				<type>com.liferay.portal.kernel.util.KeyValuePair</type>
			</param>
		</method>
		<field>
			<name>_ascending</name>
		</field>
		<field>
			<name>_byKey</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LRUMap</name>
		<type>com.liferay.portal.kernel.util.LRUMap</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LRUMap</name>
			<param>
				<name>capacity</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>removeEldestEntry</name>
			<param>
				<name>eldest</name>
				<type>java.util.Map.Entry</type>
			</param>
		</method>
		<field>
			<name>_capacity</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ListTree</name>
		<type>com.liferay.portal.kernel.util.ListTree</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>ListTree</name>
		</method>
		<method>
			<name>ListTree</name>
			<param>
				<name>value</name>
				<type>T</type>
			</param>
		</method>
		<method>
			<name>getChildNodes</name>
			<param>
				<name>node</name>
				<type>com.liferay.portal.kernel.util.TreeNode</type>
			</param>
		</method>
		<method>
			<name>getRootNode</name>
		</method>
		<method>
			<name>getChildNodes</name>
			<param>
				<name>node</name>
				<type>com.liferay.portal.kernel.util.TreeNode</type>
			</param>
			<param>
				<name>nodes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<field>
			<name>_rootNode</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ListUtil</name>
		<type>com.liferay.portal.kernel.util.ListUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>copy</name>
			<param>
				<name>master</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>copy</name>
			<param>
				<name>master</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>copy</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>distinct</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>distinct</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>comparator</name>
				<type>java.util.Comparator</type>
			</param>
		</method>
		<method>
			<name>fromArray</name>
			<param>
				<name>array</name>
				<type>E[]</type>
			</param>
		</method>
		<method>
			<name>fromCollection</name>
			<param>
				<name>c</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>fromEnumeration</name>
			<param>
				<name>enu</name>
				<type>java.util.Enumeration</type>
			</param>
		</method>
		<method>
			<name>fromFile</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>fromFile</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>fromMapKeys</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>fromMapValues</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>fromString</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>element</name>
				<type>E</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>sort</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>sort</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>comparator</name>
				<type>java.util.Comparator</type>
			</param>
		</method>
		<method>
			<name>subList</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toList</name>
			<param>
				<name>array</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>toList</name>
			<param>
				<name>array</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>toList</name>
			<param>
				<name>array</name>
				<type>E[]</type>
			</param>
		</method>
		<method>
			<name>toList</name>
			<param>
				<name>array</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>toList</name>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>toList</name>
			<param>
				<name>array</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>toList</name>
			<param>
				<name>array</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<see><![CDATA[{@link ArrayUtil#toString(Object[], String)}]]></see>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<see><![CDATA[{@link ArrayUtil#toString(Object[], String, String)}]]></see>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>accessor</name>
				<type>com.liferay.portal.kernel.util.Accessor</type>
			</param>
			<see><![CDATA[{@link ArrayUtil#toString(Object[], Accessor)}]]></see>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>accessor</name>
				<type>com.liferay.portal.kernel.util.Accessor</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<see><![CDATA[{@link ArrayUtil#toString(Object[], Accessor, String)}]]></see>
		</method>
	</javadoc>
	<javadoc>
		<name>ListWrapper</name>
		<type>com.liferay.portal.kernel.util.ListWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ListWrapper</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>o</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>element</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>addAll</name>
			<param>
				<name>c</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>addAll</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>c</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>o</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>containsAll</name>
			<param>
				<name>c</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>indexOf</name>
			<param>
				<name>o</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isEmpty</name>
		</method>
		<method>
			<name>iterator</name>
		</method>
		<method>
			<name>lastIndexOf</name>
			<param>
				<name>o</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>listIterator</name>
		</method>
		<method>
			<name>listIterator</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>o</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>removeAll</name>
			<param>
				<name>c</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>retainAll</name>
			<param>
				<name>c</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>set</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>element</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>size</name>
		</method>
		<method>
			<name>subList</name>
			<param>
				<name>fromIndex</name>
				<type>int</type>
			</param>
			<param>
				<name>toIndex</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>a</name>
				<type>T[]</type>
			</param>
		</method>
		<field>
			<name>_list</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LocaleThreadLocal</name>
		<type>com.liferay.portal.kernel.util.LocaleThreadLocal</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getDefaultLocale</name>
		</method>
		<method>
			<name>getThemeDisplayLocale</name>
		</method>
		<method>
			<name>setDefaultLocale</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>setThemeDisplayLocale</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<field>
			<name>_defaultLocale</name>
		</field>
		<field>
			<name>_themeDisplayLocale</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LocaleUtil</name>
		<type>com.liferay.portal.kernel.util.LocaleUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>equals</name>
			<param>
				<name>locale1</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>locale2</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>fromLanguageId</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>fromLanguageIds</name>
			<param>
				<name>languageIds</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>fromLanguageIds</name>
			<param>
				<name>languageIds</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getDefault</name>
		</method>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>getISOLanguages</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getMostRelevantLocale</name>
		</method>
		<method>
			<name>setDefault</name>
			<param>
				<name>userLanguage</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userCountry</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userVariant</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toLanguageId</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>toLanguageIds</name>
			<param>
				<name>locales</name>
				<type>java.util.Locale[]</type>
			</param>
		</method>
		<method>
			<name>toW3cLanguageId</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>toW3cLanguageId</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toW3cLanguageIds</name>
			<param>
				<name>locales</name>
				<type>java.util.Locale[]</type>
			</param>
		</method>
		<method>
			<name>toW3cLanguageIds</name>
			<param>
				<name>languageIds</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>LocaleUtil</name>
		</method>
		<method>
			<name>_equals</name>
			<param>
				<name>locale1</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>locale2</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>_fromLanguageId</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_fromLanguageIds</name>
			<param>
				<name>languageIds</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>_fromLanguageIds</name>
			<param>
				<name>languageIds</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>_getDefault</name>
		</method>
		<method>
			<name>_getISOLanguages</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>_getMostRelevantLocale</name>
		</method>
		<method>
			<name>_setDefault</name>
			<param>
				<name>userLanguage</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userCountry</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userVariant</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_toLanguageId</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>_toLanguageIds</name>
			<param>
				<name>locales</name>
				<type>java.util.Locale[]</type>
			</param>
		</method>
		<method>
			<name>_toW3cLanguageId</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>_toW3cLanguageId</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_toW3cLanguageIds</name>
			<param>
				<name>locales</name>
				<type>java.util.Locale[]</type>
			</param>
		</method>
		<method>
			<name>_toW3cLanguageIds</name>
			<param>
				<name>languageIds</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<field>
			<name>_MAX_LOCALES</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_locale</name>
		</field>
		<field>
			<name>_locales</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Localization</name>
		<type>com.liferay.portal.kernel.util.Localization</type>
		<comment><![CDATA[Stores and retrieves localized strings from XML, and provides utility methods for updating localizations from JSON, portlet requests, and maps. Used for adding localization to strings, most often for model properties.

<p>
Localized values are cached in this class rather than in the value object since value objects get flushed from cache fairly quickly. Though lookups performed on a key based on an XML file are slower than lookups done at the value object level in general, the value object will get flushed at a rate which works against the performance gain. The cache is a soft hash map which prevents memory leaks within the system while enabling the cache to live longer than in a weak hash map.
</p>]]></comment>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Mauro Mariuzzo]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>deserialize</name>
			<comment><![CDATA[Deserializes the JSON object into a map of locales and localized strings.]]></comment>
			<param>
				<name>jsonObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
				<comment><![CDATA[the JSON object]]></comment>
			</param>
			<return>
				<comment><![CDATA[the locales and localized strings]]></comment>
			</return>
		</method>
		<method>
			<name>getAvailableLocales</name>
			<comment><![CDATA[Returns the available locales from the localizations XML.]]></comment>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the localizations XML]]></comment>
			</param>
			<return>
				<comment><![CDATA[the language IDs of the available locales]]></comment>
			</return>
		</method>
		<method>
			<name>getDefaultImportLocale</name>
			<comment><![CDATA[Returns a valid default locale for importing a localized entity.]]></comment>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the class name of the entity]]></comment>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
				<comment><![CDATA[the primary keys of the entity]]></comment>
			</param>
			<param>
				<name>contentDefaultLocale</name>
				<type>java.util.Locale</type>
				<comment><![CDATA[the default Locale of the entity]]></comment>
			</param>
			<param>
				<name>contentAvailableLocales</name>
				<type>java.util.Locale[]</type>
				<comment><![CDATA[the available locales of the entity]]></comment>
			</param>
			<return>
				<comment><![CDATA[the valid locale]]></comment>
			</return>
		</method>
		<method>
			<name>getDefaultLocale</name>
			<comment><![CDATA[Returns the default locale from the localizations XML.]]></comment>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the localizations XML]]></comment>
			</param>
			<return>
				<comment><![CDATA[the language ID of the default locale, or the system default locale if the default locale cannot be retrieved from the XML]]></comment>
			</return>
		</method>
		<method>
			<name>getLocalization</name>
			<comment><![CDATA[Returns the localized string from the localizations XML in the language. Uses the default language if no localization exists for the requested language.]]></comment>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the localizations XML]]></comment>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of the language]]></comment>
			</param>
			<return>
				<comment><![CDATA[the localized string]]></comment>
			</return>
		</method>
		<method>
			<name>getLocalization</name>
			<comment><![CDATA[Returns the localized string from the localizations XML in the language, optionally using the default language if the no localization exists for the requested language.]]></comment>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the localizations XML]]></comment>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of the language]]></comment>
			</param>
			<param>
				<name>useDefault</name>
				<type>boolean</type>
				<comment><![CDATA[whether to use the default language if no localization exists for the requested language]]></comment>
			</param>
			<return>
				<comment><![CDATA[the localized string. If <code>useDefault</code> is <code>false</code> and no localization exists for the requested language, an empty string will be returned.]]></comment>
			</return>
		</method>
		<method>
			<name>getLocalizationMap</name>
			<comment><![CDATA[Returns a map of locales and localized strings for the parameter in the preferences container.]]></comment>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
				<comment><![CDATA[the preferences container]]></comment>
			</param>
			<param>
				<name>parameter</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the prefix of the parameters containing the localized strings. Each localization will be loaded from a parameter with this prefix, followed by an underscore, and the language ID.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the locales and localized strings]]></comment>
			</return>
		</method>
		<method>
			<name>getLocalizationMap</name>
			<comment><![CDATA[Returns a map of locales and localized strings for the parameter in the portlet request.]]></comment>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
				<comment><![CDATA[the portlet request]]></comment>
			</param>
			<param>
				<name>parameter</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the prefix of the parameters containing the localized strings. Each localization will be loaded from a parameter with this prefix, followed by an underscore, and the language ID.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the locales and localized strings]]></comment>
			</return>
		</method>
		<method>
			<name>getLocalizationMap</name>
			<comment><![CDATA[Returns a map of locales and localized strings from the localizations XML.]]></comment>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the localizations XML]]></comment>
			</param>
			<return>
				<comment><![CDATA[the locales and localized strings]]></comment>
			</return>
		</method>
		<method>
			<name>getLocalizationMap</name>
			<param>
				<name>bundleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includeBetaLocales</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getLocalizationMap</name>
			<comment><![CDATA[Returns a map of locales and localized strings for the given languageIds and values.]]></comment>
			<param>
				<name>languageIds</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the languageIds of the localized Strings]]></comment>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the localized strings for the different languageId]]></comment>
			</param>
			<return>
				<comment><![CDATA[the map of locales and values for the given parameters]]></comment>
			</return>
		</method>
		<method>
			<name>getLocalizationXmlFromPreferences</name>
			<comment><![CDATA[Returns the localizations XML for the parameter in the portlet request, attempting to get data from the preferences container when it is not available in the portlet request.]]></comment>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
				<comment><![CDATA[the preferences container]]></comment>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
				<comment><![CDATA[the portlet request]]></comment>
			</param>
			<param>
				<name>parameter</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the prefix of the parameters containing the localized strings. Each localization will be loaded from a parameter with this prefix, followed by an underscore, and the language ID.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the locales and localized strings]]></comment>
			</return>
		</method>
		<method>
			<name>getLocalizedParameter</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>parameter</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[Use {@link #getLocalizationMap(PortletRequest, String)} instead.]]></deprecated>
		</method>
		<method>
			<name>getPreferencesKey</name>
			<comment><![CDATA[Returns the localized preferences key in the language. Generally this is just the preferences key, followed by an underscore, and the language ID.]]></comment>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the preferences key]]></comment>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of the language]]></comment>
			</param>
			<return>
				<comment><![CDATA[the localized preferences key]]></comment>
			</return>
		</method>
		<method>
			<name>getPreferencesValue</name>
			<comment><![CDATA[Returns the localized preferences value for the key in the language. Uses the default language if no localization exists for the requested language.]]></comment>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
				<comment><![CDATA[the preferences container]]></comment>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the preferences key]]></comment>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of the language]]></comment>
			</param>
			<return>
				<comment><![CDATA[the localized preferences value]]></comment>
			</return>
		</method>
		<method>
			<name>getPreferencesValue</name>
			<comment><![CDATA[Returns the localized preferences value for the key in the language, optionally using the default language if the no localization exists for the requested language.]]></comment>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
				<comment><![CDATA[the preferences container]]></comment>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the preferences key]]></comment>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of the language]]></comment>
			</param>
			<param>
				<name>useDefault</name>
				<type>boolean</type>
				<comment><![CDATA[whether to use the default language if no localization exists for the requested language]]></comment>
			</param>
			<return>
				<comment><![CDATA[the localized preferences value. If <code>useDefault</code> is <code>false</code> and no localization exists for the requested language, an empty string will be returned.]]></comment>
			</return>
		</method>
		<method>
			<name>getPreferencesValues</name>
			<comment><![CDATA[Returns the localized preferences values for the key in the language. Uses the default language if no localization exists for the requested language.]]></comment>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
				<comment><![CDATA[the preferences container]]></comment>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the preferences key]]></comment>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of the language]]></comment>
			</param>
			<return>
				<comment><![CDATA[the localized preferences values]]></comment>
			</return>
		</method>
		<method>
			<name>getPreferencesValues</name>
			<comment><![CDATA[Returns the localized preferences values for the key in the language, optionally using the default language if the no localization exists for the requested language.]]></comment>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
				<comment><![CDATA[the preferences container]]></comment>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the preferences key]]></comment>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of the language]]></comment>
			</param>
			<param>
				<name>useDefault</name>
				<type>boolean</type>
				<comment><![CDATA[whether to use the default language if no localization exists for the requested language]]></comment>
			</param>
			<return>
				<comment><![CDATA[the localized preferences values. If <code>useDefault</code> is <code>false</code> and no localization exists for the requested language, an empty array will be returned.]]></comment>
			</return>
		</method>
		<method>
			<name>removeLocalization</name>
			<comment><![CDATA[Removes the localization for the language from the localizations XML. Stores the localized strings as characters in the XML.]]></comment>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the localizations XML]]></comment>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the localized string, such as &quot;Title&quot;]]></comment>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of the language]]></comment>
			</param>
			<return>
				<comment><![CDATA[the localizations XML with the language removed]]></comment>
			</return>
		</method>
		<method>
			<name>removeLocalization</name>
			<comment><![CDATA[Removes the localization for the language from the localizations XML, optionally storing the localized strings as CDATA in the XML.]]></comment>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the localizations XML]]></comment>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the localized string, such as &quot;Title&quot;]]></comment>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of the language]]></comment>
			</param>
			<param>
				<name>cdata</name>
				<type>boolean</type>
				<comment><![CDATA[whether to store localized strings as CDATA in the XML]]></comment>
			</param>
			<return>
				<comment><![CDATA[the localizations XML with the language removed]]></comment>
			</return>
		</method>
		<method>
			<name>removeLocalization</name>
			<comment><![CDATA[Removes the localization for the language from the localizations XML, optionally storing the localized strings as CDATA in the XML.]]></comment>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the localizations XML]]></comment>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the localized string, such as &quot;Title&quot;]]></comment>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of the language]]></comment>
			</param>
			<param>
				<name>cdata</name>
				<type>boolean</type>
				<comment><![CDATA[whether to store localized strings as CDATA in the XML]]></comment>
			</param>
			<param>
				<name>localized</name>
				<type>boolean</type>
				<comment><![CDATA[whether there is a localized field]]></comment>
			</param>
			<return>
				<comment><![CDATA[the localizations XML with the language removed]]></comment>
			</return>
		</method>
		<method>
			<name>setLocalizedPreferencesValues</name>
			<comment><![CDATA[Sets the localized preferences values for the parameter in the portlet request.]]></comment>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
				<comment><![CDATA[the portlet request]]></comment>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
				<comment><![CDATA[the preferences container]]></comment>
			</param>
			<param>
				<name>parameter</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the prefix of the parameters containing the localized strings. Each localization will be loaded from a parameter with this prefix, followed by an underscore, and the language ID.]]></comment>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
				<comment><![CDATA[if an exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setPreferencesValue</name>
			<comment><![CDATA[Sets the localized preferences value for the key in the language.]]></comment>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
				<comment><![CDATA[the preferences container]]></comment>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the preferences key]]></comment>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of the language]]></comment>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the localized value]]></comment>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
				<comment><![CDATA[if an exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setPreferencesValues</name>
			<comment><![CDATA[Sets the localized preferences values for the key in the language.]]></comment>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
				<comment><![CDATA[the preferences container]]></comment>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the preferences key]]></comment>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of the language]]></comment>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the localized values]]></comment>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
				<comment><![CDATA[if an exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateLocalization</name>
			<comment><![CDATA[Updates the localized string for the system default language in the localizations XML. Stores the localized strings as characters in the XML.]]></comment>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the localizations XML]]></comment>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the localized string, such as &quot;Title&quot;]]></comment>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the localized string]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated localizations XML]]></comment>
			</return>
		</method>
		<method>
			<name>updateLocalization</name>
			<comment><![CDATA[Updates the localized string for the language in the localizations XML. Stores the localized strings as characters in the XML.]]></comment>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the localizations XML]]></comment>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the localized string, such as &quot;Title&quot;]]></comment>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the localized string]]></comment>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of the language]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated localizations XML]]></comment>
			</return>
		</method>
		<method>
			<name>updateLocalization</name>
			<comment><![CDATA[Updates the localized string for the language in the localizations XML and changes the default language. Stores the localized strings as characters in the XML.]]></comment>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the localizations XML]]></comment>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the localized string, such as &quot;Title&quot;]]></comment>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the localized string]]></comment>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of the language]]></comment>
			</param>
			<param>
				<name>defaultLanguageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of the default language]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated localizations XML]]></comment>
			</return>
		</method>
		<method>
			<name>updateLocalization</name>
			<comment><![CDATA[Updates the localized string for the language in the localizations XML and changes the default language, optionally storing the localized strings as CDATA in the XML.]]></comment>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the localizations XML]]></comment>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the localized string, such as &quot;Title&quot;]]></comment>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the localized string]]></comment>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of the language]]></comment>
			</param>
			<param>
				<name>defaultLanguageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of the default language]]></comment>
			</param>
			<param>
				<name>cdata</name>
				<type>boolean</type>
				<comment><![CDATA[whether to store localized strings as CDATA in the XML]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated localizations XML]]></comment>
			</return>
		</method>
		<method>
			<name>updateLocalization</name>
			<comment><![CDATA[Updates the localized string for the language in the localizations XML and changes the default language, optionally storing the localized strings as CDATA in the XML.]]></comment>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the localizations XML]]></comment>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the localized string, such as &quot;Title&quot;]]></comment>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the localized string]]></comment>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of the language]]></comment>
			</param>
			<param>
				<name>defaultLanguageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of the default language]]></comment>
			</param>
			<param>
				<name>cdata</name>
				<type>boolean</type>
				<comment><![CDATA[whether to store localized strings as CDATA in the XML]]></comment>
			</param>
			<param>
				<name>localized</name>
				<type>boolean</type>
				<comment><![CDATA[whether there is a localized field]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated localizations XML]]></comment>
			</return>
		</method>
	</javadoc>
	<javadoc>
		<name>LocalizationUtil</name>
		<type>com.liferay.portal.kernel.util.LocalizationUtil</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Mauro Mariuzzo]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<see><![CDATA[Localization]]></see>
		<method>
			<name>deserialize</name>
			<param>
				<name>jsonObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
		<method>
			<name>getAvailableLocales</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDefaultImportLocale</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>contentDefaultLocale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>contentAvailableLocales</name>
				<type>java.util.Locale[]</type>
			</param>
		</method>
		<method>
			<name>getDefaultLocale</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLocalization</name>
		</method>
		<method>
			<name>getLocalization</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLocalization</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>useDefault</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getLocalizationMap</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>parameter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLocalizationMap</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>parameter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLocalizationMap</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLocalizationMap</name>
			<param>
				<name>bundleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includeBetaLocales</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getLocalizationMap</name>
			<param>
				<name>languageIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getLocalizationXmlFromPreferences</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>parameter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLocalizedParameter</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>parameter</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[Use <code>getLocalizationMap</code>.]]></deprecated>
		</method>
		<method>
			<name>getModifiedLocales</name>
			<param>
				<name>oldMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>newMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>getPreferencesKey</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPreferencesValue</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPreferencesValue</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>useDefault</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getPreferencesValues</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPreferencesValues</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>useDefault</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>removeLocalization</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeLocalization</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cdata</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>removeLocalization</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cdata</name>
				<type>boolean</type>
			</param>
			<param>
				<name>localized</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLocalizedPreferencesValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>parameter</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setPreferencesValue</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setPreferencesValues</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLocalization</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateLocalization</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateLocalization</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultLanguageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateLocalization</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultLanguageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cdata</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>updateLocalization</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultLanguageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cdata</name>
				<type>boolean</type>
			</param>
			<param>
				<name>localized</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLocalization</name>
			<param>
				<name>localization</name>
				<type>com.liferay.portal.kernel.util.Localization</type>
			</param>
		</method>
		<field>
			<name>_localization</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LongWrapper</name>
		<type>com.liferay.portal.kernel.util.LongWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LongWrapper</name>
		</method>
		<method>
			<name>LongWrapper</name>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>longWrapper</name>
				<type>com.liferay.portal.kernel.util.LongWrapper</type>
			</param>
		</method>
		<method>
			<name>decrement</name>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>increment</name>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>TYPE</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MapBackedSet</name>
		<type>com.liferay.portal.kernel.util.MapBackedSet</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>MapBackedSet</name>
			<param>
				<name>backedMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>containsAll</name>
			<param>
				<name>collection</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>isEmpty</name>
		</method>
		<method>
			<name>iterator</name>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>removeAll</name>
			<param>
				<name>collection</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>retainAll</name>
			<param>
				<name>collection</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>size</name>
		</method>
		<method>
			<name>toArray</name>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>array</name>
				<type>T[]</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>readObject</name>
			<param>
				<name>objectInputStream</name>
				<type>java.io.ObjectInputStream</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_backedMap</name>
		</field>
		<field>
			<name>_backedMapKeySet</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MapUtil</name>
		<type>com.liferay.portal.kernel.util.MapUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>copy</name>
			<param>
				<name>master</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>copy</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>key</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>key</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>master</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>copy</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>toLinkedHashMap</name>
			<param>
				<name>params</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>toLinkedHashMap</name>
			<param>
				<name>params</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MathUtil</name>
		<type>com.liferay.portal.kernel.util.MathUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>base2Log</name>
			<param>
				<name>x</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>base2Pow</name>
			<param>
				<name>x</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>factorial</name>
			<param>
				<name>x</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>x</name>
				<type>double</type>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
			<param>
				<name>min</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>generatePrimes</name>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>isEven</name>
			<param>
				<name>x</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>isOdd</name>
			<param>
				<name>x</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_base2LogValues</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MethodCache</name>
		<type>com.liferay.portal.kernel.util.MethodCache</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>get</name>
			<param>
				<name>classesMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>methodsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
			<throws>
				<name>NoSuchMethodException</name>
				<type>java.lang.NoSuchMethodException</type>
			</throws>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>classesMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>methodsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.Class[]</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
			<throws>
				<name>NoSuchMethodException</name>
				<type>java.lang.NoSuchMethodException</type>
			</throws>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>methodKey</name>
				<type>com.liferay.portal.kernel.util.MethodKey</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
			<throws>
				<name>NoSuchMethodException</name>
				<type>java.lang.NoSuchMethodException</type>
			</throws>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
			<throws>
				<name>NoSuchMethodException</name>
				<type>java.lang.NoSuchMethodException</type>
			</throws>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.Class[]</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
			<throws>
				<name>NoSuchMethodException</name>
				<type>java.lang.NoSuchMethodException</type>
			</throws>
		</method>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>methodKey</name>
				<type>com.liferay.portal.kernel.util.MethodKey</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>MethodCache</name>
		</method>
		<method>
			<name>_get</name>
			<param>
				<name>classesMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>methodsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>methodKey</name>
				<type>com.liferay.portal.kernel.util.MethodKey</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
			<throws>
				<name>NoSuchMethodException</name>
				<type>java.lang.NoSuchMethodException</type>
			</throws>
		</method>
		<method>
			<name>_put</name>
			<param>
				<name>methodKey</name>
				<type>com.liferay.portal.kernel.util.MethodKey</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
		</method>
		<method>
			<name>_remove</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>_reset</name>
		</method>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_classesMap</name>
		</field>
		<field>
			<name>_methodsMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MethodComparator</name>
		<type>com.liferay.portal.kernel.util.MethodComparator</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>compare</name>
			<param>
				<name>method1</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>method2</name>
				<type>java.lang.reflect.Method</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MethodHandler</name>
		<type>com.liferay.portal.kernel.util.MethodHandler</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>MethodHandler</name>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>MethodHandler</name>
			<param>
				<name>methodKey</name>
				<type>com.liferay.portal.kernel.util.MethodKey</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getArguments</name>
		</method>
		<method>
			<name>getArgumentsClasses</name>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getMethodKey</name>
		</method>
		<method>
			<name>getMethodName</name>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>newInstance</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_arguments</name>
		</field>
		<field>
			<name>_methodKey</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MethodInvoker</name>
		<type>com.liferay.portal.kernel.util.MethodInvoker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Harry Mark]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<deprecated><![CDATA[]]></deprecated>
		<method>
			<name>invoke</name>
			<param>
				<name>methodWrapper</name>
				<type>com.liferay.portal.kernel.util.MethodWrapper</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
			<throws>
				<name>IllegalAccessException</name>
				<type>java.lang.IllegalAccessException</type>
			</throws>
			<throws>
				<name>InstantiationException</name>
				<type>java.lang.InstantiationException</type>
			</throws>
			<throws>
				<name>InvocationTargetException</name>
				<type>java.lang.reflect.InvocationTargetException</type>
			</throws>
			<throws>
				<name>NoSuchFieldException</name>
				<type>java.lang.NoSuchFieldException</type>
			</throws>
			<throws>
				<name>NoSuchMethodException</name>
				<type>java.lang.NoSuchMethodException</type>
			</throws>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>methodWrapper</name>
				<type>com.liferay.portal.kernel.util.MethodWrapper</type>
			</param>
			<param>
				<name>newInstance</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
			<throws>
				<name>IllegalAccessException</name>
				<type>java.lang.IllegalAccessException</type>
			</throws>
			<throws>
				<name>InstantiationException</name>
				<type>java.lang.InstantiationException</type>
			</throws>
			<throws>
				<name>InvocationTargetException</name>
				<type>java.lang.reflect.InvocationTargetException</type>
			</throws>
			<throws>
				<name>NoSuchFieldException</name>
				<type>java.lang.NoSuchFieldException</type>
			</throws>
			<throws>
				<name>NoSuchMethodException</name>
				<type>java.lang.NoSuchMethodException</type>
			</throws>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>methodWrapper</name>
				<type>com.liferay.portal.kernel.util.MethodWrapper</type>
			</param>
			<param>
				<name>targetObject</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
			<throws>
				<name>IllegalAccessException</name>
				<type>java.lang.IllegalAccessException</type>
			</throws>
			<throws>
				<name>InvocationTargetException</name>
				<type>java.lang.reflect.InvocationTargetException</type>
			</throws>
			<throws>
				<name>NoSuchFieldException</name>
				<type>java.lang.NoSuchFieldException</type>
			</throws>
			<throws>
				<name>NoSuchMethodException</name>
				<type>java.lang.NoSuchMethodException</type>
			</throws>
		</method>
		<method>
			<name>_lookupMethodAndArguments</name>
			<param>
				<name>methodWrapper</name>
				<type>com.liferay.portal.kernel.util.MethodWrapper</type>
			</param>
			<param>
				<name>targetObject</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
			<throws>
				<name>IllegalAccessException</name>
				<type>java.lang.IllegalAccessException</type>
			</throws>
			<throws>
				<name>InvocationTargetException</name>
				<type>java.lang.reflect.InvocationTargetException</type>
			</throws>
			<throws>
				<name>NoSuchFieldException</name>
				<type>java.lang.NoSuchFieldException</type>
			</throws>
			<throws>
				<name>NoSuchMethodException</name>
				<type>java.lang.NoSuchMethodException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_primitiveTypeMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MethodKey</name>
		<type>com.liferay.portal.kernel.util.MethodKey</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>MethodKey</name>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
		</method>
		<method>
			<name>MethodKey</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>MethodKey</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypeNames</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getMethodName</name>
		</method>
		<method>
			<name>getParameterTypes</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>_getClass</name>
			<param>
				<name>typeName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>_toString</name>
		</method>
		<field>
			<name>_primitiveClasses</name>
		</field>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_methodName</name>
		</field>
		<field>
			<name>_parameterTypes</name>
		</field>
		<field>
			<name>_toString</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MethodParameter</name>
		<type>com.liferay.portal.kernel.util.MethodParameter</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>MethodParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>signatures</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getGenericTypes</name>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getSignature</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>_extractTopLevelGenericSignatures</name>
			<param>
				<name>signature</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_loadGenericTypes</name>
			<param>
				<name>signatures</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
		</method>
		<field>
			<name>_genericTypes</name>
		</field>
		<field>
			<name>_initialized</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_signatures</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MethodParametersResolver</name>
		<type>com.liferay.portal.kernel.util.MethodParametersResolver</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>resolveMethodParameters</name>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MethodParametersResolverUtil</name>
		<type>com.liferay.portal.kernel.util.MethodParametersResolverUtil</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>getMethodParametersResolver</name>
		</method>
		<method>
			<name>resolveMethodParameters</name>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
		</method>
		<method>
			<name>setMethodParametersResolver</name>
			<param>
				<name>methodParametersResolver</name>
				<type>com.liferay.portal.kernel.util.MethodParametersResolver</type>
			</param>
		</method>
		<field>
			<name>_methodParametersResolver</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MethodTargetClassKey</name>
		<type>com.liferay.portal.kernel.util.MethodTargetClassKey</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MethodTargetClassKey</name>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>targetClass</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getMethod</name>
		</method>
		<method>
			<name>getTargetClass</name>
		</method>
		<method>
			<name>getTargetMethod</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_hashCode</name>
		</field>
		<field>
			<name>_method</name>
		</field>
		<field>
			<name>_targetClass</name>
		</field>
		<field>
			<name>_targetMethod</name>
		</field>
		<field>
			<name>_toString</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MethodWrapper</name>
		<type>com.liferay.portal.kernel.util.MethodWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[]]></deprecated>
		<method>
			<name>MethodWrapper</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>MethodWrapper</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>MethodWrapper</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>MethodWrapper</name>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>getArgs</name>
			<deprecated><![CDATA[Use <code>getArguments</code>.]]></deprecated>
		</method>
		<method>
			<name>getArgumentClassNames</name>
		</method>
		<method>
			<name>getArguments</name>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getMethodName</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_argumentClassNames</name>
		</field>
		<field>
			<name>_arguments</name>
		</field>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_methodName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MimeTypes</name>
		<type>com.liferay.portal.kernel.util.MimeTypes</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getContentType</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>getContentType</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContentType</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContentType</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getExtensions</name>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MimeTypesUtil</name>
		<type>com.liferay.portal.kernel.util.MimeTypesUtil</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getContentType</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>getContentType</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContentType</name>
			<comment><![CDATA[Determine the content type from an input stream and file name.]]></comment>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[full name or extension of file (e.g., "Test.doc", ".doc")]]></comment>
			</param>
			<return>
				<comment><![CDATA[content type if it is a supported format or an empty string if it is an unsupported format]]></comment>
			</return>
		</method>
		<method>
			<name>getContentType</name>
			<comment><![CDATA[Determine the content type from a file name.]]></comment>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[full name or extension of file (e.g., "Test.doc", ".doc")]]></comment>
			</param>
			<return>
				<comment><![CDATA[content type if it is a supported format or an empty string if it is an unsupported format]]></comment>
			</return>
		</method>
		<method>
			<name>getExtensions</name>
			<comment><![CDATA[Determine the possible file extensions for a given content type.]]></comment>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
				<comment><![CDATA[content type of file (e.g., "image/jpeg")]]></comment>
			</param>
			<return>
				<comment><![CDATA[set of extensions if it is a known content type or an empty set if it is an unknown content type]]></comment>
			</return>
		</method>
		<method>
			<name>getMimeTypes</name>
		</method>
		<method>
			<name>setMimeTypes</name>
			<param>
				<name>mimeTypes</name>
				<type>com.liferay.portal.kernel.util.MimeTypes</type>
			</param>
		</method>
		<field>
			<name>_mimeTypes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MultiValueMap</name>
		<type>com.liferay.portal.kernel.util.MultiValueMap</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>entrySet</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getAll</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>putAll</name>
			<param>
				<name>key</name>
				<type>K</type>
			</param>
			<param>
				<name>values</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>putAll</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>size</name>
		</method>
		<method>
			<name>size</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>values</name>
		</method>
	</javadoc>
	<javadoc>
		<name>MultiValueMapFactory</name>
		<type>com.liferay.portal.kernel.util.MultiValueMapFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getMultiValueMap</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getMultiValueMap</name>
			<param>
				<name>propertyKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>FILE</name>
		</field>
		<field>
			<name>MEMORY</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MultiValueMapFactoryUtil</name>
		<type>com.liferay.portal.kernel.util.MultiValueMapFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getMultiValueMap</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getMultiValueMap</name>
			<param>
				<name>propertyKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getMultiValueMapFactory</name>
		</method>
		<method>
			<name>setMultiValueMapFactory</name>
			<param>
				<name>multiValueMapFactory</name>
				<type>com.liferay.portal.kernel.util.MultiValueMapFactory</type>
			</param>
		</method>
		<field>
			<name>_multiValueMapFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NamedThreadFactory</name>
		<type>com.liferay.portal.kernel.util.NamedThreadFactory</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>NamedThreadFactory</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>priority</name>
				<type>int</type>
			</param>
			<param>
				<name>contextClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>newThread</name>
			<param>
				<name>runnable</name>
				<type>java.lang.Runnable</type>
			</param>
		</method>
		<field>
			<name>_contextClassLoader</name>
		</field>
		<field>
			<name>_counter</name>
		</field>
		<field>
			<name>_group</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_priority</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NotificationThreadLocal</name>
		<type>com.liferay.portal.kernel.util.NotificationThreadLocal</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>isNotificationEnabled</name>
			<deprecated><![CDATA[{@link #isEnabled}]]></deprecated>
		</method>
		<method>
			<name>setEnabled</name>
			<param>
				<name>enabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setNotificationEnabled</name>
			<param>
				<name>notificationEnabled</name>
				<type>boolean</type>
			</param>
			<deprecated><![CDATA[{@link #setEnabled(boolean)}]]></deprecated>
		</method>
		<field>
			<name>_enabled</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NullSafeProperties</name>
		<type>com.liferay.portal.kernel.util.NullSafeProperties</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[This class has been renamed to <code>SafeProperties</code>.]]></deprecated>
	</javadoc>
	<javadoc>
		<name>NullWrapper</name>
		<type>com.liferay.portal.kernel.util.NullWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NullWrapper</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<field>
			<name>_className</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NumericalStringComparator</name>
		<type>com.liferay.portal.kernel.util.NumericalStringComparator</type>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>NumericalStringComparator</name>
		</method>
		<method>
			<name>NumericalStringComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
			<param>
				<name>caseSensitive</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>s1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s2</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_ascending</name>
		</field>
		<field>
			<name>_caseSensitive</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OSDetector</name>
		<type>com.liferay.portal.kernel.util.OSDetector</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getBitmode</name>
		</method>
		<method>
			<name>isAIX</name>
		</method>
		<method>
			<name>isApple</name>
		</method>
		<method>
			<name>isLinux</name>
		</method>
		<method>
			<name>isUnix</name>
		</method>
		<method>
			<name>isWindows</name>
		</method>
		<field>
			<name>_aix</name>
		</field>
		<field>
			<name>_apple</name>
		</field>
		<field>
			<name>_bitMode</name>
		</field>
		<field>
			<name>_linux</name>
		</field>
		<field>
			<name>_unix</name>
		</field>
		<field>
			<name>_windows</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ObjectValuePair</name>
		<type>com.liferay.portal.kernel.util.ObjectValuePair</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ObjectValuePair</name>
		</method>
		<method>
			<name>ObjectValuePair</name>
			<param>
				<name>key</name>
				<type>K</type>
			</param>
			<param>
				<name>value</name>
				<type>V</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getKey</name>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>setKey</name>
			<param>
				<name>key</name>
				<type>K</type>
			</param>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>V</type>
			</param>
		</method>
		<field>
			<name>serialVersionUID</name>
		</field>
		<field>
			<name>_key</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ObjectValuePairComparator</name>
		<type>com.liferay.portal.kernel.util.ObjectValuePairComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ObjectValuePairComparator</name>
		</method>
		<method>
			<name>ObjectValuePairComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>ObjectValuePairComparator</name>
			<param>
				<name>byKey</name>
				<type>boolean</type>
			</param>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>ovp1</name>
				<type>com.liferay.portal.kernel.util.ObjectValuePair</type>
			</param>
			<param>
				<name>ovp2</name>
				<type>com.liferay.portal.kernel.util.ObjectValuePair</type>
			</param>
		</method>
		<field>
			<name>_ascending</name>
		</field>
		<field>
			<name>_byKey</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OrderByComparator</name>
		<type>com.liferay.portal.kernel.util.OrderByComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByConditionFields</name>
		</method>
		<method>
			<name>getOrderByConditionValues</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<method>
			<name>isAscending</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_ORDER_BY_DESC</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OrderByComparatorFactory</name>
		<type>com.liferay.portal.kernel.util.OrderByComparatorFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>OrderByComparatorFactoryUtil</name>
		<type>com.liferay.portal.kernel.util.OrderByComparatorFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderByComparatorFactory</name>
		</method>
		<method>
			<name>setOrderByComparatorFactory</name>
			<param>
				<name>orderByComparatorFactory</name>
				<type>com.liferay.portal.kernel.util.OrderByComparatorFactory</type>
			</param>
		</method>
		<field>
			<name>_orderByComparatorFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OrderedProperties</name>
		<type>com.liferay.portal.kernel.util.OrderedProperties</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>OrderedProperties</name>
		</method>
		<method>
			<name>propertyNames</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_names</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PackagingUtil</name>
		<type>com.liferay.portal.kernel.util.PackagingUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getPackagesFromPath</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>subPackages</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>packages</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>packageStack</name>
				<type>java.util.Stack</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ParamUtil</name>
		<type>com.liferay.portal.kernel.util.ParamUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBooleanValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBooleanValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>getBooleanValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBooleanValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>getBooleanValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBooleanValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>getDateValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
		</method>
		<method>
			<name>getDateValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date[]</type>
			</param>
		</method>
		<method>
			<name>getDateValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
		</method>
		<method>
			<name>getDateValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date[]</type>
			</param>
		</method>
		<method>
			<name>getDateValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
		</method>
		<method>
			<name>getDateValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date[]</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getDoubleValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDoubleValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>getDoubleValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDoubleValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>getDoubleValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDoubleValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>getFloatValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFloatValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>getFloatValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFloatValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>getFloatValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFloatValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getIntegerValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getIntegerValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>getIntegerValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getIntegerValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>getIntegerValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getIntegerValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLongValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLongValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>getLongValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLongValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>getLongValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLongValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>getNumber</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNumber</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>getNumber</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNumber</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>getNumber</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNumber</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>getNumberValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNumberValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number[]</type>
			</param>
		</method>
		<method>
			<name>getNumberValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNumberValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number[]</type>
			</param>
		</method>
		<method>
			<name>getNumberValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNumberValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number[]</type>
			</param>
		</method>
		<method>
			<name>getParameterValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameterValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getParameterValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameterValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getShortValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShortValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>getShortValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShortValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>getShortValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShortValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ParamUtil_IW</name>
		<type>com.liferay.portal.kernel.util.ParamUtil_IW</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBooleanValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBooleanValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>getBooleanValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBooleanValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>getBooleanValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBooleanValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>getDateValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
		</method>
		<method>
			<name>getDateValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date[]</type>
			</param>
		</method>
		<method>
			<name>getDateValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
		</method>
		<method>
			<name>getDateValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date[]</type>
			</param>
		</method>
		<method>
			<name>getDateValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
		</method>
		<method>
			<name>getDateValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.util.Date[]</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getDoubleValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDoubleValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>getDoubleValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDoubleValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>getDoubleValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDoubleValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFloat</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>getFloatValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFloatValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>getFloatValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFloatValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>getFloatValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFloatValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getIntegerValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getIntegerValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>getIntegerValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getIntegerValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>getIntegerValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getIntegerValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLongValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLongValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>getLongValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLongValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>getLongValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLongValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>getNumber</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNumber</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>getNumber</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNumber</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>getNumber</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNumber</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number</type>
			</param>
		</method>
		<method>
			<name>getNumberValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNumberValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number[]</type>
			</param>
		</method>
		<method>
			<name>getNumberValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNumberValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number[]</type>
			</param>
		</method>
		<method>
			<name>getNumberValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNumberValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Number[]</type>
			</param>
		</method>
		<method>
			<name>getParameterValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameterValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getParameterValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameterValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getShortValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShortValues</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>getShortValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShortValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>getShortValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShortValues</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>print</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
		<method>
			<name>ParamUtil_IW</name>
		</method>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PathUtil</name>
		<type>com.liferay.portal.kernel.util.PathUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>toUnixPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toWindowsPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalClassInvoker</name>
		<type>com.liferay.portal.kernel.util.PortalClassInvoker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>invoke</name>
			<param>
				<name>newInstance</name>
				<type>boolean</type>
			</param>
			<param>
				<name>methodKey</name>
				<type>com.liferay.portal.kernel.util.MethodKey</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>newInstance</name>
				<type>boolean</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypeNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newInstance</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arg</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>newInstance</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arg1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>arg2</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arg1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>arg2</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>newInstance</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arg1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>arg2</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>arg3</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arg1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>arg2</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>arg3</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>newInstance</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arg1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>arg2</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>arg3</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>arg4</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>newInstance</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arg1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>arg2</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>arg3</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>arg4</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>arg5</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>newInstance</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>args</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>args</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newInstance</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalClassLoaderUtil</name>
		<type>com.liferay.portal.kernel.util.PortalClassLoaderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getClassLoader</name>
		</method>
		<method>
			<name>setClassLoader</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<field>
			<name>_classLoader</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalInitable</name>
		<type>com.liferay.portal.kernel.util.PortalInitable</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[{@link PortalLifecycle}]]></deprecated>
		<method>
			<name>portalInit</name>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalInitableUtil</name>
		<type>com.liferay.portal.kernel.util.PortalInitableUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[{@link PortalLifecycleUtil}]]></deprecated>
		<method>
			<name>flushInitables</name>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>portalInitable</name>
				<type>com.liferay.portal.kernel.util.PortalInitable</type>
			</param>
		</method>
		<field>
			<name>_portalInitables</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalLifecycle</name>
		<type>com.liferay.portal.kernel.util.PortalLifecycle</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>portalDestroy</name>
		</method>
		<method>
			<name>portalInit</name>
		</method>
		<field>
			<name>METHOD_ALL</name>
		</field>
		<field>
			<name>METHOD_DESTROY</name>
		</field>
		<field>
			<name>METHOD_INIT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalLifecycleUtil</name>
		<type>com.liferay.portal.kernel.util.PortalLifecycleUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>flushDestroys</name>
		</method>
		<method>
			<name>flushInits</name>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>portalLifecycle</name>
				<type>com.liferay.portal.kernel.util.PortalLifecycle</type>
			</param>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>portalLifecycle</name>
				<type>com.liferay.portal.kernel.util.PortalLifecycle</type>
			</param>
			<param>
				<name>method</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>removeDestroy</name>
			<param>
				<name>portalLifecycle</name>
				<type>com.liferay.portal.kernel.util.PortalLifecycle</type>
			</param>
		</method>
		<field>
			<name>_inFlushDestroys</name>
		</field>
		<field>
			<name>_portalLifecyclesDestroy</name>
		</field>
		<field>
			<name>_portalLifecyclesInit</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletClassInvoker</name>
		<type>com.liferay.portal.kernel.util.PortletClassInvoker</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>invoke</name>
			<param>
				<name>newInstance</name>
				<type>boolean</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodKey</name>
				<type>com.liferay.portal.kernel.util.MethodKey</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getRootPortletId</name>
			<comment><![CDATA[Copied from <code>com.liferay.portal.model.PortletConstants</code>.]]></comment>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_INSTANCE_SEPARATOR</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PrefsParamUtil</name>
		<type>com.liferay.portal.kernel.util.PrefsParamUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getBoolean</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PrefsProps</name>
		<type>com.liferay.portal.kernel.util.PrefsProps</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getBoolean</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPreferences</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProperties</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>removePrefix</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getProperties</name>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>removePrefix</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStringArray</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStringArray</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStringArray</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStringArray</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getStringArray</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStringArray</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStringFromNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PrefsPropsUtil</name>
		<type>com.liferay.portal.kernel.util.PrefsPropsUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getBoolean</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPreferences</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPrefsProps</name>
		</method>
		<method>
			<name>getProperties</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>removePrefix</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getProperties</name>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>removePrefix</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStringArray</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStringArray</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStringArray</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStringArray</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getStringArray</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStringArray</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStringFromNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setPrefsProps</name>
			<param>
				<name>prefsProps</name>
				<type>com.liferay.portal.kernel.util.PrefsProps</type>
			</param>
		</method>
		<field>
			<name>_prefsProps</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PreloadClassLoader</name>
		<type>com.liferay.portal.kernel.util.PreloadClassLoader</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>PreloadClassLoader</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>classes</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>loadClass</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
		</method>
		<field>
			<name>_classes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PrettyDateFormat</name>
		<type>com.liferay.portal.kernel.util.PrettyDateFormat</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>PrettyDateFormat</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>PrettyDateFormat</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>sb</name>
				<type>java.lang.StringBuffer</type>
			</param>
			<param>
				<name>pos</name>
				<type>java.text.FieldPosition</type>
			</param>
		</method>
		<method>
			<name>parse</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pos</name>
				<type>java.text.ParsePosition</type>
			</param>
		</method>
		<field>
			<name>_locale</name>
		</field>
		<field>
			<name>_timeZone</name>
		</field>
		<field>
			<name>_todayString</name>
		</field>
		<field>
			<name>_yesterdayString</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PrimitiveIntList</name>
		<type>com.liferay.portal.kernel.util.PrimitiveIntList</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>PrimitiveIntList</name>
		</method>
		<method>
			<name>PrimitiveIntList</name>
			<param>
				<name>capacity</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addAll</name>
			<param>
				<name>values</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>getArray</name>
		</method>
		<method>
			<name>size</name>
		</method>
		<method>
			<name>_checkCapacity</name>
			<param>
				<name>minSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_trim</name>
		</method>
		<field>
			<name>_elements</name>
		</field>
		<field>
			<name>_elementsSize</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PrimitiveIntSet</name>
		<type>com.liferay.portal.kernel.util.PrimitiveIntSet</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>PrimitiveIntSet</name>
		</method>
		<method>
			<name>PrimitiveIntSet</name>
			<param>
				<name>capacity</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addAll</name>
			<param>
				<name>values</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>getArray</name>
		</method>
		<method>
			<name>size</name>
		</method>
		<field>
			<name>_elements</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PrimitiveLongList</name>
		<type>com.liferay.portal.kernel.util.PrimitiveLongList</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>PrimitiveLongList</name>
		</method>
		<method>
			<name>PrimitiveLongList</name>
			<param>
				<name>capacity</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addAll</name>
			<param>
				<name>values</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>getArray</name>
		</method>
		<method>
			<name>size</name>
		</method>
		<method>
			<name>_checkCapacity</name>
			<param>
				<name>minSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_trim</name>
		</method>
		<field>
			<name>_elements</name>
		</field>
		<field>
			<name>_elementsSize</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PrimitiveLongSet</name>
		<type>com.liferay.portal.kernel.util.PrimitiveLongSet</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>PrimitiveLongSet</name>
		</method>
		<method>
			<name>PrimitiveLongSet</name>
			<param>
				<name>capacity</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addAll</name>
			<param>
				<name>values</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>getArray</name>
		</method>
		<method>
			<name>size</name>
		</method>
		<field>
			<name>_elements</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PrimitiveWrapper</name>
		<type>com.liferay.portal.kernel.util.PrimitiveWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
	</javadoc>
	<javadoc>
		<name>ProcessUtil</name>
		<type>com.liferay.portal.kernel.util.ProcessUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>close</name>
			<param>
				<name>process</name>
				<type>java.lang.Process</type>
			</param>
		</method>
		<method>
			<name>getProcessId</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ProgressTracker</name>
		<type>com.liferay.portal.kernel.util.ProgressTracker</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>ProgressTracker</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>progressId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ProgressTracker</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>progressId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>finish</name>
		</method>
		<method>
			<name>getProgress</name>
		</method>
		<method>
			<name>start</name>
		</method>
		<method>
			<name>updateProgress</name>
			<param>
				<name>percentage</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>PERCENT</name>
		</field>
		<field>
			<name>_portletRequest</name>
		</field>
		<field>
			<name>_progressId</name>
		</field>
		<field>
			<name>_request</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ProgressTrackerThreadLocal</name>
		<type>com.liferay.portal.kernel.util.ProgressTrackerThreadLocal</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getProgressTracker</name>
		</method>
		<method>
			<name>setProgressTracker</name>
			<param>
				<name>progressTracker</name>
				<type>com.liferay.portal.kernel.util.ProgressTracker</type>
			</param>
		</method>
		<field>
			<name>_progressTracker</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PropertiesParamUtil</name>
		<type>com.liferay.portal.kernel.util.PropertiesParamUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getBoolean</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getProperties</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getProperties</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PropertiesUtil</name>
		<type>com.liferay.portal.kernel.util.PropertiesUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>copyProperties</name>
			<param>
				<name>sourceProperties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>targetProperties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>fromMap</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>fromMap</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>fromProperties</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>getProperties</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>removePrefix</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>list</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>list</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>printWriter</name>
				<type>java.io.PrintStream</type>
			</param>
		</method>
		<method>
			<name>list</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>printWriter</name>
				<type>java.io.PrintWriter</type>
			</param>
		</method>
		<method>
			<name>list</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>load</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>charsetName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>load</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>load</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>load</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>charsetName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>loadJDK5</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>charsetName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>loadJDK6</name>
			<param>
				<name>reader</name>
				<type>java.io.Reader</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>properties1</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>properties2</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>trimKeys</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<field>
			<name>_jdk6LoadMethod</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Props</name>
		<type>com.liferay.portal.kernel.util.Props</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>contains</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filter</name>
				<type>com.liferay.portal.kernel.configuration.Filter</type>
			</param>
		</method>
		<method>
			<name>getArray</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getArray</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filter</name>
				<type>com.liferay.portal.kernel.configuration.Filter</type>
			</param>
		</method>
		<method>
			<name>getProperties</name>
		</method>
		<method>
			<name>getProperties</name>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>removePrefix</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PropsKeys</name>
		<type>com.liferay.portal.kernel.util.PropsKeys</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>ADMIN_DEFAULT_GROUP_NAMES</name>
		</field>
		<field>
			<name>ADMIN_DEFAULT_ROLE_NAMES</name>
		</field>
		<field>
			<name>ADMIN_DEFAULT_USER_GROUP_NAMES</name>
		</field>
		<field>
			<name>ADMIN_EMAIL_FROM_ADDRESS</name>
		</field>
		<field>
			<name>ADMIN_EMAIL_FROM_NAME</name>
		</field>
		<field>
			<name>ADMIN_EMAIL_PASSWORD_RESET_BODY</name>
		</field>
		<field>
			<name>ADMIN_EMAIL_PASSWORD_RESET_SUBJECT</name>
		</field>
		<field>
			<name>ADMIN_EMAIL_PASSWORD_SENT_BODY</name>
		</field>
		<field>
			<name>ADMIN_EMAIL_PASSWORD_SENT_SUBJECT</name>
		</field>
		<field>
			<name>ADMIN_EMAIL_USER_ADDED_BODY</name>
		</field>
		<field>
			<name>ADMIN_EMAIL_USER_ADDED_ENABLED</name>
		</field>
		<field>
			<name>ADMIN_EMAIL_USER_ADDED_NO_PASSWORD_BODY</name>
		</field>
		<field>
			<name>ADMIN_EMAIL_USER_ADDED_SUBJECT</name>
		</field>
		<field>
			<name>ADMIN_EMAIL_VERIFICATION_BODY</name>
		</field>
		<field>
			<name>ADMIN_EMAIL_VERIFICATION_SUBJECT</name>
		</field>
		<field>
			<name>ADMIN_MAIL_HOST_NAMES</name>
		</field>
		<field>
			<name>ADMIN_RESERVED_EMAIL_ADDRESSES</name>
		</field>
		<field>
			<name>ADMIN_RESERVED_SCREEN_NAMES</name>
		</field>
		<field>
			<name>ADMIN_SYNC_DEFAULT_ASSOCIATIONS</name>
		</field>
		<field>
			<name>AIM_LOGIN</name>
		</field>
		<field>
			<name>AIM_PASSWORD</name>
		</field>
		<field>
			<name>AMAZON_ACCESS_KEY_ID</name>
		</field>
		<field>
			<name>AMAZON_ASSOCIATE_TAG</name>
		</field>
		<field>
			<name>AMAZON_SECRET_ACCESS_KEY</name>
		</field>
		<field>
			<name>ANNOUNCEMENTS_EMAIL_BODY</name>
		</field>
		<field>
			<name>ANNOUNCEMENTS_EMAIL_FROM_ADDRESS</name>
		</field>
		<field>
			<name>ANNOUNCEMENTS_EMAIL_FROM_NAME</name>
		</field>
		<field>
			<name>ANNOUNCEMENTS_EMAIL_SUBJECT</name>
		</field>
		<field>
			<name>ANNOUNCEMENTS_EMAIL_TO_ADDRESS</name>
		</field>
		<field>
			<name>ANNOUNCEMENTS_EMAIL_TO_NAME</name>
		</field>
		<field>
			<name>ANNOUNCEMENTS_ENTRY_CHECK_INTERVAL</name>
		</field>
		<field>
			<name>ANNOUNCEMENTS_ENTRY_PAGE_DELTA_VALUES</name>
		</field>
		<field>
			<name>ANNOUNCEMENTS_ENTRY_TYPES</name>
		</field>
		<field>
			<name>APPLICATION_SHUTDOWN_EVENTS</name>
		</field>
		<field>
			<name>APPLICATION_STARTUP_EVENTS</name>
		</field>
		<field>
			<name>ASSET_CATEGORIES_PROPERTIES_DEFAULT</name>
		</field>
		<field>
			<name>ASSET_CATEGORIES_SEARCH_HIERARCHICAL</name>
		</field>
		<field>
			<name>ASSET_ENTRY_INCREMENT_VIEW_COUNTER_ENABLED</name>
		</field>
		<field>
			<name>ASSET_ENTRY_VALIDATOR</name>
		</field>
		<field>
			<name>ASSET_FILTER_SEARCH_LIMIT</name>
		</field>
		<field>
			<name>ASSET_PUBLISHER_DISPLAY_STYLES</name>
		</field>
		<field>
			<name>ASSET_RENDERER_ENABLED</name>
		</field>
		<field>
			<name>ASSET_TAG_PROPERTIES_DEFAULT</name>
		</field>
		<field>
			<name>ASSET_TAG_SUGGESTIONS_ENABLED</name>
		</field>
		<field>
			<name>ASSET_VOCABULARY_DEFAULT</name>
		</field>
		<field>
			<name>AUDIT_MESSAGE_COM_LIFERAY_PORTAL_MODEL_LAYOUT_VIEW</name>
		</field>
		<field>
			<name>AUTH_FAILURE</name>
		</field>
		<field>
			<name>AUTH_FORWARD_BY_LAST_PATH</name>
		</field>
		<field>
			<name>AUTH_FORWARD_BY_REDIRECT</name>
		</field>
		<field>
			<name>AUTH_FORWARD_LAST_PATHS</name>
		</field>
		<field>
			<name>AUTH_LOGIN_DISABLED</name>
		</field>
		<field>
			<name>AUTH_LOGIN_DISABLED_PATH</name>
		</field>
		<field>
			<name>AUTH_LOGIN_PORTLET_NAME</name>
		</field>
		<field>
			<name>AUTH_LOGIN_PROMPT_ENABLED</name>
		</field>
		<field>
			<name>AUTH_LOGIN_SITE_URL</name>
		</field>
		<field>
			<name>AUTH_LOGIN_URL</name>
		</field>
		<field>
			<name>AUTH_MAC_ALGORITHM</name>
		</field>
		<field>
			<name>AUTH_MAC_ALLOW</name>
		</field>
		<field>
			<name>AUTH_MAC_SHARED_KEY</name>
		</field>
		<field>
			<name>AUTH_MAX_FAILURES</name>
		</field>
		<field>
			<name>AUTH_PIPELINE_ENABLE_LIFERAY_CHECK</name>
		</field>
		<field>
			<name>AUTH_PIPELINE_POST</name>
		</field>
		<field>
			<name>AUTH_PIPELINE_PRE</name>
		</field>
		<field>
			<name>AUTH_PUBLIC_PATHS</name>
		</field>
		<field>
			<name>AUTH_SIMULTANEOUS_LOGINS</name>
		</field>
		<field>
			<name>AUTH_TOKEN_CHECK_ENABLED</name>
		</field>
		<field>
			<name>AUTH_TOKEN_IGNORE_ACTIONS</name>
		</field>
		<field>
			<name>AUTH_TOKEN_IGNORE_PORTLETS</name>
		</field>
		<field>
			<name>AUTH_TOKEN_IMPL</name>
		</field>
		<field>
			<name>AUTH_TOKEN_SHARED_SECRET</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_BLACKLIST_THRESHOLD</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_COPY_COMMONS_LOGGING</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_COPY_LOG4J</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_CUSTOM_PORTLET_XML</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_DEFAULT_DEST_DIR</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_DEPLOY_DIR</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_DEST_DIR</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_ENABLED</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_INTERVAL</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_JBOSS_PREFIX</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_LISTENERS</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_TOMCAT_CONF_DIR</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_TOMCAT_DEST_DIR</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_TOMCAT_LIB_DIR</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_UNPACK_WAR</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_WEBSPHERE_WSADMIN_APP_MANAGER_QUERY</name>
		</field>
		<field>
			<name>AUTO_LOGIN_HOOKS</name>
		</field>
		<field>
			<name>AUTO_LOGIN_IGNORE_HOSTS</name>
		</field>
		<field>
			<name>AUTO_LOGIN_IGNORE_PATHS</name>
		</field>
		<field>
			<name>BASIC_AUTH_PASSWORD_REQUIRED</name>
		</field>
		<field>
			<name>BLOGS_EMAIL_ENTRY_ADDED_BODY</name>
		</field>
		<field>
			<name>BLOGS_EMAIL_ENTRY_ADDED_ENABLED</name>
		</field>
		<field>
			<name>BLOGS_EMAIL_ENTRY_ADDED_SUBJECT</name>
		</field>
		<field>
			<name>BLOGS_EMAIL_ENTRY_UPDATED_BODY</name>
		</field>
		<field>
			<name>BLOGS_EMAIL_ENTRY_UPDATED_ENABLED</name>
		</field>
		<field>
			<name>BLOGS_EMAIL_ENTRY_UPDATED_SUBJECT</name>
		</field>
		<field>
			<name>BLOGS_EMAIL_FROM_ADDRESS</name>
		</field>
		<field>
			<name>BLOGS_EMAIL_FROM_NAME</name>
		</field>
		<field>
			<name>BLOGS_ENTRY_COMMENTS_ENABLED</name>
		</field>
		<field>
			<name>BLOGS_ENTRY_PAGE_DELTA_VALUES</name>
		</field>
		<field>
			<name>BLOGS_ENTRY_PREVIOUS_AND_NEXT_NAVIGATION_ENABLED</name>
		</field>
		<field>
			<name>BLOGS_ENTRY_URL_TITLE_REGEXP</name>
		</field>
		<field>
			<name>BLOGS_IMAGE_EXTENSIONS</name>
		</field>
		<field>
			<name>BLOGS_IMAGE_SMALL_MAX_SIZE</name>
		</field>
		<field>
			<name>BLOGS_LINKBACK_EXCERPT_LENGTH</name>
		</field>
		<field>
			<name>BLOGS_LINKBACK_JOB_INTERVAL</name>
		</field>
		<field>
			<name>BLOGS_PAGE_ABSTRACT_LENGTH</name>
		</field>
		<field>
			<name>BLOGS_PING_GOOGLE_ENABLED</name>
		</field>
		<field>
			<name>BLOGS_PINGBACK_ENABLED</name>
		</field>
		<field>
			<name>BLOGS_PUBLISH_TO_LIVE_BY_DEFAULT</name>
		</field>
		<field>
			<name>BLOGS_RSS_ABSTRACT_LENGTH</name>
		</field>
		<field>
			<name>BLOGS_TRACKBACK_ENABLED</name>
		</field>
		<field>
			<name>BREADCRUMB_DISPLAY_STYLE_OPTIONS</name>
		</field>
		<field>
			<name>BREADCRUMB_SHOW_GUEST_GROUP</name>
		</field>
		<field>
			<name>BREADCRUMB_SHOW_PARENT_GROUPS</name>
		</field>
		<field>
			<name>BROWSER_CACHE_DISABLED</name>
		</field>
		<field>
			<name>BROWSER_CACHE_SIGNED_IN_DISABLED</name>
		</field>
		<field>
			<name>BROWSER_LAUNCHER_URL</name>
		</field>
		<field>
			<name>BUFFERED_INCREMENT_PARALLEL_QUEUE_SIZE</name>
		</field>
		<field>
			<name>BUFFERED_INCREMENT_SERIAL_QUEUE_SIZE</name>
		</field>
		<field>
			<name>CACHE_CONTENT_THRESHOLD_SIZE</name>
		</field>
		<field>
			<name>CALENDAR_EMAIL_EVENT_REMINDER_BODY</name>
		</field>
		<field>
			<name>CALENDAR_EMAIL_EVENT_REMINDER_ENABLED</name>
		</field>
		<field>
			<name>CALENDAR_EMAIL_EVENT_REMINDER_SUBJECT</name>
		</field>
		<field>
			<name>CALENDAR_EMAIL_FROM_ADDRESS</name>
		</field>
		<field>
			<name>CALENDAR_EMAIL_FROM_NAME</name>
		</field>
		<field>
			<name>CALENDAR_EVENT_CHECK_INTERVAL</name>
		</field>
		<field>
			<name>CALENDAR_EVENT_COMMENTS_ENABLED</name>
		</field>
		<field>
			<name>CALENDAR_EVENT_RATINGS_ENABLED</name>
		</field>
		<field>
			<name>CALENDAR_EVENT_TYPES</name>
		</field>
		<field>
			<name>CAPTCHA_CHECK_PORTAL_CREATE_ACCOUNT</name>
		</field>
		<field>
			<name>CAPTCHA_CHECK_PORTAL_SEND_PASSWORD</name>
		</field>
		<field>
			<name>CAPTCHA_CHECK_PORTLET_MESSAGE_BOARDS_EDIT_CATEGORY</name>
		</field>
		<field>
			<name>CAPTCHA_CHECK_PORTLET_MESSAGE_BOARDS_EDIT_MESSAGE</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_IMPL</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_RECAPTCHA_KEY_PRIVATE</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_RECAPTCHA_KEY_PUBLIC</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_RECAPTCHA_URL_NOSCRIPT</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_RECAPTCHA_URL_SCRIPT</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_RECAPTCHA_URL_VERIFY</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_SIMPLECAPTCHA_BACKGROUND_PRODUCERS</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_SIMPLECAPTCHA_GIMPY_RENDERERS</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_SIMPLECAPTCHA_HEIGHT</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_SIMPLECAPTCHA_NOISE_PRODUCERS</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_SIMPLECAPTCHA_TEXT_PRODUCERS</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_SIMPLECAPTCHA_WIDTH</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_SIMPLECAPTCHA_WORD_RENDERERS</name>
		</field>
		<field>
			<name>CAPTCHA_MAX_CHALLENGES</name>
		</field>
		<field>
			<name>CAS_AUTH_ENABLED</name>
		</field>
		<field>
			<name>CAS_IMPORT_FROM_LDAP</name>
		</field>
		<field>
			<name>CAS_LOGIN_URL</name>
		</field>
		<field>
			<name>CAS_LOGOUT_ON_SESSION_EXPIRATION</name>
		</field>
		<field>
			<name>CAS_LOGOUT_URL</name>
		</field>
		<field>
			<name>CAS_NO_SUCH_USER_REDIRECT_URL</name>
		</field>
		<field>
			<name>CAS_SERVER_NAME</name>
		</field>
		<field>
			<name>CAS_SERVER_URL</name>
		</field>
		<field>
			<name>CAS_SERVICE_URL</name>
		</field>
		<field>
			<name>CDN_DYNAMIC_RESOURCES_ENABLED</name>
		</field>
		<field>
			<name>CDN_HOST_HTTP</name>
		</field>
		<field>
			<name>CDN_HOST_HTTPS</name>
		</field>
		<field>
			<name>CLUSTER_EXECUTOR_DEBUG_ENABLED</name>
		</field>
		<field>
			<name>CLUSTER_LINK_AUTODETECT_ADDRESS</name>
		</field>
		<field>
			<name>CLUSTER_LINK_CHANNEL_PROPERTIES_CONTROL</name>
		</field>
		<field>
			<name>CLUSTER_LINK_CHANNEL_PROPERTIES_TRANSPORT</name>
		</field>
		<field>
			<name>CLUSTER_LINK_CHANNEL_SYSTEM_PROPERTIES</name>
		</field>
		<field>
			<name>CLUSTER_LINK_ENABLED</name>
		</field>
		<field>
			<name>COMBO_ALLOWED_FILE_EXTENSIONS</name>
		</field>
		<field>
			<name>COMBO_CHECK_TIMESTAMP</name>
		</field>
		<field>
			<name>COMBO_CHECK_TIMESTAMP_INTERVAL</name>
		</field>
		<field>
			<name>COMMUNITIES_CONTROL_PANEL_MEMBERS_VISIBLE</name>
		</field>
		<field>
			<name>COMPANY_DEFAULT_HOME_URL</name>
		</field>
		<field>
			<name>COMPANY_DEFAULT_LOCALE</name>
		</field>
		<field>
			<name>COMPANY_DEFAULT_NAME</name>
		</field>
		<field>
			<name>COMPANY_DEFAULT_TIME_ZONE</name>
		</field>
		<field>
			<name>COMPANY_DEFAULT_WEB_ID</name>
		</field>
		<field>
			<name>COMPANY_ENCRYPTION_ALGORITHM</name>
		</field>
		<field>
			<name>COMPANY_ENCRYPTION_KEY_SIZE</name>
		</field>
		<field>
			<name>COMPANY_LOGIN_PREPOPULATE_DOMAIN</name>
		</field>
		<field>
			<name>COMPANY_SECURITY_AUTH_REQUIRES_HTTPS</name>
		</field>
		<field>
			<name>COMPANY_SECURITY_AUTH_TYPE</name>
		</field>
		<field>
			<name>COMPANY_SECURITY_AUTO_LOGIN</name>
		</field>
		<field>
			<name>COMPANY_SECURITY_AUTO_LOGIN_MAX_AGE</name>
		</field>
		<field>
			<name>COMPANY_SECURITY_LOGIN_FORM_AUTOCOMPLETE</name>
		</field>
		<field>
			<name>COMPANY_SECURITY_SEND_PASSWORD</name>
		</field>
		<field>
			<name>COMPANY_SECURITY_SEND_PASSWORD_RESET_LINK</name>
		</field>
		<field>
			<name>COMPANY_SECURITY_SITE_LOGO</name>
		</field>
		<field>
			<name>COMPANY_SECURITY_STRANGERS</name>
		</field>
		<field>
			<name>COMPANY_SECURITY_STRANGERS_URL</name>
		</field>
		<field>
			<name>COMPANY_SECURITY_STRANGERS_VERIFY</name>
		</field>
		<field>
			<name>COMPANY_SECURITY_STRANGERS_WITH_MX</name>
		</field>
		<field>
			<name>COMPANY_SETTINGS_FORM_CONFIGURATION</name>
		</field>
		<field>
			<name>COMPANY_SETTINGS_FORM_IDENTIFICATION</name>
		</field>
		<field>
			<name>COMPANY_SETTINGS_FORM_MISCELLANEOUS</name>
		</field>
		<field>
			<name>CONTROL_PANEL_DEFAULT_ENTRY_CLASS</name>
		</field>
		<field>
			<name>CONTROL_PANEL_LAYOUT_FRIENDLY_URL</name>
		</field>
		<field>
			<name>CONTROL_PANEL_LAYOUT_NAME</name>
		</field>
		<field>
			<name>CONTROL_PANEL_LAYOUT_REGULAR_THEME_ID</name>
		</field>
		<field>
			<name>CONTROL_PANEL_NAVIGATION_MAX_ORGANIZATIONS</name>
		</field>
		<field>
			<name>CONTROL_PANEL_NAVIGATION_MAX_SITES</name>
		</field>
		<field>
			<name>CONVERT_PROCESSES</name>
		</field>
		<field>
			<name>COUNTER_INCREMENT</name>
		</field>
		<field>
			<name>COUNTER_INCREMENT_PREFIX</name>
		</field>
		<field>
			<name>CUSTOM_SQL_FUNCTION_ISNOTNULL</name>
		</field>
		<field>
			<name>CUSTOM_SQL_FUNCTION_ISNULL</name>
		</field>
		<field>
			<name>DATABASE_INDEXES_UPDATE_ON_STARTUP</name>
		</field>
		<field>
			<name>DATABASE_MYSQL_ENGINE</name>
		</field>
		<field>
			<name>DEFAULT_ADMIN_EMAIL_ADDRESS_PREFIX</name>
		</field>
		<field>
			<name>DEFAULT_ADMIN_FIRST_NAME</name>
		</field>
		<field>
			<name>DEFAULT_ADMIN_LAST_NAME</name>
		</field>
		<field>
			<name>DEFAULT_ADMIN_MIDDLE_NAME</name>
		</field>
		<field>
			<name>DEFAULT_ADMIN_PASSWORD</name>
		</field>
		<field>
			<name>DEFAULT_ADMIN_SCREEN_NAME</name>
		</field>
		<field>
			<name>DEFAULT_GUEST_PUBLIC_LAYOUT_COLUMN</name>
		</field>
		<field>
			<name>DEFAULT_GUEST_PUBLIC_LAYOUT_FRIENDLY_URL</name>
		</field>
		<field>
			<name>DEFAULT_GUEST_PUBLIC_LAYOUT_NAME</name>
		</field>
		<field>
			<name>DEFAULT_GUEST_PUBLIC_LAYOUT_REGULAR_COLOR_SCHEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_GUEST_PUBLIC_LAYOUT_REGULAR_THEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_GUEST_PUBLIC_LAYOUT_TEMPLATE_ID</name>
		</field>
		<field>
			<name>DEFAULT_GUEST_PUBLIC_LAYOUT_WAP_COLOR_SCHEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_GUEST_PUBLIC_LAYOUT_WAP_THEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_GUEST_PUBLIC_LAYOUTS_LAR</name>
		</field>
		<field>
			<name>DEFAULT_LANDING_PAGE_PATH</name>
		</field>
		<field>
			<name>DEFAULT_LAYOUT_TEMPLATE_ID</name>
		</field>
		<field>
			<name>DEFAULT_LIFERAY_HOME</name>
		</field>
		<field>
			<name>DEFAULT_LOGOUT_PAGE_PATH</name>
		</field>
		<field>
			<name>DEFAULT_REGULAR_COLOR_SCHEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_REGULAR_THEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_USER_PRIVATE_LAYOUT_COLUMN</name>
		</field>
		<field>
			<name>DEFAULT_USER_PRIVATE_LAYOUT_FRIENDLY_URL</name>
		</field>
		<field>
			<name>DEFAULT_USER_PRIVATE_LAYOUT_NAME</name>
		</field>
		<field>
			<name>DEFAULT_USER_PRIVATE_LAYOUT_REGULAR_COLOR_SCHEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_USER_PRIVATE_LAYOUT_REGULAR_THEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_USER_PRIVATE_LAYOUT_TEMPLATE_ID</name>
		</field>
		<field>
			<name>DEFAULT_USER_PRIVATE_LAYOUT_WAP_COLOR_SCHEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_USER_PRIVATE_LAYOUT_WAP_THEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_USER_PRIVATE_LAYOUTS_LAR</name>
		</field>
		<field>
			<name>DEFAULT_USER_PUBLIC_LAYOUT_COLUMN</name>
		</field>
		<field>
			<name>DEFAULT_USER_PUBLIC_LAYOUT_FRIENDLY_URL</name>
		</field>
		<field>
			<name>DEFAULT_USER_PUBLIC_LAYOUT_NAME</name>
		</field>
		<field>
			<name>DEFAULT_USER_PUBLIC_LAYOUT_REGULAR_COLOR_SCHEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_USER_PUBLIC_LAYOUT_REGULAR_THEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_USER_PUBLIC_LAYOUT_TEMPLATE_ID</name>
		</field>
		<field>
			<name>DEFAULT_USER_PUBLIC_LAYOUT_WAP_COLOR_SCHEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_USER_PUBLIC_LAYOUT_WAP_THEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_USER_PUBLIC_LAYOUTS_LAR</name>
		</field>
		<field>
			<name>DEFAULT_WAP_COLOR_SCHEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_WAP_THEME_ID</name>
		</field>
		<field>
			<name>DIRECT_SERVLET_CONTEXT_ENABLED</name>
		</field>
		<field>
			<name>DIRECT_SERVLET_CONTEXT_RELOAD</name>
		</field>
		<field>
			<name>DISCUSSION_COMMENTS_ALWAYS_EDITABLE_BY_OWNER</name>
		</field>
		<field>
			<name>DISCUSSION_EMAIL_BODY</name>
		</field>
		<field>
			<name>DISCUSSION_EMAIL_COMMENTS_ADDED_ENABLED</name>
		</field>
		<field>
			<name>DISCUSSION_EMAIL_SUBJECT</name>
		</field>
		<field>
			<name>DISCUSSION_SUBSCRIBE_BY_DEFAULT</name>
		</field>
		<field>
			<name>DISCUSSION_THREAD_VIEW</name>
		</field>
		<field>
			<name>DL_COMPARABLE_FILE_EXTENSIONS</name>
		</field>
		<field>
			<name>DL_DEFAULT_DISPLAY_VIEW</name>
		</field>
		<field>
			<name>DL_DISPLAY_VIEWS</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_COMMENTS_ENABLED</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_DRAFTS_ENABLED</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_LOCK_POLICY</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_AUDIO</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_AUDIO_BIT_RATE</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_AUDIO_CONTAINERS</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_AUDIO_MIME_TYPES</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_AUDIO_SAMPLE_RATE</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_DOCUMENT_DEPTH</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_DOCUMENT_DPI</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_DOCUMENT_MAX_HEIGHT</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_DOCUMENT_MAX_WIDTH</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_ENABLED</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_FORK_PROCESS_ENABLED</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_IMAGE_MIME_TYPES</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_VIDEO</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_VIDEO_BIT_RATE</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_VIDEO_CONTAINERS</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_VIDEO_FRAME_RATE_DENOMINATOR</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_VIDEO_FRAME_RATE_NUMERATOR</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_VIDEO_HEIGHT</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_VIDEO_MIME_TYPES</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_VIDEO_WIDTH</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PROCESSORS</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PROCESSORS_TRIGGER_SYNCHRONOUSLY</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_READ_COUNT_ENABLED</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_THUMBNAIL_CUSTOM_1_MAX_HEIGHT</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_THUMBNAIL_CUSTOM_1_MAX_WIDTH</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_THUMBNAIL_CUSTOM_2_MAX_HEIGHT</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_THUMBNAIL_CUSTOM_2_MAX_WIDTH</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_THUMBNAIL_ENABLED</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_THUMBNAIL_MAX_HEIGHT</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_THUMBNAIL_MAX_WIDTH</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_THUMBNAIL_VIDEO_FRAME_PERCENTAGE</name>
		</field>
		<field>
			<name>DL_FILE_EXTENSIONS</name>
		</field>
		<field>
			<name>DL_FILE_EXTENSIONS_STRICT_CHECK</name>
		</field>
		<field>
			<name>DL_FILE_GENERIC_EXTENSIONS</name>
		</field>
		<field>
			<name>DL_FILE_GENERIC_NAMES</name>
		</field>
		<field>
			<name>DL_FILE_ICONS</name>
		</field>
		<field>
			<name>DL_FILE_INDEXING_IGNORE_EXTENSIONS</name>
		</field>
		<field>
			<name>DL_FILE_INDEXING_MAX_SIZE</name>
		</field>
		<field>
			<name>DL_FILE_MAX_SIZE</name>
		</field>
		<field>
			<name>DL_FILE_RANK_ENABLED</name>
		</field>
		<field>
			<name>DL_FILE_RANK_MAX_SIZE</name>
		</field>
		<field>
			<name>DL_PUBLISH_TO_LIVE_BY_DEFAULT</name>
		</field>
		<field>
			<name>DL_REPOSITORY_CMIS_DELETE_DEPTH</name>
		</field>
		<field>
			<name>DL_REPOSITORY_IMPL</name>
		</field>
		<field>
			<name>DL_SHOW_LIFERAY_SYNC_MESSAGE</name>
		</field>
		<field>
			<name>DL_STORE_ANTIVIRUS_ENABLED</name>
		</field>
		<field>
			<name>DL_STORE_ANTIVIRUS_IMPL</name>
		</field>
		<field>
			<name>DL_STORE_CMIS_CREDENTIALS_PASSWORD</name>
		</field>
		<field>
			<name>DL_STORE_CMIS_CREDENTIALS_USERNAME</name>
		</field>
		<field>
			<name>DL_STORE_CMIS_REPOSITORY_URL</name>
		</field>
		<field>
			<name>DL_STORE_CMIS_SYSTEM_ROOT_DIR</name>
		</field>
		<field>
			<name>DL_STORE_FILE_SYSTEM_ROOT_DIR</name>
		</field>
		<field>
			<name>DL_STORE_IMPL</name>
		</field>
		<field>
			<name>DL_STORE_JCR_FETCH_DELAY</name>
		</field>
		<field>
			<name>DL_STORE_JCR_FETCH_MAX_FAILURES</name>
		</field>
		<field>
			<name>DL_STORE_JCR_MOVE_VERSION_LABELS</name>
		</field>
		<field>
			<name>DL_STORE_S3_ACCESS_KEY</name>
		</field>
		<field>
			<name>DL_STORE_S3_BUCKET_NAME</name>
		</field>
		<field>
			<name>DL_STORE_S3_SECRET_KEY</name>
		</field>
		<field>
			<name>DOCKBAR_ADD_PORTLETS</name>
		</field>
		<field>
			<name>DYNAMIC_DATA_LISTS_ERROR_TEMPLATE_FREEMARKER</name>
		</field>
		<field>
			<name>DYNAMIC_DATA_LISTS_ERROR_TEMPLATE_VELOCITY</name>
		</field>
		<field>
			<name>DYNAMIC_DATA_LISTS_RECORD_SET_FORCE_AUTOGENERATE_KEY</name>
		</field>
		<field>
			<name>DYNAMIC_DATA_LISTS_STORAGE_TYPE</name>
		</field>
		<field>
			<name>DYNAMIC_DATA_LISTS_TEMPLATE_LANGUAGE_PARSER</name>
		</field>
		<field>
			<name>DYNAMIC_DATA_LISTS_TRANSFORMER_LISTENER</name>
		</field>
		<field>
			<name>DYNAMIC_DATA_MAPPING_STRUCTURE_FORCE_AUTOGENERATE_KEY</name>
		</field>
		<field>
			<name>DYNAMIC_DATA_MAPPING_TEMPLATE_LANGUAGE_CONTENT</name>
		</field>
		<field>
			<name>DYNAMIC_DATA_MAPPING_TEMPLATE_LANGUAGE_TYPES</name>
		</field>
		<field>
			<name>EDITOR_WYSIWYG_DEFAULT</name>
		</field>
		<field>
			<name>EHCACHE_BLOCKING_CACHE_ALLOWED</name>
		</field>
		<field>
			<name>EHCACHE_BOOTSTRAP_CACHE_LOADER_FACTORY</name>
		</field>
		<field>
			<name>EHCACHE_CACHE_EVENT_LISTENER_FACTORY</name>
		</field>
		<field>
			<name>EHCACHE_CACHE_MANAGER_PEER_PROVIDER_FACTORY</name>
		</field>
		<field>
			<name>EHCACHE_CLUSTER_LINK_REPLICATION_ENABLED</name>
		</field>
		<field>
			<name>EHCACHE_MULTI_VM_CONFIG_LOCATION</name>
		</field>
		<field>
			<name>EHCACHE_PORTAL_CACHE_MANAGER_JMX_ENABLED</name>
		</field>
		<field>
			<name>EHCACHE_SINGLE_VM_CONFIG_LOCATION</name>
		</field>
		<field>
			<name>EHCACHE_STATISTICS_ENABLED</name>
		</field>
		<field>
			<name>FACEBOOK_CONNECT_APP_ID</name>
		</field>
		<field>
			<name>FACEBOOK_CONNECT_APP_SECRET</name>
		</field>
		<field>
			<name>FACEBOOK_CONNECT_AUTH_ENABLED</name>
		</field>
		<field>
			<name>FACEBOOK_CONNECT_GRAPH_URL</name>
		</field>
		<field>
			<name>FACEBOOK_CONNECT_OAUTH_AUTH_URL</name>
		</field>
		<field>
			<name>FACEBOOK_CONNECT_OAUTH_REDIRECT_URL</name>
		</field>
		<field>
			<name>FACEBOOK_CONNECT_OAUTH_TOKEN_URL</name>
		</field>
		<field>
			<name>FACEBOOK_CONNECT_VERIFIED_ACCOUNT_REQUIRED</name>
		</field>
		<field>
			<name>FIELD_EDITABLE_COM_LIFERAY_PORTAL_MODEL_USER_EMAILADDRESS</name>
		</field>
		<field>
			<name>FIELD_EDITABLE_COM_LIFERAY_PORTAL_MODEL_USER_SCREENNAME</name>
		</field>
		<field>
			<name>FIELD_ENABLE_COM_LIFERAY_PORTAL_MODEL_CONTACT_BIRTHDAY</name>
		</field>
		<field>
			<name>FIELD_ENABLE_COM_LIFERAY_PORTAL_MODEL_CONTACT_MALE</name>
		</field>
		<field>
			<name>FIELD_ENABLE_COM_LIFERAY_PORTAL_MODEL_ORGANIZATION_STATUS</name>
		</field>
		<field>
			<name>FINALIZE_MANAGER_THREAD_ENABLED</name>
		</field>
		<field>
			<name>FLAGS_EMAIL_BODY</name>
		</field>
		<field>
			<name>FLAGS_EMAIL_FROM_ADDRESS</name>
		</field>
		<field>
			<name>FLAGS_EMAIL_FROM_NAME</name>
		</field>
		<field>
			<name>FLAGS_EMAIL_SUBJECT</name>
		</field>
		<field>
			<name>FLAGS_GUEST_USERS_ENABLED</name>
		</field>
		<field>
			<name>FLAGS_REASONS</name>
		</field>
		<field>
			<name>FREEMARKER_ENGINE_CACHE_ENABLED</name>
		</field>
		<field>
			<name>FREEMARKER_ENGINE_CACHE_STORAGE</name>
		</field>
		<field>
			<name>FREEMARKER_ENGINE_LOCALIZED_LOOKUP</name>
		</field>
		<field>
			<name>FREEMARKER_ENGINE_MACRO_LIBRARY</name>
		</field>
		<field>
			<name>FREEMARKER_ENGINE_MODIFICATION_CHECK_INTERVAL</name>
		</field>
		<field>
			<name>FREEMARKER_ENGINE_RESTRICTED_CLASSES</name>
		</field>
		<field>
			<name>FREEMARKER_ENGINE_RESTRICTED_PACKAGES</name>
		</field>
		<field>
			<name>FREEMARKER_ENGINE_TEMPLATE_EXCEPTION_HANDLER</name>
		</field>
		<field>
			<name>FREEMARKER_ENGINE_TEMPLATE_LOADERS</name>
		</field>
		<field>
			<name>GLOBAL_SHUTDOWN_EVENTS</name>
		</field>
		<field>
			<name>GLOBAL_STARTUP_EVENTS</name>
		</field>
		<field>
			<name>GOOGLE_APPS_PASSWORD</name>
		</field>
		<field>
			<name>GOOGLE_APPS_USERNAME</name>
		</field>
		<field>
			<name>GOOGLE_GADGET_SERVLET_MAPPING</name>
		</field>
		<field>
			<name>GZIP_COMPRESSION_LEVEL</name>
		</field>
		<field>
			<name>HIBERNATE_CACHE_USE_SECOND_LEVEL_CACHE</name>
		</field>
		<field>
			<name>HIBERNATE_CONFIGS</name>
		</field>
		<field>
			<name>HIBERNATE_DIALECT</name>
		</field>
		<field>
			<name>HIBERNATE_GENERATE_STATISTICS</name>
		</field>
		<field>
			<name>HIBERNATE_JDBC_BATCH_SIZE</name>
		</field>
		<field>
			<name>HOT_DEPLOY_LISTENERS</name>
		</field>
		<field>
			<name>HOT_UNDEPLOY_ENABLED</name>
		</field>
		<field>
			<name>HOT_UNDEPLOY_INTERVAL</name>
		</field>
		<field>
			<name>HOT_UNDEPLOY_ON_REDEPLOY</name>
		</field>
		<field>
			<name>HTTP_HEADER_VERSION_VERBOSITY</name>
		</field>
		<field>
			<name>ICON_MENU_MAX_DISPLAY_ITEMS</name>
		</field>
		<field>
			<name>ICQ_JAR</name>
		</field>
		<field>
			<name>ICQ_LOGIN</name>
		</field>
		<field>
			<name>ICQ_PASSWORD</name>
		</field>
		<field>
			<name>IFRAME_PASSWORD_PASSWORD_TOKEN_ROLE</name>
		</field>
		<field>
			<name>IMAGE_AUTO_SCALE</name>
		</field>
		<field>
			<name>IMAGE_DEFAULT_COMPANY_LOGO</name>
		</field>
		<field>
			<name>IMAGE_DEFAULT_ORGANIZATION_LOGO</name>
		</field>
		<field>
			<name>IMAGE_DEFAULT_SPACER</name>
		</field>
		<field>
			<name>IMAGE_DEFAULT_USER_FEMALE_PORTRAIT</name>
		</field>
		<field>
			<name>IMAGE_DEFAULT_USER_MALE_PORTRAIT</name>
		</field>
		<field>
			<name>IMAGE_HOOK_FILE_SYSTEM_ROOT_DIR</name>
		</field>
		<field>
			<name>IMAGE_HOOK_IMPL</name>
		</field>
		<field>
			<name>IMAGEMAGICK_ENABLED</name>
		</field>
		<field>
			<name>IMAGEMAGICK_GLOBAL_SEARCH_PATH</name>
		</field>
		<field>
			<name>IMAGEMAGICK_RESOURCE_LIMIT</name>
		</field>
		<field>
			<name>INDEX_DATE_FORMAT_PATTERN</name>
		</field>
		<field>
			<name>INDEX_DUMP_COMPRESSION_ENABLED</name>
		</field>
		<field>
			<name>INDEX_FILTER_SEARCH_LIMIT</name>
		</field>
		<field>
			<name>INDEX_ON_STARTUP</name>
		</field>
		<field>
			<name>INDEX_ON_STARTUP_DELAY</name>
		</field>
		<field>
			<name>INDEX_ON_UPGRADE</name>
		</field>
		<field>
			<name>INDEX_READ_ONLY</name>
		</field>
		<field>
			<name>INDEX_SEARCH_ENGINE_ID</name>
		</field>
		<field>
			<name>INDEX_SEARCH_HIGHLIGHT_ENABLED</name>
		</field>
		<field>
			<name>INDEX_SEARCH_HIGHLIGHT_FRAGMENT_SIZE</name>
		</field>
		<field>
			<name>INDEX_SEARCH_HIGHLIGHT_SNIPPET_SIZE</name>
		</field>
		<field>
			<name>INDEX_SEARCH_LIMIT</name>
		</field>
		<field>
			<name>INDEX_SEARCH_SCORING_ENABLED</name>
		</field>
		<field>
			<name>INDEX_SORTABLE_TEXT_FIELDS</name>
		</field>
		<field>
			<name>INDEX_SORTABLE_TEXT_FIELDS_TRUNCATED_LENGTH</name>
		</field>
		<field>
			<name>INDEX_WITH_THREAD</name>
		</field>
		<field>
			<name>INVITATION_EMAIL_MAX_RECIPIENTS</name>
		</field>
		<field>
			<name>INVITATION_EMAIL_MESSAGE_BODY</name>
		</field>
		<field>
			<name>INVITATION_EMAIL_MESSAGE_SUBJECT</name>
		</field>
		<field>
			<name>INVOKER_FILTER_CHAIN_SIZE</name>
		</field>
		<field>
			<name>JAVADOC_MANAGER_ENABLED</name>
		</field>
		<field>
			<name>JAVASCRIPT_BAREBONE_ENABLED</name>
		</field>
		<field>
			<name>JAVASCRIPT_BAREBONE_FILES</name>
		</field>
		<field>
			<name>JAVASCRIPT_BUNDLE_DEPENDENCIES</name>
		</field>
		<field>
			<name>JAVASCRIPT_BUNDLE_DIR</name>
		</field>
		<field>
			<name>JAVASCRIPT_BUNDLE_IDS</name>
		</field>
		<field>
			<name>JAVASCRIPT_EVERYTHING_FILES</name>
		</field>
		<field>
			<name>JAVASCRIPT_FAST_LOAD</name>
		</field>
		<field>
			<name>JAVASCRIPT_LOG_ENABLED</name>
		</field>
		<field>
			<name>JCR_INITIALIZE_ON_STARTUP</name>
		</field>
		<field>
			<name>JCR_JACKRABBIT_CONFIG_FILE_PATH</name>
		</field>
		<field>
			<name>JCR_JACKRABBIT_CREDENTIALS_PASSWORD</name>
		</field>
		<field>
			<name>JCR_JACKRABBIT_CREDENTIALS_USERNAME</name>
		</field>
		<field>
			<name>JCR_JACKRABBIT_REPOSITORY_HOME</name>
		</field>
		<field>
			<name>JCR_JACKRABBIT_REPOSITORY_ROOT</name>
		</field>
		<field>
			<name>JCR_NODE_DOCUMENTLIBRARY</name>
		</field>
		<field>
			<name>JCR_WORKSPACE_NAME</name>
		</field>
		<field>
			<name>JCR_WRAP_SESSION</name>
		</field>
		<field>
			<name>JDBC_DEFAULT_DRIVER_CLASS_NAME</name>
		</field>
		<field>
			<name>JDBC_DEFAULT_JNDI_NAME</name>
		</field>
		<field>
			<name>JDBC_DEFAULT_LIFERAY_POOL_PROVIDER</name>
		</field>
		<field>
			<name>JDBC_DEFAULT_PASSWORD</name>
		</field>
		<field>
			<name>JDBC_DEFAULT_URL</name>
		</field>
		<field>
			<name>JDBC_DEFAULT_USERNAME</name>
		</field>
		<field>
			<name>JNDI_ENVIRONMENT</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_CHECK_INTERVAL</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_COMMENTS_ENABLED</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_CUSTOM_TOKEN_VALUE</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_CUSTOM_TOKENS</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_EXPIRE_ALL_VERSIONS</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_FORCE_AUTOGENERATE_ID</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_FORM_ADD</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_FORM_TRANSLATE</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_FORM_UPDATE</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_TOKEN_PAGE_BREAK</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_TYPES</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_URL_TITLE_REGEXP</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_VIEW_PERMISSION_CHECK_ENABLED</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLES_PAGE_DELTA_VALUES</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLES_SEARCH_WITH_INDEX</name>
		</field>
		<field>
			<name>JOURNAL_CONTENT_SEARCH_SHOW_LISTED</name>
		</field>
		<field>
			<name>JOURNAL_EMAIL_ARTICLE_ADDED_BODY</name>
		</field>
		<field>
			<name>JOURNAL_EMAIL_ARTICLE_ADDED_ENABLED</name>
		</field>
		<field>
			<name>JOURNAL_EMAIL_ARTICLE_ADDED_SUBJECT</name>
		</field>
		<field>
			<name>JOURNAL_EMAIL_ARTICLE_APPROVAL_DENIED_BODY</name>
		</field>
		<field>
			<name>JOURNAL_EMAIL_ARTICLE_APPROVAL_DENIED_ENABLED</name>
		</field>
		<field>
			<name>JOURNAL_EMAIL_ARTICLE_APPROVAL_DENIED_SUBJECT</name>
		</field>
		<field>
			<name>JOURNAL_EMAIL_ARTICLE_APPROVAL_GRANTED_BODY</name>
		</field>
		<field>
			<name>JOURNAL_EMAIL_ARTICLE_APPROVAL_GRANTED_ENABLED</name>
		</field>
		<field>
			<name>JOURNAL_EMAIL_ARTICLE_APPROVAL_GRANTED_SUBJECT</name>
		</field>
		<field>
			<name>JOURNAL_EMAIL_ARTICLE_APPROVAL_REQUESTED_BODY</name>
		</field>
		<field>
			<name>JOURNAL_EMAIL_ARTICLE_APPROVAL_REQUESTED_ENABLED</name>
		</field>
		<field>
			<name>JOURNAL_EMAIL_ARTICLE_APPROVAL_REQUESTED_SUBJECT</name>
		</field>
		<field>
			<name>JOURNAL_EMAIL_ARTICLE_REVIEW_BODY</name>
		</field>
		<field>
			<name>JOURNAL_EMAIL_ARTICLE_REVIEW_ENABLED</name>
		</field>
		<field>
			<name>JOURNAL_EMAIL_ARTICLE_REVIEW_SUBJECT</name>
		</field>
		<field>
			<name>JOURNAL_EMAIL_ARTICLE_UPDATED_BODY</name>
		</field>
		<field>
			<name>JOURNAL_EMAIL_ARTICLE_UPDATED_ENABLED</name>
		</field>
		<field>
			<name>JOURNAL_EMAIL_ARTICLE_UPDATED_SUBJECT</name>
		</field>
		<field>
			<name>JOURNAL_EMAIL_FROM_ADDRESS</name>
		</field>
		<field>
			<name>JOURNAL_EMAIL_FROM_NAME</name>
		</field>
		<field>
			<name>JOURNAL_ERROR_TEMPLATE_FREEMARKER</name>
		</field>
		<field>
			<name>JOURNAL_ERROR_TEMPLATE_VELOCITY</name>
		</field>
		<field>
			<name>JOURNAL_ERROR_TEMPLATE_XSL</name>
		</field>
		<field>
			<name>JOURNAL_FEED_FORCE_AUTOGENERATE_ID</name>
		</field>
		<field>
			<name>JOURNAL_IMAGE_EXTENSIONS</name>
		</field>
		<field>
			<name>JOURNAL_IMAGE_SMALL_MAX_SIZE</name>
		</field>
		<field>
			<name>JOURNAL_LAR_CREATION_STRATEGY</name>
		</field>
		<field>
			<name>JOURNAL_PUBLISH_TO_LIVE_BY_DEFAULT</name>
		</field>
		<field>
			<name>JOURNAL_STRUCTURE_FORCE_AUTOGENERATE_ID</name>
		</field>
		<field>
			<name>JOURNAL_SYNC_CONTENT_SEARCH_ON_STARTUP</name>
		</field>
		<field>
			<name>JOURNAL_TEMPLATE_FORCE_AUTOGENERATE_ID</name>
		</field>
		<field>
			<name>JOURNAL_TEMPLATE_FREEMARKER_RESTRICTED_VARIABLES</name>
		</field>
		<field>
			<name>JOURNAL_TEMPLATE_LANGUAGE_CONTENT</name>
		</field>
		<field>
			<name>JOURNAL_TEMPLATE_LANGUAGE_PARSER</name>
		</field>
		<field>
			<name>JOURNAL_TEMPLATE_LANGUAGE_TYPES</name>
		</field>
		<field>
			<name>JOURNAL_TEMPLATE_VELOCITY_RESTRICTED_VARIABLES</name>
		</field>
		<field>
			<name>JOURNAL_TRANSFORMER_LISTENER</name>
		</field>
		<field>
			<name>JPA_CONFIGS</name>
		</field>
		<field>
			<name>JPA_DATABASE_PLATFORM</name>
		</field>
		<field>
			<name>JPA_DATABASE_TYPE</name>
		</field>
		<field>
			<name>JPA_LOAD_TIME_WEAVER</name>
		</field>
		<field>
			<name>JPA_PROVIDER</name>
		</field>
		<field>
			<name>JPA_PROVIDER_PROPERTY_PREFIX</name>
		</field>
		<field>
			<name>JSON_DESERIALIZER_STRICT_MODE</name>
		</field>
		<field>
			<name>JSON_SERVICE_AUTH_TOKEN_ENABLED</name>
		</field>
		<field>
			<name>JSON_SERVICE_AUTH_TOKEN_HOSTS_ALLOWED</name>
		</field>
		<field>
			<name>JSON_SERVICE_INVALID_CLASS_NAMES</name>
		</field>
		<field>
			<name>JSON_SERVICE_PUBLIC_METHODS</name>
		</field>
		<field>
			<name>JSON_WEB_SERVICE_ENABLED</name>
		</field>
		<field>
			<name>JSONWS_WEB_SERVICE_INVALID_HTTP_METHODS</name>
		</field>
		<field>
			<name>JSONWS_WEB_SERVICE_PUBLIC_METHODS</name>
		</field>
		<field>
			<name>JSONWS_WEB_SERVICE_STRICT_HTTP_METHOD</name>
		</field>
		<field>
			<name>JSP_WRITER_BUFFER_SIZE</name>
		</field>
		<field>
			<name>LAYOUT_CLONE_IMPL</name>
		</field>
		<field>
			<name>LAYOUT_COMMENTS_ENABLED</name>
		</field>
		<field>
			<name>LAYOUT_CONFIGURATION_ACTION_DELETE</name>
		</field>
		<field>
			<name>LAYOUT_CONFIGURATION_ACTION_UPDATE</name>
		</field>
		<field>
			<name>LAYOUT_DEFAULT_P_L_RESET</name>
		</field>
		<field>
			<name>LAYOUT_DEFAULT_TEMPLATE_ID</name>
		</field>
		<field>
			<name>LAYOUT_EDIT_PAGE</name>
		</field>
		<field>
			<name>LAYOUT_FIRST_PAGEABLE</name>
		</field>
		<field>
			<name>LAYOUT_FORM_ADD</name>
		</field>
		<field>
			<name>LAYOUT_FORM_UPDATE</name>
		</field>
		<field>
			<name>LAYOUT_FRIENDLY_URL_KEYWORDS</name>
		</field>
		<field>
			<name>LAYOUT_FRIENDLY_URL_PAGE_NOT_FOUND</name>
		</field>
		<field>
			<name>LAYOUT_FRIENDLY_URL_PRIVATE_GROUP_SERVLET_MAPPING</name>
		</field>
		<field>
			<name>LAYOUT_FRIENDLY_URL_PRIVATE_USER_SERVLET_MAPPING</name>
		</field>
		<field>
			<name>LAYOUT_FRIENDLY_URL_PUBLIC_SERVLET_MAPPING</name>
		</field>
		<field>
			<name>LAYOUT_GUEST_SHOW_MAX_ICON</name>
		</field>
		<field>
			<name>LAYOUT_GUEST_SHOW_MIN_ICON</name>
		</field>
		<field>
			<name>LAYOUT_MANAGE_PAGES_INITIAL_CHILDREN</name>
		</field>
		<field>
			<name>LAYOUT_PARALLEL_RENDER_ENABLE</name>
		</field>
		<field>
			<name>LAYOUT_PARENTABLE</name>
		</field>
		<field>
			<name>LAYOUT_PROTOTYPE_LINK_ENABLED_DEFAULT</name>
		</field>
		<field>
			<name>LAYOUT_PROTOTYPE_MERGE_FAIL_THRESHOLD</name>
		</field>
		<field>
			<name>LAYOUT_PROTOTYPE_MERGE_LOCK_MAX_TIME</name>
		</field>
		<field>
			<name>LAYOUT_REMEMBER_MAXIMIZED_WINDOW_STATE</name>
		</field>
		<field>
			<name>LAYOUT_SET_FORM_UPDATE</name>
		</field>
		<field>
			<name>LAYOUT_SET_PROTOTYPE_MERGE_FAIL_THRESHOLD</name>
		</field>
		<field>
			<name>LAYOUT_SET_PROTOTYPE_MERGE_LOCK_MAX_TIME</name>
		</field>
		<field>
			<name>LAYOUT_SHOW_HTTP_STATUS</name>
		</field>
		<field>
			<name>LAYOUT_SHOW_PORTLET_ACCESS_DENIED</name>
		</field>
		<field>
			<name>LAYOUT_SHOW_PORTLET_INACTIVE</name>
		</field>
		<field>
			<name>LAYOUT_SITEMAPABLE</name>
		</field>
		<field>
			<name>LAYOUT_STATIC_PORTLETS_ALL</name>
		</field>
		<field>
			<name>LAYOUT_STATIC_PORTLETS_END</name>
		</field>
		<field>
			<name>LAYOUT_STATIC_PORTLETS_START</name>
		</field>
		<field>
			<name>LAYOUT_TEMPLATE_CACHE_ENABLED</name>
		</field>
		<field>
			<name>LAYOUT_TYPES</name>
		</field>
		<field>
			<name>LAYOUT_URL</name>
		</field>
		<field>
			<name>LAYOUT_URL_FRIENDLIABLE</name>
		</field>
		<field>
			<name>LAYOUT_USER_PRIVATE_LAYOUTS_AUTO_CREATE</name>
		</field>
		<field>
			<name>LAYOUT_USER_PRIVATE_LAYOUTS_ENABLED</name>
		</field>
		<field>
			<name>LAYOUT_USER_PRIVATE_LAYOUTS_POWER_USER_REQUIRED</name>
		</field>
		<field>
			<name>LAYOUT_USER_PUBLIC_LAYOUTS_AUTO_CREATE</name>
		</field>
		<field>
			<name>LAYOUT_USER_PUBLIC_LAYOUTS_ENABLED</name>
		</field>
		<field>
			<name>LAYOUT_USER_PUBLIC_LAYOUTS_POWER_USER_REQUIRED</name>
		</field>
		<field>
			<name>LAYOUT_VIEW_PAGE</name>
		</field>
		<field>
			<name>LDAP_ATTRS_TRANSFORMER_IMPL</name>
		</field>
		<field>
			<name>LDAP_AUTH_ENABLED</name>
		</field>
		<field>
			<name>LDAP_AUTH_METHOD</name>
		</field>
		<field>
			<name>LDAP_AUTH_PASSWORD_ENCRYPTION_ALGORITHM</name>
		</field>
		<field>
			<name>LDAP_AUTH_REQUIRED</name>
		</field>
		<field>
			<name>LDAP_AUTH_SEARCH_FILTER</name>
		</field>
		<field>
			<name>LDAP_BASE_DN</name>
		</field>
		<field>
			<name>LDAP_BASE_PROVIDER_URL</name>
		</field>
		<field>
			<name>LDAP_CONNECTION_PROPERTY_PREFIX</name>
		</field>
		<field>
			<name>LDAP_CONTACT_CUSTOM_MAPPINGS</name>
		</field>
		<field>
			<name>LDAP_CONTACT_MAPPINGS</name>
		</field>
		<field>
			<name>LDAP_ERROR_PASSWORD_AGE</name>
		</field>
		<field>
			<name>LDAP_ERROR_PASSWORD_EXPIRED</name>
		</field>
		<field>
			<name>LDAP_ERROR_PASSWORD_HISTORY</name>
		</field>
		<field>
			<name>LDAP_ERROR_PASSWORD_NOT_CHANGEABLE</name>
		</field>
		<field>
			<name>LDAP_ERROR_PASSWORD_SYNTAX</name>
		</field>
		<field>
			<name>LDAP_ERROR_PASSWORD_TRIVIAL</name>
		</field>
		<field>
			<name>LDAP_ERROR_USER_LOCKOUT</name>
		</field>
		<field>
			<name>LDAP_EXPORT_ENABLED</name>
		</field>
		<field>
			<name>LDAP_EXPORT_GROUP_ENABLED</name>
		</field>
		<field>
			<name>LDAP_FACTORY_INITIAL</name>
		</field>
		<field>
			<name>LDAP_GROUP_DEFAULT_OBJECT_CLASSES</name>
		</field>
		<field>
			<name>LDAP_GROUP_MAPPINGS</name>
		</field>
		<field>
			<name>LDAP_GROUPS_DN</name>
		</field>
		<field>
			<name>LDAP_IMPORT_CREATE_ROLE_PER_GROUP</name>
		</field>
		<field>
			<name>LDAP_IMPORT_ENABLED</name>
		</field>
		<field>
			<name>LDAP_IMPORT_GROUP_CACHE_ENABLED</name>
		</field>
		<field>
			<name>LDAP_IMPORT_GROUP_SEARCH_FILTER</name>
		</field>
		<field>
			<name>LDAP_IMPORT_GROUP_SEARCH_FILTER_ENABLED</name>
		</field>
		<field>
			<name>LDAP_IMPORT_INTERVAL</name>
		</field>
		<field>
			<name>LDAP_IMPORT_LOCK_EXPIRATION_TIME</name>
		</field>
		<field>
			<name>LDAP_IMPORT_METHOD</name>
		</field>
		<field>
			<name>LDAP_IMPORT_ON_STARTUP</name>
		</field>
		<field>
			<name>LDAP_IMPORT_USER_PASSWORD_AUTOGENERATED</name>
		</field>
		<field>
			<name>LDAP_IMPORT_USER_PASSWORD_DEFAULT</name>
		</field>
		<field>
			<name>LDAP_IMPORT_USER_PASSWORD_ENABLED</name>
		</field>
		<field>
			<name>LDAP_IMPORT_USER_SEARCH_FILTER</name>
		</field>
		<field>
			<name>LDAP_PAGE_SIZE</name>
		</field>
		<field>
			<name>LDAP_PASSWORD_POLICY_ENABLED</name>
		</field>
		<field>
			<name>LDAP_RANGE_SIZE</name>
		</field>
		<field>
			<name>LDAP_REFERRAL</name>
		</field>
		<field>
			<name>LDAP_SECURITY_CREDENTIALS</name>
		</field>
		<field>
			<name>LDAP_SECURITY_PRINCIPAL</name>
		</field>
		<field>
			<name>LDAP_SERVER_NAME</name>
		</field>
		<field>
			<name>LDAP_USER_CUSTOM_MAPPINGS</name>
		</field>
		<field>
			<name>LDAP_USER_DEFAULT_OBJECT_CLASSES</name>
		</field>
		<field>
			<name>LDAP_USER_IGNORE_ATTRIBUTES</name>
		</field>
		<field>
			<name>LDAP_USER_IMPL</name>
		</field>
		<field>
			<name>LDAP_USER_MAPPINGS</name>
		</field>
		<field>
			<name>LDAP_USERS_DN</name>
		</field>
		<field>
			<name>LIBRARY_DOWNLOAD_URL</name>
		</field>
		<field>
			<name>LIFERAY_HOME</name>
		</field>
		<field>
			<name>LIFERAY_LIB_GLOBAL_DIR</name>
		</field>
		<field>
			<name>LIFERAY_LIB_GLOBAL_SHARED_DIR</name>
		</field>
		<field>
			<name>LIFERAY_LIB_PORTAL_DIR</name>
		</field>
		<field>
			<name>LIFERAY_WEB_PORTAL_DIR</name>
		</field>
		<field>
			<name>LIVE_USERS_ENABLED</name>
		</field>
		<field>
			<name>LOCALE_DEFAULT_REQUEST</name>
		</field>
		<field>
			<name>LOCALE_PREPEND_FRIENDLY_URL_STYLE</name>
		</field>
		<field>
			<name>LOCALES</name>
		</field>
		<field>
			<name>LOCALES_BETA</name>
		</field>
		<field>
			<name>LOCK_LISTENERS</name>
		</field>
		<field>
			<name>LOGIN_CREATE_ACCOUNT_ALLOW_CUSTOM_PASSWORD</name>
		</field>
		<field>
			<name>LOGIN_EMAIL_FROM_ADDRESS</name>
		</field>
		<field>
			<name>LOGIN_EMAIL_FROM_NAME</name>
		</field>
		<field>
			<name>LOGIN_EVENTS_POST</name>
		</field>
		<field>
			<name>LOGIN_EVENTS_PRE</name>
		</field>
		<field>
			<name>LOGOUT_EVENTS_POST</name>
		</field>
		<field>
			<name>LOGOUT_EVENTS_PRE</name>
		</field>
		<field>
			<name>LOOK_AND_FEEL_MODIFIABLE</name>
		</field>
		<field>
			<name>LUCENE_BUFFER_SIZE</name>
		</field>
		<field>
			<name>LUCENE_CLUSTER_INDEX_LOADING_SYNC_TIMEOUT</name>
		</field>
		<field>
			<name>LUCENE_COMMIT_BATCH_SIZE</name>
		</field>
		<field>
			<name>LUCENE_COMMIT_TIME_INTERVAL</name>
		</field>
		<field>
			<name>LUCENE_DIR</name>
		</field>
		<field>
			<name>LUCENE_FILE_EXTRACTOR</name>
		</field>
		<field>
			<name>LUCENE_FILE_EXTRACTOR_REGEXP_STRIP</name>
		</field>
		<field>
			<name>LUCENE_MERGE_FACTOR</name>
		</field>
		<field>
			<name>LUCENE_OPTIMIZE_INTERVAL</name>
		</field>
		<field>
			<name>LUCENE_REPLICATE_WRITE</name>
		</field>
		<field>
			<name>LUCENE_STORE_TYPE</name>
		</field>
		<field>
			<name>LUCENE_STORE_TYPE_FILE_FORCE_MMAP</name>
		</field>
		<field>
			<name>MAIL_AUDIT_TRAIL</name>
		</field>
		<field>
			<name>MAIL_BATCH_SIZE</name>
		</field>
		<field>
			<name>MAIL_HOOK_CYRUS_ADD_USER</name>
		</field>
		<field>
			<name>MAIL_HOOK_CYRUS_DELETE_USER</name>
		</field>
		<field>
			<name>MAIL_HOOK_CYRUS_HOME</name>
		</field>
		<field>
			<name>MAIL_HOOK_FUSEMAIL_ACCOUNT_TYPE</name>
		</field>
		<field>
			<name>MAIL_HOOK_FUSEMAIL_GROUP_PARENT</name>
		</field>
		<field>
			<name>MAIL_HOOK_FUSEMAIL_PASSWORD</name>
		</field>
		<field>
			<name>MAIL_HOOK_FUSEMAIL_URL</name>
		</field>
		<field>
			<name>MAIL_HOOK_FUSEMAIL_USERNAME</name>
		</field>
		<field>
			<name>MAIL_HOOK_IMPL</name>
		</field>
		<field>
			<name>MAIL_HOOK_SENDMAIL_ADD_USER</name>
		</field>
		<field>
			<name>MAIL_HOOK_SENDMAIL_CHANGE_PASSWORD</name>
		</field>
		<field>
			<name>MAIL_HOOK_SENDMAIL_DELETE_USER</name>
		</field>
		<field>
			<name>MAIL_HOOK_SENDMAIL_HOME</name>
		</field>
		<field>
			<name>MAIL_HOOK_SENDMAIL_VIRTUSERTABLE</name>
		</field>
		<field>
			<name>MAIL_HOOK_SENDMAIL_VIRTUSERTABLE_REFRESH</name>
		</field>
		<field>
			<name>MAIL_HOOK_SHELL_SCRIPT</name>
		</field>
		<field>
			<name>MAIL_MX_UPDATE</name>
		</field>
		<field>
			<name>MAIL_SESSION_MAIL</name>
		</field>
		<field>
			<name>MAIL_SESSION_MAIL_ADVANCED_PROPERTIES</name>
		</field>
		<field>
			<name>MAIL_SESSION_MAIL_POP3_HOST</name>
		</field>
		<field>
			<name>MAIL_SESSION_MAIL_POP3_PASSWORD</name>
		</field>
		<field>
			<name>MAIL_SESSION_MAIL_POP3_PORT</name>
		</field>
		<field>
			<name>MAIL_SESSION_MAIL_POP3_USER</name>
		</field>
		<field>
			<name>MAIL_SESSION_MAIL_SMTP_HOST</name>
		</field>
		<field>
			<name>MAIL_SESSION_MAIL_SMTP_PASSWORD</name>
		</field>
		<field>
			<name>MAIL_SESSION_MAIL_SMTP_PORT</name>
		</field>
		<field>
			<name>MAIL_SESSION_MAIL_SMTP_USER</name>
		</field>
		<field>
			<name>MAIL_SESSION_MAIL_STORE_PROTOCOL</name>
		</field>
		<field>
			<name>MAIL_SESSION_MAIL_TRANSPORT_PROTOCOL</name>
		</field>
		<field>
			<name>MEMORY_CLUSTER_SCHEDULER_LOCK_CACHE_ENABLED</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_ALLOW_ANONYMOUS_POSTING</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_ANONYMOUS_POSTING_ENABLED</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_CATEGORY_DISPLAY_STYLES</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_CATEGORY_DISPLAY_STYLES_DEFAULT</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EMAIL_BULK</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EMAIL_FROM_ADDRESS</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EMAIL_FROM_NAME</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EMAIL_HTML_FORMAT</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EMAIL_MESSAGE_ADDED_BODY</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EMAIL_MESSAGE_ADDED_ENABLED</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EMAIL_MESSAGE_ADDED_SIGNATURE</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EMAIL_MESSAGE_ADDED_SUBJECT_PREFIX</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EMAIL_MESSAGE_UPDATED_BODY</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EMAIL_MESSAGE_UPDATED_ENABLED</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EMAIL_MESSAGE_UPDATED_SIGNATURE</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EMAIL_MESSAGE_UPDATED_SUBJECT_PREFIX</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EXPIRE_BAN_INTERVAL</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EXPIRE_BAN_JOB_INTERVAL</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_MESSAGE_FORMATS</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_MESSAGE_FORMATS_DEFAULT</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_PINGBACK_ENABLED</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_PUBLISH_TO_LIVE_BY_DEFAULT</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_RSS_ABSTRACT_LENGTH</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_SUBSCRIBE_BY_DEFAULT</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_THREAD_PREVIOUS_AND_NEXT_NAVIGATION_ENABLED</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_THREAD_VIEWS</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_THREAD_VIEWS_DEFAULT</name>
		</field>
		<field>
			<name>MICROSOFT_TRANSLATOR_CLIENT_ID</name>
		</field>
		<field>
			<name>MICROSOFT_TRANSLATOR_CLIENT_SECRET</name>
		</field>
		<field>
			<name>MIME_TYPES_CONTENT_DISPOSITION_INLINE</name>
		</field>
		<field>
			<name>MINIFIER_FILES_LIMIT</name>
		</field>
		<field>
			<name>MINIFIER_INLINE_CONTENT_CACHE_SIZE</name>
		</field>
		<field>
			<name>MINIFIER_INLINE_CONTENT_CACHE_SKIP_CSS</name>
		</field>
		<field>
			<name>MINIFIER_INLINE_CONTENT_CACHE_SKIP_JAVASCRIPT</name>
		</field>
		<field>
			<name>MOBILE_DEVICE_RULES_RULE_GROUP_COPY_POSTFIX</name>
		</field>
		<field>
			<name>MODEL_HINTS_CONFIGS</name>
		</field>
		<field>
			<name>MODULE_FRAMEWORK_BEGINNING_START_LEVEL</name>
		</field>
		<field>
			<name>MODULE_FRAMEWORK_ENABLED</name>
		</field>
		<field>
			<name>MODULE_FRAMEWORK_LIB_DIR</name>
		</field>
		<field>
			<name>MODULE_FRAMEWORK_REGISTER_LIFERAY_SERVICES</name>
		</field>
		<field>
			<name>MODULE_FRAMEWORK_RUNTIME_START_LEVEL</name>
		</field>
		<field>
			<name>MODULE_FRAMEWORK_STATE_DIR</name>
		</field>
		<field>
			<name>MODULE_FRAMEWORK_SYSTEM_BUNDLE_EXPORT_PACKAGES</name>
		</field>
		<field>
			<name>MODULE_FRAMEWORK_SYSTEM_PACKAGES_EXTRA</name>
		</field>
		<field>
			<name>MONITORING_DATA_SAMPLE_THREAD_LOCAL</name>
		</field>
		<field>
			<name>MONITORING_PORTAL_REQUEST</name>
		</field>
		<field>
			<name>MONITORING_PORTLET_ACTION_REQUEST</name>
		</field>
		<field>
			<name>MONITORING_PORTLET_EVENT_REQUEST</name>
		</field>
		<field>
			<name>MONITORING_PORTLET_RENDER_REQUEST</name>
		</field>
		<field>
			<name>MONITORING_PORTLET_RESOURCE_REQUEST</name>
		</field>
		<field>
			<name>MONITORING_SHOW_PER_REQUEST_DATA_SAMPLE</name>
		</field>
		<field>
			<name>MSN_LOGIN</name>
		</field>
		<field>
			<name>MSN_PASSWORD</name>
		</field>
		<field>
			<name>MULTI_VALUE_MAP</name>
		</field>
		<field>
			<name>MY_SITES_DISPLAY_STYLE</name>
		</field>
		<field>
			<name>MY_SITES_MAX_ELEMENTS</name>
		</field>
		<field>
			<name>MY_SITES_SHOW_PRIVATE_SITES_WITH_NO_LAYOUTS</name>
		</field>
		<field>
			<name>MY_SITES_SHOW_PUBLIC_SITES_WITH_NO_LAYOUTS</name>
		</field>
		<field>
			<name>MY_SITES_SHOW_USER_PRIVATE_SITES_WITH_NO_LAYOUTS</name>
		</field>
		<field>
			<name>MY_SITES_SHOW_USER_PUBLIC_SITES_WITH_NO_LAYOUTS</name>
		</field>
		<field>
			<name>NAVIGATION_DISPLAY_STYLE_OPTIONS</name>
		</field>
		<field>
			<name>NESTED_PORTLETS_LAYOUT_TEMPLATE_DEFAULT</name>
		</field>
		<field>
			<name>NESTED_PORTLETS_LAYOUT_TEMPLATE_UNSUPPORTED</name>
		</field>
		<field>
			<name>NET_SF_EHCACHE_CONFIGURATION_RESOURCE_NAME</name>
		</field>
		<field>
			<name>NETVIBES_SERVLET_MAPPING</name>
		</field>
		<field>
			<name>NOTIFICATIONS_MAX_EVENTS</name>
		</field>
		<field>
			<name>NTLM_AUTH_ENABLED</name>
		</field>
		<field>
			<name>NTLM_AUTH_NEGOTIATE_FLAGS</name>
		</field>
		<field>
			<name>NTLM_DOMAIN</name>
		</field>
		<field>
			<name>NTLM_DOMAIN_CONTROLLER</name>
		</field>
		<field>
			<name>NTLM_DOMAIN_CONTROLLER_NAME</name>
		</field>
		<field>
			<name>NTLM_SERVICE_ACCOUNT</name>
		</field>
		<field>
			<name>NTLM_SERVICE_PASSWORD</name>
		</field>
		<field>
			<name>OMNIADMIN_USERS</name>
		</field>
		<field>
			<name>OPEN_ID_AUTH_ENABLED</name>
		</field>
		<field>
			<name>OPEN_SSO_AUTH_ENABLED</name>
		</field>
		<field>
			<name>OPEN_SSO_EMAIL_ADDRESS_ATTR</name>
		</field>
		<field>
			<name>OPEN_SSO_FIRST_NAME_ATTR</name>
		</field>
		<field>
			<name>OPEN_SSO_LAST_NAME_ATTR</name>
		</field>
		<field>
			<name>OPEN_SSO_LDAP_IMPORT_ENABLED</name>
		</field>
		<field>
			<name>OPEN_SSO_LOGIN_URL</name>
		</field>
		<field>
			<name>OPEN_SSO_LOGOUT_ON_SESSION_EXPIRATION</name>
		</field>
		<field>
			<name>OPEN_SSO_LOGOUT_URL</name>
		</field>
		<field>
			<name>OPEN_SSO_SCREEN_NAME_ATTR</name>
		</field>
		<field>
			<name>OPEN_SSO_SERVICE_URL</name>
		</field>
		<field>
			<name>OPENOFFICE_CACHE_ENABLED</name>
		</field>
		<field>
			<name>OPENOFFICE_CONVERSION_SOURCE_EXTENSIONS</name>
		</field>
		<field>
			<name>OPENOFFICE_CONVERSION_TARGET_EXTENSIONS</name>
		</field>
		<field>
			<name>OPENOFFICE_SERVER_ENABLED</name>
		</field>
		<field>
			<name>OPENOFFICE_SERVER_HOST</name>
		</field>
		<field>
			<name>OPENOFFICE_SERVER_PORT</name>
		</field>
		<field>
			<name>ORGANIZATIONS_ASSIGNMENT_STRICT</name>
		</field>
		<field>
			<name>ORGANIZATIONS_CHILDREN_TYPES</name>
		</field>
		<field>
			<name>ORGANIZATIONS_COUNTRY_ENABLED</name>
		</field>
		<field>
			<name>ORGANIZATIONS_COUNTRY_REQUIRED</name>
		</field>
		<field>
			<name>ORGANIZATIONS_FORM_ADD_IDENTIFICATION</name>
		</field>
		<field>
			<name>ORGANIZATIONS_FORM_ADD_MAIN</name>
		</field>
		<field>
			<name>ORGANIZATIONS_FORM_ADD_MISCELLANEOUS</name>
		</field>
		<field>
			<name>ORGANIZATIONS_FORM_UPDATE_IDENTIFICATION</name>
		</field>
		<field>
			<name>ORGANIZATIONS_FORM_UPDATE_MAIN</name>
		</field>
		<field>
			<name>ORGANIZATIONS_FORM_UPDATE_MISCELLANEOUS</name>
		</field>
		<field>
			<name>ORGANIZATIONS_INDEXER_ENABLED</name>
		</field>
		<field>
			<name>ORGANIZATIONS_MEMBERSHIP_STRICT</name>
		</field>
		<field>
			<name>ORGANIZATIONS_ROOTABLE</name>
		</field>
		<field>
			<name>ORGANIZATIONS_SEARCH_WITH_INDEX</name>
		</field>
		<field>
			<name>ORGANIZATIONS_TYPES</name>
		</field>
		<field>
			<name>PASSWORDS_DEFAULT_POLICY_NAME</name>
		</field>
		<field>
			<name>PASSWORDS_DIGEST_ENCODING</name>
		</field>
		<field>
			<name>PASSWORDS_ENCRYPTION_ALGORITHM</name>
		</field>
		<field>
			<name>PASSWORDS_PASSWORDPOLICYTOOLKIT_CHARSET_LOWERCASE</name>
		</field>
		<field>
			<name>PASSWORDS_PASSWORDPOLICYTOOLKIT_CHARSET_NUMBERS</name>
		</field>
		<field>
			<name>PASSWORDS_PASSWORDPOLICYTOOLKIT_CHARSET_SYMBOLS</name>
		</field>
		<field>
			<name>PASSWORDS_PASSWORDPOLICYTOOLKIT_CHARSET_UPPERCASE</name>
		</field>
		<field>
			<name>PASSWORDS_PASSWORDPOLICYTOOLKIT_GENERATOR</name>
		</field>
		<field>
			<name>PASSWORDS_PASSWORDPOLICYTOOLKIT_STATIC</name>
		</field>
		<field>
			<name>PASSWORDS_REGEXPTOOLKIT_CHARSET</name>
		</field>
		<field>
			<name>PASSWORDS_REGEXPTOOLKIT_LENGTH</name>
		</field>
		<field>
			<name>PASSWORDS_REGEXPTOOLKIT_PATTERN</name>
		</field>
		<field>
			<name>PASSWORDS_TOOLKIT</name>
		</field>
		<field>
			<name>PERMISSIONS_CHECK_GUEST_ENABLED</name>
		</field>
		<field>
			<name>PERMISSIONS_CHECKER</name>
		</field>
		<field>
			<name>PERMISSIONS_CUSTOM_ATTRIBUTE_READ_CHECK_BY_DEFAULT</name>
		</field>
		<field>
			<name>PERMISSIONS_CUSTOM_ATTRIBUTE_WRITE_CHECK_BY_DEFAULT</name>
		</field>
		<field>
			<name>PERMISSIONS_INLINE_SQL_CHECK_ENABLED</name>
		</field>
		<field>
			<name>PERMISSIONS_INLINE_SQL_RESOURCE_BLOCK_QUERY_THRESHHOLD</name>
		</field>
		<field>
			<name>PERMISSIONS_LIST_FILTER</name>
		</field>
		<field>
			<name>PERMISSIONS_OBJECT_BLOCKING_CACHE</name>
		</field>
		<field>
			<name>PERMISSIONS_PROPAGATION_ENABLED</name>
		</field>
		<field>
			<name>PERMISSIONS_ROLE_RESOURCE_PERMISSION_QUERY_THRESHOLD</name>
		</field>
		<field>
			<name>PERMISSIONS_THREAD_LOCAL_CACHE_MAX_SIZE</name>
		</field>
		<field>
			<name>PERMISSIONS_USER_CHECK_ALGORITHM</name>
		</field>
		<field>
			<name>PERMISSIONS_VIEW_DYNAMIC_INHERITANCE</name>
		</field>
		<field>
			<name>PERSISTENCE_PROVIDER</name>
		</field>
		<field>
			<name>PHONE_NUMBER_FORMAT_IMPL</name>
		</field>
		<field>
			<name>PHONE_NUMBER_FORMAT_INTERNATIONAL_REGEXP</name>
		</field>
		<field>
			<name>PHONE_NUMBER_FORMAT_USA_REGEXP</name>
		</field>
		<field>
			<name>PLUGIN_NOTIFICATIONS_ENABLED</name>
		</field>
		<field>
			<name>PLUGIN_NOTIFICATIONS_PACKAGES_IGNORED</name>
		</field>
		<field>
			<name>PLUGIN_REPOSITORIES_TRUSTED</name>
		</field>
		<field>
			<name>PLUGIN_REPOSITORIES_UNTRUSTED</name>
		</field>
		<field>
			<name>PLUGIN_TYPES</name>
		</field>
		<field>
			<name>POLLER_NOTIFICATIONS_TIMEOUT</name>
		</field>
		<field>
			<name>POLLER_REQUEST_TIMEOUT</name>
		</field>
		<field>
			<name>POP_SERVER_NOTIFICATIONS_ENABLED</name>
		</field>
		<field>
			<name>POP_SERVER_NOTIFICATIONS_INTERVAL</name>
		</field>
		<field>
			<name>POP_SERVER_SUBDOMAIN</name>
		</field>
		<field>
			<name>PORTAL_CTX</name>
		</field>
		<field>
			<name>PORTAL_IMPERSONATION_ENABLE</name>
		</field>
		<field>
			<name>PORTAL_INSTANCE_HTTP_PORT</name>
		</field>
		<field>
			<name>PORTAL_JAAS_AUTH_TYPE</name>
		</field>
		<field>
			<name>PORTAL_JAAS_ENABLE</name>
		</field>
		<field>
			<name>PORTAL_JAAS_IMPL</name>
		</field>
		<field>
			<name>PORTAL_JAAS_STRICT_PASSWORD</name>
		</field>
		<field>
			<name>PORTAL_PROXY_PATH</name>
		</field>
		<field>
			<name>PORTAL_SECURITY_MANAGER_FILE_CHECKER_DEFAULT_READ_PATHS</name>
		</field>
		<field>
			<name>PORTAL_SECURITY_MANAGER_PRELOAD_CLASSLOADER_CLASSES</name>
		</field>
		<field>
			<name>PORTAL_SECURITY_MANAGER_STRATEGY</name>
		</field>
		<field>
			<name>PORTLET_ADD_DEFAULT_RESOURCE_CHECK_ENABLED</name>
		</field>
		<field>
			<name>PORTLET_ADD_DEFAULT_RESOURCE_CHECK_WHITELIST</name>
		</field>
		<field>
			<name>PORTLET_ADD_DEFAULT_RESOURCE_CHECK_WHITELIST_ACTIONS</name>
		</field>
		<field>
			<name>PORTLET_CSS_ENABLED</name>
		</field>
		<field>
			<name>PORTLET_EVENT_DISTRIBUTION</name>
		</field>
		<field>
			<name>PORTLET_PUBLIC_RENDER_PARAMETER_DISTRIBUTION</name>
		</field>
		<field>
			<name>PORTLET_RESOURCE_ID_BANNED_PATHS_REGEXP</name>
		</field>
		<field>
			<name>PORTLET_URL_ANCHOR_ENABLE</name>
		</field>
		<field>
			<name>PORTLET_URL_APPEND_PARAMETERS</name>
		</field>
		<field>
			<name>PORTLET_URL_ESCAPE_XML</name>
		</field>
		<field>
			<name>PORTLET_URL_REFRESH_URL_RESERVED_PARAMETERS</name>
		</field>
		<field>
			<name>PORTLET_VIRTUAL_PATH</name>
		</field>
		<field>
			<name>PORTLET_XML_VALIDATE</name>
		</field>
		<field>
			<name>PREFERENCE_VALIDATE_ON_STARTUP</name>
		</field>
		<field>
			<name>RATINGS_DEFAULT_NUMBER_OF_STARS</name>
		</field>
		<field>
			<name>RATINGS_MAX_SCORE</name>
		</field>
		<field>
			<name>RATINGS_MIN_SCORE</name>
		</field>
		<field>
			<name>REDIRECT_URL_DOMAINS_ALLOWED</name>
		</field>
		<field>
			<name>REDIRECT_URL_IPS_ALLOWED</name>
		</field>
		<field>
			<name>REDIRECT_URL_SECURITY_MODE</name>
		</field>
		<field>
			<name>RELEASE_INFO_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_INFO_PREVIOUS_BUILD_NUMBER</name>
		</field>
		<field>
			<name>REQUEST_HEADER_AUTH_IMPORT_FROM_LDAP</name>
		</field>
		<field>
			<name>REQUEST_HEADER_IGNORE_INIT_PARAMS</name>
		</field>
		<field>
			<name>REQUEST_SHARED_ATTRIBUTES</name>
		</field>
		<field>
			<name>RESOURCE_ACTIONS_CONFIGS</name>
		</field>
		<field>
			<name>RESOURCE_ACTIONS_READ_PORTLET_RESOURCES</name>
		</field>
		<field>
			<name>RESOURCE_REPOSITORIES_ROOT</name>
		</field>
		<field>
			<name>REST_PROXY_URL_PREFIXES_ALLOWED</name>
		</field>
		<field>
			<name>ROBOTS_TXT_WITH_SITEMAP</name>
		</field>
		<field>
			<name>ROBOTS_TXT_WITHOUT_SITEMAP</name>
		</field>
		<field>
			<name>ROLES_NAME_ALLOW_NUMERIC</name>
		</field>
		<field>
			<name>ROLES_ORGANIZATION_SUBTYPES</name>
		</field>
		<field>
			<name>ROLES_REGULAR_SUBTYPES</name>
		</field>
		<field>
			<name>ROLES_SITE_SUBTYPES</name>
		</field>
		<field>
			<name>RSS_CONNECTION_TIMEOUT</name>
		</field>
		<field>
			<name>SANDBOX_DEPLOY_DIR</name>
		</field>
		<field>
			<name>SANDBOX_DEPLOY_ENABLED</name>
		</field>
		<field>
			<name>SANDBOX_DEPLOY_INTERVAL</name>
		</field>
		<field>
			<name>SANDBOX_DEPLOY_LISTENERS</name>
		</field>
		<field>
			<name>SANITIZER_IMPL</name>
		</field>
		<field>
			<name>SC_IMAGE_MAX_SIZE</name>
		</field>
		<field>
			<name>SC_IMAGE_THUMBNAIL_MAX_HEIGHT</name>
		</field>
		<field>
			<name>SC_IMAGE_THUMBNAIL_MAX_WIDTH</name>
		</field>
		<field>
			<name>SC_PRODUCT_COMMENTS_ENABLED</name>
		</field>
		<field>
			<name>SCHEDULER_CLASSES</name>
		</field>
		<field>
			<name>SCHEDULER_DESCRIPTION_MAX_LENGTH</name>
		</field>
		<field>
			<name>SCHEDULER_ENABLED</name>
		</field>
		<field>
			<name>SCHEDULER_GROUP_NAME_MAX_LENGTH</name>
		</field>
		<field>
			<name>SCHEDULER_JOB_NAME_MAX_LENGTH</name>
		</field>
		<field>
			<name>SCHEMA_RUN_ENABLED</name>
		</field>
		<field>
			<name>SCHEMA_RUN_MINIMAL</name>
		</field>
		<field>
			<name>SCRIPTING_FORBIDDEN_CLASSES</name>
		</field>
		<field>
			<name>SCRIPTING_JRUBY_COMPILE_MODE</name>
		</field>
		<field>
			<name>SCRIPTING_JRUBY_COMPILE_THRESHOLD</name>
		</field>
		<field>
			<name>SCRIPTING_JRUBY_LOAD_PATHS</name>
		</field>
		<field>
			<name>SEARCH_CONTAINER_PAGE_DEFAULT_DELTA</name>
		</field>
		<field>
			<name>SEARCH_CONTAINER_PAGE_DELTA_VALUES</name>
		</field>
		<field>
			<name>SEARCH_CONTAINER_PAGE_ITERATOR_MAX_PAGES</name>
		</field>
		<field>
			<name>SEARCH_CONTAINER_SHOW_PAGINATION_BOTTOM</name>
		</field>
		<field>
			<name>SEARCH_CONTAINER_SHOW_PAGINATION_TOP</name>
		</field>
		<field>
			<name>SERVICE_BUILDER_SERVICE_READ_ONLY_PREFIXES</name>
		</field>
		<field>
			<name>SERVLET_SERVICE_EVENTS_POST</name>
		</field>
		<field>
			<name>SERVLET_SERVICE_EVENTS_PRE</name>
		</field>
		<field>
			<name>SERVLET_SERVICE_EVENTS_PRE_ERROR_PAGE</name>
		</field>
		<field>
			<name>SERVLET_SESSION_CREATE_EVENTS</name>
		</field>
		<field>
			<name>SERVLET_SESSION_DESTROY_EVENTS</name>
		</field>
		<field>
			<name>SESSION_CLICKS_MAX_ALLOWED_VALUES</name>
		</field>
		<field>
			<name>SESSION_CLICKS_MAX_SIZE_TERMS</name>
		</field>
		<field>
			<name>SESSION_COOKIE_DOMAIN</name>
		</field>
		<field>
			<name>SESSION_DISABLED</name>
		</field>
		<field>
			<name>SESSION_ENABLE_PERSISTENT_COOKIES</name>
		</field>
		<field>
			<name>SESSION_ENABLE_PHISHING_PROTECTION</name>
		</field>
		<field>
			<name>SESSION_ENABLE_URL_WITH_SESSION_ID</name>
		</field>
		<field>
			<name>SESSION_ID_DELIMITER</name>
		</field>
		<field>
			<name>SESSION_MAX_ALLOWED</name>
		</field>
		<field>
			<name>SESSION_PHISHING_PROTECTED_ATTRIBUTES</name>
		</field>
		<field>
			<name>SESSION_SHARED_ATTRIBUTES</name>
		</field>
		<field>
			<name>SESSION_SHARED_ATTRIBUTES_EXCLUDES</name>
		</field>
		<field>
			<name>SESSION_STORE_PASSWORD</name>
		</field>
		<field>
			<name>SESSION_TEST_COOKIE_SUPPORT</name>
		</field>
		<field>
			<name>SESSION_TIMEOUT</name>
		</field>
		<field>
			<name>SESSION_TIMEOUT_AUTO_EXTEND</name>
		</field>
		<field>
			<name>SESSION_TIMEOUT_REDIRECT_ON_EXPIRE</name>
		</field>
		<field>
			<name>SESSION_TIMEOUT_WARNING</name>
		</field>
		<field>
			<name>SESSION_TRACKER_FRIENDLY_PATHS_ENABLED</name>
		</field>
		<field>
			<name>SESSION_TRACKER_IGNORE_PATHS</name>
		</field>
		<field>
			<name>SESSION_TRACKER_MEMORY_ENABLED</name>
		</field>
		<field>
			<name>SESSION_TRACKER_PERSISTENCE_ENABLED</name>
		</field>
		<field>
			<name>SESSION_VERIFY_SERIALIZABLE_ATTRIBUTE</name>
		</field>
		<field>
			<name>SETUP_DATABASE_DRIVER_CLASS_NAME</name>
		</field>
		<field>
			<name>SETUP_DATABASE_JAR_NAME</name>
		</field>
		<field>
			<name>SETUP_DATABASE_JAR_URL</name>
		</field>
		<field>
			<name>SETUP_DATABASE_TYPES</name>
		</field>
		<field>
			<name>SETUP_DATABASE_URL</name>
		</field>
		<field>
			<name>SETUP_WIZARD_ENABLED</name>
		</field>
		<field>
			<name>SHARD_DEFAULT_NAME</name>
		</field>
		<field>
			<name>SHARD_SELECTOR</name>
		</field>
		<field>
			<name>SHAREPOINT_STORAGE_CLASS</name>
		</field>
		<field>
			<name>SHAREPOINT_STORAGE_TOKENS</name>
		</field>
		<field>
			<name>SHOPPING_CART_MIN_QTY_MULTIPLE</name>
		</field>
		<field>
			<name>SHOPPING_CATEGORY_FORWARD_TO_CART</name>
		</field>
		<field>
			<name>SHOPPING_CATEGORY_SHOW_SPECIAL_ITEMS</name>
		</field>
		<field>
			<name>SHOPPING_EMAIL_FROM_ADDRESS</name>
		</field>
		<field>
			<name>SHOPPING_EMAIL_FROM_NAME</name>
		</field>
		<field>
			<name>SHOPPING_EMAIL_ORDER_CONFIRMATION_BODY</name>
		</field>
		<field>
			<name>SHOPPING_EMAIL_ORDER_CONFIRMATION_ENABLED</name>
		</field>
		<field>
			<name>SHOPPING_EMAIL_ORDER_CONFIRMATION_SUBJECT</name>
		</field>
		<field>
			<name>SHOPPING_EMAIL_ORDER_SHIPPING_BODY</name>
		</field>
		<field>
			<name>SHOPPING_EMAIL_ORDER_SHIPPING_ENABLED</name>
		</field>
		<field>
			<name>SHOPPING_EMAIL_ORDER_SHIPPING_SUBJECT</name>
		</field>
		<field>
			<name>SHOPPING_IMAGE_EXTENSIONS</name>
		</field>
		<field>
			<name>SHOPPING_IMAGE_LARGE_MAX_SIZE</name>
		</field>
		<field>
			<name>SHOPPING_IMAGE_MEDIUM_MAX_SIZE</name>
		</field>
		<field>
			<name>SHOPPING_IMAGE_SMALL_MAX_SIZE</name>
		</field>
		<field>
			<name>SHOPPING_ITEM_SHOW_AVAILABILITY</name>
		</field>
		<field>
			<name>SHOPPING_ORDER_COMMENTS_ENABLED</name>
		</field>
		<field>
			<name>SHUTDOWN_PROGRAMMATICALLY_EXIT</name>
		</field>
		<field>
			<name>SITEMINDER_AUTH_ENABLED</name>
		</field>
		<field>
			<name>SITEMINDER_IMPORT_FROM_LDAP</name>
		</field>
		<field>
			<name>SITEMINDER_USER_HEADER</name>
		</field>
		<field>
			<name>SITES_CONTROL_PANEL_MEMBERS_VISIBLE</name>
		</field>
		<field>
			<name>SITES_EMAIL_FROM_ADDRESS</name>
		</field>
		<field>
			<name>SITES_EMAIL_FROM_NAME</name>
		</field>
		<field>
			<name>SITES_EMAIL_MEMBERSHIP_REPLY_BODY</name>
		</field>
		<field>
			<name>SITES_EMAIL_MEMBERSHIP_REPLY_SUBJECT</name>
		</field>
		<field>
			<name>SITES_EMAIL_MEMBERSHIP_REQUEST_BODY</name>
		</field>
		<field>
			<name>SITES_EMAIL_MEMBERSHIP_REQUEST_SUBJECT</name>
		</field>
		<field>
			<name>SITES_FORM_ADD_ADVANCED</name>
		</field>
		<field>
			<name>SITES_FORM_ADD_MAIN</name>
		</field>
		<field>
			<name>SITES_FORM_ADD_MISCELLANEOUS</name>
		</field>
		<field>
			<name>SITES_FORM_ADD_SEO</name>
		</field>
		<field>
			<name>SITES_FORM_UPDATE_ADVANCED</name>
		</field>
		<field>
			<name>SITES_FORM_UPDATE_MAIN</name>
		</field>
		<field>
			<name>SITES_FORM_UPDATE_MISCELLANEOUS</name>
		</field>
		<field>
			<name>SITES_FORM_UPDATE_SEO</name>
		</field>
		<field>
			<name>SITES_SITEMAP_DEFAULT_CHANGE_FREQUENCY</name>
		</field>
		<field>
			<name>SITES_SITEMAP_DEFAULT_PRIORITY</name>
		</field>
		<field>
			<name>SOCIAL_ACTIVITY_CONTRIBUTION_INCREMENTS</name>
		</field>
		<field>
			<name>SOCIAL_ACTIVITY_CONTRIBUTION_LIMIT_VALUES</name>
		</field>
		<field>
			<name>SOCIAL_ACTIVITY_COUNTER_LOCK_RETRY_DELAY</name>
		</field>
		<field>
			<name>SOCIAL_ACTIVITY_COUNTER_LOCK_TIMEOUT</name>
		</field>
		<field>
			<name>SOCIAL_ACTIVITY_COUNTER_PERIOD_LENGTH</name>
		</field>
		<field>
			<name>SOCIAL_ACTIVITY_PARTICIPATION_INCREMENTS</name>
		</field>
		<field>
			<name>SOCIAL_ACTIVITY_PARTICIPATION_LIMIT_VALUES</name>
		</field>
		<field>
			<name>SOCIAL_BOOKMARK_JSP</name>
		</field>
		<field>
			<name>SOCIAL_BOOKMARK_POST_URL</name>
		</field>
		<field>
			<name>SOCIAL_BOOKMARK_TYPES</name>
		</field>
		<field>
			<name>SOURCE_FORGE_MIRRORS</name>
		</field>
		<field>
			<name>SPRING_CONFIGS</name>
		</field>
		<field>
			<name>SPRING_HIBERNATE_DATA_SOURCE</name>
		</field>
		<field>
			<name>SPRING_HIBERNATE_SESSION_DELEGATED</name>
		</field>
		<field>
			<name>SPRING_HIBERNATE_SESSION_FACTORY</name>
		</field>
		<field>
			<name>SPRITE_FILE_NAME</name>
		</field>
		<field>
			<name>SPRITE_PROPERTIES_FILE_NAME</name>
		</field>
		<field>
			<name>SPRITE_ROOT_DIR</name>
		</field>
		<field>
			<name>SQL_DATA_COM_LIFERAY_PORTAL_MODEL_COUNTRY_COUNTRY_ID</name>
		</field>
		<field>
			<name>SQL_DATA_COM_LIFERAY_PORTAL_MODEL_LISTTYPE_ACCOUNT_ADDRESS</name>
		</field>
		<field>
			<name>SQL_DATA_COM_LIFERAY_PORTAL_MODEL_LISTTYPE_ACCOUNT_EMAIL_ADDRESS</name>
		</field>
		<field>
			<name>SQL_DATA_COM_LIFERAY_PORTAL_MODEL_LISTTYPE_CONTACT_EMAIL_ADDRESS</name>
		</field>
		<field>
			<name>SQL_DATA_COM_LIFERAY_PORTAL_MODEL_LISTTYPE_ORGANIZATION_STATUS</name>
		</field>
		<field>
			<name>SQL_DATA_COM_LIFERAY_PORTAL_MODEL_REGION_REGION_ID</name>
		</field>
		<field>
			<name>SQL_DATA_MAX_PARAMETERS</name>
		</field>
		<field>
			<name>STAGING_LOCK_ENABLED</name>
		</field>
		<field>
			<name>STRIP_CSS_SASS_ENABLED</name>
		</field>
		<field>
			<name>STRIP_IGNORE_PATHS</name>
		</field>
		<field>
			<name>STRIP_JS_LANGUAGE_ATTRIBUTE_SUPPORT_ENABLED</name>
		</field>
		<field>
			<name>STRUTS_PORTLET_REQUEST_PROCESSOR</name>
		</field>
		<field>
			<name>SYSTEM_GROUPS</name>
		</field>
		<field>
			<name>SYSTEM_ORGANIZATION_ROLES</name>
		</field>
		<field>
			<name>SYSTEM_ROLES</name>
		</field>
		<field>
			<name>SYSTEM_SITE_ROLES</name>
		</field>
		<field>
			<name>TAGS_COMPILER_ENABLED</name>
		</field>
		<field>
			<name>TCK_URL</name>
		</field>
		<field>
			<name>TERMS_OF_USE_JOURNAL_ARTICLE_GROUP_ID</name>
		</field>
		<field>
			<name>TERMS_OF_USE_JOURNAL_ARTICLE_ID</name>
		</field>
		<field>
			<name>TERMS_OF_USE_REQUIRED</name>
		</field>
		<field>
			<name>TEXT_EXTRACTION_FORK_PROCESS_ENABLED</name>
		</field>
		<field>
			<name>TEXT_EXTRACTION_FORK_PROCESS_MIME_TYPES</name>
		</field>
		<field>
			<name>THEME_CSS_FAST_LOAD</name>
		</field>
		<field>
			<name>THEME_IMAGES_FAST_LOAD</name>
		</field>
		<field>
			<name>THEME_JSP_OVERRIDE_ENABLED</name>
		</field>
		<field>
			<name>THEME_LOADER_NEW_THEME_ID_ON_IMPORT</name>
		</field>
		<field>
			<name>THEME_LOADER_STORAGE_PATH</name>
		</field>
		<field>
			<name>THEME_PORTLET_DECORATE_DEFAULT</name>
		</field>
		<field>
			<name>THEME_PORTLET_SHARING_DEFAULT</name>
		</field>
		<field>
			<name>THEME_SHORTCUT_ICON</name>
		</field>
		<field>
			<name>THEME_SYNC_ON_GROUP</name>
		</field>
		<field>
			<name>THEME_VIRTUAL_PATH</name>
		</field>
		<field>
			<name>THREAD_DUMP_SPEED_THRESHOLD</name>
		</field>
		<field>
			<name>TIME_ZONES</name>
		</field>
		<field>
			<name>TRANSACTION_ISOLATION_COUNTER</name>
		</field>
		<field>
			<name>TRANSACTION_ISOLATION_PORTAL</name>
		</field>
		<field>
			<name>TRANSACTION_MANAGER_IMPL</name>
		</field>
		<field>
			<name>TRANSACTIONAL_CACHE_ENABLED</name>
		</field>
		<field>
			<name>TRANSLATIONS_DISABLED</name>
		</field>
		<field>
			<name>TRANSLATOR_DEFAULT_LANGUAGES</name>
		</field>
		<field>
			<name>UPGRADE_PROCESSES</name>
		</field>
		<field>
			<name>UPLOAD_SERVLET_REQUEST_IMPL_MAX_SIZE</name>
		</field>
		<field>
			<name>UPLOAD_SERVLET_REQUEST_IMPL_TEMP_DIR</name>
		</field>
		<field>
			<name>USER_GROUPS_COPY_LAYOUTS_TO_USER_PERSONAL_SITE</name>
		</field>
		<field>
			<name>USER_GROUPS_NAME_ALLOW_NUMERIC</name>
		</field>
		<field>
			<name>USER_NOTIFICATION_EVENT_CONFIRMATION_ENABLED</name>
		</field>
		<field>
			<name>USERS_DELETE</name>
		</field>
		<field>
			<name>USERS_EMAIL_ADDRESS_AUTO_SUFFIX</name>
		</field>
		<field>
			<name>USERS_EMAIL_ADDRESS_GENERATOR</name>
		</field>
		<field>
			<name>USERS_EMAIL_ADDRESS_REQUIRED</name>
		</field>
		<field>
			<name>USERS_EMAIL_ADDRESS_VALIDATOR</name>
		</field>
		<field>
			<name>USERS_EXPORT_CSV_FIELDS</name>
		</field>
		<field>
			<name>USERS_FORM_ADD_IDENTIFICATION</name>
		</field>
		<field>
			<name>USERS_FORM_ADD_MAIN</name>
		</field>
		<field>
			<name>USERS_FORM_ADD_MISCELLANEOUS</name>
		</field>
		<field>
			<name>USERS_FORM_MY_ACCOUNT_IDENTIFICATION</name>
		</field>
		<field>
			<name>USERS_FORM_MY_ACCOUNT_MAIN</name>
		</field>
		<field>
			<name>USERS_FORM_MY_ACCOUNT_MISCELLANEOUS</name>
		</field>
		<field>
			<name>USERS_FORM_UPDATE_IDENTIFICATION</name>
		</field>
		<field>
			<name>USERS_FORM_UPDATE_MAIN</name>
		</field>
		<field>
			<name>USERS_FORM_UPDATE_MISCELLANEOUS</name>
		</field>
		<field>
			<name>USERS_FULL_NAME_GENERATOR</name>
		</field>
		<field>
			<name>USERS_FULL_NAME_VALIDATOR</name>
		</field>
		<field>
			<name>USERS_IMAGE_MAX_HEIGHT</name>
		</field>
		<field>
			<name>USERS_IMAGE_MAX_SIZE</name>
		</field>
		<field>
			<name>USERS_IMAGE_MAX_WIDTH</name>
		</field>
		<field>
			<name>USERS_INDEXER_ENABLED</name>
		</field>
		<field>
			<name>USERS_LAST_NAME_REQUIRED</name>
		</field>
		<field>
			<name>USERS_LIST_VIEWS</name>
		</field>
		<field>
			<name>USERS_REMINDER_QUERIES_CUSTOM_QUESTION_ENABLED</name>
		</field>
		<field>
			<name>USERS_REMINDER_QUERIES_ENABLED</name>
		</field>
		<field>
			<name>USERS_REMINDER_QUERIES_QUESTIONS</name>
		</field>
		<field>
			<name>USERS_REMINDER_QUERIES_REQUIRED</name>
		</field>
		<field>
			<name>USERS_SCREEN_NAME_ALLOW_NUMERIC</name>
		</field>
		<field>
			<name>USERS_SCREEN_NAME_ALWAYS_AUTOGENERATE</name>
		</field>
		<field>
			<name>USERS_SCREEN_NAME_GENERATOR</name>
		</field>
		<field>
			<name>USERS_SCREEN_NAME_VALIDATOR</name>
		</field>
		<field>
			<name>USERS_SEARCH_WITH_INDEX</name>
		</field>
		<field>
			<name>USERS_UPDATE_LAST_LOGIN</name>
		</field>
		<field>
			<name>USERS_UPDATE_USER_NAME</name>
		</field>
		<field>
			<name>VALUE_OBJECT_ENTITY_BLOCKING_CACHE</name>
		</field>
		<field>
			<name>VALUE_OBJECT_ENTITY_CACHE_ENABLED</name>
		</field>
		<field>
			<name>VALUE_OBJECT_ENTITY_THREAD_LOCAL_CACHE_MAX_SIZE</name>
		</field>
		<field>
			<name>VALUE_OBJECT_FINDER_BLOCKING_CACHE</name>
		</field>
		<field>
			<name>VALUE_OBJECT_FINDER_CACHE_ENABLED</name>
		</field>
		<field>
			<name>VALUE_OBJECT_FINDER_THREAD_LOCAL_CACHE_MAX_SIZE</name>
		</field>
		<field>
			<name>VALUE_OBJECT_LISTENER</name>
		</field>
		<field>
			<name>VELOCITY_ENGINE_LOGGER</name>
		</field>
		<field>
			<name>VELOCITY_ENGINE_LOGGER_CATEGORY</name>
		</field>
		<field>
			<name>VELOCITY_ENGINE_RESOURCE_LISTENERS</name>
		</field>
		<field>
			<name>VELOCITY_ENGINE_RESOURCE_MANAGER</name>
		</field>
		<field>
			<name>VELOCITY_ENGINE_RESOURCE_MANAGER_CACHE</name>
		</field>
		<field>
			<name>VELOCITY_ENGINE_RESOURCE_MANAGER_CACHE_ENABLED</name>
		</field>
		<field>
			<name>VELOCITY_ENGINE_RESOURCE_MANAGER_MODIFICATION_CHECK_INTERVAL</name>
		</field>
		<field>
			<name>VELOCITY_ENGINE_RESTRICTED_CLASSES</name>
		</field>
		<field>
			<name>VELOCITY_ENGINE_RESTRICTED_PACKAGES</name>
		</field>
		<field>
			<name>VELOCITY_ENGINE_VELOCIMACRO_LIBRARY</name>
		</field>
		<field>
			<name>VERIFY_FREQUENCY</name>
		</field>
		<field>
			<name>VERIFY_PROCESSES</name>
		</field>
		<field>
			<name>VIRTUAL_HOSTS_DEFAULT_SITE_NAME</name>
		</field>
		<field>
			<name>VIRTUAL_HOSTS_IGNORE_EXTENSIONS</name>
		</field>
		<field>
			<name>VIRTUAL_HOSTS_IGNORE_HOSTS</name>
		</field>
		<field>
			<name>VIRTUAL_HOSTS_IGNORE_PATHS</name>
		</field>
		<field>
			<name>WEB_SERVER_DISPLAY_NODE</name>
		</field>
		<field>
			<name>WEB_SERVER_HOST</name>
		</field>
		<field>
			<name>WEB_SERVER_HTTP_PORT</name>
		</field>
		<field>
			<name>WEB_SERVER_HTTPS_PORT</name>
		</field>
		<field>
			<name>WEB_SERVER_PROTOCOL</name>
		</field>
		<field>
			<name>WEB_SERVER_PROXY_LEGACY_MODE</name>
		</field>
		<field>
			<name>WEB_SERVER_SERVLET_ACCEPT_RANGES_MIME_TYPES</name>
		</field>
		<field>
			<name>WEB_SERVER_SERVLET_DIRECTORY_INDEXING_ENABLED</name>
		</field>
		<field>
			<name>WEB_SERVER_SERVLET_MAX_RANGE_FIELDS</name>
		</field>
		<field>
			<name>WEB_SERVER_SERVLET_VERSION_VERBOSITY</name>
		</field>
		<field>
			<name>WEBDAV_IGNORE</name>
		</field>
		<field>
			<name>WEBDAV_NONCE_EXPIRATION</name>
		</field>
		<field>
			<name>WIDGET_SERVLET_MAPPING</name>
		</field>
		<field>
			<name>WIKI_EMAIL_FROM_ADDRESS</name>
		</field>
		<field>
			<name>WIKI_EMAIL_FROM_NAME</name>
		</field>
		<field>
			<name>WIKI_EMAIL_PAGE_ADDED_BODY</name>
		</field>
		<field>
			<name>WIKI_EMAIL_PAGE_ADDED_ENABLED</name>
		</field>
		<field>
			<name>WIKI_EMAIL_PAGE_ADDED_SIGNATURE</name>
		</field>
		<field>
			<name>WIKI_EMAIL_PAGE_ADDED_SUBJECT_PREFIX</name>
		</field>
		<field>
			<name>WIKI_EMAIL_PAGE_UPDATED_BODY</name>
		</field>
		<field>
			<name>WIKI_EMAIL_PAGE_UPDATED_ENABLED</name>
		</field>
		<field>
			<name>WIKI_EMAIL_PAGE_UPDATED_SIGNATURE</name>
		</field>
		<field>
			<name>WIKI_EMAIL_PAGE_UPDATED_SUBJECT_PREFIX</name>
		</field>
		<field>
			<name>WIKI_FORMATS</name>
		</field>
		<field>
			<name>WIKI_FORMATS_CONFIGURATION_INTERWIKI</name>
		</field>
		<field>
			<name>WIKI_FORMATS_CONFIGURATION_MAIN</name>
		</field>
		<field>
			<name>WIKI_FORMATS_DEFAULT</name>
		</field>
		<field>
			<name>WIKI_FORMATS_EDIT_PAGE</name>
		</field>
		<field>
			<name>WIKI_FORMATS_ENGINE</name>
		</field>
		<field>
			<name>WIKI_FORMATS_HELP_PAGE</name>
		</field>
		<field>
			<name>WIKI_FORMATS_HELP_URL</name>
		</field>
		<field>
			<name>WIKI_FRONT_PAGE_NAME</name>
		</field>
		<field>
			<name>WIKI_IMPORTERS</name>
		</field>
		<field>
			<name>WIKI_IMPORTERS_CLASS</name>
		</field>
		<field>
			<name>WIKI_IMPORTERS_PAGE</name>
		</field>
		<field>
			<name>WIKI_INITIAL_NODE_NAME</name>
		</field>
		<field>
			<name>WIKI_PAGE_COMMENTS_ENABLED</name>
		</field>
		<field>
			<name>WIKI_PAGE_MINOR_EDIT_ADD_SOCIAL_ACTIVITY</name>
		</field>
		<field>
			<name>WIKI_PAGE_MINOR_EDIT_SEND_EMAIL</name>
		</field>
		<field>
			<name>WIKI_PAGE_RATINGS_ENABLED</name>
		</field>
		<field>
			<name>WIKI_PAGE_TITLES_REGEXP</name>
		</field>
		<field>
			<name>WIKI_PAGE_TITLES_REMOVE_REGEXP</name>
		</field>
		<field>
			<name>WIKI_RSS_ABSTRACT_LENGTH</name>
		</field>
		<field>
			<name>XML_VALIDATION_ENABLED</name>
		</field>
		<field>
			<name>XUGGLER_ENABLED</name>
		</field>
		<field>
			<name>XUGGLER_FFPRESET</name>
		</field>
		<field>
			<name>XUGGLER_JAR_FILE</name>
		</field>
		<field>
			<name>XUGGLER_JAR_NAME</name>
		</field>
		<field>
			<name>XUGGLER_JAR_OPTIONS</name>
		</field>
		<field>
			<name>XUGGLER_JAR_URL</name>
		</field>
		<field>
			<name>YM_LOGIN</name>
		</field>
		<field>
			<name>YM_PASSWORD</name>
		</field>
		<field>
			<name>YUI_COMPRESSOR_CSS_LINE_BREAK</name>
		</field>
		<field>
			<name>YUI_COMPRESSOR_JS_DISABLE_OPTIMIZATIONS</name>
		</field>
		<field>
			<name>YUI_COMPRESSOR_JS_LINE_BREAK</name>
		</field>
		<field>
			<name>YUI_COMPRESSOR_JS_MUNGE</name>
		</field>
		<field>
			<name>YUI_COMPRESSOR_JS_PRESERVE_ALL_SEMICOLONS</name>
		</field>
		<field>
			<name>YUI_COMPRESSOR_JS_VERBOSE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PropsUtil</name>
		<type>com.liferay.portal.kernel.util.PropsUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>contains</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filter</name>
				<type>com.liferay.portal.kernel.configuration.Filter</type>
			</param>
		</method>
		<method>
			<name>getArray</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getArray</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filter</name>
				<type>com.liferay.portal.kernel.configuration.Filter</type>
			</param>
		</method>
		<method>
			<name>getProperties</name>
		</method>
		<method>
			<name>getProperties</name>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>removePrefix</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getProps</name>
		</method>
		<method>
			<name>setProps</name>
			<param>
				<name>props</name>
				<type>com.liferay.portal.kernel.util.Props</type>
			</param>
		</method>
		<field>
			<name>_props</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ProxyFactory</name>
		<type>com.liferay.portal.kernel.util.ProxyFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>newInstance</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>interfaceClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>implClassName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>newInstance</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>interfaceClasses</name>
				<type>java.lang.Class[]</type>
			</param>
			<param>
				<name>implClassName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ProxyUtil</name>
		<type>com.liferay.portal.kernel.util.ProxyUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getInvocationHandler</name>
			<param>
				<name>proxy</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getProxyClass</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>interfaceClasses</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>isProxyClass</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>newProxyInstance</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>interfaces</name>
				<type>java.lang.Class[]</type>
			</param>
			<param>
				<name>invocationHandler</name>
				<type>java.lang.reflect.InvocationHandler</type>
			</param>
		</method>
		<field>
			<name>_argumentsClazz</name>
		</field>
		<field>
			<name>_classLoaderReferenceQueue</name>
		</field>
		<field>
			<name>_classReferences</name>
		</field>
		<field>
			<name>_constructors</name>
		</field>
		<field>
			<name>_invocationHandlerField</name>
		</field>
		<field>
			<name>_proxyClassReferenceQueue</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RandomAccessInputStream</name>
		<type>com.liferay.portal.kernel.util.RandomAccessInputStream</type>
		<comment><![CDATA[This class enables any {@link InputStream} to be seekable by caching its data in a temporary {@link RandomAccessFile}.]]></comment>
		<author><![CDATA[Juan González]]></author>
		<method>
			<name>RandomAccessInputStream</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>mark</name>
			<param>
				<name>readLimit</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>markSupported</name>
		</method>
		<method>
			<name>read</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>reset</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>seek</name>
			<param>
				<name>position</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>finalize</name>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>readUntil</name>
			<param>
				<name>position</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_file</name>
		</field>
		<field>
			<name>_foundEOF</name>
		</field>
		<field>
			<name>_inputStream</name>
		</field>
		<field>
			<name>_length</name>
		</field>
		<field>
			<name>_markPosition</name>
		</field>
		<field>
			<name>_pointer</name>
		</field>
		<field>
			<name>_randomAccessFileCache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Randomizer</name>
		<type>com.liferay.portal.kernel.util.Randomizer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>Randomizer</name>
		</method>
		<method>
			<name>Randomizer</name>
			<param>
				<name>seed</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>nextInt</name>
			<param>
				<name>n</name>
				<type>int</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>randomize</name>
			<param>
				<name>array</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>randomize</name>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>randomize</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>randomize</name>
			<param>
				<name>array</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>randomize</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Randomizer_IW</name>
		<type>com.liferay.portal.kernel.util.Randomizer_IW</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>getWrappedInstance</name>
		</method>
		<method>
			<name>Randomizer_IW</name>
		</method>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ReferenceEntry</name>
		<type>com.liferay.portal.kernel.util.ReferenceEntry</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>ReferenceEntry</name>
			<param>
				<name>field</name>
				<type>java.lang.reflect.Field</type>
			</param>
		</method>
		<method>
			<name>ReferenceEntry</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.reflect.Field</type>
			</param>
		</method>
		<method>
			<name>getField</name>
		</method>
		<method>
			<name>getObject</name>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>IllegalAccessException</name>
				<type>java.lang.IllegalAccessException</type>
			</throws>
			<throws>
				<name>IllegalArgumentException</name>
				<type>java.lang.IllegalArgumentException</type>
			</throws>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_field</name>
		</field>
		<field>
			<name>_object</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ReferenceRegistry</name>
		<type>com.liferay.portal.kernel.util.ReferenceRegistry</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>registerReference</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>registerReference</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>registerReference</name>
			<param>
				<name>field</name>
				<type>java.lang.reflect.Field</type>
			</param>
		</method>
		<method>
			<name>registerReference</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.reflect.Field</type>
			</param>
		</method>
		<method>
			<name>releaseReferences</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_referenceEntries</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ReflectionUtil</name>
		<type>com.liferay.portal.kernel.util.ReflectionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>getAnnotationDeclaringClass</name>
			<param>
				<name>annotationClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getDeclaredField</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDeclaredMethod</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.Class</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getParameterTypes</name>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>isAnnotationDeclaredInClass</name>
			<param>
				<name>annotationClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ReleaseInfo</name>
		<type>com.liferay.portal.kernel.util.ReleaseInfo</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getBuildDate</name>
		</method>
		<method>
			<name>getBuildNumber</name>
		</method>
		<method>
			<name>getCodeName</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getParentBuildNumber</name>
		</method>
		<method>
			<name>getReleaseInfo</name>
		</method>
		<method>
			<name>getServerInfo</name>
		</method>
		<method>
			<name>getVendor</name>
		</method>
		<method>
			<name>getVersion</name>
		</method>
		<field>
			<name>RELEASE_5_0_0_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_5_0_1_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_5_1_0_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_5_1_1_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_5_1_2_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_5_1_5_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_5_1_6_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_5_1_7_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_5_2_0_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_5_2_1_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_5_2_2_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_5_2_3_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_5_2_5_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_5_2_7_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_5_2_8_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_5_2_9_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_6_0_0_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_6_0_1_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_6_0_2_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_6_0_3_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_6_0_4_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_6_0_5_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_6_0_6_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_6_0_10_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_6_0_11_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_6_0_12_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_6_1_0_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_6_1_1_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_6_1_10_BUILD_NUMBER</name>
		</field>
		<field>
			<name>RELEASE_6_1_20_BUILD_NUMBER</name>
		</field>
		<field>
			<name>_BUILD</name>
		</field>
		<field>
			<name>_BUILD_NUMBER</name>
		</field>
		<field>
			<name>_CODE_NAME</name>
		</field>
		<field>
			<name>_DATE</name>
		</field>
		<field>
			<name>_NAME</name>
		</field>
		<field>
			<name>_PARENT_BUILD_NUMBER</name>
		</field>
		<field>
			<name>_RELEASE_INFO_PREFIX</name>
		</field>
		<field>
			<name>_RELEASE_INFO_SUFFIX</name>
		</field>
		<field>
			<name>_VENDOR</name>
		</field>
		<field>
			<name>_VERSION</name>
		</field>
		<field>
			<name>_VERSION_DISPLAY_NAME</name>
		</field>
		<field>
			<name>_releaseInfo</name>
		</field>
		<field>
			<name>_serverInfo</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourceBundleThreadLocal</name>
		<type>com.liferay.portal.kernel.util.ResourceBundleThreadLocal</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>isReplace</name>
		</method>
		<method>
			<name>setReplace</name>
			<param>
				<name>replace</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_replace</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourceBundleUtil</name>
		<type>com.liferay.portal.kernel.util.ResourceBundleUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Neil Griffin]]></author>
		<method>
			<name>getString</name>
			<param>
				<name>resourceBundle</name>
				<type>java.util.ResourceBundle</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>resourceBundle</name>
				<type>java.util.ResourceBundle</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>NULL_VALUE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SafeProperties</name>
		<type>com.liferay.portal.kernel.util.SafeProperties</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SafeProperties</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getEncodedProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>_decode</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_encode</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_SAFE_NEWLINE_CHARACTER</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SerializableUtil</name>
		<type>com.liferay.portal.kernel.util.SerializableUtil</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Igor Spasic]]></author>
		<deprecated><![CDATA[As of 6.1, moved to {@link com.liferay.util.SerializableUtil}]]></deprecated>
		<method>
			<name>clone</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>deserialize</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>serialize</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ServerDetector</name>
		<type>com.liferay.portal.kernel.util.ServerDetector</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>getServerId</name>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>serverId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isGeronimo</name>
		</method>
		<method>
			<name>isGlassfish</name>
		</method>
		<method>
			<name>isJBoss</name>
		</method>
		<method>
			<name>isJetty</name>
		</method>
		<method>
			<name>isJOnAS</name>
		</method>
		<method>
			<name>isOC4J</name>
		</method>
		<method>
			<name>isResin</name>
		</method>
		<method>
			<name>isSupportsComet</name>
		</method>
		<method>
			<name>isSupportsHotDeploy</name>
		</method>
		<method>
			<name>isTomcat</name>
		</method>
		<method>
			<name>isWebLogic</name>
		</method>
		<method>
			<name>isWebSphere</name>
		</method>
		<method>
			<name>setSupportsHotDeploy</name>
			<param>
				<name>supportsHotDeploy</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>_detect</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_hasSystemProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_init</name>
		</method>
		<method>
			<name>_isGeronimo</name>
		</method>
		<method>
			<name>_isGlassfish</name>
		</method>
		<method>
			<name>_isJBoss</name>
		</method>
		<method>
			<name>_isJetty</name>
		</method>
		<method>
			<name>_isJOnAS</name>
		</method>
		<method>
			<name>_isOC4J</name>
		</method>
		<method>
			<name>_isResin</name>
		</method>
		<method>
			<name>_isTomcat</name>
		</method>
		<method>
			<name>_isWebLogic</name>
		</method>
		<method>
			<name>_isWebSphere</name>
		</method>
		<field>
			<name>GERONIMO_ID</name>
		</field>
		<field>
			<name>GLASSFISH_ID</name>
		</field>
		<field>
			<name>JBOSS_ID</name>
		</field>
		<field>
			<name>JETTY_ID</name>
		</field>
		<field>
			<name>JONAS_ID</name>
		</field>
		<field>
			<name>OC4J_ID</name>
		</field>
		<field>
			<name>RESIN_ID</name>
		</field>
		<field>
			<name>TOMCAT_ID</name>
		</field>
		<field>
			<name>WEBLOGIC_ID</name>
		</field>
		<field>
			<name>WEBSPHERE_ID</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_geronimo</name>
		</field>
		<field>
			<name>_glassfish</name>
		</field>
		<field>
			<name>_jBoss</name>
		</field>
		<field>
			<name>_jetty</name>
		</field>
		<field>
			<name>_jonas</name>
		</field>
		<field>
			<name>_oc4j</name>
		</field>
		<field>
			<name>_resin</name>
		</field>
		<field>
			<name>_serverId</name>
		</field>
		<field>
			<name>_supportsComet</name>
		</field>
		<field>
			<name>_supportsHotDeploy</name>
		</field>
		<field>
			<name>_tomcat</name>
		</field>
		<field>
			<name>_webLogic</name>
		</field>
		<field>
			<name>_webSphere</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServiceLoader</name>
		<type>com.liferay.portal.kernel.util.ServiceLoader</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>load</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_load</name>
			<param>
				<name>services</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>url</name>
				<type>java.net.URL</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SessionParamUtil</name>
		<type>com.liferay.portal.kernel.util.SessionParamUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getBoolean</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SetUtil</name>
		<type>com.liferay.portal.kernel.util.SetUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>fromArray</name>
			<param>
				<name>array</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>fromArray</name>
			<param>
				<name>array</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>fromArray</name>
			<param>
				<name>array</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>fromArray</name>
			<param>
				<name>array</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>fromArray</name>
			<param>
				<name>array</name>
				<type>E[]</type>
			</param>
		</method>
		<method>
			<name>fromArray</name>
			<param>
				<name>array</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>fromArray</name>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>fromArray</name>
			<param>
				<name>array</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>fromArray</name>
			<param>
				<name>array</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>fromCollection</name>
			<param>
				<name>c</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>fromEnumeration</name>
			<param>
				<name>enu</name>
				<type>java.util.Enumeration</type>
			</param>
		</method>
		<method>
			<name>fromFile</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>fromFile</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>fromIterator</name>
			<param>
				<name>itr</name>
				<type>java.util.Iterator</type>
			</param>
		</method>
		<method>
			<name>fromList</name>
			<param>
				<name>array</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>fromString</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ShortWrapper</name>
		<type>com.liferay.portal.kernel.util.ShortWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ShortWrapper</name>
		</method>
		<method>
			<name>ShortWrapper</name>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>shortWrapper</name>
				<type>com.liferay.portal.kernel.util.ShortWrapper</type>
			</param>
		</method>
		<method>
			<name>decrement</name>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>increment</name>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<field>
			<name>TYPE</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SimplePojoClp</name>
		<type>com.liferay.portal.kernel.util.SimplePojoClp</type>
		<comment><![CDATA[<p>
A class loader proxy able to serialize simple POJOs between two class loaders. It only works for simple POJOs following the Java Beans semantics. The local and remote classes do not have to match or even be derived from each other as long as their properties match. Any bean properties that the source bean exposes but the target bean does not will silently be ignored.
</p>]]></comment>
		<author><![CDATA[Micha Kiener]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SimplePojoClp</name>
			<param>
				<name>localImplementationClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>remoteClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>SimplePojoClp</name>
			<param>
				<name>localImplementationClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>remoteClassLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>remoteImplementationClassName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>createLocalObject</name>
			<param>
				<name>remoteInstance</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>IllegalAccessException</name>
				<type>java.lang.IllegalAccessException</type>
			</throws>
			<throws>
				<name>InstantiationException</name>
				<type>java.lang.InstantiationException</type>
			</throws>
		</method>
		<method>
			<name>createRemoteObject</name>
			<param>
				<name>localInstance</name>
				<type>T</type>
			</param>
			<throws>
				<name>IllegalAccessException</name>
				<type>java.lang.IllegalAccessException</type>
			</throws>
			<throws>
				<name>InstantiationException</name>
				<type>java.lang.InstantiationException</type>
			</throws>
		</method>
		<field>
			<name>_localImplementationClass</name>
		</field>
		<field>
			<name>_remoteClassLoader</name>
		</field>
		<field>
			<name>_remoteImplementationClass</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocketUtil</name>
		<type>com.liferay.portal.kernel.util.SocketUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getBindInfo</name>
			<param>
				<name>host</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>port</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SortedArrayList</name>
		<type>com.liferay.portal.kernel.util.SortedArrayList</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>SortedArrayList</name>
		</method>
		<method>
			<name>SortedArrayList</name>
			<param>
				<name>c</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>SortedArrayList</name>
			<param>
				<name>comparator</name>
				<type>java.util.Comparator</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>e</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>e</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>addAll</name>
			<param>
				<name>c</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>addAll</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>c</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>set</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>e</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>e1</name>
				<type>E</type>
			</param>
			<param>
				<name>e2</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>_findInsertionPoint</name>
			<param>
				<name>e</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>_findInsertionPoint</name>
			<param>
				<name>e</name>
				<type>E</type>
			</param>
			<param>
				<name>low</name>
				<type>int</type>
			</param>
			<param>
				<name>high</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_comparator</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SortedProperties</name>
		<type>com.liferay.portal.kernel.util.SortedProperties</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SortedProperties</name>
		</method>
		<method>
			<name>SortedProperties</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>list</name>
			<param>
				<name>out</name>
				<type>java.io.PrintStream</type>
			</param>
		</method>
		<method>
			<name>list</name>
			<param>
				<name>out</name>
				<type>java.io.PrintWriter</type>
			</param>
		</method>
		<method>
			<name>propertyNames</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_names</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StackTraceUtil</name>
		<type>com.liferay.portal.kernel.util.StackTraceUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getStackTrace</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>StaticFieldGetter</name>
		<type>com.liferay.portal.kernel.util.StaticFieldGetter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>getFieldValue</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>StaticFieldGetter</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StreamUtil</name>
		<type>com.liferay.portal.kernel.util.StreamUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>cleanUp</name>
			<param>
				<name>channel</name>
				<type>java.nio.channels.Channel</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>inputChannel</name>
				<type>java.nio.channels.Channel</type>
			</param>
			<param>
				<name>outputChannel</name>
				<type>java.nio.channels.Channel</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
		</method>
		<method>
			<name>transfer</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>transfer</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<param>
				<name>cleanUp</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>transfer</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<param>
				<name>bufferSize</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>transfer</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<param>
				<name>bufferSize</name>
				<type>int</type>
			</param>
			<param>
				<name>cleanUp</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>transfer</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<param>
				<name>bufferSize</name>
				<type>int</type>
			</param>
			<param>
				<name>cleanUp</name>
				<type>boolean</type>
			</param>
			<param>
				<name>length</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>transfer</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<param>
				<name>length</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>transferByteArray</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<param>
				<name>bufferSize</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>transferFileChannel</name>
			<param>
				<name>inputFileChannel</name>
				<type>java.nio.channels.FileChannel</type>
			</param>
			<param>
				<name>outputFileChannel</name>
				<type>java.nio.channels.FileChannel</type>
			</param>
			<param>
				<name>length</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>BUFFER_SIZE</name>
		</field>
		<field>
			<name>FORCE_TIO</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StringBundler</name>
		<type>com.liferay.portal.kernel.util.StringBundler</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-6072.
</p>]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>StringBundler</name>
		</method>
		<method>
			<name>StringBundler</name>
			<param>
				<name>initialCapacity</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>StringBundler</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>StringBundler</name>
			<param>
				<name>stringArray</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>StringBundler</name>
			<param>
				<name>stringArray</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>extraSpace</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>b</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>d</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>f</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>i</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>l</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>stringArray</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
		</method>
		<method>
			<name>capacity</name>
		</method>
		<method>
			<name>index</name>
		</method>
		<method>
			<name>length</name>
		</method>
		<method>
			<name>setIndex</name>
			<param>
				<name>newIndex</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setStringAt</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>stringAt</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>unsafeCreate</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>writeTo</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>expandCapacity</name>
			<param>
				<name>newCapacity</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_DEFAULT_ARRAY_CAPACITY</name>
		</field>
		<field>
			<name>_FALSE</name>
		</field>
		<field>
			<name>_THREADLOCAL_BUFFER_LIMIT</name>
		</field>
		<field>
			<name>_TRUE</name>
		</field>
		<field>
			<name>_UNSAFE_CREATE_LIMIT</name>
		</field>
		<field>
			<name>_stringBuilderThreadLocal</name>
		</field>
		<field>
			<name>_stringConstructor</name>
		</field>
		<field>
			<name>_threadLocalBufferLimit</name>
		</field>
		<field>
			<name>_unsafeCreateLimit</name>
		</field>
		<field>
			<name>_array</name>
		</field>
		<field>
			<name>_arrayIndex</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StringComparator</name>
		<type>com.liferay.portal.kernel.util.StringComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>StringComparator</name>
		</method>
		<method>
			<name>StringComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
			<param>
				<name>caseSensitive</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>s1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s2</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_ascending</name>
		</field>
		<field>
			<name>_caseSensitive</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StringEncoder</name>
		<type>com.liferay.portal.kernel.util.StringEncoder</type>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>decode</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>encode</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>StringParser</name>
		<type>com.liferay.portal.kernel.util.StringParser</type>
		<comment><![CDATA[Parses strings into parameter maps and vice versa.]]></comment>
		<author><![CDATA[Connor McKay]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<see><![CDATA[com.liferay.portal.kernel.portlet.Route]]></see>
		<see><![CDATA[Pattern]]></see>
		<method>
			<name>escapeRegex</name>
			<comment><![CDATA[Escapes the special characters in the string so that they will have no special meaning in a regular expression.

<p>
This method differs from {@link Pattern#quote(String)} by escaping each special character with a backslash, rather than enclosing the entire string in special quote tags. This allows the escaped string to be manipulated or have sections replaced with non-literal sequences.
</p>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to escape]]></comment>
			</param>
			<return>
				<comment><![CDATA[the escaped string]]></comment>
			</return>
		</method>
		<method>
			<name>StringParser</name>
			<comment><![CDATA[Constructs a new string parser from the pattern.

<p>
The pattern can be any string containing named fragments in brackets. The following is a valid pattern for greeting:
</p>

<pre>
<code>
Hi {name}! How are you?
</code>
</pre>

<p>
This pattern would match the string &quot;Hi Tom! How are you?&quot;. The format of a fragment may optionally be specified by inserting a colon followed by a regular expression after the fragment name. For instance, <code>name</code> could be set to match only lower case letters with the following:
</p>

<pre>
<code>
Hi {name:[a-z]+}! How are you?
</code>
</pre>

<p>
By default, a fragment will match anything except a forward slash or a period.
</p>

<p>
If a string parser is set to encode fragments using a {@link StringEncoder}, an individual fragment can be specified as raw by prefixing its name with a percent sign, as shown below:
</p>

<pre>
<code>
/view_page/{%path:.*}
</code>
</pre>

<p>
The format of the path fragment has also been specified to match anything using the pattern &quot;.*&quot;. This pattern could be used to parse the string:
</p>

<pre>
<code>
/view_page/root/home/mysite/pages/index.htm
</code>
</pre>

<p>
<code>path</code> would be set to &quot;root/home/mysite/pages/index.htm&quot;, even if {@link URLStringEncoder} had been set as the string encoder.
</p>

<p>
<b>Do not include capturing subgroups in the pattern.</b>
</p>]]></comment>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the pattern string]]></comment>
			</param>
		</method>
		<method>
			<name>build</name>
			<comment><![CDATA[Builds a string from the parameter map if this parser is appropriate.

<p>
A parser is appropriate if each parameter matches the format of its accompanying fragment.
</p>

<p>
If this parser is appropriate, all the parameters used in the pattern will be removed from the parameter map. If this parser is not appropriate, the parameter map will not be modified.
</p>]]></comment>
			<param>
				<name>parameters</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the parameter map to build the string from]]></comment>
			</param>
			<return>
				<comment><![CDATA[the string, or <code>null</code> if this parser is not appropriate]]></comment>
			</return>
		</method>
		<method>
			<name>parse</name>
			<comment><![CDATA[Populates the parameter map with values parsed from the string if this parser matches.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to parse]]></comment>
			</param>
			<param>
				<name>parameters</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the parameter map to populate if this parser matches the string]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if this parser matches; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>setStringEncoder</name>
			<comment><![CDATA[Sets the string encoder to use for parsing or building a string.

<p>
The string encoder will not be used for fragments marked as raw. A fragment can be marked as raw by prefixing its name with a percent sign.
</p>]]></comment>
			<param>
				<name>stringEncoder</name>
				<type>com.liferay.portal.kernel.util.StringEncoder</type>
				<comment><![CDATA[the string encoder to use for parsing or building a string]]></comment>
			</param>
			<see><![CDATA[StringEncoder]]></see>
		</method>
		<field>
			<name>_escapeRegexPattern</name>
		</field>
		<field>
			<name>_fragmentPattern</name>
		</field>
		<field>
			<name>_builder</name>
		</field>
		<field>
			<name>_pattern</name>
		</field>
		<field>
			<name>_stringEncoder</name>
		</field>
		<field>
			<name>_stringParserFragments</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StringParserFragment</name>
		<type>com.liferay.portal.kernel.util.StringParserFragment</type>
		<author><![CDATA[Connor McKay]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>StringParserFragment</name>
			<param>
				<name>chunk</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getPattern</name>
		</method>
		<method>
			<name>getToken</name>
		</method>
		<method>
			<name>isRaw</name>
		</method>
		<method>
			<name>matches</name>
			<param>
				<name>parameter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_defaultPattern</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_pattern</name>
		</field>
		<field>
			<name>_raw</name>
		</field>
		<field>
			<name>_token</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StringPool</name>
		<type>com.liferay.portal.kernel.util.StringPool</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>AMPERSAND</name>
		</field>
		<field>
			<name>AMPERSAND_ENCODED</name>
		</field>
		<field>
			<name>APOSTROPHE</name>
		</field>
		<field>
			<name>ASCII_TABLE</name>
		</field>
		<field>
			<name>AT</name>
		</field>
		<field>
			<name>BACK_SLASH</name>
		</field>
		<field>
			<name>BETWEEN</name>
		</field>
		<field>
			<name>BLANK</name>
		</field>
		<field>
			<name>CARET</name>
		</field>
		<field>
			<name>CDATA_CLOSE</name>
		</field>
		<field>
			<name>CDATA_OPEN</name>
		</field>
		<field>
			<name>CLOSE_BRACKET</name>
		</field>
		<field>
			<name>CLOSE_CURLY_BRACE</name>
		</field>
		<field>
			<name>CLOSE_PARENTHESIS</name>
		</field>
		<field>
			<name>COLON</name>
		</field>
		<field>
			<name>COMMA</name>
		</field>
		<field>
			<name>COMMA_AND_SPACE</name>
		</field>
		<field>
			<name>DASH</name>
		</field>
		<field>
			<name>DOLLAR</name>
		</field>
		<field>
			<name>DOLLAR_AND_OPEN_CURLY_BRACE</name>
		</field>
		<field>
			<name>DOUBLE_APOSTROPHE</name>
		</field>
		<field>
			<name>DOUBLE_BACK_SLASH</name>
		</field>
		<field>
			<name>DOUBLE_CLOSE_BRACKET</name>
		</field>
		<field>
			<name>DOUBLE_CLOSE_CURLY_BRACE</name>
		</field>
		<field>
			<name>DOUBLE_DASH</name>
		</field>
		<field>
			<name>DOUBLE_OPEN_BRACKET</name>
		</field>
		<field>
			<name>DOUBLE_OPEN_CURLY_BRACE</name>
		</field>
		<field>
			<name>DOUBLE_PERIOD</name>
		</field>
		<field>
			<name>DOUBLE_QUOTE</name>
		</field>
		<field>
			<name>DOUBLE_SLASH</name>
		</field>
		<field>
			<name>DOUBLE_SPACE</name>
		</field>
		<field>
			<name>DOUBLE_UNDERLINE</name>
		</field>
		<field>
			<name>EQUAL</name>
		</field>
		<field>
			<name>EXCLAMATION</name>
		</field>
		<field>
			<name>FALSE</name>
		</field>
		<field>
			<name>FORWARD_SLASH</name>
		</field>
		<field>
			<name>FOUR_SPACES</name>
		</field>
		<field>
			<name>GRAVE_ACCENT</name>
		</field>
		<field>
			<name>GREATER_THAN</name>
		</field>
		<field>
			<name>GREATER_THAN_OR_EQUAL</name>
		</field>
		<field>
			<name>INVERTED_EXCLAMATION</name>
		</field>
		<field>
			<name>INVERTED_QUESTION</name>
		</field>
		<field>
			<name>IS_NOT_NULL</name>
		</field>
		<field>
			<name>IS_NULL</name>
		</field>
		<field>
			<name>ISO_8859_1</name>
		</field>
		<field>
			<name>LESS_THAN</name>
		</field>
		<field>
			<name>LESS_THAN_OR_EQUAL</name>
		</field>
		<field>
			<name>LIKE</name>
		</field>
		<field>
			<name>MINUS</name>
		</field>
		<field>
			<name>NBSP</name>
		</field>
		<field>
			<name>NEW_LINE</name>
		</field>
		<field>
			<name>NOT_EQUAL</name>
		</field>
		<field>
			<name>NOT_LIKE</name>
		</field>
		<field>
			<name>NULL</name>
		</field>
		<field>
			<name>NULL_CHAR</name>
		</field>
		<field>
			<name>OPEN_BRACKET</name>
		</field>
		<field>
			<name>OPEN_CURLY_BRACE</name>
		</field>
		<field>
			<name>OPEN_PARENTHESIS</name>
		</field>
		<field>
			<name>OS_EOL</name>
		</field>
		<field>
			<name>PERCENT</name>
		</field>
		<field>
			<name>PERIOD</name>
		</field>
		<field>
			<name>PIPE</name>
		</field>
		<field>
			<name>PLUS</name>
		</field>
		<field>
			<name>POUND</name>
		</field>
		<field>
			<name>QUESTION</name>
		</field>
		<field>
			<name>QUOTE</name>
		</field>
		<field>
			<name>RETURN</name>
		</field>
		<field>
			<name>RETURN_NEW_LINE</name>
		</field>
		<field>
			<name>SEMICOLON</name>
		</field>
		<field>
			<name>SLASH</name>
		</field>
		<field>
			<name>SPACE</name>
		</field>
		<field>
			<name>STAR</name>
		</field>
		<field>
			<name>TAB</name>
		</field>
		<field>
			<name>THREE_SPACES</name>
		</field>
		<field>
			<name>TILDE</name>
		</field>
		<field>
			<name>TRUE</name>
		</field>
		<field>
			<name>UNDERLINE</name>
		</field>
		<field>
			<name>UTC</name>
		</field>
		<field>
			<name>UTF8</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StringUtil</name>
		<type>com.liferay.portal.kernel.util.StringUtil</type>
		<comment><![CDATA[The String utility class.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Sandeep Soni]]></author>
		<author><![CDATA[Ganesh Ram]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>add</name>
			<comment><![CDATA[Adds string <code>add</code> to string <code>s</code> resulting in a comma delimited list of strings, disallowing duplicate strings in the list.

<p>
The resulting string ends with a comma even if the original string does not.
</p>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string, representing a comma delimited list of strings]]></comment>
			</param>
			<param>
				<name>add</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to add to the original, representing the string to add to the list]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string that represents the original string and the added string separated by a comma, or <code>null</code> if the string to add is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>add</name>
			<comment><![CDATA[Adds string <code>add</code> to string <code>s</code> that represents a delimited list of strings, using a specified delimiter and disallowing duplicate words.

<p>
The returned string ends with the delimiter even if the original string does not.
</p>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string, representing a delimited list of strings]]></comment>
			</param>
			<param>
				<name>add</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to add to the original, representing the string to add to the list]]></comment>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the delimiter used to separate strings in the list]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string that represents the original string and the added string separated by the delimiter, or <code>null</code> if the string to add or the delimiter string is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>add</name>
			<comment><![CDATA[Adds string <code>add</code> to string <code>s</code> that represents a delimited list of strings, using a specified delimiter and optionally allowing duplicate words.

<p>
The returned string ends with the delimiter even if the original string does not.
</p>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string, representing a delimited list of strings]]></comment>
			</param>
			<param>
				<name>add</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to add to the original, representing the string to add to the list]]></comment>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the delimiter used to separate strings in the list]]></comment>
			</param>
			<param>
				<name>allowDuplicates</name>
				<type>boolean</type>
				<comment><![CDATA[whether to allow duplicate strings]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string that represents the original string and the added string separated by the delimiter, or <code>null</code> if the string to add or the delimiter string is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>appendParentheticalSuffix</name>
			<comment><![CDATA[Returns the original string with an appended space followed by the string value of the suffix surrounded by parentheses.

<p>
If the original string ends with a numerical parenthetical suffix having an integer value equal to <code>suffix - 1</code>, then the existing parenthetical suffix is replaced by the new one.
</p>

<p>
Examples:
</p>

<pre>
<code>
appendParentheticalSuffix("file", 0) returns "file (0)"
appendParentheticalSuffix("file (0)", 0) returns "file (0) (0)"
appendParentheticalSuffix("file (0)", 1) returns "file (1)"
appendParentheticalSuffix("file (0)", 2) returns "file (0) (2)"
</code>
</p>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>suffix</name>
				<type>int</type>
				<comment><![CDATA[the suffix to be appended]]></comment>
			</param>
			<return>
				<comment><![CDATA[the resultant string whose characters equal those of the original string, followed by a space, followed by the specified suffix enclosed in parentheses, or, if the difference between the provided suffix and the existing suffix is 1, the existing suffix is incremented by 1]]></comment>
			</return>
		</method>
		<method>
			<name>appendParentheticalSuffix</name>
			<comment><![CDATA[Returns the original string with an appended space followed by the suffix surrounded by parentheses.

<p>
Example:
</p>

<pre>
<code>
appendParentheticalSuffix("Java", "EE") returns "Java (EE)"
</code>
</pre>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>suffix</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the suffix to be appended]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string that represents the original string, followed by a space, followed by the suffix enclosed in parentheses]]></comment>
			</return>
		</method>
		<method>
			<name>bytesToHexString</name>
			<comment><![CDATA[Converts an array of bytes to a string representing the bytes in hexadecimal form.]]></comment>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
				<comment><![CDATA[the array of bytes to be converted]]></comment>
			</param>
			<return>
				<comment><![CDATA[the string representing the bytes in hexadecimal form]]></comment>
			</return>
		</method>
		<method>
			<name>contains</name>
			<comment><![CDATA[Returns <code>true</code> if the string contains the text as a comma delimited list entry.

<p>
Example:
</p>

<pre>
<code>
contains("application", "app") returns true
</code>
</pre>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string in which to search]]></comment>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the text to search for in the string]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the string contains the text as a comma delimited list entry; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>contains</name>
			<comment><![CDATA[Returns <code>true</code> if the string contains the text as a delimited list entry.

<p>
Examples:
</p>

<pre>
<code>
contains("three...two...one", "two", "...") returns true
contains("three...two...one", "thr", "...") returns false
</code>
</pre>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string in which to search]]></comment>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the text to search for in the string]]></comment>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the delimiter]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the string contains the text as a delimited list entry; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>count</name>
			<comment><![CDATA[Returns the number of times the text appears in the string.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string in which to search]]></comment>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the text to search for in the string]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of times the text appears in the string]]></comment>
			</return>
		</method>
		<method>
			<name>endsWith</name>
			<comment><![CDATA[Returns <code>true</code> if the string ends with the specified character.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string in which to search]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>char</type>
				<comment><![CDATA[the character to search for at the end of the string]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the string ends with the specified character; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>endsWith</name>
			<comment><![CDATA[Returns <code>true</code> if the string ends with the string <code>end</code>.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string in which to search]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to check for at the end of the string]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the string ends with the string <code>end</code>; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>extract</name>
			<comment><![CDATA[Returns the substring of each character instance in string <code>s</code> that is found in the character array <code>chars</code>. The substring of characters returned maintain their original order.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string from which to extract characters]]></comment>
			</param>
			<param>
				<name>chars</name>
				<type>char[]</type>
				<comment><![CDATA[the characters to extract from the string]]></comment>
			</param>
			<return>
				<comment><![CDATA[the substring of each character instance in string <code>s</code> that is found in the character array <code>chars</code>, or an empty string if the given string is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>extractChars</name>
			<comment><![CDATA[Returns the substring of English characters from the string.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string from which to extract characters]]></comment>
			</param>
			<return>
				<comment><![CDATA[the substring of English characters from the string, or an empty string if the given string is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>extractDigits</name>
			<comment><![CDATA[Returns a string consisting of all of the digits extracted from the string.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string from which to extract digits]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string consisting of all of the digits extracted from the string]]></comment>
			</return>
		</method>
		<method>
			<name>extractFirst</name>
			<comment><![CDATA[Returns the substring of <code>s</code> up to but not including the first occurrence of the delimiter.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string from which to extract a substring]]></comment>
			</param>
			<param>
				<name>delimiter</name>
				<type>char</type>
				<comment><![CDATA[the character whose index in the string marks where to end the substring]]></comment>
			</param>
			<return>
				<comment><![CDATA[the substring of <code>s</code> up to but not including the first occurrence of the delimiter, <code>null</code> if the string is <code>null</code> or the delimiter does not occur in the string]]></comment>
			</return>
		</method>
		<method>
			<name>extractFirst</name>
			<comment><![CDATA[Returns the substring of <code>s</code> up to but not including the first occurrence of the delimiter.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string from which to extract a substring]]></comment>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the smaller string whose index in the larger string marks where to end the substring]]></comment>
			</param>
			<return>
				<comment><![CDATA[the substring of <code>s</code> up to but not including the first occurrence of the delimiter, <code>null</code> if the string is <code>null</code> or the delimiter does not occur in the string]]></comment>
			</return>
		</method>
		<method>
			<name>extractLast</name>
			<comment><![CDATA[Returns the substring of <code>s</code> after but not including the last occurrence of the delimiter.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string from which to extract the substring]]></comment>
			</param>
			<param>
				<name>delimiter</name>
				<type>char</type>
				<comment><![CDATA[the character whose last index in the string marks where to begin the substring]]></comment>
			</param>
			<return>
				<comment><![CDATA[the substring of <code>s</code> after but not including the last occurrence of the delimiter, <code>null</code> if the string is <code>null</code> or the delimiter does not occur in the string]]></comment>
			</return>
		</method>
		<method>
			<name>extractLast</name>
			<comment><![CDATA[Returns the substring of <code>s</code> after but not including the last occurrence of the delimiter.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string from which to extract the substring]]></comment>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string whose last index in the string marks where to begin the substring]]></comment>
			</param>
			<return>
				<comment><![CDATA[the substring of <code>s</code> after but not including the last occurrence of the delimiter, <code>null</code> if the string is <code>null</code> or the delimiter does not occur in the string]]></comment>
			</return>
		</method>
		<method>
			<name>extractLeadingDigits</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>highlight</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>highlight</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>highlight1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>highlight2</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>highlight</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryTerms</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>highlight</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryTerms</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>highlight1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>highlight2</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>insert</name>
			<comment><![CDATA[Inserts one string into the other at the specified offset index.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>insert</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to be inserted into the original string]]></comment>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
				<comment><![CDATA[the index of the original string where the insertion should take place]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string with the other string inserted at the specified offset index, or <code>null</code> if the original string is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>lowerCase</name>
			<comment><![CDATA[Converts all of the characters in the string to lower case.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to convert]]></comment>
			</param>
			<return>
				<comment><![CDATA[the string, converted to lowercase, or <code>null</code> if the string is <code>null</code>]]></comment>
			</return>
			<see><![CDATA[{@link String#toLowerCase()}]]></see>
		</method>
		<method>
			<name>matches</name>
			<comment><![CDATA[Returns <code>true</code> if the specified pattern occurs at any position in the string.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string]]></comment>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the pattern to search for in the string]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the specified pattern occurs at any position in the string]]></comment>
			</return>
		</method>
		<method>
			<name>matchesIgnoreCase</name>
			<comment><![CDATA[Returns <code>true</code> if the specified pattern occurs at any position in the string, ignoring case.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string]]></comment>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the pattern to search for in the string]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the specified pattern occurs at any position in the string]]></comment>
			</return>
		</method>
		<method>
			<name>merge</name>
			<comment><![CDATA[Merges the elements of the boolean array into a string representing a comma delimited list of its values.]]></comment>
			<param>
				<name>array</name>
				<type>boolean[]</type>
				<comment><![CDATA[the boolean values to merge]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing a comma delimited list of the values of the boolean array, an empty string if the array is empty, or <code>null</code> if the array is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>merge</name>
			<comment><![CDATA[Merges the elements of the boolean array into a string representing a delimited list of its values.]]></comment>
			<param>
				<name>array</name>
				<type>boolean[]</type>
				<comment><![CDATA[the boolean values to merge]]></comment>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the delimiter]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing a comma delimited list of the values of the boolean array, an empty string if the array is empty, or <code>null</code> if the array is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>merge</name>
			<comment><![CDATA[Merges the elements of the character array into a string representing a comma delimited list of its values.]]></comment>
			<param>
				<name>array</name>
				<type>char[]</type>
				<comment><![CDATA[the characters to merge]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing a comma delimited list of the values of the character array, an empty string if the array is empty, or <code>null</code> if the array is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>merge</name>
			<comment><![CDATA[Merges the elements of the character array into a string representing a delimited list of its values.]]></comment>
			<param>
				<name>array</name>
				<type>char[]</type>
				<comment><![CDATA[the characters to merge]]></comment>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the delimiter]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing a delimited list of the values of the character array, an empty string if the array is empty, or <code>null</code> if the array is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>col</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>col</name>
				<type>java.util.Collection</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>merge</name>
			<comment><![CDATA[Merges the elements of an array of double-precision decimal numbers by returning a string representing a comma delimited list of its values.]]></comment>
			<param>
				<name>array</name>
				<type>double[]</type>
				<comment><![CDATA[the doubles to merge]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing a comma delimited list of the values of the array of double-precision decimal numbers, an empty string if the array is empty, or <code>null</code> if the array is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>merge</name>
			<comment><![CDATA[Merges the elements of an array of double-precision decimal numbers by returning a string representing a delimited list of its values.]]></comment>
			<param>
				<name>array</name>
				<type>double[]</type>
				<comment><![CDATA[the doubles to merge]]></comment>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the delimiter]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing a delimited list of the values of the array of double-precision decimal numbers, an empty string if the array is empty, or <code>null</code> if the array is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>merge</name>
			<comment><![CDATA[Merges the elements of an array of decimal numbers into a string representing a comma delimited list of its values.]]></comment>
			<param>
				<name>array</name>
				<type>float[]</type>
				<comment><![CDATA[the floats to merge]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing a comma delimited list of the values of the array of decimal numbers, an empty string if the array is empty, or <code>null</code> if the array is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>merge</name>
			<comment><![CDATA[Merges the elements of an array of decimal numbers into a string representing a delimited list of its values.]]></comment>
			<param>
				<name>array</name>
				<type>float[]</type>
				<comment><![CDATA[the floats to merge]]></comment>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the delimiter]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing a delimited list of the values of the array of decimal numbers, an empty string if the array is empty, or <code>null</code> if the array is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>merge</name>
			<comment><![CDATA[Merges the elements of an array of integers into a string representing a comma delimited list of its values.]]></comment>
			<param>
				<name>array</name>
				<type>int[]</type>
				<comment><![CDATA[the integers to merge]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing a comma delimited list of the values of the array of integers, an empty string if the array is empty, or <code>null</code> if the array is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>merge</name>
			<comment><![CDATA[Merges the elements of an array of integers into a string representing a delimited list of its values.]]></comment>
			<param>
				<name>array</name>
				<type>int[]</type>
				<comment><![CDATA[the integers to merge]]></comment>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the delimiter]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing a delimited list of the values of the array of integers, an empty string if the array is empty, or <code>null</code> if the array is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>merge</name>
			<comment><![CDATA[Merges the elements of an array of long integers by returning a string representing a comma delimited list of its values.]]></comment>
			<param>
				<name>array</name>
				<type>long[]</type>
				<comment><![CDATA[the long integers to merge]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing a comma delimited list of the values of the array of long integers, an empty string if the array is empty, or <code>null</code> if the array is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>merge</name>
			<comment><![CDATA[Merges the elements of an array of long integers by returning a string representing a delimited list of its values.]]></comment>
			<param>
				<name>array</name>
				<type>long[]</type>
				<comment><![CDATA[the long integers to merge]]></comment>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the delimiter]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing a delimited list of the values of the array of long integers, an empty string if the array is empty, or <code>null</code> if the array is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>merge</name>
			<comment><![CDATA[Merges the elements of an array of objects into a string representing a comma delimited list of the objects.]]></comment>
			<param>
				<name>array</name>
				<type>java.lang.Object[]</type>
				<comment><![CDATA[the objects to merge]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing a comma delimited list of the objects, an empty string if the array is empty, or <code>null</code> if the array is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>merge</name>
			<comment><![CDATA[Merges the elements of an array of objects into a string representing a delimited list of the objects.]]></comment>
			<param>
				<name>array</name>
				<type>java.lang.Object[]</type>
				<comment><![CDATA[the objects to merge]]></comment>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the delimiter]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing a delimited list of the objects, an empty string if the array is empty, or <code>null</code> if the array is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>merge</name>
			<comment><![CDATA[Merges the elements of an array of short integers by returning a string representing a comma delimited list of its values.]]></comment>
			<param>
				<name>array</name>
				<type>short[]</type>
				<comment><![CDATA[the short integers to merge]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing a comma delimited list of the values of the array of short integers, an empty string if the array is empty, or <code>null</code> if the array is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>merge</name>
			<comment><![CDATA[Merges the elements of an array of short integers by returning a string representing a delimited list of its values.]]></comment>
			<param>
				<name>array</name>
				<type>short[]</type>
				<comment><![CDATA[the short integers to merge]]></comment>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the delimiter]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing a delimited list of the values of the array of short integers, an empty string if the array is empty, or <code>null</code> if the array is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>quote</name>
			<comment><![CDATA[Returns the string enclosed by apostrophes.

<p>
Example:
</p>

<pre>
<code>
quote("Hello, World!") returns "'Hello, World!'"
</code>
</pre>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to enclose in apostrophes]]></comment>
			</param>
			<return>
				<comment><![CDATA[the string enclosed by apostrophes, or <code>null</code> if the string is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>quote</name>
			<comment><![CDATA[Returns the string enclosed by the quote character.

<p>
Example:
</p>

<pre>
<code>
quote("PATH", '%') returns "%PATH%"
</code>
</pre>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to enclose in quotes]]></comment>
			</param>
			<param>
				<name>quote</name>
				<type>char</type>
				<comment><![CDATA[the character to insert to insert to the beginning of and append to the end of the string]]></comment>
			</param>
			<return>
				<comment><![CDATA[the string enclosed in the quote characters, or <code>null</code> if the string is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>quote</name>
			<comment><![CDATA[Returns the string enclosed by the quote strings.

<p>
Example:
</p>

<pre>
<code>
quote("WARNING", "!!!") returns "!!!WARNING!!!"
</code>
</pre>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to enclose in quotes]]></comment>
			</param>
			<param>
				<name>quote</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the quote string to insert to insert to the beginning of and append to the end of the string]]></comment>
			</param>
			<return>
				<comment><![CDATA[the string enclosed in the quote strings, or <code>null</code> if the string is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>randomize</name>
			<comment><![CDATA[Pseudorandomly permutes the characters of the string.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string whose characters are to be randomized]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string of the same length as the string whose characters represent a pseudorandom permutation of the characters of the string]]></comment>
			</return>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>all</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>readLines</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>lines</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>remove</name>
			<comment><![CDATA[Removes the <code>remove</code> string from string <code>s</code> that represents a list of comma delimited strings.

<p>
The resulting string ends with a comma even if the original string does not.
</p>

<p>
Examples:
</p>

<pre>
<code>
remove("red,blue,green,yellow", "blue") returns "red,green,yellow,"
remove("blue", "blue") returns ""
remove("blue,", "blue") returns ""
</code>
</pre>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string representing the list of comma delimited strings]]></comment>
			</param>
			<param>
				<name>remove</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to remove]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the list of comma delimited strings with the <code>remove</code> string removed, or <code>null</code> if the original string, the string to remove, or the delimiter is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>remove</name>
			<comment><![CDATA[Removes the <code>remove</code> string from string <code>s</code> that represents a list of delimited strings.

<p>
The resulting string ends with the delimiter even if the original string does not.
</p>

<p>
Examples:
</p>

<pre>
<code>
remove("red;blue;green;yellow", "blue") returns "red,green,yellow;"
remove("blue", "blue") returns ""
remove("blue;", "blue") returns ""
</code>
</pre>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string representing the list of delimited strings]]></comment>
			</param>
			<param>
				<name>remove</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to remove]]></comment>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the delimiter]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the list of delimited strings with the <code>remove</code> string removed, or <code>null</code> if the original string, the string to remove, or the delimiter is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>replace</name>
			<comment><![CDATA[Replaces all occurrences of the character with the new character.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>oldSub</name>
				<type>char</type>
				<comment><![CDATA[the character to be searched for and replaced in the original string]]></comment>
			</param>
			<param>
				<name>newSub</name>
				<type>char</type>
				<comment><![CDATA[the character with which to replace the <code>oldSub</code> character]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string with all occurrences of the <code>oldSub</code> character replaced with the <code>newSub</code> character, or <code>null</code> if the original string is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>replace</name>
			<comment><![CDATA[Replaces all occurrences of the character with the new string.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>oldSub</name>
				<type>char</type>
				<comment><![CDATA[the character to be searched for and replaced in the original string]]></comment>
			</param>
			<param>
				<name>newSub</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string with which to replace the <code>oldSub</code> character]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string with all occurrences of the <code>oldSub</code> character replaced with the string <code>newSub</code>, or <code>null</code> if the original string is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>replace</name>
			<comment><![CDATA[Replaces all occurrences of the string with the new string.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>oldSub</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to be searched for and replaced in the original string]]></comment>
			</param>
			<param>
				<name>newSub</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string with which to replace the <code>oldSub</code> string]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string with all occurrences of the <code>oldSub</code> string replaced with the string <code>newSub</code>, or <code>null</code> if the original string is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>replace</name>
			<comment><![CDATA[Replaces all occurrences of the string with the new string, starting from the specified index.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>oldSub</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to be searched for and replaced in the original string]]></comment>
			</param>
			<param>
				<name>newSub</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string with which to replace the <code>oldSub</code> string]]></comment>
			</param>
			<param>
				<name>fromIndex</name>
				<type>int</type>
				<comment><![CDATA[the index of the original string from which to begin searching]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string with all occurrences of the <code>oldSub</code> string occurring after the specified index replaced with the string <code>newSub</code>, or <code>null</code> if the original string is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>begin</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>end</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>replace</name>
			<comment><![CDATA[Replaces all occurrences of the elements of the string array with the corresponding elements of the new string array.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>oldSubs</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the strings to be searched for and replaced in the original string]]></comment>
			</param>
			<param>
				<name>newSubs</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the strings with which to replace the <code>oldSubs</code> strings]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string with all occurrences of the <code>oldSubs</code> strings replaced with the corresponding <code>newSubs</code> strings, or <code>null</code> if the original string, the <code>oldSubs</code> array, or the <code>newSubs</code> is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>replace</name>
			<comment><![CDATA[Replaces all occurrences of the elements of the string array with the corresponding elements of the new string array, optionally replacing only substrings that are surrounded by word boundaries.

<p>
Examples:
</p>

<pre>
<code>
replace("redorangeyellow", {"red", "orange", "yellow"}, {"RED","ORANGE", "YELLOW"}, false) returns "REDORANGEYELLOW"
replace("redorangeyellow", {"red", "orange", "yellow"}, {"RED","ORANGE", "YELLOW"}, true) returns "redorangeyellow"
replace("redorange yellow", {"red", "orange", "yellow"}, {"RED","ORANGE", "YELLOW"}, false) returns "REDORANGE YELLOW"
replace("redorange yellow", {"red", "orange", "yellow"}, {"RED","ORANGE", "YELLOW"}, true) returns "redorange YELLOW"
replace("red orange yellow", {"red", "orange", "yellow"}, {"RED","ORANGE", "YELLOW"}, false) returns "RED ORANGE YELLOW"
replace("redorange.yellow", {"red", "orange", "yellow"}, {"RED","ORANGE", * "YELLOW"}, true) returns "redorange.YELLOW"
</code>
</pre>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>oldSubs</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the strings to be searched for and replaced in the original string]]></comment>
			</param>
			<param>
				<name>newSubs</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the strings with which to replace the <code>oldSubs</code> strings]]></comment>
			</param>
			<param>
				<name>exactMatch</name>
				<type>boolean</type>
				<comment><![CDATA[whether or not to replace only substrings of <code>s</code> that are surrounded by word boundaries]]></comment>
			</param>
			<return>
				<comment><![CDATA[if <code>exactMatch</code> is <code>true</code>, a string representing the original string with all occurrences of the <code>oldSubs</code> strings that are surrounded by word boundaries replaced with the corresponding <code>newSubs</code> strings, or else a string representing the original string with all occurrences of the <code>oldSubs</code> strings replaced with the corresponding <code>newSubs</code> strings, or <code>null</code> if the original string, the <code>oldSubs</code> array, or the <code>newSubs</code is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>replaceFirst</name>
			<comment><![CDATA[Replaces the first occurrence of the character with the new character.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>oldSub</name>
				<type>char</type>
				<comment><![CDATA[the character whose first occurrence in the original string is to be searched for and replaced]]></comment>
			</param>
			<param>
				<name>newSub</name>
				<type>char</type>
				<comment><![CDATA[the character with which to replace the first occurrence of the <code>oldSub</code> character]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string except with the first occurrence of the character <code>oldSub</code> replaced with the character <code>newSub</code>]]></comment>
			</return>
		</method>
		<method>
			<name>replaceFirst</name>
			<comment><![CDATA[Replaces the first occurrence of the character with the new string.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>oldSub</name>
				<type>char</type>
				<comment><![CDATA[the character whose first occurrence in the original string is to be searched for and replaced]]></comment>
			</param>
			<param>
				<name>newSub</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string with which to replace the first occurrence of the <code>oldSub</code> character]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string except with the first occurrence of the character <code>oldSub</code> replaced with the string <code>newSub</code>]]></comment>
			</return>
		</method>
		<method>
			<name>replaceFirst</name>
			<comment><![CDATA[Replaces the first occurrence of the string with the new string.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>oldSub</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string whose first occurrence in the original string is to be searched for and replaced]]></comment>
			</param>
			<param>
				<name>newSub</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string with which to replace the first occurrence of the <code>oldSub</code> string]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string except with the first occurrence of the string <code>oldSub</code> replaced with the string <code>newSub</code>]]></comment>
			</return>
		</method>
		<method>
			<name>replaceFirst</name>
			<comment><![CDATA[Replaces the first occurrences of the elements of the string array with the corresponding elements of the new string array.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>oldSubs</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the strings whose first occurrences are to be searched for and replaced in the original string]]></comment>
			</param>
			<param>
				<name>newSubs</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the strings with which to replace the first occurrences of the <code>oldSubs</code> strings]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string with the first occurrences of the <code>oldSubs</code> strings replaced with the corresponding <code>newSubs</code> strings, or <code>null</code> if the original string, the <code>oldSubs</code> array, or the <code>newSubs</code is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>replaceLast</name>
			<comment><![CDATA[Replaces the last occurrence of the character with the new character.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>oldSub</name>
				<type>char</type>
				<comment><![CDATA[the character whose last occurrence in the original string is to be searched for and replaced]]></comment>
			</param>
			<param>
				<name>newSub</name>
				<type>char</type>
				<comment><![CDATA[the character with which to replace the last occurrence of the <code>oldSub</code> character]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string except with the first occurrence of the character <code>oldSub</code> replaced with the character <code>newSub</code>]]></comment>
			</return>
		</method>
		<method>
			<name>replaceLast</name>
			<comment><![CDATA[Replaces the last occurrence of the character with the new string.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>oldSub</name>
				<type>char</type>
				<comment><![CDATA[the character whose last occurrence in the original string is to be searched for and replaced]]></comment>
			</param>
			<param>
				<name>newSub</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string with which to replace the last occurrence of the <code>oldSub</code> character]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string except with the last occurrence of the character <code>oldSub</code> replaced with the string <code>newSub</code>]]></comment>
			</return>
		</method>
		<method>
			<name>replaceLast</name>
			<comment><![CDATA[Replaces the last occurrence of the string <code>oldSub</code> in the string <code>s</code> with the string <code>newSub</code>.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>oldSub</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string whose last occurrence in the original string is to be searched for and replaced]]></comment>
			</param>
			<param>
				<name>newSub</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string with which to replace the last occurrence of the <code>oldSub</code> string]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string except with the last occurrence of the string <code>oldSub</code> replaced with the string <code>newSub</code>]]></comment>
			</return>
		</method>
		<method>
			<name>replaceLast</name>
			<comment><![CDATA[Replaces the last occurrences of the elements of the string array with the corresponding elements of the new string array.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>oldSubs</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the strings whose last occurrences are to be searched for and replaced in the original string]]></comment>
			</param>
			<param>
				<name>newSubs</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the strings with which to replace the last occurrences of the <code>oldSubs</code> strings]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string with the last occurrences of the <code>oldSubs</code> strings replaced with the corresponding <code>newSubs</code> strings, or <code>null</code> if the original string, the <code>oldSubs</code> array, or the <code>newSubs</code is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>replaceToStringBundler</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>begin</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>end</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>replaceWithStringBundler</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>begin</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>end</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>reverse</name>
			<comment><![CDATA[Reverses the order of the characters of the string.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string with characters in reverse order]]></comment>
			</return>
		</method>
		<method>
			<name>safePath</name>
			<comment><![CDATA[Replaces all double slashes of the string with single slashes.

<p>
Example:
</p>

<pre>
<code>
safePath("http://www.liferay.com") returns "http:/www.liferay.com"
</code>
</pre>]]></comment>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string with all double slashes replaced with single slashes]]></comment>
			</return>
		</method>
		<method>
			<name>shorten</name>
			<comment><![CDATA[Returns a string representing the original string appended with suffix "..." and then shortened to 20 characters.

<p>
The suffix is only added if the original string exceeds 20 characters. If the original string exceeds 20 characters and it contains whitespace, the string is shortened at the first whitespace character.
</p>

<p>
Examples:
</p>

<pre>
<code>
shorten("12345678901234567890xyz") returns "12345678901234567..."
shorten("1 345678901234567890xyz") returns "1..."
shorten(" 2345678901234567890xyz") returns "..."
shorten("12345678901234567890") returns "12345678901234567890"
shorten(" 2345678901234567890") returns " 2345678901234567890"
</code>
</pre>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string shortened to 20 characters, with suffix "..." appended to it]]></comment>
			</return>
		</method>
		<method>
			<name>shorten</name>
			<comment><![CDATA[Returns a string representing the original string appended with suffix "..." and then shortened to the specified length.

<p>
The suffix is only added if the original string exceeds the specified length. If the original string exceeds the specified length and it contains whitespace, the string is shortened at the first whitespace character.
</p>

<p>
Examples:
</p>

<pre>
<code>
shorten("123456789", 8) returns "12345..."
shorten("1 3456789", 8) returns "1..."
shorten(" 23456789", 8) returns "..."
shorten("12345678", 8) returns "12345678"
shorten(" 1234567", 8) returns " 1234567"
</code>
</pre>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
				<comment><![CDATA[the number of characters to limit from the original string]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string shortened to the specified length, with suffix "..." appended to it]]></comment>
			</return>
		</method>
		<method>
			<name>shorten</name>
			<comment><![CDATA[Returns a string representing the original string appended with the specified suffix and then shortened to the specified length.

<p>
The suffix is only added if the original string exceeds the specified length. If the original string exceeds the specified length and it contains whitespace, the string is shortened at the first whitespace character.
</p>

<p>
Examples:
</p>

<pre>
<code>
shorten("12345678901234", 13, "... etc.") returns "12345... etc."
shorten("1 345678901234", 13, "... etc.") returns "1... etc."
shorten(" 2345678901234", 13, "... etc.") returns "... etc."
shorten("1234567890123", 13, "... etc.") returns "1234567890123"
shorten(" 123456789012", 13, "... etc.") returns " 123456789012"
</code>
</pre>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
				<comment><![CDATA[the number of characters to limit from the original string]]></comment>
			</param>
			<param>
				<name>suffix</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the suffix to append]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string shortened to the specified length, with the specified suffix appended to it]]></comment>
			</return>
		</method>
		<method>
			<name>shorten</name>
			<comment><![CDATA[Returns a string representing the original string appended with the specified suffix and then shortened to 20 characters.

<p>
The suffix is only added if the original string exceeds 20 characters. If the original string exceeds 20 characters and it contains whitespace, the string is shortened at the first whitespace character.
</p>

<p>
Examples:
</p>

<pre>
<code>
shorten("12345678901234567890xyz", "... etc.") returns "123456789012... etc."
shorten("1 345678901234567890xyz", "... etc.") returns "1... etc."
shorten(" 2345678901234567890xyz", "... etc.") returns "... etc."
shorten("12345678901234567890", "... etc.") returns "12345678901234567890"
shorten(" 2345678901234567890", "... etc.") returns " 2345678901234567890"
</code>
</pre>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>suffix</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the suffix to append]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string shortened to 20 characters, with the specified suffix appended to it]]></comment>
			</return>
		</method>
		<method>
			<name>split</name>
			<comment><![CDATA[Splits string <code>s</code> around comma characters.

<p>
Example:
</p>

<pre>
<code>
split("Alice,Bob,Charlie") returns {"Alice", "Bob", "Charlie"}
split("Alice, Bob, Charlie") returns {"Alice", " Bob", " Charlie"}
</code>
</pre>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to split]]></comment>
			</param>
			<return>
				<comment><![CDATA[the array of strings resulting from splitting string <code>s</code> around comma characters, or an empty string array if <code>s</code> is <code>null</code> or <code>s</code> is empty]]></comment>
			</return>
		</method>
		<method>
			<name>split</name>
			<comment><![CDATA[Splits the string <code>s</code> around comma characters returning the boolean values of the substrings.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>x</name>
				<type>boolean</type>
				<comment><![CDATA[the default value to use for a substring in case an exception occurs in getting the boolean value for that substring]]></comment>
			</param>
			<return>
				<comment><![CDATA[the array of boolean values resulting from splitting string <code>s</code> around comma characters, or an empty array if <code>s</code> is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>split</name>
			<comment><![CDATA[Splits the string <code>s</code> around the specified delimiter.

<p>
Example:
</p>

<pre>
<code>
splitLines("First;Second;Third", ';') returns {"First","Second","Third"}
</code>
</pre>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to split]]></comment>
			</param>
			<param>
				<name>delimiter</name>
				<type>char</type>
				<comment><![CDATA[the delimiter]]></comment>
			</param>
			<return>
				<comment><![CDATA[the array of strings resulting from splitting string <code>s</code> around the specified delimiter character, or an empty string array if <code>s</code> is <code>null</code> or if <code>s</code> is empty]]></comment>
			</return>
		</method>
		<method>
			<name>split</name>
			<comment><![CDATA[Splits the string <code>s</code> around comma characters returning the double-precision decimal values of the substrings.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>x</name>
				<type>double</type>
				<comment><![CDATA[the default value to use for a substring in case an exception occurs in getting the double-precision decimal value for that substring]]></comment>
			</param>
			<return>
				<comment><![CDATA[the array of double-precision decimal values resulting from splitting string <code>s</code> around comma characters, or an empty array if <code>s</code> is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>split</name>
			<comment><![CDATA[Splits the string <code>s</code> around comma characters returning the decimal values of the substrings.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>x</name>
				<type>float</type>
				<comment><![CDATA[the default value to use for a substring in case an exception occurs in getting the decimal value for that substring]]></comment>
			</param>
			<return>
				<comment><![CDATA[the array of decimal values resulting from splitting string <code>s</code> around comma characters, or an empty array if <code>s</code> is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>split</name>
			<comment><![CDATA[Splits the string <code>s</code> around comma characters returning the integer values of the substrings.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>x</name>
				<type>int</type>
				<comment><![CDATA[the default value to use for a substring in case an exception occurs in getting the integer value for that substring]]></comment>
			</param>
			<return>
				<comment><![CDATA[the array of integer values resulting from splitting string <code>s</code> around comma characters, or an empty array if <code>s</code> is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>split</name>
			<comment><![CDATA[Splits the string <code>s</code> around comma characters returning the long integer values of the substrings.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>x</name>
				<type>long</type>
				<comment><![CDATA[the default value to use for a substring in case an exception occurs in getting the long integer value for that substring]]></comment>
			</param>
			<return>
				<comment><![CDATA[the array of long integer values resulting from splitting string <code>s</code> around comma characters, or an empty array if <code>s</code> is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>split</name>
			<comment><![CDATA[Splits the string <code>s</code> around comma characters returning the short integer values of the substrings.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>x</name>
				<type>short</type>
				<comment><![CDATA[the default value to use for a substring in case an exception occurs in getting the short integer value for that substring]]></comment>
			</param>
			<return>
				<comment><![CDATA[the array of short integer values resulting from splitting string <code>s</code> around comma characters, or an empty array if <code>s</code> is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>split</name>
			<comment><![CDATA[Splits the string <code>s</code> around the specified delimiter string.

<p>
Example:
</p>

<pre>
<code>
splitLines("oneandtwoandthreeandfour", "and") returns {"one","two","three","four"}
</code>
</pre>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to split]]></comment>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the delimiter]]></comment>
			</param>
			<return>
				<comment><![CDATA[the array of strings resulting from splitting string <code>s</code> around the specified delimiter string, or an empty string array if <code>s</code> is <code>null</code> or equals the delimiter]]></comment>
			</return>
		</method>
		<method>
			<name>split</name>
			<comment><![CDATA[Splits the string <code>s</code> around the specified delimiter returning the boolean values of the substrings.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to split]]></comment>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the delimiter]]></comment>
			</param>
			<param>
				<name>x</name>
				<type>boolean</type>
				<comment><![CDATA[the default value to use for a substring in case an exception occurs in getting the boolean value for that substring]]></comment>
			</param>
			<return>
				<comment><![CDATA[the array of booleans resulting from splitting string <code>s</code> around the specified delimiter string, or an empty array if <code>s</code> is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>split</name>
			<comment><![CDATA[Splits the string <code>s</code> around the specified delimiter returning the double-precision decimal values of the substrings.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to split]]></comment>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the delimiter]]></comment>
			</param>
			<param>
				<name>x</name>
				<type>double</type>
				<comment><![CDATA[the default value to use for a substring in case an exception occurs in getting the double-precision decimal value for that substring]]></comment>
			</param>
			<return>
				<comment><![CDATA[the array of double-precision decimal values resulting from splitting string <code>s</code> around the specified delimiter string, or an empty array if <code>s</code> is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>split</name>
			<comment><![CDATA[Splits the string <code>s</code> around the specified delimiter returning the decimal values of the substrings.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to split]]></comment>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the delimiter]]></comment>
			</param>
			<param>
				<name>x</name>
				<type>float</type>
				<comment><![CDATA[the default value to use for a substring in case an exception occurs in getting the decimal value for that substring]]></comment>
			</param>
			<return>
				<comment><![CDATA[the array of decimal values resulting from splitting string <code>s</code> around the specified delimiter string, or an empty array if <code>s</code> is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>split</name>
			<comment><![CDATA[Splits the string <code>s</code> around the specified delimiter returning the integer values of the substrings.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to split]]></comment>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the delimiter]]></comment>
			</param>
			<param>
				<name>x</name>
				<type>int</type>
				<comment><![CDATA[the default value to use for a substring in case an exception occurs in getting the integer value for that substring]]></comment>
			</param>
			<return>
				<comment><![CDATA[the array of integer values resulting from splitting string <code>s</code> around the specified delimiter string, or an empty array if <code>s</code> is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>split</name>
			<comment><![CDATA[Splits the string <code>s</code> around the specified delimiter returning the long integer values of the substrings.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to split]]></comment>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the delimiter]]></comment>
			</param>
			<param>
				<name>x</name>
				<type>long</type>
				<comment><![CDATA[the default value to use for a substring in case an exception occurs in getting the long integer value for that substring]]></comment>
			</param>
			<return>
				<comment><![CDATA[the array of long integer values resulting from splitting string <code>s</code> around the specified delimiter string, or an empty array if <code>s</code> is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>split</name>
			<comment><![CDATA[Splits the string <code>s</code> around the specified delimiter returning the short integer values of the substrings.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to split]]></comment>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the delimiter]]></comment>
			</param>
			<param>
				<name>x</name>
				<type>short</type>
				<comment><![CDATA[the default value to use for a substring in case an exception occurs in getting the short integer value for that substring]]></comment>
			</param>
			<return>
				<comment><![CDATA[the array of short integer values resulting from splitting string <code>s</code> around the specified delimiter string, or an empty array if <code>s</code> is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>splitLines</name>
			<comment><![CDATA[Splits string <code>s</code> around return and newline characters.

<p>
Example:
</p>

<pre>
<code>
splitLines("Red\rBlue\nGreen") returns {"Red","Blue","Green"}
</code>
</pre>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to split]]></comment>
			</param>
			<return>
				<comment><![CDATA[the array of strings resulting from splitting string <code>s</code> around return and newline characters, or an empty string array if string <code>s</code> is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>startsWith</name>
			<comment><![CDATA[Returns <code>true</code> if, ignoring case, the string starts with the specified character.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string]]></comment>
			</param>
			<param>
				<name>begin</name>
				<type>char</type>
				<comment><![CDATA[the character against which the initial character of the string is to be compared]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if, ignoring case, the string starts with the specified character; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>startsWith</name>
			<comment><![CDATA[Returns <code>true</code> if, ignoring case, the string starts with the specified start string.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string against which the beginning of string <code>s</code> are to be compared]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if, ignoring case, the string starts with the specified start string; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>startsWithWeight</name>
			<comment><![CDATA[Returns the number of starting characters that <code>s1</code> and <code>s2</code> have in common before their characters deviate.]]></comment>
			<param>
				<name>s1</name>
				<type>java.lang.String</type>
				<comment><![CDATA[string 1]]></comment>
			</param>
			<param>
				<name>s2</name>
				<type>java.lang.String</type>
				<comment><![CDATA[string 2]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of starting characters that <code>s1</code> and <code>s2</code> have in common before their characters deviate]]></comment>
			</return>
		</method>
		<method>
			<name>strip</name>
			<comment><![CDATA[Returns a string representing the string <code>s</code> with all occurrences of the specified character removed.

<p>
Example:
</p>

<pre>
<code>
strip("Mississipi", 'i') returns "Mssssp"
</code>
</pre>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string from which to strip all occurrences the character]]></comment>
			</param>
			<param>
				<name>remove</name>
				<type>char</type>
				<comment><![CDATA[the character to strip from the string]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the string <code>s</code> with all occurrences of the specified character removed, or <code>null</code> if <code>s</code> is <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>stripBetween</name>
			<comment><![CDATA[Returns a string representing the combination of the substring of <code>s</code> up to but not including the string <code>begin</code> concatenated with the substring of <code>s</code> after but not including the string <code>end</code>.

<p>
Example:
<p>

<pre>
<code>
stripBetween("One small step for man, one giant leap for mankind", "step", "giant ") returns "One small leap for mankind"
</code>
</pre>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the from which to strip a substring]]></comment>
			</param>
			<param>
				<name>begin</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the beginning characters of the substring to be removed]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ending characters of the substring to be removed]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the combination of the substring of <code>s</code> up to but not including the string <code>begin</code> concatenated with the substring of <code>s</code> after but not including the string <code>end</code>, or the original string if the value of <code>s</code>, <code>begin</code>, or <code>end</code> are <code>null</code>]]></comment>
			</return>
		</method>
		<method>
			<name>toCharCode</name>
			<comment><![CDATA[Returns a string representing the Unicode character codes of the characters comprising the string <code>s</code>.

<p>
Example:
</p>

<pre>
<code>
toCharCode("a") returns "97"
toCharCode("b") returns "98"
toCharCode("c") returns "99"
toCharCode("What's for lunch?") returns "87104971163911532102111114321081171109910463"
</code>
</p>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string whose character codes are to be represented]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the Unicode character codes of the characters comprising the string <code>s</code>]]></comment>
			</return>
		</method>
		<method>
			<name>toHexString</name>
			<param>
				<name>i</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toHexString</name>
			<param>
				<name>l</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>toHexString</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>trim</name>
			<comment><![CDATA[Trims all leading and trailing whitespace from the string.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string with all leading and trailing whitespace removed]]></comment>
			</return>
		</method>
		<method>
			<name>trim</name>
			<comment><![CDATA[Trims leading and trailing whitespace from the string, up to but not including the whitespace character specified by <code>c</code>.

<p>
Examples:
</p>

<pre>
<code>
trim(" \tHey\t ", '\t') returns "\tHey\t"
trim(" \t Hey \t ", '\t') returns "\t Hey \t"
</code>
</pre>]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>c</name>
				<type>char</type>
				<comment><![CDATA[the whitespace character to limit trimming]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string with leading and trailing whitespace removed, up to but not including the whitespace character specified by <code>c</code>]]></comment>
			</return>
		</method>
		<method>
			<name>trim</name>
			<comment><![CDATA[Trims leading and trailing whitespace from the string, up to but not including the whitespace characters specified by <code>exceptions</code>.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>exceptions</name>
				<type>char[]</type>
				<comment><![CDATA[the whitespace characters to limit trimming]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string with leading and trailing whitespace removed, up to but not including the whitespace characters specified by <code>exceptions</code>]]></comment>
			</return>
		</method>
		<method>
			<name>trimLeading</name>
			<comment><![CDATA[Trims all leading whitespace from the string.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string with all leading whitespace removed]]></comment>
			</return>
		</method>
		<method>
			<name>trimLeading</name>
			<comment><![CDATA[Trims leading whitespace from the string, up to but not including the whitespace character specified by <code>c</code>.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>c</name>
				<type>char</type>
				<comment><![CDATA[the whitespace character to limit trimming]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string with leading whitespace removed, up to but not including the whitespace character specified by <code>c</code>]]></comment>
			</return>
		</method>
		<method>
			<name>trimLeading</name>
			<comment><![CDATA[Trims leading whitespace from the string, up to but not including the whitespace characters specified by <code>exceptions</code>.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>exceptions</name>
				<type>char[]</type>
				<comment><![CDATA[the whitespace characters to limit trimming]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string with leading whitespace removed, up to but not including the whitespace characters specified by <code>exceptions</code>]]></comment>
			</return>
		</method>
		<method>
			<name>trimTrailing</name>
			<comment><![CDATA[Trims all trailing whitespace from the string.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string with all trailing whitespace removed]]></comment>
			</return>
		</method>
		<method>
			<name>trimTrailing</name>
			<comment><![CDATA[Trims trailing whitespace from the string, up to but not including the whitespace character specified by <code>c</code>.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>c</name>
				<type>char</type>
				<comment><![CDATA[the whitespace character to limit trimming]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string with trailing whitespace removed, up to but not including the whitespace character specified by <code>c</code>]]></comment>
			</return>
		</method>
		<method>
			<name>trimTrailing</name>
			<comment><![CDATA[Trims trailing whitespace from the string, up to but not including the whitespace characters specified by <code>exceptions</code>.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<param>
				<name>exceptions</name>
				<type>char[]</type>
				<comment><![CDATA[the whitespace characters to limit trimming]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string with trailing whitespace removed, up to but not including the whitespace characters specified by <code>exceptions</code>]]></comment>
			</return>
		</method>
		<method>
			<name>unquote</name>
			<comment><![CDATA[Removes leading and trailing double and single quotation marks from the string.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original string]]></comment>
			</param>
			<return>
				<comment><![CDATA[a string representing the original string with leading and trailing double and single quotation marks removed, or the original string if the original string is a <code>null</code> or empty]]></comment>
			</return>
		</method>
		<method>
			<name>upperCase</name>
			<comment><![CDATA[Converts all of the characters in the string to upper case.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to convert]]></comment>
			</param>
			<return>
				<comment><![CDATA[the string, converted to upper-case, or <code>null</code> if the string is <code>null</code>]]></comment>
			</return>
			<see><![CDATA[{@link String#toUpperCase()}]]></see>
		</method>
		<method>
			<name>upperCaseFirstLetter</name>
			<comment><![CDATA[Converts the first character of the string to upper case.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string whose first character is to be converted]]></comment>
			</param>
			<return>
				<comment><![CDATA[the string, with its first character converted to upper-case]]></comment>
			</return>
		</method>
		<method>
			<name>valueOf</name>
			<comment><![CDATA[Returns the string value of the object.]]></comment>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
				<comment><![CDATA[the object whose string value is to be returned]]></comment>
			</param>
			<return>
				<comment><![CDATA[the string value of the object]]></comment>
			</return>
			<see><![CDATA[{@link String#valueOf(Object obj)}]]></see>
		</method>
		<method>
			<name>wrap</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>wrap</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>width</name>
				<type>int</type>
			</param>
			<param>
				<name>lineSeparator</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_highlight</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.util.regex.Pattern</type>
			</param>
			<param>
				<name>highlight1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>highlight2</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_isTrimable</name>
			<comment><![CDATA[Returns <code>false</code> if the character is not whitespace or is equal to any of the exception characters.]]></comment>
			<param>
				<name>c</name>
				<type>char</type>
				<comment><![CDATA[the character whose trim-ability is to be determined]]></comment>
			</param>
			<param>
				<name>exceptions</name>
				<type>char[]</type>
				<comment><![CDATA[the whitespace characters to exclude from trimming]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>false</code> if the character is not whitespace or is equal to any of the exception characters; <code>true</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>_wrap</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>width</name>
				<type>int</type>
			</param>
			<param>
				<name>lineSeparator</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_HEX_DIGITS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_emptyStringArray</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StringUtil_IW</name>
		<type>com.liferay.portal.kernel.util.StringUtil_IW</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>add</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>add</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>add</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>allowDuplicates</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>appendParentheticalSuffix</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>suffix</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>appendParentheticalSuffix</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>suffix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>bytesToHexString</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>count</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>endsWith</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>end</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>endsWith</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>end</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>extract</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>extractChars</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>extractDigits</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>extractFirst</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>extractFirst</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>extractLast</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>extractLast</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>extractLeadingDigits</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>highlight</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>highlight</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>highlight1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>highlight2</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>highlight</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryTerms</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>highlight</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryTerms</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>highlight1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>highlight2</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>insert</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>insert</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>lowerCase</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>matches</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>matchesIgnoreCase</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>array</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>array</name>
				<type>boolean[]</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>array</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>array</name>
				<type>char[]</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>col</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>col</name>
				<type>java.util.Collection</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>array</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>array</name>
				<type>double[]</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>array</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>array</name>
				<type>float[]</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>array</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>array</name>
				<type>long[]</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>array</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>array</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>array</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>array</name>
				<type>short[]</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>quote</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>quote</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>quote</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>quote</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>quote</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>randomize</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>all</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>readLines</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>lines</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>remove</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>remove</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldSub</name>
				<type>char</type>
			</param>
			<param>
				<name>newSub</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldSub</name>
				<type>char</type>
			</param>
			<param>
				<name>newSub</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldSub</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newSub</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldSub</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newSub</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromIndex</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>begin</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>end</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldSubs</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>newSubs</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldSubs</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>newSubs</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>exactMatch</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>replaceFirst</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldSub</name>
				<type>char</type>
			</param>
			<param>
				<name>newSub</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>replaceFirst</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldSub</name>
				<type>char</type>
			</param>
			<param>
				<name>newSub</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replaceFirst</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldSub</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newSub</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replaceFirst</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldSubs</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>newSubs</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>replaceLast</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldSub</name>
				<type>char</type>
			</param>
			<param>
				<name>newSub</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>replaceLast</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldSub</name>
				<type>char</type>
			</param>
			<param>
				<name>newSub</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replaceLast</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldSub</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newSub</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replaceLast</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldSubs</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>newSubs</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>replaceToStringBundler</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>begin</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>end</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>replaceWithStringBundler</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>begin</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>end</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>reverse</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>safePath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>shorten</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>shorten</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>shorten</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<param>
				<name>suffix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>shorten</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>suffix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>split</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>split</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>x</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>split</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>split</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>x</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>split</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>x</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>split</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>x</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>split</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>x</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>split</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>x</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>split</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>split</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>x</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>split</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>x</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>split</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>x</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>split</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>x</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>split</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>x</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>split</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>x</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>splitLines</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>startsWith</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>begin</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>startsWith</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>startsWithWeight</name>
			<param>
				<name>s1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s2</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>strip</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>remove</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>stripBetween</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>begin</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>end</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toCharCode</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toHexString</name>
			<param>
				<name>i</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toHexString</name>
			<param>
				<name>l</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>toHexString</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>trim</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>trim</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>trim</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>exceptions</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>trimLeading</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>trimLeading</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>trimLeading</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>exceptions</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>trimTrailing</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>trimTrailing</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>trimTrailing</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>exceptions</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>unquote</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>upperCase</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>upperCaseFirstLetter</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>valueOf</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>wrap</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>wrap</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>width</name>
				<type>int</type>
			</param>
			<param>
				<name>lineSeparator</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>StringUtil_IW</name>
		</method>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SystemEnv</name>
		<type>com.liferay.portal.kernel.util.SystemEnv</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>setProperties</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SystemProperties</name>
		<type>com.liferay.portal.kernel.util.SystemProperties</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Mirco Tamburini]]></author>
		<author><![CDATA[Brett Randall]]></author>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getArray</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getProperties</name>
		</method>
		<method>
			<name>set</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>SystemProperties</name>
		</method>
		<field>
			<name>SYSTEM_PROPERTIES_FINAL</name>
		</field>
		<field>
			<name>SYSTEM_PROPERTIES_LOAD</name>
		</field>
		<field>
			<name>TMP_DIR</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_properties</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TempFileNameException</name>
		<type>com.liferay.portal.kernel.util.TempFileNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TempFileNameException</name>
		</method>
		<method>
			<name>TempFileNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>TempFileNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>TempFileNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TempFileUtil</name>
		<type>com.liferay.portal.kernel.util.TempFileUtil</type>
		<author><![CDATA[Sergio González]]></author>
		<author><![CDATA[Matthew Kong]]></author>
		<method>
			<name>addTempFile</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>tempPathName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addTempFile</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tempPathName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addTempFile</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tempPathName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addTempFile</name>
			<param>
				<name>tempPathName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addTempFile</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tempPathName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTempFile</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tempPathName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTempFile</name>
			<param>
				<name>tempFileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTempFile</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tempPathName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTempFileAsStream</name>
			<param>
				<name>tempFileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTempFileEntryNames</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>tempPathName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTempFileEntryNames</name>
			<param>
				<name>tempPathName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTempFileName</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tempPathName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getTempFileSize</name>
			<param>
				<name>tempFileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTempFolderName</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>tempPathName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>validateFileName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>validatePathName</name>
			<param>
				<name>pathName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<field>
			<name>_BASE_TEMP_PATHNAME</name>
		</field>
		<field>
			<name>_COMPANY_ID</name>
		</field>
		<field>
			<name>_NULL_CHAR</name>
		</field>
		<field>
			<name>_REPOSITORY_ID</name>
		</field>
		<field>
			<name>_SUFFIX_TEMP_FILENAME</name>
		</field>
		<field>
			<name>_USER_ID</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TextFormatter</name>
		<type>com.liferay.portal.kernel.util.TextFormatter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>format</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>style</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>formatKB</name>
			<param>
				<name>size</name>
				<type>double</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>formatKB</name>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>formatName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>formatPlural</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_formatA</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_formatB</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_formatC</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_formatD</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_formatE</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_formatF</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_formatG</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_formatH</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_formatI</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_formatJ</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_formatK</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_formatL</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_formatM</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_formatN</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_formatO</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_formatP</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>A</name>
		</field>
		<field>
			<name>B</name>
		</field>
		<field>
			<name>C</name>
		</field>
		<field>
			<name>D</name>
		</field>
		<field>
			<name>E</name>
		</field>
		<field>
			<name>F</name>
		</field>
		<field>
			<name>G</name>
		</field>
		<field>
			<name>H</name>
		</field>
		<field>
			<name>I</name>
		</field>
		<field>
			<name>J</name>
		</field>
		<field>
			<name>K</name>
		</field>
		<field>
			<name>L</name>
		</field>
		<field>
			<name>M</name>
		</field>
		<field>
			<name>N</name>
		</field>
		<field>
			<name>O</name>
		</field>
		<field>
			<name>P</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThemeHelper</name>
		<type>com.liferay.portal.kernel.util.ThemeHelper</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getResourcePath</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>theme</name>
				<type>com.liferay.portal.model.Theme</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>resourceExists</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>theme</name>
				<type>com.liferay.portal.model.Theme</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_resourceExists</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>theme</name>
				<type>com.liferay.portal.model.Theme</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>TEMPLATE_EXTENSION_FTL</name>
		</field>
		<field>
			<name>TEMPLATE_EXTENSION_JSP</name>
		</field>
		<field>
			<name>TEMPLATE_EXTENSION_VM</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThreadUtil</name>
		<type>com.liferay.portal.kernel.util.ThreadUtil</type>
		<author><![CDATA[Tina Tian]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getThreads</name>
		</method>
		<method>
			<name>threadDump</name>
		</method>
		<method>
			<name>_getThreadDumpFromJstack</name>
		</method>
		<method>
			<name>_getThreadDumpFromStackTrace</name>
		</method>
	</javadoc>
	<javadoc>
		<name>Time</name>
		<type>com.liferay.portal.kernel.util.Time</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getDate</name>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>tz</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>tz</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDescription</name>
			<param>
				<name>milliseconds</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getDescription</name>
			<param>
				<name>milliseconds</name>
				<type>long</type>
			</param>
			<param>
				<name>approximate</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getRFC822</name>
		</method>
		<method>
			<name>getRFC822</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>getShortTimestamp</name>
		</method>
		<method>
			<name>getShortTimestamp</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>getSimpleDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTimestamp</name>
		</method>
		<method>
			<name>getTimestamp</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<field>
			<name>DAY</name>
		</field>
		<field>
			<name>HOUR</name>
		</field>
		<field>
			<name>MINUTE</name>
		</field>
		<field>
			<name>MONTH</name>
		</field>
		<field>
			<name>RFC822_FORMAT</name>
		</field>
		<field>
			<name>SECOND</name>
		</field>
		<field>
			<name>SHORT_TIMESTAMP_FORMAT</name>
		</field>
		<field>
			<name>TIMESTAMP_FORMAT</name>
		</field>
		<field>
			<name>WEEK</name>
		</field>
		<field>
			<name>YEAR</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TimeZoneThreadLocal</name>
		<type>com.liferay.portal.kernel.util.TimeZoneThreadLocal</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getDefaultTimeZone</name>
		</method>
		<method>
			<name>getThemeDisplayTimeZone</name>
		</method>
		<method>
			<name>setDefaultTimeZone</name>
			<param>
				<name>timeZonee</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>setThemeDisplayTimeZone</name>
			<param>
				<name>timeZonee</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<field>
			<name>_defaultTimeZone</name>
		</field>
		<field>
			<name>_themeDisplayTimeZone</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TimeZoneUtil</name>
		<type>com.liferay.portal.kernel.util.TimeZoneUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getDefault</name>
		</method>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>getTimeZone</name>
			<param>
				<name>timeZoneId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDefault</name>
			<param>
				<name>timeZoneId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>TimeZoneUtil</name>
		</method>
		<method>
			<name>_getDefault</name>
		</method>
		<method>
			<name>_getTimeZone</name>
			<param>
				<name>timeZoneId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_setDefault</name>
			<param>
				<name>timeZoneId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_timeZone</name>
		</field>
		<field>
			<name>_timeZones</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TimeZoneUtil_IW</name>
		<type>com.liferay.portal.kernel.util.TimeZoneUtil_IW</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>getDefault</name>
		</method>
		<method>
			<name>getWrappedInstance</name>
		</method>
		<method>
			<name>getTimeZone</name>
			<param>
				<name>timeZoneId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDefault</name>
			<param>
				<name>timeZoneId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>TimeZoneUtil_IW</name>
		</method>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TransientValue</name>
		<type>com.liferay.portal.kernel.util.TransientValue</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TransientValue</name>
			<param>
				<name>value</name>
				<type>V</type>
			</param>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>isNotNull</name>
		</method>
		<method>
			<name>isNull</name>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>V</type>
			</param>
		</method>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TranslatedList</name>
		<type>com.liferay.portal.kernel.util.TranslatedList</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TranslatedList</name>
			<param>
				<name>newList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>oldList</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>o</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>element</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>addAll</name>
			<param>
				<name>c</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>addAll</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>c</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>o</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>removeAll</name>
			<param>
				<name>c</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>retainAll</name>
			<param>
				<name>c</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>set</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>element</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>subList</name>
			<param>
				<name>fromIndex</name>
				<type>int</type>
			</param>
			<param>
				<name>toIndex</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>newInstance</name>
			<param>
				<name>newList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>oldList</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>toOldObject</name>
			<param>
				<name>o</name>
				<type>E</type>
			</param>
		</method>
		<field>
			<name>_oldList</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TreeNode</name>
		<type>com.liferay.portal.kernel.util.TreeNode</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Dennis Ju]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TreeNode</name>
			<param>
				<name>value</name>
				<type>T</type>
			</param>
		</method>
		<method>
			<name>TreeNode</name>
			<param>
				<name>value</name>
				<type>T</type>
			</param>
			<param>
				<name>parentNode</name>
				<type>com.liferay.portal.kernel.util.TreeNode</type>
			</param>
		</method>
		<method>
			<name>TreeNode</name>
			<param>
				<name>value</name>
				<type>T</type>
			</param>
			<param>
				<name>parentNode</name>
				<type>com.liferay.portal.kernel.util.TreeNode</type>
			</param>
			<param>
				<name>childNodes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>addChildNode</name>
			<param>
				<name>value</name>
				<type>T</type>
			</param>
		</method>
		<method>
			<name>getChildNodes</name>
		</method>
		<method>
			<name>getChildValues</name>
		</method>
		<method>
			<name>getParentNode</name>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>isRootNode</name>
		</method>
		<field>
			<name>_childNodes</name>
		</field>
		<field>
			<name>_parentNode</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TreeNodeView</name>
		<type>com.liferay.portal.kernel.util.TreeNodeView</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Dennis Ju]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TreeNodeView</name>
			<param>
				<name>id</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getDepth</name>
		</method>
		<method>
			<name>getHref</name>
		</method>
		<method>
			<name>getId</name>
		</method>
		<method>
			<name>getImg</name>
		</method>
		<method>
			<name>getLs</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getObjId</name>
		</method>
		<method>
			<name>getParentId</name>
		</method>
		<method>
			<name>isLeaf</name>
		</method>
		<method>
			<name>setDepth</name>
			<param>
				<name>depth</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setHref</name>
			<param>
				<name>href</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setId</name>
			<param>
				<name>id</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setImg</name>
			<param>
				<name>img</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLeaf</name>
			<param>
				<name>leaf</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLs</name>
			<param>
				<name>ls</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setObjId</name>
			<param>
				<name>objId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParentId</name>
			<param>
				<name>parentId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_depth</name>
		</field>
		<field>
			<name>_href</name>
		</field>
		<field>
			<name>_id</name>
		</field>
		<field>
			<name>_img</name>
		</field>
		<field>
			<name>_leaf</name>
		</field>
		<field>
			<name>_ls</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_objId</name>
		</field>
		<field>
			<name>_parentId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TreeView</name>
		<type>com.liferay.portal.kernel.util.TreeView</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>TreeView</name>
		</method>
		<method>
			<name>TreeView</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>depth</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getDepth</name>
		</method>
		<method>
			<name>getList</name>
		</method>
		<field>
			<name>_depth</name>
		</field>
		<field>
			<name>_list</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Tuple</name>
		<type>com.liferay.portal.kernel.util.Tuple</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>Tuple</name>
			<param>
				<name>array</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getObject</name>
			<param>
				<name>i</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<field>
			<name>_array</name>
		</field>
	</javadoc>
	<javadoc>
		<name>URLCodec</name>
		<type>com.liferay.portal.kernel.util.URLCodec</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>decodeURL</name>
			<param>
				<name>encodedURLString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>decodeURL</name>
			<param>
				<name>encodedURLString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>unescapeSpaces</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>decodeURL</name>
			<param>
				<name>encodedURLString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>charsetName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>unescapeSpaces</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>encodeURL</name>
			<param>
				<name>rawURLString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>encodeURL</name>
			<param>
				<name>rawURLString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>escapeSpaces</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>encodeURL</name>
			<param>
				<name>rawURLString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>charsetName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>escapeSpaces</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>_charToHex</name>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>_getEncodedByteBuffer</name>
			<param>
				<name>encodedString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_getRawCharBuffer</name>
			<param>
				<name>rawString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_validChars</name>
		</field>
	</javadoc>
	<javadoc>
		<name>URLStringEncoder</name>
		<type>com.liferay.portal.kernel.util.URLStringEncoder</type>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>decode</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>encode</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UnicodeFormatter</name>
		<type>com.liferay.portal.kernel.util.UnicodeFormatter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>bytesToHex</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>byteToHex</name>
			<param>
				<name>b</name>
				<type>byte</type>
			</param>
		</method>
		<method>
			<name>byteToHex</name>
			<param>
				<name>b</name>
				<type>byte</type>
			</param>
			<param>
				<name>hexes</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>byteToHex</name>
			<param>
				<name>b</name>
				<type>byte</type>
			</param>
			<param>
				<name>hexes</name>
				<type>char[]</type>
			</param>
			<param>
				<name>upperCase</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>charToHex</name>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>hexToBytes</name>
			<param>
				<name>hexString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>parseString</name>
			<param>
				<name>hexString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>array</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_byteToHex</name>
			<param>
				<name>b</name>
				<type>byte</type>
			</param>
			<param>
				<name>hexes</name>
				<type>char[]</type>
			</param>
			<param>
				<name>table</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>_charToHex</name>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
			<param>
				<name>hexes</name>
				<type>char[]</type>
			</param>
		</method>
		<field>
			<name>_HEX_DIGITS</name>
		</field>
		<field>
			<name>_HEX_DIGITS_UPPER_CASE</name>
		</field>
		<field>
			<name>_UNICODE_PREFIX</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnicodeFormatter_IW</name>
		<type>com.liferay.portal.kernel.util.UnicodeFormatter_IW</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>bytesToHex</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>byteToHex</name>
			<param>
				<name>b</name>
				<type>byte</type>
			</param>
		</method>
		<method>
			<name>byteToHex</name>
			<param>
				<name>b</name>
				<type>byte</type>
			</param>
			<param>
				<name>hexes</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>byteToHex</name>
			<param>
				<name>b</name>
				<type>byte</type>
			</param>
			<param>
				<name>hexes</name>
				<type>char[]</type>
			</param>
			<param>
				<name>upperCase</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>charToHex</name>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>hexToBytes</name>
			<param>
				<name>hexString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>parseString</name>
			<param>
				<name>hexString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>array</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>UnicodeFormatter_IW</name>
		</method>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnicodeProperties</name>
		<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
		<comment><![CDATA[<p>
This is a rewrite of java.util.Properties that is not synchronized and natively supports non-ASCII encodings. It can also be configured to be "safe", allowing the values to have new line characters. When stored to a given BufferedWriter, "safe" properties will replace all new line characters with a _SAFE_NEWLINE_CHARACTER_.
</p>

<p>
In its current form, this is not intended to replace java.util.Properties for reading properties flat files. This class is not thread-safe.
</p>]]></comment>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>UnicodeProperties</name>
		</method>
		<method>
			<name>UnicodeProperties</name>
			<param>
				<name>safe</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>fastLoad</name>
			<param>
				<name>props</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isSafe</name>
		</method>
		<method>
			<name>load</name>
			<param>
				<name>props</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>line</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toSortedString</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>getToStringLength</name>
		</method>
		<method>
			<name>_decode</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_encode</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_isComment</name>
			<param>
				<name>line</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_SAFE_NEWLINE_CHARACTER</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_length</name>
		</field>
		<field>
			<name>_safe</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UniqueList</name>
		<type>com.liferay.portal.kernel.util.UniqueList</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>UniqueList</name>
		</method>
		<method>
			<name>UniqueList</name>
			<param>
				<name>c</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>UniqueList</name>
			<param>
				<name>initialCapacity</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>e</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>e</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>addAll</name>
			<param>
				<name>c</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>addAll</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>c</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>set</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>e</name>
				<type>E</type>
			</param>
		</method>
		<field>
			<name>_STACK_TRACE_COLLECTIONS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnmodifiableList</name>
		<type>com.liferay.portal.kernel.util.UnmodifiableList</type>
		<comment><![CDATA[<p>
This is a read-only wrapper around any <code>java.util.List</code>. Query operations will "read through" to the specified list. Attempts to modify the list directly or via its iterator will result in a <code>java.lang.UnsupportedOperationException</code>.
</p>]]></comment>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>UnmodifiableList</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>element</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>addAll</name>
			<param>
				<name>collection</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>addAll</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>collection</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>containsAll</name>
			<param>
				<name>collection</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>indexOf</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isEmpty</name>
		</method>
		<method>
			<name>iterator</name>
		</method>
		<method>
			<name>lastIndexOf</name>
			<param>
				<name>o</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>listIterator</name>
		</method>
		<method>
			<name>listIterator</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>removeAll</name>
			<param>
				<name>collection</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>retainAll</name>
			<param>
				<name>collection</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>set</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>element</name>
				<type>E</type>
			</param>
		</method>
		<method>
			<name>size</name>
		</method>
		<method>
			<name>subList</name>
			<param>
				<name>fromIndex</name>
				<type>int</type>
			</param>
			<param>
				<name>toIndex</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toArray</name>
		</method>
		<method>
			<name>toArray</name>
			<param>
				<name>a</name>
				<type>T[]</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_MESSAGE</name>
		</field>
		<field>
			<name>_list</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnsyncPrintWriterPool</name>
		<type>com.liferay.portal.kernel.util.UnsyncPrintWriterPool</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>borrow</name>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
		</method>
		<method>
			<name>borrow</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>setEnabled</name>
			<param>
				<name>enabled</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_borrowedUnsyncPrintWritersThreadLocal</name>
		</field>
		<field>
			<name>_enabledThreadLocal</name>
		</field>
		<field>
			<name>_unsyncPrintWriterSoftReferencePool</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Validator</name>
		<type>com.liferay.portal.kernel.util.Validator</type>
		<comment><![CDATA[Provides utility methods related to data validation and format checking.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alysa Carver]]></author>
		<method>
			<name>equals</name>
			<comment><![CDATA[Returns <code>true</code> if the booleans are equal.]]></comment>
			<param>
				<name>boolean1</name>
				<type>boolean</type>
				<comment><![CDATA[the first boolean]]></comment>
			</param>
			<param>
				<name>boolean2</name>
				<type>boolean</type>
				<comment><![CDATA[the second boolean]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the booleans are equal; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>equals</name>
			<comment><![CDATA[Returns <code>true</code> if the bytes are equal.]]></comment>
			<param>
				<name>byte1</name>
				<type>byte</type>
				<comment><![CDATA[the first byte]]></comment>
			</param>
			<param>
				<name>byte2</name>
				<type>byte</type>
				<comment><![CDATA[the second byte]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the bytes are equal; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>equals</name>
			<comment><![CDATA[Returns <code>true</code> if the characters are equal.]]></comment>
			<param>
				<name>char1</name>
				<type>char</type>
				<comment><![CDATA[the first character]]></comment>
			</param>
			<param>
				<name>char2</name>
				<type>char</type>
				<comment><![CDATA[the second character]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the characters are equal; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>equals</name>
			<comment><![CDATA[Returns <code>true</code> if the doubles are equal.]]></comment>
			<param>
				<name>double1</name>
				<type>double</type>
				<comment><![CDATA[the first double]]></comment>
			</param>
			<param>
				<name>double2</name>
				<type>double</type>
				<comment><![CDATA[the second double]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the doubles are equal; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>equals</name>
			<comment><![CDATA[Returns <code>true</code> if the floats are equal.]]></comment>
			<param>
				<name>float1</name>
				<type>float</type>
				<comment><![CDATA[the first float]]></comment>
			</param>
			<param>
				<name>float2</name>
				<type>float</type>
				<comment><![CDATA[the second float]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the floats are equal; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>equals</name>
			<comment><![CDATA[Returns <code>true</code> if the integers are equal.]]></comment>
			<param>
				<name>int1</name>
				<type>int</type>
				<comment><![CDATA[the first integer]]></comment>
			</param>
			<param>
				<name>int2</name>
				<type>int</type>
				<comment><![CDATA[the second integer]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the integers are equal; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>equals</name>
			<comment><![CDATA[Returns <code>true</code> if the long integers are equal.]]></comment>
			<param>
				<name>long1</name>
				<type>long</type>
				<comment><![CDATA[the first long integer]]></comment>
			</param>
			<param>
				<name>long2</name>
				<type>long</type>
				<comment><![CDATA[the second long integer]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the long integers are equal; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>equals</name>
			<comment><![CDATA[Returns <code>true</code> if the objects are either equal, the same instance, or both <code>null</code>.]]></comment>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
				<comment><![CDATA[the first object]]></comment>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
				<comment><![CDATA[the second object]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the objects are either equal, the same instance, or both <code>null</code>; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>equals</name>
			<comment><![CDATA[Returns <code>true</code> if the short integers are equal.]]></comment>
			<param>
				<name>short1</name>
				<type>short</type>
				<comment><![CDATA[the first short integer]]></comment>
			</param>
			<param>
				<name>short2</name>
				<type>short</type>
				<comment><![CDATA[the second short integer]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the short integers are equal; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isAddress</name>
			<comment><![CDATA[Returns <code>true</code> if the string is an email address. The only requirements are that the string consist of two parts separated by an @ symbol, and that it contain no whitespace.]]></comment>
			<param>
				<name>address</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the string is an email address; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isAlphanumericName</name>
			<comment><![CDATA[Returns <code>true</code> if the string is an alphanumeric name, meaning it contains nothing but English letters, numbers, and spaces.]]></comment>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the string is an Alphanumeric name; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isAscii</name>
			<comment><![CDATA[Returns <code>true</code> if the character is in the ASCII character set. This includes characters with integer values between 32 and 126 (inclusive).]]></comment>
			<param>
				<name>c</name>
				<type>char</type>
				<comment><![CDATA[the character to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the character is in the ASCII character set; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isChar</name>
			<comment><![CDATA[Returns <code>true</code> if the character is an upper or lower case English letter.]]></comment>
			<param>
				<name>c</name>
				<type>char</type>
				<comment><![CDATA[the character to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the character is an upper or lower case English letter; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isChar</name>
			<comment><![CDATA[Returns <code>true</code> if string consists only of upper and lower case English letters.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the string consists only of upper and lower case English letters]]></comment>
			</return>
		</method>
		<method>
			<name>isDate</name>
			<comment><![CDATA[Returns <code>true</code> if the date is valid in the Gregorian calendar.]]></comment>
			<param>
				<name>month</name>
				<type>int</type>
				<comment><![CDATA[the month to check]]></comment>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
				<comment><![CDATA[the day to check]]></comment>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the date is valid in the Gregorian calendar; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isDigit</name>
			<comment><![CDATA[Returns <code>true</code> if the character is a digit between 0 and 9 (inclusive).]]></comment>
			<param>
				<name>c</name>
				<type>char</type>
				<comment><![CDATA[the character to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the character is a digit between 0 and 9 (inclusive); <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isDigit</name>
			<comment><![CDATA[Returns <code>true</code> if the string consists of only digits between 0 and 9 (inclusive).]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the string consists of only digits between 0 and 9 (inclusive); <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isDomain</name>
			<comment><![CDATA[Returns <code>true</code> if the string is a valid domain name. See RFC-1034 (section 3), RFC-1123 (section 2.1), and RFC-952 (section B. Lexical grammar).]]></comment>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the string is a valid domain name; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isEmailAddress</name>
			<comment><![CDATA[Returns <code>true</code> if the string is a valid email address.]]></comment>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the string is a valid email address; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isEmailAddressSpecialChar</name>
			<comment><![CDATA[Returns <code>true</code> if the character is a special character in an email address.]]></comment>
			<param>
				<name>c</name>
				<type>char</type>
				<comment><![CDATA[the character to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the character is a special character in an email address; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isFileExtension</name>
			<comment><![CDATA[Returns <code>true</code> if the file extension is valid.]]></comment>
			<param>
				<name>fileExtension</name>
				<type>java.lang.String</type>
				<comment><![CDATA[file extension]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the extension is valid; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isGregorianDate</name>
			<comment><![CDATA[Returns <code>true</code> if the date is valid in the Gregorian calendar.]]></comment>
			<param>
				<name>month</name>
				<type>int</type>
				<comment><![CDATA[the month (0-based, meaning 0 for January)]]></comment>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
				<comment><![CDATA[the day of the month]]></comment>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
				<comment><![CDATA[the year]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the date is valid; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isHex</name>
			<comment><![CDATA[Returns <code>true</code> if the string is a hexidecimal number. At present the only requirement is that the string is not <code>null</code>; it does not actually check the format of the string.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the string is a hexidecimal number; <code>false</code> otherwise]]></comment>
			</return>
			<see><![CDATA[#isNull(String)]]></see>
		</method>
		<method>
			<name>isHostName</name>
			<comment><![CDATA[Returns <code>true</code> if the string is a valid host name.]]></comment>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the string is a valid host name; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isHTML</name>
			<comment><![CDATA[Returns <code>true</code> if the string is an HTML document. The only requirement is that it contain the opening and closing html tags.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the string is an HTML document; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isIPAddress</name>
			<comment><![CDATA[Returns <code>true</code> if the string is a valid IPv4 IP address.]]></comment>
			<param>
				<name>ipAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the string is an IPv4 IP address; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isJulianDate</name>
			<comment><![CDATA[Returns <code>true</code> if the date is valid in the Julian calendar.]]></comment>
			<param>
				<name>month</name>
				<type>int</type>
				<comment><![CDATA[the month (0-based, meaning 0 for January)]]></comment>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
				<comment><![CDATA[the day of the month]]></comment>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
				<comment><![CDATA[the year]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the date is valid; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isLUHN</name>
			<comment><![CDATA[Returns <code>true</code> if the string contains a valid number according to the Luhn algorithm, commonly used to validate credit card numbers.]]></comment>
			<param>
				<name>number</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the string contains a valid number according to the Luhn algorithm; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isName</name>
			<comment><![CDATA[Returns <code>true</code> if the string is a name, meaning it contains nothing but English letters and spaces.]]></comment>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the string is a name; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isNotNull</name>
			<comment><![CDATA[Returns <code>true</code> if the long number object is not <code>null</code>, meaning it is neither a <code>null</code> reference or zero.]]></comment>
			<param>
				<name>l</name>
				<type>java.lang.Long</type>
				<comment><![CDATA[the long number object to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the long number object is not <code>null</code>; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isNotNull</name>
			<comment><![CDATA[Returns <code>true</code> if the object is not <code>null</code>, using the rules from {@link #isNotNull(Long)} or {@link #isNotNull(String)} if the object is one of these types.]]></comment>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
				<comment><![CDATA[the object to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the object is not <code>null</code>; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isNotNull</name>
			<comment><![CDATA[Returns <code>true</code> if the array is not <code>null</code>, meaning it is neither a <code>null</code> reference or empty.]]></comment>
			<param>
				<name>array</name>
				<type>java.lang.Object[]</type>
				<comment><![CDATA[the array to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the array is not <code>null</code>; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isNotNull</name>
			<comment><![CDATA[Returns <code>true</code> if the string is not <code>null</code>, meaning it is not a <code>null</code> reference, nothing but spaces, or the string "<code>null</code>".]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the string is not <code>null</code>; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isNull</name>
			<comment><![CDATA[Returns <code>true</code> if the long number object is <code>null</code>, meaning it is either a <code>null</code> reference or zero.]]></comment>
			<param>
				<name>l</name>
				<type>java.lang.Long</type>
				<comment><![CDATA[the long number object to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the long number object is <code>null</code>; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isNull</name>
			<comment><![CDATA[Returns <code>true</code> if the object is <code>null</code>, using the rules from {@link #isNull(Long)} or {@link #isNull(String)} if the object is one of these types.]]></comment>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
				<comment><![CDATA[the object to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the object is <code>null</code>; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isNull</name>
			<comment><![CDATA[Returns <code>true</code> if the array is <code>null</code>, meaning it is either a <code>null</code> reference or empty.]]></comment>
			<param>
				<name>array</name>
				<type>java.lang.Object[]</type>
				<comment><![CDATA[the array to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the array is <code>null</code>; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isNull</name>
			<comment><![CDATA[Returns <code>true</code> if the string is <code>null</code>, meaning it is a <code>null</code> reference, nothing but spaces, or the string "<code>null</code>".]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the string is <code>null</code>; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isNumber</name>
			<comment><![CDATA[Returns <code>true</code> if the string is a decimal integer number, meaning it contains nothing but decimal digits.]]></comment>
			<param>
				<name>number</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the string is a decimal integer number; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isPassword</name>
			<comment><![CDATA[Returns <code>true</code> if the string is a valid password, meaning it is at least four characters long and contains only letters and decimal digits.]]></comment>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the string is a valid password; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isPhoneNumber</name>
			<comment><![CDATA[Returns <code>true</code> if the string is a valid phone number. The only requirement is that there are decimal digits in the string; length and format are not checked.]]></comment>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the string is a valid phone number; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isUrl</name>
			<comment><![CDATA[Returns <code>true</code> if the string is a valid URL based on the rules in {@link java.net.URL}.]]></comment>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the string is a valid URL; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isVariableName</name>
			<comment><![CDATA[Returns <code>true</code> if the string is a valid variable name in Java.]]></comment>
			<param>
				<name>variableName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the string is a valid variable name in Java; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isVariableTerm</name>
			<comment><![CDATA[Returns <code>true</code> if the string is a valid variable term, meaning it begins with "[$" and ends with "$]".]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the string is a valid variable term; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isWhitespace</name>
			<comment><![CDATA[Returns <code>true</code> if the character is whitespace, meaning it is either the <code>null</code> character '0' or whitespace according to {@link java.lang.Character#isWhitespace(char)}.]]></comment>
			<param>
				<name>c</name>
				<type>char</type>
				<comment><![CDATA[the character to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the character is whitespace; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isXml</name>
			<comment><![CDATA[Returns <code>true</code> if the string is an XML document. The only requirement is that it contain either the xml start tag "<?xml" or the empty document tag "<root />".]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the string to check]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the string is an XML document; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<field>
			<name>_CHAR_LOWER_CASE_BEGIN</name>
		</field>
		<field>
			<name>_CHAR_LOWER_CASE_END</name>
		</field>
		<field>
			<name>_CHAR_UPPER_CASE_BEGIN</name>
		</field>
		<field>
			<name>_CHAR_UPPER_CASE_END</name>
		</field>
		<field>
			<name>_DIGIT_BEGIN</name>
		</field>
		<field>
			<name>_DIGIT_END</name>
		</field>
		<field>
			<name>_EMAIL_ADDRESS_SPECIAL_CHAR</name>
		</field>
		<field>
			<name>_LOCALHOST</name>
		</field>
		<field>
			<name>_VARIABLE_TERM_BEGIN</name>
		</field>
		<field>
			<name>_VARIABLE_TERM_END</name>
		</field>
		<field>
			<name>_XML_BEGIN</name>
		</field>
		<field>
			<name>_XML_EMPTY</name>
		</field>
		<field>
			<name>_emailAddressPattern</name>
		</field>
		<field>
			<name>_ipAddressPattern</name>
		</field>
		<field>
			<name>_variableNamePattern</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Validator_IW</name>
		<type>com.liferay.portal.kernel.util.Validator_IW</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>boolean1</name>
				<type>boolean</type>
			</param>
			<param>
				<name>boolean2</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>byte1</name>
				<type>byte</type>
			</param>
			<param>
				<name>byte2</name>
				<type>byte</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>char1</name>
				<type>char</type>
			</param>
			<param>
				<name>char2</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>double1</name>
				<type>double</type>
			</param>
			<param>
				<name>double2</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>float1</name>
				<type>float</type>
			</param>
			<param>
				<name>float2</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>int1</name>
				<type>int</type>
			</param>
			<param>
				<name>int2</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>long1</name>
				<type>long</type>
			</param>
			<param>
				<name>long2</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>short1</name>
				<type>short</type>
			</param>
			<param>
				<name>short2</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>isAddress</name>
			<param>
				<name>address</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isAlphanumericName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isAscii</name>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>isChar</name>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>isChar</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isDate</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>isDigit</name>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>isDigit</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isDomain</name>
			<param>
				<name>domainName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isEmailAddress</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isEmailAddressSpecialChar</name>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>isFileExtension</name>
			<param>
				<name>fileExtension</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isGregorianDate</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>isHex</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isHostName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isHTML</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isIPAddress</name>
			<param>
				<name>ipAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isJulianDate</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>isLUHN</name>
			<param>
				<name>number</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isNotNull</name>
			<param>
				<name>l</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>isNotNull</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isNotNull</name>
			<param>
				<name>array</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>isNotNull</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isNull</name>
			<param>
				<name>l</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>isNull</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isNull</name>
			<param>
				<name>array</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>isNull</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isNumber</name>
			<param>
				<name>number</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isPassword</name>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isPhoneNumber</name>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isUrl</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isVariableName</name>
			<param>
				<name>variableName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isVariableTerm</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isWhitespace</name>
			<param>
				<name>c</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>isXml</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>Validator_IW</name>
		</method>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WeakValueConcurrentHashMap</name>
		<type>com.liferay.portal.kernel.util.WeakValueConcurrentHashMap</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>WeakValueConcurrentHashMap</name>
		</method>
		<method>
			<name>WeakValueConcurrentHashMap</name>
			<param>
				<name>initialCapacity</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>WeakValueConcurrentHashMap</name>
			<param>
				<name>initialCapacity</name>
				<type>int</type>
			</param>
			<param>
				<name>loadFactor</name>
				<type>float</type>
			</param>
			<param>
				<name>concurrencyLevel</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>WeakValueConcurrentHashMap</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>containsKey</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>containsValue</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>entrySet</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isEmpty</name>
		</method>
		<method>
			<name>keySet</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>K</type>
			</param>
			<param>
				<name>value</name>
				<type>V</type>
			</param>
		</method>
		<method>
			<name>putAll</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>putIfAbsent</name>
			<param>
				<name>key</name>
				<type>K</type>
			</param>
			<param>
				<name>value</name>
				<type>V</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>key</name>
				<type>K</type>
			</param>
			<param>
				<name>value</name>
				<type>V</type>
			</param>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>key</name>
				<type>K</type>
			</param>
			<param>
				<name>oldValue</name>
				<type>V</type>
			</param>
			<param>
				<name>newValue</name>
				<type>V</type>
			</param>
		</method>
		<method>
			<name>size</name>
		</method>
		<method>
			<name>values</name>
		</method>
		<method>
			<name>wrapValue</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_entrySet</name>
		</field>
		<field>
			<name>_map</name>
		</field>
		<field>
			<name>_values</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WebKeys</name>
		<type>com.liferay.portal.kernel.util.WebKeys</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>ASSET_RENDERER</name>
		</field>
		<field>
			<name>ASSET_RENDERER_FACTORY</name>
		</field>
		<field>
			<name>ASSET_RENDERER_FACTORY_CLASS_TYPE_ID</name>
		</field>
		<field>
			<name>AUI_SCRIPT_DATA</name>
		</field>
		<field>
			<name>AUTHENTICATION_TOKEN</name>
		</field>
		<field>
			<name>CLP_MESSAGE_LISTENERS</name>
		</field>
		<field>
			<name>CTX</name>
		</field>
		<field>
			<name>CTX_PATH</name>
		</field>
		<field>
			<name>CURRENT_COMPLETE_URL</name>
		</field>
		<field>
			<name>CURRENT_URL</name>
		</field>
		<field>
			<name>EXTEND_SESSION</name>
		</field>
		<field>
			<name>FILE_ITEM_THRESHOLD_SIZE_EXCEEDED</name>
		</field>
		<field>
			<name>FORGOT_PASSWORD_REMINDER_ATTEMPTS</name>
		</field>
		<field>
			<name>FORGOT_PASSWORD_REMINDER_USER</name>
		</field>
		<field>
			<name>FORGOT_PASSWORD_REMINDER_USER_EMAIL_ADDRESS</name>
		</field>
		<field>
			<name>INVOKER_FILTER_URI</name>
		</field>
		<field>
			<name>JAVASCRIPT_CONTEXT</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_DISPLAY</name>
		</field>
		<field>
			<name>LAST_PATH</name>
		</field>
		<field>
			<name>LAYOUT</name>
		</field>
		<field>
			<name>LAYOUTS</name>
		</field>
		<field>
			<name>LIFERAY_SHARED_VISITED_GROUP_ID_PREVIOUS</name>
			<deprecated><![CDATA[{@link #VISITED_GROUP_ID_PREVIOUS}]]></deprecated>
		</field>
		<field>
			<name>LIFERAY_SHARED_VISITED_GROUP_ID_RECENT</name>
			<deprecated><![CDATA[{@link #VISITED_GROUP_ID_RECENT}]]></deprecated>
		</field>
		<field>
			<name>PAGE_BODY_BOTTOM</name>
		</field>
		<field>
			<name>PAGE_BODY_TOP</name>
		</field>
		<field>
			<name>PAGE_BOTTOM</name>
		</field>
		<field>
			<name>PAGE_DESCRIPTION</name>
		</field>
		<field>
			<name>PAGE_KEYWORDS</name>
		</field>
		<field>
			<name>PAGE_SUBTITLE</name>
		</field>
		<field>
			<name>PAGE_TITLE</name>
		</field>
		<field>
			<name>PAGE_TOP</name>
		</field>
		<field>
			<name>PORTLET_CONFIGURATOR_VISIBILITY</name>
		</field>
		<field>
			<name>PORTLET_DECORATE</name>
		</field>
		<field>
			<name>PORTLET_ID</name>
		</field>
		<field>
			<name>PORTLET_PREFERENCES_MAP</name>
		</field>
		<field>
			<name>PORTLET_RESOURCE_STATIC_URLS</name>
		</field>
		<field>
			<name>REDIRECT</name>
		</field>
		<field>
			<name>RENDER_PORTLET</name>
		</field>
		<field>
			<name>RENDER_PORTLET_COLUMN_COUNT</name>
		</field>
		<field>
			<name>RENDER_PORTLET_COLUMN_ID</name>
		</field>
		<field>
			<name>RENDER_PORTLET_COLUMN_POS</name>
		</field>
		<field>
			<name>RENDER_PORTLET_QUERY_STRING</name>
		</field>
		<field>
			<name>RENDER_PORTLET_RESOURCE</name>
		</field>
		<field>
			<name>RUNTIME_PORTLET_IDS</name>
		</field>
		<field>
			<name>SEARCH_CONTAINER</name>
		</field>
		<field>
			<name>SEARCH_CONTAINER_RESULT_ROW</name>
		</field>
		<field>
			<name>SEARCH_CONTAINER_RESULT_ROW_ENTRY</name>
		</field>
		<field>
			<name>SEARCH_SEARCH_RESULTS</name>
		</field>
		<field>
			<name>SERVLET_CONTEXT_INCLUDE_FILTER_PATH</name>
		</field>
		<field>
			<name>SERVLET_CONTEXT_INCLUDE_FILTER_STRICT</name>
		</field>
		<field>
			<name>SERVLET_CONTEXT_INCLUDE_FILTER_THEME</name>
		</field>
		<field>
			<name>SERVLET_PATH</name>
		</field>
		<field>
			<name>THEME</name>
		</field>
		<field>
			<name>THEME_DISPLAY</name>
		</field>
		<field>
			<name>UNIQUE_ELEMENT_IDS</name>
		</field>
		<field>
			<name>UPLOAD_EXCEPTION</name>
		</field>
		<field>
			<name>USER</name>
		</field>
		<field>
			<name>USER_ID</name>
		</field>
		<field>
			<name>USER_PASSWORD</name>
		</field>
		<field>
			<name>USER_UUID</name>
		</field>
		<field>
			<name>VELOCITY_TAGLIB</name>
		</field>
		<field>
			<name>VISITED_GROUP_ID_PREVIOUS</name>
		</field>
		<field>
			<name>VISITED_GROUP_ID_RECENT</name>
		</field>
		<field>
			<name>VM_VARIABLES</name>
		</field>
		<field>
			<name>WINDOW_STATE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalUUID</name>
		<type>com.liferay.portal.kernel.uuid.PortalUUID</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>fromJsSafeUuid</name>
			<param>
				<name>jsSafeUuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>generate</name>
		</method>
		<method>
			<name>generate</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>toJsSafeUuid</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalUUIDUtil</name>
		<type>com.liferay.portal.kernel.uuid.PortalUUIDUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>fromJsSafeUuid</name>
			<param>
				<name>jsSafeUuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>generate</name>
		</method>
		<method>
			<name>generate</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>getPortalUUID</name>
		</method>
		<method>
			<name>toJsSafeUuid</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortalUUID</name>
			<param>
				<name>portalUUID</name>
				<type>com.liferay.portal.kernel.uuid.PortalUUID</type>
			</param>
		</method>
		<field>
			<name>_portalUUID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VelocityContext</name>
		<type>com.liferay.portal.kernel.velocity.VelocityContext</type>
		<author><![CDATA[Raymond Augé]]></author>
	</javadoc>
	<javadoc>
		<name>VelocityEngine</name>
		<type>com.liferay.portal.kernel.velocity.VelocityEngine</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>clearClassLoader</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>flushTemplate</name>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getEmptyContext</name>
		</method>
		<method>
			<name>getRestrictedToolsContext</name>
		</method>
		<method>
			<name>getStandardToolsContext</name>
		</method>
		<method>
			<name>getWrappedClassLoaderToolsContext</name>
		</method>
		<method>
			<name>getWrappedRestrictedToolsContext</name>
		</method>
		<method>
			<name>getWrappedStandardToolsContext</name>
		</method>
		<method>
			<name>init</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>mergeTemplate</name>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityTemplateContent</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityContext</name>
				<type>com.liferay.portal.kernel.velocity.VelocityContext</type>
			</param>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>mergeTemplate</name>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityContext</name>
				<type>com.liferay.portal.kernel.velocity.VelocityContext</type>
			</param>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>resourceExists</name>
			<param>
				<name>resource</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>VelocityEngineUtil</name>
		<type>com.liferay.portal.kernel.velocity.VelocityEngineUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>clearClassLoader</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>flushTemplate</name>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getEmptyContext</name>
		</method>
		<method>
			<name>getRestrictedToolsContext</name>
		</method>
		<method>
			<name>getStandardToolsContext</name>
		</method>
		<method>
			<name>getVelocityEngine</name>
		</method>
		<method>
			<name>getWrappedClassLoaderToolsContext</name>
		</method>
		<method>
			<name>getWrappedRestrictedToolsContext</name>
		</method>
		<method>
			<name>getWrappedStandardToolsContext</name>
		</method>
		<method>
			<name>init</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>mergeTemplate</name>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityTemplateContent</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityContext</name>
				<type>com.liferay.portal.kernel.velocity.VelocityContext</type>
			</param>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>mergeTemplate</name>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityContext</name>
				<type>com.liferay.portal.kernel.velocity.VelocityContext</type>
			</param>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>resourceExists</name>
			<param>
				<name>resource</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setVelocityEngine</name>
			<param>
				<name>velocityEngine</name>
				<type>com.liferay.portal.kernel.velocity.VelocityEngine</type>
			</param>
		</method>
		<field>
			<name>_velocityEngine</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VelocityVariables</name>
		<type>com.liferay.portal.kernel.velocity.VelocityVariables</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>insertHelperUtilities</name>
			<param>
				<name>velocityContext</name>
				<type>com.liferay.portal.kernel.velocity.VelocityContext</type>
			</param>
			<param>
				<name>restrictedVariables</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>insertVariables</name>
			<param>
				<name>velocityContext</name>
				<type>com.liferay.portal.kernel.velocity.VelocityContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>VelocityVariablesUtil</name>
		<type>com.liferay.portal.kernel.velocity.VelocityVariablesUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getVelocityVariables</name>
		</method>
		<method>
			<name>insertHelperUtilities</name>
			<param>
				<name>velocityContext</name>
				<type>com.liferay.portal.kernel.velocity.VelocityContext</type>
			</param>
			<param>
				<name>restrictedVariables</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>insertVariables</name>
			<param>
				<name>velocityContext</name>
				<type>com.liferay.portal.kernel.velocity.VelocityContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setVelocityVariables</name>
			<param>
				<name>velocityVariables</name>
				<type>com.liferay.portal.kernel.velocity.VelocityVariables</type>
			</param>
		</method>
		<field>
			<name>_velocityVariables</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WebCacheException</name>
		<type>com.liferay.portal.kernel.webcache.WebCacheException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>WebCacheException</name>
		</method>
		<method>
			<name>WebCacheException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>WebCacheException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>WebCacheException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WebCacheItem</name>
		<type>com.liferay.portal.kernel.webcache.WebCacheItem</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>convert</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>WebCacheException</name>
				<type>com.liferay.portal.kernel.webcache.WebCacheException</type>
			</throws>
		</method>
		<method>
			<name>getRefreshTime</name>
		</method>
	</javadoc>
	<javadoc>
		<name>WebCachePool</name>
		<type>com.liferay.portal.kernel.webcache.WebCachePool</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wci</name>
				<type>com.liferay.portal.kernel.webcache.WebCacheItem</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WebCachePoolUtil</name>
		<type>com.liferay.portal.kernel.webcache.WebCachePoolUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wci</name>
				<type>com.liferay.portal.kernel.webcache.WebCacheItem</type>
			</param>
		</method>
		<method>
			<name>getWebCachePool</name>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setWebCachePool</name>
			<param>
				<name>webCachePool</name>
				<type>com.liferay.portal.kernel.webcache.WebCachePool</type>
			</param>
		</method>
		<field>
			<name>_webCachePool</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseResourceImpl</name>
		<type>com.liferay.portal.kernel.webdav.BaseResourceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>BaseResourceImpl</name>
			<param>
				<name>parentPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>long</type>
			</param>
			<param>
				<name>displayName</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>BaseResourceImpl</name>
			<param>
				<name>parentPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>long</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>BaseResourceImpl</name>
			<param>
				<name>parentPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>BaseResourceImpl</name>
			<param>
				<name>parentPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>BaseResourceImpl</name>
			<param>
				<name>parentPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getContentAsStream</name>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>getContentType</name>
		</method>
		<method>
			<name>getCreateDate</name>
		</method>
		<method>
			<name>getDisplayName</name>
		</method>
		<method>
			<name>getHREF</name>
		</method>
		<method>
			<name>getLock</name>
		</method>
		<method>
			<name>getModel</name>
		</method>
		<method>
			<name>getModifiedDate</name>
		</method>
		<method>
			<name>getPrimaryKey</name>
		</method>
		<method>
			<name>getSize</name>
		</method>
		<method>
			<name>isCollection</name>
		</method>
		<method>
			<name>isLocked</name>
		</method>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModel</name>
			<param>
				<name>model</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setPrimaryKey</name>
			<param>
				<name>primaryKey</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_createDateFormatter</name>
		</field>
		<field>
			<name>_modifiedDateFormatter</name>
		</field>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_createDate</name>
		</field>
		<field>
			<name>_displayName</name>
		</field>
		<field>
			<name>_href</name>
		</field>
		<field>
			<name>_model</name>
		</field>
		<field>
			<name>_modifiedDate</name>
		</field>
		<field>
			<name>_primaryKey</name>
		</field>
		<field>
			<name>_size</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseWebDAVStorageImpl</name>
		<type>com.liferay.portal.kernel.webdav.BaseWebDAVStorageImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>copyCollectionResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.kernel.webdav.Resource</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>overwrite</name>
				<type>boolean</type>
			</param>
			<param>
				<name>depth</name>
				<type>long</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>copySimpleResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.kernel.webdav.Resource</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>overwrite</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>deleteResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>getRootPath</name>
		</method>
		<method>
			<name>getToken</name>
		</method>
		<method>
			<name>isAvailable</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>isSupportsClassTwo</name>
		</method>
		<method>
			<name>lockResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>makeCollection</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>moveCollectionResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.kernel.webdav.Resource</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>overwrite</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>moveSimpleResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.kernel.webdav.Resource</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>overwrite</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>putResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>refreshResourceLock</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>setRootPath</name>
			<param>
				<name>rootPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setToken</name>
			<param>
				<name>token</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>unlockResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>token</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>getPlid</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isAddGroupPermissions</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_rootPath</name>
		</field>
		<field>
			<name>_token</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Resource</name>
		<type>com.liferay.portal.kernel.webdav.Resource</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getContentAsStream</name>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>getContentType</name>
		</method>
		<method>
			<name>getCreateDate</name>
		</method>
		<method>
			<name>getDisplayName</name>
		</method>
		<method>
			<name>getHREF</name>
		</method>
		<method>
			<name>getLock</name>
		</method>
		<method>
			<name>getModel</name>
		</method>
		<method>
			<name>getModifiedDate</name>
		</method>
		<method>
			<name>getPrimaryKey</name>
		</method>
		<method>
			<name>getSize</name>
		</method>
		<method>
			<name>isCollection</name>
		</method>
		<method>
			<name>isLocked</name>
		</method>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModel</name>
			<param>
				<name>model</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setPrimaryKey</name>
			<param>
				<name>primaryKey</name>
				<type>long</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Status</name>
		<type>com.liferay.portal.kernel.webdav.Status</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>Status</name>
			<param>
				<name>code</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>Status</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>code</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getCode</name>
		</method>
		<method>
			<name>getObject</name>
		</method>
		<field>
			<name>_code</name>
		</field>
		<field>
			<name>_object</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WebDAVException</name>
		<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>WebDAVException</name>
		</method>
		<method>
			<name>WebDAVException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>WebDAVException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>WebDAVException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WebDAVRequest</name>
		<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getHttpServletRequest</name>
		</method>
		<method>
			<name>getHttpServletResponse</name>
		</method>
		<method>
			<name>getLockUuid</name>
		</method>
		<method>
			<name>getPath</name>
		</method>
		<method>
			<name>getPathArray</name>
		</method>
		<method>
			<name>getPermissionChecker</name>
		</method>
		<method>
			<name>getRootPath</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getWebDAVStorage</name>
		</method>
		<method>
			<name>isAppleDoubleRequest</name>
		</method>
		<method>
			<name>isLitmus</name>
		</method>
		<method>
			<name>isMac</name>
		</method>
		<method>
			<name>isWindows</name>
		</method>
	</javadoc>
	<javadoc>
		<name>WebDAVStorage</name>
		<type>com.liferay.portal.kernel.webdav.WebDAVStorage</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>copyCollectionResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.kernel.webdav.Resource</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>overwrite</name>
				<type>boolean</type>
			</param>
			<param>
				<name>depth</name>
				<type>long</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>copySimpleResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.kernel.webdav.Resource</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>overwrite</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>deleteResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>getResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>getResources</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>getRootPath</name>
		</method>
		<method>
			<name>getToken</name>
		</method>
		<method>
			<name>isAvailable</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>isSupportsClassTwo</name>
		</method>
		<method>
			<name>lockResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>makeCollection</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>moveCollectionResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.kernel.webdav.Resource</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>overwrite</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>moveSimpleResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.kernel.webdav.Resource</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>overwrite</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>putResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>refreshResourceLock</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>setRootPath</name>
			<param>
				<name>rootPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setToken</name>
			<param>
				<name>token</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>unlockResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>token</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>WebDAVUtil</name>
		<type>com.liferay.portal.kernel.webdav.WebDAVUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addStorage</name>
			<param>
				<name>storage</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVStorage</type>
			</param>
		</method>
		<method>
			<name>createNamespace</name>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deleteStorage</name>
			<param>
				<name>storage</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVStorage</type>
			</param>
		</method>
		<method>
			<name>getDepth</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getDestination</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>rootPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getGroupId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>getGroupId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>pathArray</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>getGroups</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGroups</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>getLockUuid</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>getPathArray</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPathArray</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fixTrailing</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getResourceName</name>
			<param>
				<name>pathArray</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getStorage</name>
			<param>
				<name>token</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStorageTokens</name>
		</method>
		<method>
			<name>getTimeout</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isOverwrite</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>WebDAVUtil</name>
		</method>
		<method>
			<name>_addStorage</name>
			<param>
				<name>storage</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVStorage</type>
			</param>
		</method>
		<method>
			<name>_deleteStorage</name>
			<param>
				<name>storage</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVStorage</type>
			</param>
		</method>
		<method>
			<name>_getStorage</name>
			<param>
				<name>token</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getStorageTokens</name>
		</method>
		<method>
			<name>_isOverwrite</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>DAV_URI</name>
		</field>
		<field>
			<name>SC_LOCKED</name>
		</field>
		<field>
			<name>SC_MULTI_STATUS</name>
		</field>
		<field>
			<name>TOKEN_PREFIX</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_storageMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseWorkflowHandler</name>
		<type>com.liferay.portal.kernel.workflow.BaseWorkflowHandler</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getAssetRenderer</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAssetRendererFactory</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
		</method>
		<method>
			<name>getSummary</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getURLEdit</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
		</method>
		<method>
			<name>getURLViewInContext</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<param>
				<name>noSuchEntryRedirect</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getWorkflowDefinitionLink</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isAssetTypeSearchable</name>
		</method>
		<method>
			<name>isScopeable</name>
		</method>
		<method>
			<name>isVisible</name>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>startWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>model</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>_ASSET_TYPE_SEARCHABLE</name>
		</field>
		<field>
			<name>_SCOPEABLE</name>
		</field>
		<field>
			<name>_VISIBLE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultWorkflowDefinition</name>
		<type>com.liferay.portal.kernel.workflow.DefaultWorkflowDefinition</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>getContent</name>
		</method>
		<method>
			<name>getInputStream</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getOptionalAttributes</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getVersion</name>
		</method>
		<method>
			<name>isActive</name>
		</method>
		<method>
			<name>setActive</name>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setContent</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setInputStream</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setOptionalAttributes</name>
			<param>
				<name>optionalAttributes</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setTitle</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setVersion</name>
			<param>
				<name>version</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_active</name>
		</field>
		<field>
			<name>_content</name>
		</field>
		<field>
			<name>_inputStream</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_optionalAttributes</name>
		</field>
		<field>
			<name>_title</name>
		</field>
		<field>
			<name>_version</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultWorkflowInstance</name>
		<type>com.liferay.portal.kernel.workflow.DefaultWorkflowInstance</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addChildWorkflowInstance</name>
			<param>
				<name>childWorkflowInstance</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowInstance</type>
			</param>
		</method>
		<method>
			<name>getChildrenWorkflowInstanceCount</name>
		</method>
		<method>
			<name>getChildrenWorkflowInstances</name>
		</method>
		<method>
			<name>getEndDate</name>
		</method>
		<method>
			<name>getParentWorkflowInstance</name>
		</method>
		<method>
			<name>getParentWorkflowInstanceId</name>
		</method>
		<method>
			<name>getStartDate</name>
		</method>
		<method>
			<name>getState</name>
		</method>
		<method>
			<name>getWorkflowContext</name>
		</method>
		<method>
			<name>getWorkflowDefinitionName</name>
		</method>
		<method>
			<name>getWorkflowDefinitionVersion</name>
		</method>
		<method>
			<name>getWorkflowInstanceId</name>
		</method>
		<method>
			<name>isComplete</name>
		</method>
		<method>
			<name>setChildrenWorkflowInstances</name>
			<param>
				<name>childrenWorkflowInstances</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setEndDate</name>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setParentWorkflowInstance</name>
			<param>
				<name>parentWorkflowInstance</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowInstance</type>
			</param>
		</method>
		<method>
			<name>setStartDate</name>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setState</name>
			<param>
				<name>state</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setWorkflowContext</name>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setWorkflowDefinitionName</name>
			<param>
				<name>workflowDefinitionName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setWorkflowDefinitionVersion</name>
			<param>
				<name>workflowDefinitionVersion</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setWorkflowInstanceId</name>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_childrenWorkflowInstances</name>
		</field>
		<field>
			<name>_endDate</name>
		</field>
		<field>
			<name>_parentWorkflowInstance</name>
		</field>
		<field>
			<name>_startDate</name>
		</field>
		<field>
			<name>_state</name>
		</field>
		<field>
			<name>_workflowContext</name>
		</field>
		<field>
			<name>_workflowDefinitionName</name>
		</field>
		<field>
			<name>_workflowDefinitionVersion</name>
		</field>
		<field>
			<name>_workflowInstanceId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultWorkflowLog</name>
		<type>com.liferay.portal.kernel.workflow.DefaultWorkflowLog</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getAuditUserId</name>
		</method>
		<method>
			<name>getComment</name>
		</method>
		<method>
			<name>getCreateDate</name>
		</method>
		<method>
			<name>getPreviousRoleId</name>
		</method>
		<method>
			<name>getPreviousState</name>
		</method>
		<method>
			<name>getPreviousUserId</name>
		</method>
		<method>
			<name>getRoleId</name>
		</method>
		<method>
			<name>getState</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getWorkflowLogId</name>
		</method>
		<method>
			<name>getWorkflowTaskId</name>
		</method>
		<method>
			<name>setAuditUserId</name>
			<param>
				<name>auditUserId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setComment</name>
			<param>
				<name>comment</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCreateDate</name>
			<param>
				<name>createDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setPreviousRoleId</name>
			<param>
				<name>previousRoleId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPreviousState</name>
			<param>
				<name>previousState</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPreviousUserId</name>
			<param>
				<name>previousUserId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setRoleId</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setState</name>
			<param>
				<name>state</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setType</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setWorkflowLogId</name>
			<param>
				<name>workflowLogId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setWorkflowTaskId</name>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_auditUserId</name>
		</field>
		<field>
			<name>_comment</name>
		</field>
		<field>
			<name>_createDate</name>
		</field>
		<field>
			<name>_previousRoleId</name>
		</field>
		<field>
			<name>_previousState</name>
		</field>
		<field>
			<name>_previousUserId</name>
		</field>
		<field>
			<name>_roleId</name>
		</field>
		<field>
			<name>_state</name>
		</field>
		<field>
			<name>_type</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
		<field>
			<name>_workflowLogId</name>
		</field>
		<field>
			<name>_workflowTaskId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultWorkflowTask</name>
		<type>com.liferay.portal.kernel.workflow.DefaultWorkflowTask</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getAssigneeUserId</name>
		</method>
		<method>
			<name>getCompletionDate</name>
		</method>
		<method>
			<name>getCreateDate</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getDueDate</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getOptionalAttributes</name>
		</method>
		<method>
			<name>getWorkflowDefinitionId</name>
		</method>
		<method>
			<name>getWorkflowDefinitionName</name>
		</method>
		<method>
			<name>getWorkflowDefinitionVersion</name>
		</method>
		<method>
			<name>getWorkflowInstanceId</name>
		</method>
		<method>
			<name>getWorkflowTaskAssignees</name>
		</method>
		<method>
			<name>getWorkflowTaskId</name>
		</method>
		<method>
			<name>isAssignedToSingleUser</name>
		</method>
		<method>
			<name>isAsynchronous</name>
		</method>
		<method>
			<name>isCompleted</name>
		</method>
		<method>
			<name>setAsynchronous</name>
			<param>
				<name>asynchronous</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setCompletionDate</name>
			<param>
				<name>completionDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setCreateDate</name>
			<param>
				<name>createDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setDescription</name>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDueDate</name>
			<param>
				<name>dueDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setOptionalAttributes</name>
			<param>
				<name>optionalAttributes</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setWorkflowDefinitionId</name>
			<param>
				<name>workflowDefinitionId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setWorkflowDefinitionName</name>
			<param>
				<name>workflowDefinitionName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setWorkflowDefinitionVersion</name>
			<param>
				<name>workflowDefinitionVersion</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setWorkflowInstanceId</name>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setWorkflowTaskAssignees</name>
			<param>
				<name>workflowTaskAssignees</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>setWorkflowTaskId</name>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_asynchronous</name>
		</field>
		<field>
			<name>_completionDate</name>
		</field>
		<field>
			<name>_createDate</name>
		</field>
		<field>
			<name>_description</name>
		</field>
		<field>
			<name>_dueDate</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_optionalAttributes</name>
		</field>
		<field>
			<name>_workflowDefinitionId</name>
		</field>
		<field>
			<name>_workflowDefinitionName</name>
		</field>
		<field>
			<name>_workflowDefinitionVersion</name>
		</field>
		<field>
			<name>_workflowInstanceId</name>
		</field>
		<field>
			<name>_workflowTaskAssignees</name>
		</field>
		<field>
			<name>_workflowTaskId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RequiredWorkflowDefinitionException</name>
		<type>com.liferay.portal.kernel.workflow.RequiredWorkflowDefinitionException</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>RequiredWorkflowDefinitionException</name>
		</method>
		<method>
			<name>RequiredWorkflowDefinitionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RequiredWorkflowDefinitionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RequiredWorkflowDefinitionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowConstants</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowConstants</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>toLabel</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toStatus</name>
			<param>
				<name>label</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>ACTION_PUBLISH</name>
		</field>
		<field>
			<name>ACTION_SAVE_DRAFT</name>
		</field>
		<field>
			<name>CONTEXT_COMPANY_ID</name>
		</field>
		<field>
			<name>CONTEXT_ENTRY_CLASS_NAME</name>
		</field>
		<field>
			<name>CONTEXT_ENTRY_CLASS_PK</name>
		</field>
		<field>
			<name>CONTEXT_ENTRY_TYPE</name>
		</field>
		<field>
			<name>CONTEXT_GROUP_ID</name>
		</field>
		<field>
			<name>CONTEXT_NOTIFICATION_SENDER_ADDRESS</name>
		</field>
		<field>
			<name>CONTEXT_NOTIFICATION_SENDER_NAME</name>
		</field>
		<field>
			<name>CONTEXT_NOTIFICATION_SUBJECT</name>
		</field>
		<field>
			<name>CONTEXT_SERVICE_CONTEXT</name>
		</field>
		<field>
			<name>CONTEXT_TASK_COMMENTS</name>
		</field>
		<field>
			<name>CONTEXT_TRANSITION_NAME</name>
		</field>
		<field>
			<name>CONTEXT_USER_ID</name>
		</field>
		<field>
			<name>DEFAULT_GROUP_ID</name>
		</field>
		<field>
			<name>LABEL_ANY</name>
		</field>
		<field>
			<name>LABEL_APPROVED</name>
		</field>
		<field>
			<name>LABEL_DENIED</name>
		</field>
		<field>
			<name>LABEL_DRAFT</name>
		</field>
		<field>
			<name>LABEL_DRAFT_FROM_APPROVED</name>
		</field>
		<field>
			<name>LABEL_EXPIRED</name>
		</field>
		<field>
			<name>LABEL_INACTIVE</name>
		</field>
		<field>
			<name>LABEL_INCOMPLETE</name>
		</field>
		<field>
			<name>LABEL_PENDING</name>
		</field>
		<field>
			<name>LABEL_SCHEDULED</name>
		</field>
		<field>
			<name>STATUS_ANY</name>
		</field>
		<field>
			<name>STATUS_APPROVED</name>
		</field>
		<field>
			<name>STATUS_DENIED</name>
		</field>
		<field>
			<name>STATUS_DRAFT</name>
		</field>
		<field>
			<name>STATUS_DRAFT_FROM_APPROVED</name>
		</field>
		<field>
			<name>STATUS_EXPIRED</name>
		</field>
		<field>
			<name>STATUS_INACTIVE</name>
		</field>
		<field>
			<name>STATUS_INCOMPLETE</name>
		</field>
		<field>
			<name>STATUS_PENDING</name>
		</field>
		<field>
			<name>STATUS_SCHEDULED</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WorkflowDefinition</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowDefinition</type>
		<author><![CDATA[Micha Kiener]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>getContent</name>
		</method>
		<method>
			<name>getInputStream</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getOptionalAttributes</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getVersion</name>
		</method>
		<method>
			<name>isActive</name>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowDefinitionFileException</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowDefinitionFileException</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>WorkflowDefinitionFileException</name>
		</method>
		<method>
			<name>WorkflowDefinitionFileException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>WorkflowDefinitionFileException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>WorkflowDefinitionFileException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowDefinitionManager</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowDefinitionManager</type>
		<author><![CDATA[Micha Kiener]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>deployWorkflowDefinition</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getActiveWorkflowDefinitionCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getActiveWorkflowDefinitionCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getActiveWorkflowDefinitions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getActiveWorkflowDefinitions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getLatestKaleoDefinition</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowDefinition</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>int</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowDefinitionCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowDefinitionCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowDefinitions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowDefinitions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>undeployWorkflowDefinition</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>int</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>updateActive</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>int</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>updateTitle</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>int</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>validateWorkflowDefinition</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowDefinitionManagerUtil</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowDefinitionManagerUtil</type>
		<author><![CDATA[Micha Kiener]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>deployWorkflowDefinition</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getActiveWorkflowDefinitionCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getActiveWorkflowDefinitionCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getActiveWorkflowDefinitions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getActiveWorkflowDefinitions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getLatestKaleoDefinition</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowDefinition</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>int</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowDefinitionCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowDefinitionCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowDefinitionManager</name>
		</method>
		<method>
			<name>getWorkflowDefinitions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowDefinitions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>undeployWorkflowDefinition</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>int</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>updateActive</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>int</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>updateTitle</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>int</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>validateWorkflowDefinition</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>setWorkflowDefinitionManager</name>
			<param>
				<name>workflowDefinitionManager</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowDefinitionManager</type>
			</param>
		</method>
		<field>
			<name>_workflowDefinitionManager</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WorkflowEngineManager</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowEngineManager</type>
		<author><![CDATA[Micha Kiener]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getKey</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getOptionalAttributes</name>
		</method>
		<method>
			<name>getVersion</name>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowEngineManagerUtil</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowEngineManagerUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getKey</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getOptionalAttributes</name>
		</method>
		<method>
			<name>getVersion</name>
		</method>
		<method>
			<name>getWorkflowEngineManager</name>
		</method>
		<method>
			<name>isDeployed</name>
		</method>
		<method>
			<name>setWorkflowEngineManager</name>
			<param>
				<name>workflowEngineManager</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowEngineManager</type>
			</param>
		</method>
		<field>
			<name>_workflowEngineManager</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WorkflowException</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
		<author><![CDATA[Micha Kiener]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>WorkflowException</name>
		</method>
		<method>
			<name>WorkflowException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>WorkflowException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>WorkflowException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowHandler</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowHandler</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Macerllus Tavares]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>getAssetRenderer</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAssetRendererFactory</name>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
		</method>
		<method>
			<name>getSummary</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getType</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getURLEdit</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
		</method>
		<method>
			<name>getURLViewInContext</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<param>
				<name>noSuchEntryRedirect</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getWorkflowDefinitionLink</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isAssetTypeSearchable</name>
		</method>
		<method>
			<name>isScopeable</name>
		</method>
		<method>
			<name>isVisible</name>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>startWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>model</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStatus</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowHandlerRegistry</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowHandlerRegistry</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getScopeableWorkflowHandlers</name>
		</method>
		<method>
			<name>getWorkflowHandler</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getWorkflowHandlers</name>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>workflowHandler</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowHandler</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>workflowHandler</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowHandler</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowHandlerRegistryUtil</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowHandlerRegistryUtil</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getScopeableWorkflowHandlers</name>
		</method>
		<method>
			<name>getWorkflowHandler</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getWorkflowHandlerRegistry</name>
		</method>
		<method>
			<name>getWorkflowHandlers</name>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>workflowHandlers</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>workflowHandler</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowHandler</type>
			</param>
		</method>
		<method>
			<name>startWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>model</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>startWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>model</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>startWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>model</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>startWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>model</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>workflowHandlers</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>workflowHandler</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowHandler</type>
			</param>
		</method>
		<method>
			<name>updateStatus</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setWorkflowHandlerRegistry</name>
			<param>
				<name>workflowHandlerRegistry</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowHandlerRegistry</type>
			</param>
		</method>
		<field>
			<name>_workflowHandlerRegistry</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WorkflowHandlerUtil</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowHandlerUtil</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getSearchableAssetTypes</name>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowInstance</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowInstance</type>
		<author><![CDATA[Micha Kiener]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addChildWorkflowInstance</name>
			<param>
				<name>childWorkflowInstance</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowInstance</type>
			</param>
		</method>
		<method>
			<name>getChildrenWorkflowInstanceCount</name>
		</method>
		<method>
			<name>getChildrenWorkflowInstances</name>
		</method>
		<method>
			<name>getEndDate</name>
		</method>
		<method>
			<name>getParentWorkflowInstance</name>
		</method>
		<method>
			<name>getParentWorkflowInstanceId</name>
		</method>
		<method>
			<name>getStartDate</name>
		</method>
		<method>
			<name>getState</name>
		</method>
		<method>
			<name>getWorkflowContext</name>
		</method>
		<method>
			<name>getWorkflowDefinitionName</name>
		</method>
		<method>
			<name>getWorkflowDefinitionVersion</name>
		</method>
		<method>
			<name>getWorkflowInstanceId</name>
		</method>
		<method>
			<name>isComplete</name>
		</method>
		<method>
			<name>setParentWorkflowInstance</name>
			<param>
				<name>parentWorkflowInstance</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowInstance</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowInstanceManager</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowInstanceManager</type>
		<author><![CDATA[Micha Kiener]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>deleteWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getNextTransitionNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowInstanceCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>assetClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetClassPK</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowInstanceCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>assetClassNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowInstanceCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowDefinitionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workflowDefinitionVersion</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowInstances</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>assetClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetClassPK</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowInstances</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>assetClassNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowInstances</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowDefinitionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workflowDefinitionVersion</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>signalWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>transitionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>startWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowDefinitionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workflowDefinitionVersion</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>transitionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>updateWorkflowContext</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowInstanceManagerUtil</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowInstanceManagerUtil</type>
		<author><![CDATA[Micha Kiener]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>deleteWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getNextTransitionNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowInstanceCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>assetClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetClassPK</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowInstanceCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>assetClassNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowInstanceCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowDefinitionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workflowDefinitionVersion</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowInstanceManager</name>
		</method>
		<method>
			<name>getWorkflowInstances</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>assetClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetClassPK</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowInstances</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>assetClassNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowInstances</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowDefinitionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workflowDefinitionVersion</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>signalWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>transitionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>startWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowDefinitionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workflowDefinitionVersion</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>transitionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>updateWorkflowContext</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>setWorkflowInstanceManager</name>
			<param>
				<name>workflowInstanceManager</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowInstanceManager</type>
			</param>
		</method>
		<field>
			<name>_workflowInstanceManager</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WorkflowLog</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowLog</type>
		<author><![CDATA[Micha Kiener]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getAuditUserId</name>
		</method>
		<method>
			<name>getComment</name>
		</method>
		<method>
			<name>getCreateDate</name>
		</method>
		<method>
			<name>getPreviousRoleId</name>
		</method>
		<method>
			<name>getPreviousState</name>
		</method>
		<method>
			<name>getPreviousUserId</name>
		</method>
		<method>
			<name>getRoleId</name>
		</method>
		<method>
			<name>getState</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getWorkflowLogId</name>
		</method>
		<method>
			<name>getWorkflowTaskId</name>
		</method>
		<field>
			<name>TASK_ASSIGN</name>
		</field>
		<field>
			<name>TASK_COMPLETION</name>
		</field>
		<field>
			<name>TASK_UPDATE</name>
		</field>
		<field>
			<name>TRANSITION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WorkflowLogManager</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowLogManager</type>
		<author><![CDATA[Micha Kiener]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getWorkflowLogCountByWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>logTypes</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowLogCountByWorkflowTask</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
			<param>
				<name>logTypes</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowLogsByWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>logTypes</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowLogsByWorkflowTask</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
			<param>
				<name>logTypes</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowLogManagerUtil</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowLogManagerUtil</type>
		<author><![CDATA[Micha Kiener]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getWorkflowLogCountByWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>logTypes</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowLogCountByWorkflowTask</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
			<param>
				<name>logTypes</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowLogManager</name>
		</method>
		<method>
			<name>getWorkflowLogsByWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>logTypes</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowLogsByWorkflowTask</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
			<param>
				<name>logTypes</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>setWorkflowLogManager</name>
			<param>
				<name>workflowLogManager</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowLogManager</type>
			</param>
		</method>
		<field>
			<name>_workflowLogManager</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WorkflowStatusManager</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowStatusManager</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>updateStatus</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowStatusManagerUtil</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowStatusManagerUtil</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getWorkflowStatusManager</name>
		</method>
		<method>
			<name>updateStatus</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>setWorkflowStatusManager</name>
			<param>
				<name>workflowStatusManager</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowStatusManager</type>
			</param>
		</method>
		<field>
			<name>_workflowStatusManager</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WorkflowTask</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowTask</type>
		<author><![CDATA[Micha Kiener]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getAssigneeUserId</name>
		</method>
		<method>
			<name>getCompletionDate</name>
		</method>
		<method>
			<name>getCreateDate</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getDueDate</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getOptionalAttributes</name>
		</method>
		<method>
			<name>getWorkflowDefinitionId</name>
		</method>
		<method>
			<name>getWorkflowDefinitionName</name>
		</method>
		<method>
			<name>getWorkflowDefinitionVersion</name>
		</method>
		<method>
			<name>getWorkflowInstanceId</name>
		</method>
		<method>
			<name>getWorkflowTaskAssignees</name>
		</method>
		<method>
			<name>getWorkflowTaskId</name>
		</method>
		<method>
			<name>isAssignedToSingleUser</name>
		</method>
		<method>
			<name>isAsynchronous</name>
		</method>
		<method>
			<name>isCompleted</name>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowTaskAssignee</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowTaskAssignee</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>WorkflowTaskAssignee</name>
			<param>
				<name>assigneeClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assigneeClassPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getAssigneeClassName</name>
		</method>
		<method>
			<name>getAssigneeClassPK</name>
		</method>
		<field>
			<name>_assigneeClassName</name>
		</field>
		<field>
			<name>_assigneeClassPK</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WorkflowTaskDueDateException</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowTaskDueDateException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>WorkflowTaskDueDateException</name>
		</method>
		<method>
			<name>WorkflowTaskDueDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>WorkflowTaskDueDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>WorkflowTaskDueDateException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowTaskManager</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowTaskManager</type>
		<author><![CDATA[Micha Kiener]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>assignWorkflowTaskToRole</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>comment</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dueDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>assignWorkflowTaskToUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
			<param>
				<name>assigneeUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>comment</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dueDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>completeWorkflowTask</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
			<param>
				<name>transitionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>comment</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getNextTransitionNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getPooledActorsIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTask</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTaskCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTaskCountByRole</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTaskCountBySubmittingUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTaskCountByUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTaskCountByUserRoles</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTaskCountByWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTasks</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTasksByRole</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTasksBySubmittingUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTasksByUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTasksByUserRoles</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTasksByWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>searchByUserRoles</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>taskName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetPrimaryKey</name>
				<type>java.lang.Long[]</type>
			</param>
			<param>
				<name>dueDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>dueDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>searchByUserRoles</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>searchByUserRoles</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>searchByUserRoles</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>taskName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetPrimaryKey</name>
				<type>java.lang.Long[]</type>
			</param>
			<param>
				<name>dueDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>dueDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>searchByUserRoles</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>searchByUserRoles</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>updateDueDate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
			<param>
				<name>comment</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dueDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowTaskManagerUtil</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowTaskManagerUtil</type>
		<author><![CDATA[Micha Kiener]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>assignWorkflowTaskToRole</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>comment</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dueDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>assignWorkflowTaskToUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
			<param>
				<name>assigneeUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>comment</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dueDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>completeWorkflowTask</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
			<param>
				<name>transitionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>comment</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getNextTransitionNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getPooledActorsIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTask</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTaskCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTaskCountByRole</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTaskCountBySubmittingUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTaskCountByUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTaskCountByUserRoles</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTaskCountByWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTaskManager</name>
		</method>
		<method>
			<name>getWorkflowTasks</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTasksByRole</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTasksBySubmittingUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTasksByUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTasksByUserRoles</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTasksByWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>searchByUserRoles</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>taskName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetPrimaryKey</name>
				<type>java.lang.Long[]</type>
			</param>
			<param>
				<name>dueDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>dueDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>searchByUserRoles</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>searchByUserRoles</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>searchByUserRoles</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>taskName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetPrimaryKey</name>
				<type>java.lang.Long[]</type>
			</param>
			<param>
				<name>dueDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>dueDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>searchByUserRoles</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>searchByUserRoles</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>updateDueDate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
			<param>
				<name>comment</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dueDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<method>
			<name>setWorkflowTaskManager</name>
			<param>
				<name>workflowTaskManager</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowTaskManager</type>
			</param>
		</method>
		<field>
			<name>_workflowTaskManager</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WorkflowThreadLocal</name>
		<type>com.liferay.portal.kernel.workflow.WorkflowThreadLocal</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>setEnabled</name>
			<param>
				<name>enabled</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_enabled</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseWorkflowDefinitionNameComparator</name>
		<type>com.liferay.portal.kernel.workflow.comparator.BaseWorkflowDefinitionNameComparator</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>BaseWorkflowDefinitionNameComparator</name>
		</method>
		<method>
			<name>BaseWorkflowDefinitionNameComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseWorkflowInstanceEndDateComparator</name>
		<type>com.liferay.portal.kernel.workflow.comparator.BaseWorkflowInstanceEndDateComparator</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>BaseWorkflowInstanceEndDateComparator</name>
		</method>
		<method>
			<name>BaseWorkflowInstanceEndDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseWorkflowInstanceStartDateComparator</name>
		<type>com.liferay.portal.kernel.workflow.comparator.BaseWorkflowInstanceStartDateComparator</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>BaseWorkflowInstanceStartDateComparator</name>
		</method>
		<method>
			<name>BaseWorkflowInstanceStartDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseWorkflowInstanceStateComparator</name>
		<type>com.liferay.portal.kernel.workflow.comparator.BaseWorkflowInstanceStateComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BaseWorkflowInstanceStateComparator</name>
		</method>
		<method>
			<name>BaseWorkflowInstanceStateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseWorkflowLogCreateDateComparator</name>
		<type>com.liferay.portal.kernel.workflow.comparator.BaseWorkflowLogCreateDateComparator</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>BaseWorkflowLogCreateDateComparator</name>
		</method>
		<method>
			<name>BaseWorkflowLogCreateDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseWorkflowLogUserIdComparator</name>
		<type>com.liferay.portal.kernel.workflow.comparator.BaseWorkflowLogUserIdComparator</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>BaseWorkflowLogUserIdComparator</name>
		</method>
		<method>
			<name>BaseWorkflowLogUserIdComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseWorkflowTaskCompletionDateComparator</name>
		<type>com.liferay.portal.kernel.workflow.comparator.BaseWorkflowTaskCompletionDateComparator</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>BaseWorkflowTaskCompletionDateComparator</name>
		</method>
		<method>
			<name>BaseWorkflowTaskCompletionDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseWorkflowTaskCreateDateComparator</name>
		<type>com.liferay.portal.kernel.workflow.comparator.BaseWorkflowTaskCreateDateComparator</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>BaseWorkflowTaskCreateDateComparator</name>
		</method>
		<method>
			<name>BaseWorkflowTaskCreateDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseWorkflowTaskDueDateComparator</name>
		<type>com.liferay.portal.kernel.workflow.comparator.BaseWorkflowTaskDueDateComparator</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>BaseWorkflowTaskDueDateComparator</name>
		</method>
		<method>
			<name>BaseWorkflowTaskDueDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseWorkflowTaskNameComparator</name>
		<type>com.liferay.portal.kernel.workflow.comparator.BaseWorkflowTaskNameComparator</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>BaseWorkflowTaskNameComparator</name>
		</method>
		<method>
			<name>BaseWorkflowTaskNameComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseWorkflowTaskUserIdComparator</name>
		<type>com.liferay.portal.kernel.workflow.comparator.BaseWorkflowTaskUserIdComparator</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>BaseWorkflowTaskUserIdComparator</name>
		</method>
		<method>
			<name>BaseWorkflowTaskUserIdComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WorkflowComparatorFactory</name>
		<type>com.liferay.portal.kernel.workflow.comparator.WorkflowComparatorFactory</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getDefinitionNameComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getInstanceEndDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getInstanceStartDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getInstanceStateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getLogCreateDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getLogUserIdComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getTaskCompletionDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getTaskCreateDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getTaskDueDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getTaskNameComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getTaskUserIdComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowComparatorFactoryUtil</name>
		<type>com.liferay.portal.kernel.workflow.comparator.WorkflowComparatorFactoryUtil</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getDefinitionNameComparator</name>
		</method>
		<method>
			<name>getDefinitionNameComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getInstanceEndDateComparator</name>
		</method>
		<method>
			<name>getInstanceEndDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getInstanceStartDateComparator</name>
		</method>
		<method>
			<name>getInstanceStartDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getInstanceStateComparator</name>
		</method>
		<method>
			<name>getInstanceStateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getLogCreateDateComparator</name>
		</method>
		<method>
			<name>getLogCreateDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getLogUserIdComparator</name>
		</method>
		<method>
			<name>getLogUserIdComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getTaskCompletionDateComparator</name>
		</method>
		<method>
			<name>getTaskCompletionDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getTaskCreateDateComparator</name>
		</method>
		<method>
			<name>getTaskCreateDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getTaskDueDateComparator</name>
		</method>
		<method>
			<name>getTaskDueDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getTaskNameComparator</name>
		</method>
		<method>
			<name>getTaskNameComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getTaskUserIdComparator</name>
		</method>
		<method>
			<name>getTaskUserIdComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getWorkflowComparatorFactory</name>
		</method>
		<method>
			<name>setWorkflowComparatorFactory</name>
			<param>
				<name>workflowComparatorFactory</name>
				<type>com.liferay.portal.kernel.workflow.comparator.WorkflowComparatorFactory</type>
			</param>
		</method>
		<field>
			<name>_workflowComparatorFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultWorkflowDestinationEventListener</name>
		<type>com.liferay.portal.kernel.workflow.messaging.DefaultWorkflowDestinationEventListener</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>messageListenerRegistered</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>messageListenerUnregistered</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>setWorkflowDefinitionManagerListener</name>
			<param>
				<name>workflowDefinitionManagerListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>setWorkflowEngineManagerListener</name>
			<param>
				<name>workflowEngineManagerListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>setWorkflowEngineName</name>
			<param>
				<name>workflowEngineName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setWorkflowInstanceManagerListener</name>
			<param>
				<name>workflowInstanceManagerListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>setWorkflowLogManagerListener</name>
			<param>
				<name>workflowLogManagerListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>setWorkflowTaskManagerListener</name>
			<param>
				<name>workflowTaskManagerListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>isProceed</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_workflowDefinitionManagerListener</name>
		</field>
		<field>
			<name>_workflowEngineManagerListener</name>
		</field>
		<field>
			<name>_workflowEngineName</name>
		</field>
		<field>
			<name>_workflowInstanceManagerListener</name>
		</field>
		<field>
			<name>_workflowLogManagerListener</name>
		</field>
		<field>
			<name>_workflowTaskManagerListener</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WorkflowPermission</name>
		<type>com.liferay.portal.kernel.workflow.permission.WorkflowPermission</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowPermissionUtil</name>
		<type>com.liferay.portal.kernel.workflow.permission.WorkflowPermissionUtil</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getWorkflowPermission</name>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setWorkflowPermission</name>
			<param>
				<name>WorkflowPermission</name>
				<type>com.liferay.portal.kernel.workflow.permission.WorkflowPermission</type>
			</param>
		</method>
		<field>
			<name>_workflowPermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Attribute</name>
		<type>com.liferay.portal.kernel.xml.Attribute</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getData</name>
		</method>
		<method>
			<name>getNamespace</name>
		</method>
		<method>
			<name>getNamespacePrefix</name>
		</method>
		<method>
			<name>getNamespaceURI</name>
		</method>
		<method>
			<name>getQName</name>
		</method>
		<method>
			<name>getQualifiedName</name>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>setData</name>
			<param>
				<name>data</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setNamespace</name>
			<param>
				<name>namespace</name>
				<type>com.liferay.portal.kernel.xml.Namespace</type>
			</param>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseVisitor</name>
		<type>com.liferay.portal.kernel.xml.BaseVisitor</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>visitAttribute</name>
			<param>
				<name>attribute</name>
				<type>com.liferay.portal.kernel.xml.Attribute</type>
			</param>
		</method>
		<method>
			<name>visitCDATA</name>
			<param>
				<name>cdata</name>
				<type>com.liferay.portal.kernel.xml.CDATA</type>
			</param>
		</method>
		<method>
			<name>visitComment</name>
			<param>
				<name>comment</name>
				<type>com.liferay.portal.kernel.xml.Comment</type>
			</param>
		</method>
		<method>
			<name>visitDocument</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
		</method>
		<method>
			<name>visitElement</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>visitEntity</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.kernel.xml.Entity</type>
			</param>
		</method>
		<method>
			<name>visitNamespace</name>
			<param>
				<name>namespace</name>
				<type>com.liferay.portal.kernel.xml.Namespace</type>
			</param>
		</method>
		<method>
			<name>visitNode</name>
			<param>
				<name>node</name>
				<type>com.liferay.portal.kernel.xml.Node</type>
			</param>
		</method>
		<method>
			<name>visitProcessInstruction</name>
			<param>
				<name>processingInstruction</name>
				<type>com.liferay.portal.kernel.xml.ProcessingInstruction</type>
			</param>
		</method>
		<method>
			<name>visitText</name>
			<param>
				<name>text</name>
				<type>com.liferay.portal.kernel.xml.Text</type>
			</param>
		</method>
		<method>
			<name>handleAttribute</name>
			<param>
				<name>attribute</name>
				<type>com.liferay.portal.kernel.xml.Attribute</type>
			</param>
		</method>
		<method>
			<name>handleCDATA</name>
			<param>
				<name>cdata</name>
				<type>com.liferay.portal.kernel.xml.CDATA</type>
			</param>
		</method>
		<method>
			<name>handleComment</name>
			<param>
				<name>comment</name>
				<type>com.liferay.portal.kernel.xml.Comment</type>
			</param>
		</method>
		<method>
			<name>handleDocument</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<param>
				<name>nodeResults</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>handleElement</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>attributeResults</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>nodeResults</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>handleEntity</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.kernel.xml.Entity</type>
			</param>
		</method>
		<method>
			<name>handleNamespace</name>
			<param>
				<name>namespace</name>
				<type>com.liferay.portal.kernel.xml.Namespace</type>
			</param>
		</method>
		<method>
			<name>handleNode</name>
			<param>
				<name>node</name>
				<type>com.liferay.portal.kernel.xml.Node</type>
			</param>
		</method>
		<method>
			<name>handleProcessInstruction</name>
			<param>
				<name>processingInstruction</name>
				<type>com.liferay.portal.kernel.xml.ProcessingInstruction</type>
			</param>
		</method>
		<method>
			<name>handleText</name>
			<param>
				<name>text</name>
				<type>com.liferay.portal.kernel.xml.Text</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Branch</name>
		<type>com.liferay.portal.kernel.xml.Branch</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>add</name>
			<param>
				<name>comment</name>
				<type>com.liferay.portal.kernel.xml.Comment</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>node</name>
				<type>com.liferay.portal.kernel.xml.Node</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>processingInstruction</name>
				<type>com.liferay.portal.kernel.xml.ProcessingInstruction</type>
			</param>
		</method>
		<method>
			<name>addElement</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>addElement</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addElement</name>
			<param>
				<name>qualifiedName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespaceURI</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>appendContent</name>
			<param>
				<name>branch</name>
				<type>com.liferay.portal.kernel.xml.Branch</type>
			</param>
		</method>
		<method>
			<name>clearContent</name>
		</method>
		<method>
			<name>content</name>
		</method>
		<method>
			<name>elementByID</name>
			<param>
				<name>elementID</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>indexOf</name>
			<param>
				<name>node</name>
				<type>com.liferay.portal.kernel.xml.Node</type>
			</param>
		</method>
		<method>
			<name>node</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>nodeCount</name>
		</method>
		<method>
			<name>nodeIterator</name>
		</method>
		<method>
			<name>normalize</name>
		</method>
		<method>
			<name>processingInstruction</name>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>processingInstructions</name>
		</method>
		<method>
			<name>processingInstructions</name>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>comment</name>
				<type>com.liferay.portal.kernel.xml.Comment</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>node</name>
				<type>com.liferay.portal.kernel.xml.Node</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>processingInstruction</name>
				<type>com.liferay.portal.kernel.xml.ProcessingInstruction</type>
			</param>
		</method>
		<method>
			<name>removeProcessingInstruction</name>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setContent</name>
			<param>
				<name>content</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setProcessingInstructions</name>
			<param>
				<name>processingInstructions</name>
				<type>java.util.List</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CDATA</name>
		<type>com.liferay.portal.kernel.xml.CDATA</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
	</javadoc>
	<javadoc>
		<name>Comment</name>
		<type>com.liferay.portal.kernel.xml.Comment</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
	</javadoc>
	<javadoc>
		<name>Document</name>
		<type>com.liferay.portal.kernel.xml.Document</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addComment</name>
			<param>
				<name>comment</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addDocumentType</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>publicId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>systemId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDocumentType</name>
		</method>
		<method>
			<name>getRootElement</name>
		</method>
		<method>
			<name>getXMLEncoding</name>
		</method>
		<method>
			<name>setRootElement</name>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>setXMLEncoding</name>
			<param>
				<name>encoding</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DocumentException</name>
		<type>com.liferay.portal.kernel.xml.DocumentException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DocumentException</name>
		</method>
		<method>
			<name>DocumentException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DocumentException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DocumentException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DocumentType</name>
		<type>com.liferay.portal.kernel.xml.DocumentType</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getPublicId</name>
		</method>
		<method>
			<name>getSystemId</name>
		</method>
	</javadoc>
	<javadoc>
		<name>Element</name>
		<type>com.liferay.portal.kernel.xml.Element</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>add</name>
			<param>
				<name>attribute</name>
				<type>com.liferay.portal.kernel.xml.Attribute</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>cdata</name>
				<type>com.liferay.portal.kernel.xml.CDATA</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.kernel.xml.Entity</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>namespace</name>
				<type>com.liferay.portal.kernel.xml.Namespace</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>text</name>
				<type>com.liferay.portal.kernel.xml.Text</type>
			</param>
		</method>
		<method>
			<name>addAttribute</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addCDATA</name>
			<param>
				<name>cdata</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addComment</name>
			<param>
				<name>comment</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addEntity</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>additionalNamespaces</name>
		</method>
		<method>
			<name>addNamespace</name>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addProcessingInstruction</name>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>data</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>addProcessingInstruction</name>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addText</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>appendAttributes</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>attribute</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>attribute</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>attribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>attributeCount</name>
		</method>
		<method>
			<name>attributeIterator</name>
		</method>
		<method>
			<name>attributes</name>
		</method>
		<method>
			<name>attributeValue</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>attributeValue</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>attributeValue</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>attributeValue</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createCopy</name>
		</method>
		<method>
			<name>createCopy</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>createCopy</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>declaredNamespaces</name>
		</method>
		<method>
			<name>element</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>element</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>elementIterator</name>
		</method>
		<method>
			<name>elementIterator</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>elementIterator</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>elements</name>
		</method>
		<method>
			<name>elements</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>elements</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>elementText</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>elementText</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>elementTextTrim</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>elementTextTrim</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>formattedString</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>formattedString</name>
			<param>
				<name>indent</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>formattedString</name>
			<param>
				<name>indent</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expandEmptyElements</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getData</name>
		</method>
		<method>
			<name>getNamespace</name>
		</method>
		<method>
			<name>getNamespaceForPrefix</name>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNamespaceForURI</name>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNamespacePrefix</name>
		</method>
		<method>
			<name>getNamespacesForURI</name>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNamespaceURI</name>
		</method>
		<method>
			<name>getQName</name>
		</method>
		<method>
			<name>getQName</name>
			<param>
				<name>qualifiedName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getQualifiedName</name>
		</method>
		<method>
			<name>getStringValue</name>
		</method>
		<method>
			<name>getText</name>
		</method>
		<method>
			<name>getTextTrim</name>
		</method>
		<method>
			<name>getXPathResult</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>hasMixedContent</name>
		</method>
		<method>
			<name>isRootElement</name>
		</method>
		<method>
			<name>isTextOnly</name>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>attribute</name>
				<type>com.liferay.portal.kernel.xml.Attribute</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>cdata</name>
				<type>com.liferay.portal.kernel.xml.CDATA</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.kernel.xml.Entity</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>namespace</name>
				<type>com.liferay.portal.kernel.xml.Namespace</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>text</name>
				<type>com.liferay.portal.kernel.xml.Text</type>
			</param>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>attributes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setData</name>
			<param>
				<name>data</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setQName</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>sortAttributes</name>
			<param>
				<name>recursive</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>sortElementsByAttribute</name>
			<param>
				<name>elementName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>attributeName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>sortElementsByChildElement</name>
			<param>
				<name>elementName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>childElementName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Entity</name>
		<type>com.liferay.portal.kernel.xml.Entity</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
	</javadoc>
	<javadoc>
		<name>Namespace</name>
		<type>com.liferay.portal.kernel.xml.Namespace</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getNodeType</name>
		</method>
		<method>
			<name>getPrefix</name>
		</method>
		<method>
			<name>getURI</name>
		</method>
		<method>
			<name>getXPathNameStep</name>
		</method>
	</javadoc>
	<javadoc>
		<name>Node</name>
		<type>com.liferay.portal.kernel.xml.Node</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>accept</name>
			<param>
				<name>visitor</name>
				<type>V</type>
			</param>
		</method>
		<method>
			<name>asXML</name>
		</method>
		<method>
			<name>asXPathResult</name>
			<param>
				<name>parent</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>compactString</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>detach</name>
		</method>
		<method>
			<name>formattedString</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>formattedString</name>
			<param>
				<name>indent</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>formattedString</name>
			<param>
				<name>indent</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expandEmptyElements</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>formattedString</name>
			<param>
				<name>indent</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expandEmptyElements</name>
				<type>boolean</type>
			</param>
			<param>
				<name>trimText</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getDocument</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getParent</name>
		</method>
		<method>
			<name>getPath</name>
		</method>
		<method>
			<name>getPath</name>
			<param>
				<name>context</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>getStringValue</name>
		</method>
		<method>
			<name>getText</name>
		</method>
		<method>
			<name>getUniquePath</name>
		</method>
		<method>
			<name>getUniquePath</name>
			<param>
				<name>context</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>hasContent</name>
		</method>
		<method>
			<name>isReadOnly</name>
		</method>
		<method>
			<name>matches</name>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>numberValueOf</name>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>selectNodes</name>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>selectNodes</name>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>comparisonXPathExpression</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>selectNodes</name>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>comparisonXPathExpression</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>removeDuplicates</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>selectObject</name>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>selectSingleNode</name>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setText</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>supportsParent</name>
		</method>
		<method>
			<name>valueOf</name>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ProcessingInstruction</name>
		<type>com.liferay.portal.kernel.xml.ProcessingInstruction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getTarget</name>
		</method>
		<method>
			<name>getText</name>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getValues</name>
		</method>
		<method>
			<name>removeValue</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTarget</name>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setValues</name>
			<param>
				<name>data</name>
				<type>java.util.Map</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>QName</name>
		<type>com.liferay.portal.kernel.xml.QName</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getLocalPart</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getNamespace</name>
		</method>
		<method>
			<name>getNamespacePrefix</name>
		</method>
		<method>
			<name>getNamespaceURI</name>
		</method>
		<method>
			<name>getQualifiedName</name>
		</method>
	</javadoc>
	<javadoc>
		<name>SAXReader</name>
		<type>com.liferay.portal.kernel.xml.SAXReader</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>createAttribute</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createAttribute</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createDocument</name>
		</method>
		<method>
			<name>createDocument</name>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>createDocument</name>
			<param>
				<name>encoding</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createElement</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>createElement</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createEntity</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createNamespace</name>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createNamespace</name>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createProcessingInstruction</name>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>data</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>createProcessingInstruction</name>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createQName</name>
			<param>
				<name>localName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createQName</name>
			<param>
				<name>localName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespace</name>
				<type>com.liferay.portal.kernel.xml.Namespace</type>
			</param>
		</method>
		<method>
			<name>createText</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createXPath</name>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createXPath</name>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespaceContextMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>createXPath</name>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>validate</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>validate</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>reader</name>
				<type>java.io.Reader</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>reader</name>
				<type>java.io.Reader</type>
			</param>
			<param>
				<name>validate</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validate</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>url</name>
				<type>java.net.URL</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>url</name>
				<type>java.net.URL</type>
			</param>
			<param>
				<name>validate</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>readURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
			<throws>
				<name>MalformedURLException</name>
				<type>java.net.MalformedURLException</type>
			</throws>
		</method>
		<method>
			<name>readURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validate</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
			<throws>
				<name>MalformedURLException</name>
				<type>java.net.MalformedURLException</type>
			</throws>
		</method>
		<method>
			<name>selectNodes</name>
			<param>
				<name>xPathFilterExpression</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nodes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>selectNodes</name>
			<param>
				<name>xPathFilterExpression</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>node</name>
				<type>com.liferay.portal.kernel.xml.Node</type>
			</param>
		</method>
		<method>
			<name>sort</name>
			<param>
				<name>nodes</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>sort</name>
			<param>
				<name>nodes</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>distinct</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SAXReaderUtil</name>
		<type>com.liferay.portal.kernel.xml.SAXReaderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>createAttribute</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createAttribute</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createDocument</name>
		</method>
		<method>
			<name>createDocument</name>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>createDocument</name>
			<param>
				<name>encoding</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createElement</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>createElement</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createEntity</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createNamespace</name>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createNamespace</name>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createProcessingInstruction</name>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>data</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>createProcessingInstruction</name>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createQName</name>
			<param>
				<name>localName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createQName</name>
			<param>
				<name>localName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespace</name>
				<type>com.liferay.portal.kernel.xml.Namespace</type>
			</param>
		</method>
		<method>
			<name>createText</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createXPath</name>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createXPath</name>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespaceContextMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>createXPath</name>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSAXReader</name>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>validate</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>validate</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>reader</name>
				<type>java.io.Reader</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>reader</name>
				<type>java.io.Reader</type>
			</param>
			<param>
				<name>validate</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validate</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>url</name>
				<type>java.net.URL</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>url</name>
				<type>java.net.URL</type>
			</param>
			<param>
				<name>validate</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>readURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
			<throws>
				<name>MalformedURLException</name>
				<type>java.net.MalformedURLException</type>
			</throws>
		</method>
		<method>
			<name>readURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validate</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
			<throws>
				<name>MalformedURLException</name>
				<type>java.net.MalformedURLException</type>
			</throws>
		</method>
		<method>
			<name>selectNodes</name>
			<param>
				<name>xPathFilterExpression</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nodes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>selectNodes</name>
			<param>
				<name>xPathFilterExpression</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>node</name>
				<type>com.liferay.portal.kernel.xml.Node</type>
			</param>
		</method>
		<method>
			<name>sort</name>
			<param>
				<name>nodes</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>sort</name>
			<param>
				<name>nodes</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>distinct</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setSAXReader</name>
			<param>
				<name>saxReader</name>
				<type>com.liferay.portal.kernel.xml.SAXReader</type>
			</param>
		</method>
		<field>
			<name>_saxReader</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Text</name>
		<type>com.liferay.portal.kernel.xml.Text</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
	</javadoc>
	<javadoc>
		<name>Visitor</name>
		<type>com.liferay.portal.kernel.xml.Visitor</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>visitAttribute</name>
			<param>
				<name>attribute</name>
				<type>com.liferay.portal.kernel.xml.Attribute</type>
			</param>
		</method>
		<method>
			<name>visitCDATA</name>
			<param>
				<name>cdata</name>
				<type>com.liferay.portal.kernel.xml.CDATA</type>
			</param>
		</method>
		<method>
			<name>visitComment</name>
			<param>
				<name>comment</name>
				<type>com.liferay.portal.kernel.xml.Comment</type>
			</param>
		</method>
		<method>
			<name>visitDocument</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
		</method>
		<method>
			<name>visitElement</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>visitEntity</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.kernel.xml.Entity</type>
			</param>
		</method>
		<method>
			<name>visitNamespace</name>
			<param>
				<name>namespace</name>
				<type>com.liferay.portal.kernel.xml.Namespace</type>
			</param>
		</method>
		<method>
			<name>visitNode</name>
			<param>
				<name>node</name>
				<type>com.liferay.portal.kernel.xml.Node</type>
			</param>
		</method>
		<method>
			<name>visitProcessInstruction</name>
			<param>
				<name>processingInstruction</name>
				<type>com.liferay.portal.kernel.xml.ProcessingInstruction</type>
			</param>
		</method>
		<method>
			<name>visitText</name>
			<param>
				<name>text</name>
				<type>com.liferay.portal.kernel.xml.Text</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>XPath</name>
		<type>com.liferay.portal.kernel.xml.XPath</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>booleanValueOf</name>
			<param>
				<name>context</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>evaluate</name>
			<param>
				<name>context</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getText</name>
		</method>
		<method>
			<name>matches</name>
			<param>
				<name>node</name>
				<type>com.liferay.portal.kernel.xml.Node</type>
			</param>
		</method>
		<method>
			<name>numberValueOf</name>
			<param>
				<name>context</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>selectNodes</name>
			<param>
				<name>context</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>selectNodes</name>
			<param>
				<name>context</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>sortXPath</name>
				<type>com.liferay.portal.kernel.xml.XPath</type>
			</param>
		</method>
		<method>
			<name>selectNodes</name>
			<param>
				<name>context</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>sortXPath</name>
				<type>com.liferay.portal.kernel.xml.XPath</type>
			</param>
			<param>
				<name>distinct</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>selectSingleNode</name>
			<param>
				<name>context</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>sort</name>
			<param>
				<name>nodes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>sort</name>
			<param>
				<name>nodes</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>distinct</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>valueOf</name>
			<param>
				<name>context</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Element</name>
		<type>com.liferay.portal.kernel.xml.simple.Element</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>Element</name>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.simple.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>Element</name>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.simple.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>Element</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>Element</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>addHeader</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>Element</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>Element</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>addHeader</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addElement</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addElement</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addElement</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>addElement</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>addElement</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addElement</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addElement</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>addElement</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>addElement</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getParentElement</name>
		</method>
		<method>
			<name>getText</name>
		</method>
		<method>
			<name>isRootElement</name>
		</method>
		<method>
			<name>toXMLString</name>
		</method>
		<method>
			<name>_appendChildElement</name>
		</method>
		<method>
			<name>_closeElement</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.simple.Element</type>
			</param>
		</method>
		<method>
			<name>_closeOpenTag</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.simple.Element</type>
			</param>
		</method>
		<method>
			<name>_flushPendingOpenElements</name>
		</method>
		<method>
			<name>_formatText</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_openElement</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.simple.Element</type>
			</param>
		</method>
		<field>
			<name>_CLOSE_POST</name>
		</field>
		<field>
			<name>_CLOSE_PRE</name>
		</field>
		<field>
			<name>_EQUAL_QUOTE</name>
		</field>
		<field>
			<name>_OPEN_POST</name>
		</field>
		<field>
			<name>_OPEN_PRE</name>
		</field>
		<field>
			<name>_XML_HEADER</name>
		</field>
		<field>
			<name>_elementClosed</name>
		</field>
		<field>
			<name>_elementStack</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_openTagClosed</name>
		</field>
		<field>
			<name>_parentElement</name>
		</field>
		<field>
			<name>_stringBundler</name>
		</field>
		<field>
			<name>_text</name>
		</field>
		<field>
			<name>_xmlString</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Fault</name>
		<type>com.liferay.portal.kernel.xmlrpc.Fault</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getCode</name>
		</method>
	</javadoc>
	<javadoc>
		<name>Method</name>
		<type>com.liferay.portal.kernel.xmlrpc.Method</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>XmlRpcException</name>
				<type>com.liferay.portal.kernel.xmlrpc.XmlRpcException</type>
			</throws>
		</method>
		<method>
			<name>getMethodName</name>
		</method>
		<method>
			<name>getToken</name>
		</method>
		<method>
			<name>setArguments</name>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Response</name>
		<type>com.liferay.portal.kernel.xmlrpc.Response</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>toXml</name>
			<throws>
				<name>XmlRpcException</name>
				<type>com.liferay.portal.kernel.xmlrpc.XmlRpcException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>Success</name>
		<type>com.liferay.portal.kernel.xmlrpc.Success</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
	</javadoc>
	<javadoc>
		<name>XmlRpc</name>
		<type>com.liferay.portal.kernel.xmlrpc.XmlRpc</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>createFault</name>
			<param>
				<name>code</name>
				<type>int</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createSuccess</name>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>executeMethod</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>XmlRpcException</name>
				<type>com.liferay.portal.kernel.xmlrpc.XmlRpcException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>XmlRpcConstants</name>
		<type>com.liferay.portal.kernel.xmlrpc.XmlRpcConstants</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>APPLICATION_ERROR</name>
		</field>
		<field>
			<name>INTERNAL_XMLRPC_ERROR</name>
		</field>
		<field>
			<name>INVALID_CHARACTER_FOR_ENCODING</name>
		</field>
		<field>
			<name>INVALID_METHOD_PARAMETERS</name>
		</field>
		<field>
			<name>INVALID_XMLRPC</name>
		</field>
		<field>
			<name>NOT_WELL_FORMED</name>
		</field>
		<field>
			<name>REQUESTED_METHOD_NOT_FOUND</name>
		</field>
		<field>
			<name>SYSTEM_ERROR</name>
		</field>
		<field>
			<name>TRANSPORT_ERROR</name>
		</field>
		<field>
			<name>UNSUPPORTED_ENCODING</name>
		</field>
	</javadoc>
	<javadoc>
		<name>XmlRpcException</name>
		<type>com.liferay.portal.kernel.xmlrpc.XmlRpcException</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>XmlRpcException</name>
		</method>
		<method>
			<name>XmlRpcException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>XmlRpcException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>XmlRpcException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>XmlRpcUtil</name>
		<type>com.liferay.portal.kernel.xmlrpc.XmlRpcUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>createFault</name>
			<param>
				<name>code</name>
				<type>int</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createSuccess</name>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>executeMethod</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>XmlRpcException</name>
				<type>com.liferay.portal.kernel.xmlrpc.XmlRpcException</type>
			</throws>
		</method>
		<method>
			<name>getXmlRpc</name>
		</method>
		<method>
			<name>setXmlRpc</name>
			<param>
				<name>xmlRpc</name>
				<type>com.liferay.portal.kernel.xmlrpc.XmlRpc</type>
			</param>
		</method>
		<field>
			<name>_xmlRpc</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Xuggler</name>
		<type>com.liferay.portal.kernel.xuggler.Xuggler</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>installNativeLibraries</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xugglerInstallStatus</name>
				<type>com.liferay.portal.kernel.xuggler.XugglerInstallStatus</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>isEnabled</name>
			<param>
				<name>checkNativeLibraries</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>isNativeLibraryInstalled</name>
		</method>
	</javadoc>
	<javadoc>
		<name>XugglerInstallStatus</name>
		<type>com.liferay.portal.kernel.xuggler.XugglerInstallStatus</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getStatus</name>
		</method>
		<method>
			<name>getStatusLabel</name>
		</method>
		<method>
			<name>setStatus</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>COMPLETED</name>
		</field>
		<field>
			<name>COPYING</name>
		</field>
		<field>
			<name>DOWNLOADING</name>
		</field>
		<field>
			<name>_status</name>
		</field>
	</javadoc>
	<javadoc>
		<name>XugglerUtil</name>
		<type>com.liferay.portal.kernel.xuggler.XugglerUtil</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getXuggler</name>
		</method>
		<method>
			<name>installNativeLibraries</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xugglerInstallStatus</name>
				<type>com.liferay.portal.kernel.xuggler.XugglerInstallStatus</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>isEnabled</name>
			<param>
				<name>checkNativeLibraries</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>isNativeLibraryInstalled</name>
		</method>
		<method>
			<name>setXuggler</name>
			<param>
				<name>xuggler</name>
				<type>com.liferay.portal.kernel.xuggler.Xuggler</type>
			</param>
		</method>
		<field>
			<name>_xuggler</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ZipReader</name>
		<type>com.liferay.portal.kernel.zip.ZipReader</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>close</name>
		</method>
		<method>
			<name>getEntries</name>
		</method>
		<method>
			<name>getEntryAsByteArray</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getEntryAsInputStream</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getEntryAsString</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFolderEntries</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ZipReaderFactory</name>
		<type>com.liferay.portal.kernel.zip.ZipReaderFactory</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getZipReader</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>getZipReader</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ZipReaderFactoryUtil</name>
		<type>com.liferay.portal.kernel.zip.ZipReaderFactoryUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getZipReader</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>getZipReader</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getZipReaderFactory</name>
		</method>
		<method>
			<name>setZipReaderFactory</name>
			<param>
				<name>zipReaderFactory</name>
				<type>com.liferay.portal.kernel.zip.ZipReaderFactory</type>
			</param>
		</method>
		<field>
			<name>_zipReaderFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ZipWriter</name>
		<type>com.liferay.portal.kernel.zip.ZipWriter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addEntry</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>addEntry</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inpuStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>addEntry</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>addEntry</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sb</name>
				<type>java.lang.StringBuilder</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>finish</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
		</method>
		<method>
			<name>getPath</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ZipWriterFactory</name>
		<type>com.liferay.portal.kernel.zip.ZipWriterFactory</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getZipWriter</name>
		</method>
		<method>
			<name>getZipWriter</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ZipWriterFactoryUtil</name>
		<type>com.liferay.portal.kernel.zip.ZipWriterFactoryUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getZipWriter</name>
		</method>
		<method>
			<name>getZipWriter</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>getZipWriterFactory</name>
		</method>
		<method>
			<name>setZipWriterFactory</name>
			<param>
				<name>zipWriterFactory</name>
				<type>com.liferay.portal.kernel.zip.ZipWriterFactory</type>
			</param>
		</method>
		<field>
			<name>_zipWriterFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LanguageImpl</name>
		<type>com.liferay.portal.language.LanguageImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Andrius Vitkauskas]]></author>
		<method>
			<name>format</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>com.liferay.portal.kernel.language.LanguageWrapper</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>com.liferay.portal.kernel.language.LanguageWrapper</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>com.liferay.portal.kernel.language.LanguageWrapper[]</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>com.liferay.portal.kernel.language.LanguageWrapper[]</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAvailableLocales</name>
		</method>
		<method>
			<name>getCharset</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getLanguageId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getLanguageId</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getLanguageId</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getLocale</name>
			<param>
				<name>languageCode</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSupportedLocales</name>
		</method>
		<method>
			<name>getTimeDescription</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>milliseconds</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getTimeDescription</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>milliseconds</name>
				<type>long</type>
			</param>
			<param>
				<name>approximate</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getTimeDescription</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>milliseconds</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>getTimeDescription</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>milliseconds</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getTimeDescription</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>milliseconds</name>
				<type>long</type>
			</param>
			<param>
				<name>approximate</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getTimeDescription</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>milliseconds</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>init</name>
		</method>
		<method>
			<name>isAvailableLocale</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>isBetaLocale</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>isDuplicateLanguageCode</name>
			<param>
				<name>languageCode</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>resetAvailableLocales</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>updateCookie</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>_getInstance</name>
		</method>
		<method>
			<name>LanguageImpl</name>
		</method>
		<method>
			<name>LanguageImpl</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>_escapePattern</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_get</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getCharset</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>_getLocale</name>
			<param>
				<name>languageCode</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getPortletConfigurationValue</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_resetAvailableLocales</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instances</name>
		</field>
		<field>
			<name>_charEncodings</name>
		</field>
		<field>
			<name>_duplicateLanguageCodes</name>
		</field>
		<field>
			<name>_locales</name>
		</field>
		<field>
			<name>_localesBetaSet</name>
		</field>
		<field>
			<name>_localesMap</name>
		</field>
		<field>
			<name>_localesSet</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LanguageResources</name>
		<type>com.liferay.portal.language.LanguageResources</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>fixValue</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>fixValues</name>
			<param>
				<name>languageMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>getMessage</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSuperLocale</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>putLanguageMap</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>languageMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setConfig</name>
			<param>
				<name>config</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_loadLocale</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>_loadProperties</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_blankLocale</name>
		</field>
		<field>
			<name>_configNames</name>
		</field>
		<field>
			<name>_languageMaps</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayResourceBundle</name>
		<type>com.liferay.portal.language.LiferayResourceBundle</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LiferayResourceBundle</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>charsetName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>LiferayResourceBundle</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>charsetName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>LiferayResourceBundle</name>
			<param>
				<name>parentResourceBundle</name>
				<type>java.util.ResourceBundle</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>charsetName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getKeys</name>
		</method>
		<method>
			<name>handleGetObject</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_map</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnicodeLanguageImpl</name>
		<type>com.liferay.portal.language.UnicodeLanguageImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>format</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>com.liferay.portal.kernel.language.LanguageWrapper</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>com.liferay.portal.kernel.language.LanguageWrapper</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>com.liferay.portal.kernel.language.LanguageWrapper[]</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>com.liferay.portal.kernel.language.LanguageWrapper[]</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTimeDescription</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>milliseconds</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getTimeDescription</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>milliseconds</name>
				<type>java.lang.Long</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AlwaysCurrentUserIdStrategy</name>
		<type>com.liferay.portal.lar.AlwaysCurrentUserIdStrategy</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>AlwaysCurrentUserIdStrategy</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getUserId</name>
			<param>
				<name>userUuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_user</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BasePortletDataHandler</name>
		<type>com.liferay.portal.lar.BasePortletDataHandler</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.lar.BasePortletDataHandler}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>CurrentUserIdStrategy</name>
		<type>com.liferay.portal.lar.CurrentUserIdStrategy</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>CurrentUserIdStrategy</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getUserId</name>
			<param>
				<name>userUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_user</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutCache</name>
		<type>com.liferay.portal.lar.LayoutCache</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>getEntityGroupId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>entityName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntityMap</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>entityName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupRoles_1to4</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupRoles_5</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupUsers</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getResource</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>resourcePrimKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRole</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserRoles</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>entityGroupIdMap</name>
		</field>
		<field>
			<name>entityMapMap</name>
		</field>
		<field>
			<name>groupRolesMap</name>
		</field>
		<field>
			<name>groupUsersMap</name>
		</field>
		<field>
			<name>resourcesMap</name>
		</field>
		<field>
			<name>rolesMap</name>
		</field>
		<field>
			<name>userRolesMap</name>
		</field>
		<field>
			<name>usersMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutExporter</name>
		<type>com.liferay.portal.lar.LayoutExporter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Joel Kozikowski]]></author>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Karthik Sudarshan]]></author>
		<author><![CDATA[Zsigmond Rab]]></author>
		<author><![CDATA[Douglas Wong]]></author>
		<author><![CDATA[Mate Thurzo]]></author>
		<method>
			<name>getAlwaysExportablePortlets</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLastPublishDate</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
			<param>
				<name>lastPublishDate</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportLayouts</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportLayoutsAsFile</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doExportLayoutsAsFile</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportAssetCategories</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportJournalArticle</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>layoutElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportLayout</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>layoutConfigurationPortlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>portlets</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>portletIds</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>exportPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>exportUserPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>layoutsElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportTheme</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
			<param>
				<name>zipWriter</name>
				<type>com.liferay.portal.kernel.zip.ZipWriter</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportThemeFiles</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>zipWriter</name>
				<type>com.liferay.portal.kernel.zip.ZipWriter</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>fixTypeSettings</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getExportPortletControls</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLayoutIconPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>image</name>
				<type>com.liferay.portal.model.Image</type>
			</param>
		</method>
		<method>
			<name>getLayoutSetLogoPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
		</method>
		<method>
			<name>getLayoutSetPrototype</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>layoutSetPrototypeUuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>SAME_GROUP_FRIENDLY_URL</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_permissionExporter</name>
		</field>
		<field>
			<name>_portletExporter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutImporter</name>
		<type>com.liferay.portal.lar.LayoutImporter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Joel Kozikowski]]></author>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<author><![CDATA[Zsigmond Rab]]></author>
		<author><![CDATA[Douglas Wong]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>importLayouts</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>appendPortletIds</name>
			<param>
				<name>portletIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>newPortletIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>portletsMergeMode</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deleteMissingLayouts</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>newLayoutIds</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>previousLayouts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportLayouts</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>fixTypeSettings</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLayoutSetPrototype</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>layoutSetPrototypeUuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>importJournalArticle</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>layoutElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importLayout</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>previousLayouts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>newLayouts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>newLayoutsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>newLayoutIds</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>portletsMergeMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>colorSchemeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>layoutsImportMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>importPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>importPublicLayoutPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>importUserPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>importThemeSettings</name>
				<type>boolean</type>
			</param>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>layoutElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importLayoutSetPrototype</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layoutSetPrototypeUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>importTheme</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
			<param>
				<name>themeZip</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>mergePortlets</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>newTypeSettings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletsMergeMode</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>validateLayoutPrototypes</name>
			<param>
				<name>layoutsElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>layoutElements</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_loadThemesMethodHandler</name>
		</field>
		<field>
			<name>_permissionImporter</name>
		</field>
		<field>
			<name>_portletImporter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PermissionExporter</name>
		<type>com.liferay.portal.lar.PermissionExporter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Joel Kozikowski]]></author>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Zsigmond Rab]]></author>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>exportGroupPermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourcePrimKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>elementName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportGroupRoles</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entityName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportInheritedPermissions</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourcePrimKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>entityName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportInheritedRoles</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entityName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportLayoutPermissions</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>layoutElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>exportUserPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportLayoutRoles</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>rolesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportPermissions_1to4</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourcePrimKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissionsElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>exportUserPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportPermissions_5</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourcePrimKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissionsElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportPermissions_6</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourcePrimKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissionsElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportPortletDataPermissions</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportPortletPermissions</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportPortletRoles</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>rolesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportRoles</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>resourcePrimKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>elName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportUserPermissions</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourcePrimKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportUserRoles</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>hasRole</name>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>roleName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>ROLE_TEAM_PREFIX</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PermissionImporter</name>
		<type>com.liferay.portal.lar.PermissionImporter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Joel Kozikowski]]></author>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<author><![CDATA[Zsigmond Rab]]></author>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>getActions</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>importGroupPermissions</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourcePrimKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>elementName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importGroupRoles</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entityName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importInheritedPermissions</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourcePrimKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissionsElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>entityName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importInheritedRoles</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entityName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importLayoutPermissions</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>layoutElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>importUserPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importLayoutPermissions_1to4</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>guestGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourcePrimKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissionsElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>importUserPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importLayoutRoles</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>rolesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importPermissions_5</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourcePrimKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissionsElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importPermissions_6</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourcePrimKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissionsElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importPortletPermissions</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>importUserPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importPortletPermissions_1to4</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>guestGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>permissionsElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>importUserPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importPortletRoles</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>rolesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importPortletRoles</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>rolesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importRolePermissions</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>resourcePrimKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>communityRole</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importUserPermissions</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourcePrimKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importUserRoles</name>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>readPortletDataPermissions</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletDataContext</name>
		<type>com.liferay.portal.lar.PortletDataContext</type>
		<author><![CDATA[Raymond Augé]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.lar.PortletDataContext}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>PortletDataContextImpl</name>
		<type>com.liferay.portal.lar.PortletDataContextImpl</type>
		<comment><![CDATA[<p>
Holds context information that is used during exporting and importing portlet data.
</p>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Alex Chow]]></author>
		<method>
			<name>PortletDataContextImpl</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>primaryKeys</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>zipWriter</name>
				<type>com.liferay.portal.kernel.zip.ZipWriter</type>
			</param>
			<throws>
				<name>PortletDataException</name>
				<type>com.liferay.portal.kernel.lar.PortletDataException</type>
			</throws>
		</method>
		<method>
			<name>PortletDataContextImpl</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>primaryKeys</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>userIdStrategy</name>
				<type>com.liferay.portal.kernel.lar.UserIdStrategy</type>
			</param>
			<param>
				<name>zipReader</name>
				<type>com.liferay.portal.kernel.zip.ZipReader</type>
			</param>
		</method>
		<method>
			<name>addAssetCategories</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addAssetCategories</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>assetCategoryIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>addAssetLinks</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addAssetTags</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addAssetTags</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>assetTagNames</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>addClassedModel</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classedModel</name>
				<type>com.liferay.portal.model.ClassedModel</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addComments</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addComments</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>messages</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>addCompanyReference</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addExpando</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classedModel</name>
				<type>com.liferay.portal.model.ClassedModel</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addLocks</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addLocks</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lock</name>
				<type>com.liferay.portal.model.Lock</type>
			</param>
		</method>
		<method>
			<name>addPermissions</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPermissions</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourcePK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPermissions</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourcePK</name>
				<type>long</type>
			</param>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>addPrimaryKey</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addRatingsEntries</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addRatingsEntries</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>ratingsEntries</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>addZipEntry</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addZipEntry</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addZipEntry</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addZipEntry</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addZipEntry</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sb</name>
				<type>java.lang.StringBuilder</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>createServiceContext</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>classedModel</name>
				<type>com.liferay.portal.model.ClassedModel</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createServiceContext</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classedModel</name>
				<type>com.liferay.portal.model.ClassedModel</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>fromXML</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>fromXML</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAssetCategoryIds</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getAssetCategoryIdsMap</name>
		</method>
		<method>
			<name>getAssetCategoryUuidsMap</name>
		</method>
		<method>
			<name>getAssetLinkUuidsMap</name>
		</method>
		<method>
			<name>getAssetTagNames</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getAssetTagNames</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getAssetTagNamesMap</name>
		</method>
		<method>
			<name>getBooleanParameter</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getClassLoader</name>
		</method>
		<method>
			<name>getComments</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getDataStrategy</name>
		</method>
		<method>
			<name>getEndDate</name>
		</method>
		<method>
			<name>getExpandoColumns</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getLayoutPath</name>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLocks</name>
		</method>
		<method>
			<name>getNewPrimaryKeysMap</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getNewPrimaryKeysMap</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOldPlid</name>
		</method>
		<method>
			<name>getParameterMap</name>
		</method>
		<method>
			<name>getPermissions</name>
		</method>
		<method>
			<name>getPlid</name>
		</method>
		<method>
			<name>getPortletPath</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPrimaryKeys</name>
		</method>
		<method>
			<name>getRatingsEntries</name>
		</method>
		<method>
			<name>getRootPath</name>
		</method>
		<method>
			<name>getScopeGroupId</name>
		</method>
		<method>
			<name>getScopeLayoutUuid</name>
		</method>
		<method>
			<name>getScopeType</name>
		</method>
		<method>
			<name>getSourceGroupId</name>
		</method>
		<method>
			<name>getSourceLayoutPath</name>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getSourcePortletPath</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSourceRootPath</name>
		</method>
		<method>
			<name>getStartDate</name>
		</method>
		<method>
			<name>getUserId</name>
			<param>
				<name>userUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserIdStrategy</name>
		</method>
		<method>
			<name>getZipEntries</name>
		</method>
		<method>
			<name>getZipEntryAsByteArray</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getZipEntryAsInputStream</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getZipEntryAsObject</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getZipEntryAsString</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getZipFolderEntries</name>
		</method>
		<method>
			<name>getZipFolderEntries</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getZipReader</name>
		</method>
		<method>
			<name>getZipWriter</name>
		</method>
		<method>
			<name>hasDateRange</name>
		</method>
		<method>
			<name>hasNotUniquePerLayout</name>
			<param>
				<name>dataKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasPrimaryKey</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>importClassedModel</name>
			<param>
				<name>classedModel</name>
				<type>com.liferay.portal.model.ClassedModel</type>
			</param>
			<param>
				<name>newClassedModel</name>
				<type>com.liferay.portal.model.ClassedModel</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>importComments</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>newClassPK</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>importLocks</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>importPermissions</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>newClassPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>importPermissions</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourcePK</name>
				<type>long</type>
			</param>
			<param>
				<name>newResourcePK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>importRatingsEntries</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>newClassPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isCompanyReference</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isDataStrategyMirror</name>
		</method>
		<method>
			<name>isDataStrategyMirrorWithOverwriting</name>
		</method>
		<method>
			<name>isPathNotProcessed</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isPerformDirectBinaryImport</name>
		</method>
		<method>
			<name>isPrivateLayout</name>
		</method>
		<method>
			<name>isWithinDateRange</name>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>putNotUniquePerLayout</name>
			<param>
				<name>dataKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClassLoader</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setOldPlid</name>
			<param>
				<name>oldPlid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPlid</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPortetDataContextListener</name>
			<param>
				<name>portletDataContextListener</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContextListener</type>
			</param>
		</method>
		<method>
			<name>setPrivateLayout</name>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setScopeGroupId</name>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setScopeLayoutUuid</name>
			<param>
				<name>scopeLayoutUuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setScopeType</name>
			<param>
				<name>scopeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSourceGroupId</name>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setStartDate</name>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>toXML</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>createServiceContext</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classedModel</name>
				<type>com.liferay.portal.model.ClassedModel</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getActionIds_5</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getActionIds_6</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassPK</name>
			<param>
				<name>classedModel</name>
				<type>com.liferay.portal.model.ClassedModel</type>
			</param>
		</method>
		<method>
			<name>getExpandoPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPrimaryKeyString</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getPrimaryKeyString</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPrimaryKeyString</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getPrimaryKeyString</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>initXStream</name>
		</method>
		<method>
			<name>isResourceMain</name>
			<param>
				<name>classedModel</name>
				<type>com.liferay.portal.model.ClassedModel</type>
			</param>
		</method>
		<method>
			<name>isValidPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>validateDateRange</name>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>PortletDataException</name>
				<type>com.liferay.portal.kernel.lar.PortletDataException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_assetCategoryIdsMap</name>
		</field>
		<field>
			<name>_assetCategoryUuidsMap</name>
		</field>
		<field>
			<name>_assetLinkUuidsMap</name>
		</field>
		<field>
			<name>_assetTagNamesMap</name>
		</field>
		<field>
			<name>_commentsMap</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_companyReferences</name>
		</field>
		<field>
			<name>_dataStrategy</name>
		</field>
		<field>
			<name>_endDate</name>
		</field>
		<field>
			<name>_expandoColumnsMap</name>
		</field>
		<field>
			<name>_groupId</name>
		</field>
		<field>
			<name>_locksMap</name>
		</field>
		<field>
			<name>_newPrimaryKeysMaps</name>
		</field>
		<field>
			<name>_notUniquePerLayout</name>
		</field>
		<field>
			<name>_oldPlid</name>
		</field>
		<field>
			<name>_parameterMap</name>
		</field>
		<field>
			<name>_permissionsMap</name>
		</field>
		<field>
			<name>_plid</name>
		</field>
		<field>
			<name>_portletDataContextListener</name>
		</field>
		<field>
			<name>_primaryKeys</name>
		</field>
		<field>
			<name>_privateLayout</name>
		</field>
		<field>
			<name>_ratingsEntriesMap</name>
		</field>
		<field>
			<name>_scopeGroupId</name>
		</field>
		<field>
			<name>_scopeLayoutUuid</name>
		</field>
		<field>
			<name>_scopeType</name>
		</field>
		<field>
			<name>_sourceGroupId</name>
		</field>
		<field>
			<name>_startDate</name>
		</field>
		<field>
			<name>_userIdStrategy</name>
		</field>
		<field>
			<name>_xStream</name>
		</field>
		<field>
			<name>_zipReader</name>
		</field>
		<field>
			<name>_zipWriter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletDataContextListenerImpl</name>
		<type>com.liferay.portal.lar.PortletDataContextListenerImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>PortletDataContextListenerImpl</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
		</method>
		<method>
			<name>onAddZipEntry</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onGetZipEntry</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletDataException</name>
		<type>com.liferay.portal.lar.PortletDataException</type>
		<author><![CDATA[Raymond Augé]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.lar.PortletDataException}]]></deprecated>
		<method>
			<name>PortletDataException</name>
		</method>
		<method>
			<name>PortletDataException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortletDataException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>PortletDataException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletDataHandler</name>
		<type>com.liferay.portal.lar.PortletDataHandler</type>
		<author><![CDATA[Raymond Augé]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.lar.PortletDataHandler}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>PortletDataHandlerBoolean</name>
		<type>com.liferay.portal.lar.PortletDataHandlerBoolean</type>
		<author><![CDATA[Raymond Augé]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.lar.PortletDataHandlerBoolean}]]></deprecated>
		<method>
			<name>PortletDataHandlerBoolean</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>controlName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortletDataHandlerBoolean</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>controlName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultState</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>PortletDataHandlerBoolean</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>controlName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultState</name>
				<type>boolean</type>
			</param>
			<param>
				<name>disabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>PortletDataHandlerBoolean</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>controlName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultState</name>
				<type>boolean</type>
			</param>
			<param>
				<name>children</name>
				<type>com.liferay.portal.lar.PortletDataHandlerControl[]</type>
			</param>
		</method>
		<method>
			<name>PortletDataHandlerBoolean</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>controlName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultState</name>
				<type>boolean</type>
			</param>
			<param>
				<name>disabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>children</name>
				<type>com.liferay.portal.lar.PortletDataHandlerControl[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletDataHandlerChoice</name>
		<type>com.liferay.portal.lar.PortletDataHandlerChoice</type>
		<author><![CDATA[Raymond Augé]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.lar.PortletDataHandlerChoice}]]></deprecated>
		<method>
			<name>PortletDataHandlerChoice</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>controlName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortletDataHandlerChoice</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>controlName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultChoice</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>PortletDataHandlerChoice</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>controlName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultChoice</name>
				<type>int</type>
			</param>
			<param>
				<name>choices</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletDataHandlerControl</name>
		<type>com.liferay.portal.lar.PortletDataHandlerControl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.lar.PortletDataHandlerControl}]]></deprecated>
		<method>
			<name>PortletDataHandlerControl</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>controlName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortletDataHandlerControl</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>controlName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>disabled</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletDataHandlerKeys</name>
		<type>com.liferay.portal.lar.PortletDataHandlerKeys</type>
		<author><![CDATA[Raymond Augé]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.lar.PortletDataHandlerKeys}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>PortletExporter</name>
		<type>com.liferay.portal.lar.PortletExporter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Joel Kozikowski]]></author>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Zsigmond Rab]]></author>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>exportPortletInfo</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportPortletInfoAsFile</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doExportPortletInfoAsFile</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportAssetCategories</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportAssetCategories</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportAssetCategory</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>assetVocabulariesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>assetCategoriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>assetCategory</name>
				<type>com.liferay.portlet.asset.model.AssetCategory</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportAssetCategory</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>assetVocabulariesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>assetCategoriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>assetCategoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportAssetLinks</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportAssetTag</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>assetTag</name>
				<type>com.liferay.portlet.asset.model.AssetTag</type>
			</param>
			<param>
				<name>assetTagsElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>exportAssetTags</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportAssetVocabulary</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>assetVocabulariesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>assetVocabulary</name>
				<type>com.liferay.portlet.asset.model.AssetVocabulary</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportAssetVocabulary</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>assetVocabulariesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>assetVocabularyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportComments</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportExpandoTables</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportLocks</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportPortlet</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>layoutCache</name>
				<type>com.liferay.portal.lar.LayoutCache</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>defaultUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>exportPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>exportPortletArchivedSetups</name>
				<type>boolean</type>
			</param>
			<param>
				<name>exportPortletData</name>
				<type>boolean</type>
			</param>
			<param>
				<name>exportPortletSetup</name>
				<type>boolean</type>
			</param>
			<param>
				<name>exportPortletUserPreferences</name>
				<type>boolean</type>
			</param>
			<param>
				<name>exportUserPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportPortletData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>jxPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportPortletPreference</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>defaultUser</name>
				<type>boolean</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>com.liferay.portal.model.PortletPreferences</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportPortletPreferences</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>defaultUser</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportRatingsEntries</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getAssetCategoryPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>assetCategoryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getAssetTagPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>assetCategoryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getAssetVocabulariesPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>assetVocabularyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getCommentPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mbMessage</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
		</method>
		<method>
			<name>getCommentsPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLockPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lock</name>
				<type>com.liferay.portal.model.Lock</type>
			</param>
		</method>
		<method>
			<name>getPortletDataPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletPreferencesPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getRatingsEntriesPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRatingsEntryPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ratingsEntry</name>
				<type>com.liferay.portlet.ratings.model.RatingsEntry</type>
			</param>
		</method>
		<method>
			<name>updateAssetPublisherClassPKs</name>
			<param>
				<name>jxPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAssetPublisherGlobalScopeId</name>
			<param>
				<name>jxPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAssetPublisherPortletPreferences</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_permissionExporter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletImporter</name>
		<type>com.liferay.portal.lar.PortletImporter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Joel Kozikowski]]></author>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Zsigmond Rab]]></author>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>importPortletInfo</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deletePortletData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deletePortletData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>com.liferay.portal.model.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportPortletInfo</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getAssetCategoryName</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<see><![CDATA[{@link DLPortletDataHandlerImpl#getFileEntryTypeName(String, long, String, int)}]]></see>
			<see><![CDATA[{@link DLPortletDataHandlerImpl#getFolderName(String, long, long, String, int)}]]></see>
		</method>
		<method>
			<name>getAssetCategoryPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>assetCategoryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getAssetCategoryTitleMap</name>
			<param>
				<name>assetCategory</name>
				<type>com.liferay.portlet.asset.model.AssetCategory</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAssetVocabularyName</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<see><![CDATA[{@link DLPortletDataHandlerImpl#getFileEntryTypeName(String, long, String, int)}]]></see>
			<see><![CDATA[{@link DLPortletDataHandlerImpl#getFolderName(String, long, long, String, int)}]]></see>
		</method>
		<method>
			<name>getAssetVocabularyTitleMap</name>
			<param>
				<name>assetVocabulary</name>
				<type>com.liferay.portlet.asset.model.AssetVocabulary</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserIdStrategy</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>userIdStrategy</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>importAssetCategory</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>assetVocabularyPKs</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>assetCategoryPKs</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>assetCategoryUuids</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>assetCategoryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>assetCategory</name>
				<type>com.liferay.portlet.asset.model.AssetCategory</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importAssetTag</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>assetTagPKs</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>assetTagElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>assetTag</name>
				<type>com.liferay.portlet.asset.model.AssetTag</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>importAssetVocabulary</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>assetVocabularyPKs</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>assetVocabularyElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>assetVocabulary</name>
				<type>com.liferay.portlet.asset.model.AssetVocabulary</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importPortletData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletDataElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importPortletData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>com.liferay.portal.model.PortletPreferences</type>
			</param>
			<param>
				<name>portletDataElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importPortletPreferences</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>importPortletSetup</name>
				<type>boolean</type>
			</param>
			<param>
				<name>importPortletArchivedSetups</name>
				<type>boolean</type>
			</param>
			<param>
				<name>importPortletUserPreferences</name>
				<type>boolean</type>
			</param>
			<param>
				<name>preserveScopeLayoutId</name>
				<type>boolean</type>
			</param>
			<param>
				<name>importPortletData</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>readAssetCategories</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>readAssetLinks</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>readAssetTags</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>readComments</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>readExpandoTables</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>readLocks</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>readRatingsEntries</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>resetPortletScope</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPortletScope</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>updateAssetPublisherClassPKs</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>jxPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>companyGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAssetPublisherGlobalScopeId</name>
			<param>
				<name>jxPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAssetPublisherPortletPreferences</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePortletPreferences</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>importData</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_permissionImporter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserIdStrategy</name>
		<type>com.liferay.portal.lar.UserIdStrategy</type>
		<author><![CDATA[Bruno Farache]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.lar.UserIdStrategy}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>LicenseInfo</name>
		<type>com.liferay.portal.license.LicenseInfo</type>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>LicenseInfo</name>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>productEntryName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>productId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>productVersion</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>licenseEntryType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>licenseVersion</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>expirationDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>maxUsers</name>
				<type>long</type>
			</param>
			<param>
				<name>hostNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>ipAddresses</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>macAddresses</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getExpirationDate</name>
		</method>
		<method>
			<name>getHostNames</name>
		</method>
		<method>
			<name>getIpAddresses</name>
		</method>
		<method>
			<name>getLicenseEntryType</name>
		</method>
		<method>
			<name>getLicenseVersion</name>
		</method>
		<method>
			<name>getMacAddresses</name>
		</method>
		<method>
			<name>getMaxUsers</name>
		</method>
		<method>
			<name>getOwner</name>
		</method>
		<method>
			<name>getProductEntryName</name>
		</method>
		<method>
			<name>getProductId</name>
		</method>
		<method>
			<name>getProductVersion</name>
		</method>
		<method>
			<name>getStartDate</name>
		</method>
		<field>
			<name>_description</name>
		</field>
		<field>
			<name>_expirationDate</name>
		</field>
		<field>
			<name>_hostNames</name>
		</field>
		<field>
			<name>_ipAddresses</name>
		</field>
		<field>
			<name>_licenseEntryType</name>
		</field>
		<field>
			<name>_licenseVersion</name>
		</field>
		<field>
			<name>_macAddresses</name>
		</field>
		<field>
			<name>_maxUsers</name>
		</field>
		<field>
			<name>_owner</name>
		</field>
		<field>
			<name>_productEntryName</name>
		</field>
		<field>
			<name>_productId</name>
		</field>
		<field>
			<name>_productVersion</name>
		</field>
		<field>
			<name>_startDate</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultLicenseManagerImpl</name>
		<type>com.liferay.portal.license.util.DefaultLicenseManagerImpl</type>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>checkLicense</name>
			<param>
				<name>productId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getClusterLicenseProperties</name>
			<param>
				<name>clusterNodeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getHostName</name>
		</method>
		<method>
			<name>getIpAddresses</name>
		</method>
		<method>
			<name>getLicenseInfo</name>
			<param>
				<name>productId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLicenseProperties</name>
		</method>
		<method>
			<name>getLicenseProperties</name>
			<param>
				<name>productId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLicenseState</name>
			<param>
				<name>licenseProperties</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>getLicenseState</name>
			<param>
				<name>productId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getMacAddresses</name>
		</method>
		<method>
			<name>registerLicense</name>
			<param>
				<name>jsonObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LicenseManager</name>
		<type>com.liferay.portal.license.util.LicenseManager</type>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>checkLicense</name>
			<param>
				<name>productId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getClusterLicenseProperties</name>
			<param>
				<name>clusterNodeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getHostName</name>
		</method>
		<method>
			<name>getIpAddresses</name>
		</method>
		<method>
			<name>getLicenseInfo</name>
			<param>
				<name>productId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLicenseProperties</name>
		</method>
		<method>
			<name>getLicenseProperties</name>
			<param>
				<name>productId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLicenseState</name>
			<param>
				<name>licenseProperties</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>getLicenseState</name>
			<param>
				<name>productId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getMacAddresses</name>
		</method>
		<method>
			<name>registerLicense</name>
			<param>
				<name>jsonObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LicenseManagerUtil</name>
		<type>com.liferay.portal.license.util.LicenseManagerUtil</type>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>checkLicense</name>
			<param>
				<name>productId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getClusterLicenseProperties</name>
			<param>
				<name>clusterNodeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getHostName</name>
		</method>
		<method>
			<name>getIpAddresses</name>
		</method>
		<method>
			<name>getLicenseInfo</name>
			<param>
				<name>productId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLicenseManager</name>
		</method>
		<method>
			<name>getLicenseProperties</name>
		</method>
		<method>
			<name>getLicenseProperties</name>
			<param>
				<name>productId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLicenseState</name>
			<param>
				<name>licenseProperties</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>getLicenseState</name>
			<param>
				<name>productId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getMacAddresses</name>
		</method>
		<method>
			<name>registerLicense</name>
			<param>
				<name>jsonObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setLicenseManager</name>
			<param>
				<name>licenseManager</name>
				<type>com.liferay.portal.license.util.LicenseManager</type>
			</param>
		</method>
		<field>
			<name>STATE_ABSENT</name>
		</field>
		<field>
			<name>STATE_EXPIRED</name>
		</field>
		<field>
			<name>STATE_GOOD</name>
		</field>
		<field>
			<name>STATE_INACTIVE</name>
		</field>
		<field>
			<name>STATE_INVALID</name>
		</field>
		<field>
			<name>STATE_OVERLOAD</name>
		</field>
		<field>
			<name>_licenseManager</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LicenseUtil</name>
		<type>com.liferay.portal.license.util.LicenseUtil</type>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>getClusterServerInfo</name>
			<param>
				<name>clusterNodeId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getHostName</name>
		</method>
		<method>
			<name>getIpAddresses</name>
		</method>
		<method>
			<name>getMacAddresses</name>
		</method>
		<method>
			<name>getServerIdBytes</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getServerInfo</name>
		</method>
		<method>
			<name>registerOrder</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>registerOrder</name>
			<param>
				<name>orderUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>productEntryName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>maxServers</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>sendRequest</name>
			<param>
				<name>request</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>writeServerProperties</name>
			<param>
				<name>serverIdBytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createRequest</name>
			<param>
				<name>orderUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>productEntryName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>maxServers</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_decryptResponse</name>
			<param>
				<name>serverURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_encryptRequest</name>
			<param>
				<name>serverURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getOrderProducts</name>
			<param>
				<name>jsonObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
		<method>
			<name>_initKeys</name>
		</method>
		<method>
			<name>_registerClusterOrder</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>clusterNode</name>
				<type>com.liferay.portal.kernel.cluster.ClusterNode</type>
			</param>
			<param>
				<name>orderUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>productEntryName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>maxServers</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>LICENSE_REPOSITORY_DIR</name>
		</field>
		<field>
			<name>LICENSE_SERVER_URL</name>
		</field>
		<field>
			<name>_PROXY_PASSWORD</name>
		</field>
		<field>
			<name>_PROXY_PORT</name>
		</field>
		<field>
			<name>_PROXY_URL</name>
		</field>
		<field>
			<name>_PROXY_USER_NAME</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_encryptedSymmetricKey</name>
		</field>
		<field>
			<name>_getServerInfoMethodHandler</name>
		</field>
		<field>
			<name>_hostName</name>
		</field>
		<field>
			<name>_ipAddresses</name>
		</field>
		<field>
			<name>_macAddresses</name>
		</field>
		<field>
			<name>_macAddressPattern</name>
		</field>
		<field>
			<name>_registerOrderMethodKey</name>
		</field>
		<field>
			<name>_serverIdBytes</name>
		</field>
		<field>
			<name>_symmetricKey</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiveUsers</name>
		<type>com.liferay.portal.liveusers.LiveUsers</type>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addClusterNode</name>
			<param>
				<name>clusterNodeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>clusterUsers</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteGroup</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getGroupUsers</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getGroupUsersCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLocalClusterUsers</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSessionUsers</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getSessionUsersCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getUserTracker</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>joinGroup</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>joinGroup</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>leaveGroup</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>leaveGroup</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>removeClusterNode</name>
			<param>
				<name>clusterNodeId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>signIn</name>
			<param>
				<name>clusterNodeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>remoteAddr</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>remoteHost</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userAgent</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>signOut</name>
			<param>
				<name>clusterNodeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>LiveUsers</name>
		</method>
		<method>
			<name>_addClusterNode</name>
			<param>
				<name>clusterNodeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>clusterUsers</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_addClusterUser</name>
			<param>
				<name>clusterNodeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_addUserTracker</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userTracker</name>
				<type>com.liferay.portal.model.UserTracker</type>
			</param>
		</method>
		<method>
			<name>_deleteGroup</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>_getGroupUsers</name>
			<param>
				<name>liveUsers</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>_getLiveUsers</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>_getLocalClusterUsers</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_getSessionUsers</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>_getUserTracker</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getUserTrackers</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>_getUserTrackersMap</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>_joinGroup</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>_joinGroup</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>_leaveGroup</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>_leaveGroup</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>_removeClusterNode</name>
			<param>
				<name>clusterNodeId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_removeClusterUser</name>
			<param>
				<name>clusterNodeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_removeUserTracker</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userTracker</name>
				<type>com.liferay.portal.model.UserTracker</type>
			</param>
		</method>
		<method>
			<name>_signIn</name>
			<param>
				<name>clusterNodeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>remoteAddr</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>remoteHost</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userAgent</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_signOut</name>
			<param>
				<name>clusterNodeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_updateGroupStatus</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>signedIn</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_clusterUsers</name>
		</field>
		<field>
			<name>_liveUsers</name>
		</field>
		<field>
			<name>_sessionUsers</name>
		</field>
		<field>
			<name>_userTrackers</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiveUsersMessageListener</name>
		<type>com.liferay.portal.liveusers.messaging.LiveUsersMessageListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>doCommandAddClusterNode</name>
			<param>
				<name>jsonObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doCommandRemoveClusterNode</name>
			<param>
				<name>jsonObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doCommandSignIn</name>
			<param>
				<name>jsonObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doCommandSignOut</name>
			<param>
				<name>jsonObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_getLocalClusterUsersMethodHandler</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Log4jLogFactoryImpl</name>
		<type>com.liferay.portal.log.Log4jLogFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getLog</name>
			<param>
				<name>c</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getLog</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLevel</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>priority</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>custom</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Log4jLogImpl</name>
		<type>com.liferay.portal.log.Log4jLogImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>Log4jLogImpl</name>
			<param>
				<name>logger</name>
				<type>org.apache.log4j.Logger</type>
			</param>
		</method>
		<method>
			<name>debug</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>debug</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>debug</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>error</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>error</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>error</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>fatal</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>fatal</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>fatal</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>info</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>info</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>info</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>isDebugEnabled</name>
		</method>
		<method>
			<name>isErrorEnabled</name>
		</method>
		<method>
			<name>isFatalEnabled</name>
		</method>
		<method>
			<name>isInfoEnabled</name>
		</method>
		<method>
			<name>isTraceEnabled</name>
		</method>
		<method>
			<name>isWarnEnabled</name>
		</method>
		<method>
			<name>trace</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>trace</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>trace</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>warn</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>warn</name>
			<param>
				<name>msg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>warn</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<field>
			<name>_FQCN</name>
		</field>
		<field>
			<name>_logger</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BasePortalManager</name>
		<type>com.liferay.portal.management.BasePortalManager</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>manage</name>
			<param>
				<name>manageAction</name>
				<type>com.liferay.portal.kernel.management.ManageAction</type>
			</param>
			<throws>
				<name>ManageActionException</name>
				<type>com.liferay.portal.kernel.management.ManageActionException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutsLocalPublisherMessageListener</name>
		<type>com.liferay.portal.messaging.LayoutsLocalPublisherMessageListener</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>LayoutsLocalPublisherMessageListener</name>
		</method>
		<method>
			<name>LayoutsLocalPublisherMessageListener</name>
			<param>
				<name>statusSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.SingleDestinationMessageSender</type>
			</param>
			<param>
				<name>responseSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.MessageSender</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>messageStatus</name>
				<type>com.liferay.portal.kernel.messaging.MessageStatus</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutsLocalPublisherRequest</name>
		<type>com.liferay.portal.messaging.LayoutsLocalPublisherRequest</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>LayoutsLocalPublisherRequest</name>
		</method>
		<method>
			<name>LayoutsLocalPublisherRequest</name>
			<param>
				<name>command</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>targetGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutIdMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>getCommand</name>
		</method>
		<method>
			<name>getCronText</name>
		</method>
		<method>
			<name>getEndDate</name>
		</method>
		<method>
			<name>getLayoutIdMap</name>
		</method>
		<method>
			<name>getParameterMap</name>
		</method>
		<method>
			<name>getScheduledFireTime</name>
		</method>
		<method>
			<name>getSourceGroupId</name>
		</method>
		<method>
			<name>getStartDate</name>
		</method>
		<method>
			<name>getTargetGroupId</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>isPrivateLayout</name>
		</method>
		<method>
			<name>setCommand</name>
			<param>
				<name>command</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCronText</name>
			<param>
				<name>cronText</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setEndDate</name>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setLayoutIdMap</name>
			<param>
				<name>layoutIdMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setParameterMap</name>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setPrivateLayout</name>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setScheduledFireTime</name>
			<param>
				<name>scheduledFireTime</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setSourceGroupId</name>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setStartDate</name>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setTargetGroupId</name>
			<param>
				<name>targetGroupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>COMMAND_ALL_PAGES</name>
		</field>
		<field>
			<name>COMMAND_SELECTED_PAGES</name>
		</field>
		<field>
			<name>serialVersionUID</name>
		</field>
		<field>
			<name>_command</name>
		</field>
		<field>
			<name>_cronText</name>
		</field>
		<field>
			<name>_endDate</name>
		</field>
		<field>
			<name>_layoutIdMap</name>
		</field>
		<field>
			<name>_parameterMap</name>
		</field>
		<field>
			<name>_privateLayout</name>
		</field>
		<field>
			<name>_scheduledFireTime</name>
		</field>
		<field>
			<name>_sourceGroupId</name>
		</field>
		<field>
			<name>_startDate</name>
		</field>
		<field>
			<name>_targetGroupId</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutsRemotePublisherMessageListener</name>
		<type>com.liferay.portal.messaging.LayoutsRemotePublisherMessageListener</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>LayoutsRemotePublisherMessageListener</name>
		</method>
		<method>
			<name>LayoutsRemotePublisherMessageListener</name>
			<param>
				<name>statusSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.SingleDestinationMessageSender</type>
			</param>
			<param>
				<name>responseSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.MessageSender</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>messageStatus</name>
				<type>com.liferay.portal.kernel.messaging.MessageStatus</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutsRemotePublisherRequest</name>
		<type>com.liferay.portal.messaging.LayoutsRemotePublisherRequest</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>LayoutsRemotePublisherRequest</name>
		</method>
		<method>
			<name>LayoutsRemotePublisherRequest</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutIdMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>remoteAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>remotePort</name>
				<type>int</type>
			</param>
			<param>
				<name>remotePathContext</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secureConnection</name>
				<type>boolean</type>
			</param>
			<param>
				<name>remoteGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>remotePrivateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>getCronText</name>
		</method>
		<method>
			<name>getEndDate</name>
		</method>
		<method>
			<name>getLayoutIdMap</name>
		</method>
		<method>
			<name>getParameterMap</name>
		</method>
		<method>
			<name>getRemoteAddress</name>
		</method>
		<method>
			<name>getRemoteGroupId</name>
		</method>
		<method>
			<name>getRemotePathContext</name>
		</method>
		<method>
			<name>getRemotePort</name>
		</method>
		<method>
			<name>getScheduledFireTime</name>
		</method>
		<method>
			<name>getSourceGroupId</name>
		</method>
		<method>
			<name>getStartDate</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>isPrivateLayout</name>
		</method>
		<method>
			<name>isRemotePrivateLayout</name>
		</method>
		<method>
			<name>isSecureConnection</name>
		</method>
		<method>
			<name>setCronText</name>
			<param>
				<name>cronText</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setEndDate</name>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setLayoutIdMap</name>
			<param>
				<name>layoutIdMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setParameterMap</name>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setPrivateLayout</name>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setRemoteAddress</name>
			<param>
				<name>remoteAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRemoteGroupId</name>
			<param>
				<name>remoteGroupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setRemotePathContext</name>
			<param>
				<name>remotePathContext</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRemotePort</name>
			<param>
				<name>remotePort</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setRemotePrivateLayout</name>
			<param>
				<name>remotePrivateLayout</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setScheduledFireTime</name>
			<param>
				<name>scheduledFireTime</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setSecureConnection</name>
			<param>
				<name>secureConnection</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setSourceGroupId</name>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setStartDate</name>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>serialVersionUID</name>
		</field>
		<field>
			<name>_cronText</name>
		</field>
		<field>
			<name>_endDate</name>
		</field>
		<field>
			<name>_layoutIdMap</name>
		</field>
		<field>
			<name>_parameterMap</name>
		</field>
		<field>
			<name>_privateLayout</name>
		</field>
		<field>
			<name>_remoteAddress</name>
		</field>
		<field>
			<name>_remoteGroupId</name>
		</field>
		<field>
			<name>_remotePathContext</name>
		</field>
		<field>
			<name>_remotePort</name>
		</field>
		<field>
			<name>_remotePrivateLayout</name>
		</field>
		<field>
			<name>_scheduledFireTime</name>
		</field>
		<field>
			<name>_secureConnection</name>
		</field>
		<field>
			<name>_sourceGroupId</name>
		</field>
		<field>
			<name>_startDate</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SubscriptionSenderMessageListener</name>
		<type>com.liferay.portal.messaging.SubscriptionSenderMessageListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AsyncAdvice</name>
		<type>com.liferay.portal.messaging.async.AsyncAdvice</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>before</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>getDefaultDestinationName</name>
		</method>
		<method>
			<name>getNullAnnotation</name>
		</method>
		<method>
			<name>setDefaultDestinationName</name>
			<param>
				<name>defaultDestinationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDestinationNames</name>
			<param>
				<name>destinationNames</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_nullAsync</name>
		</field>
		<field>
			<name>_defaultDestinationName</name>
		</field>
		<field>
			<name>_destinationNames</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AsyncAdviceConfigurator</name>
		<type>com.liferay.portal.messaging.async.AsyncAdviceConfigurator</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>setAsyncAdvice</name>
			<param>
				<name>asyncAdvice</name>
				<type>com.liferay.portal.messaging.async.AsyncAdvice</type>
			</param>
		</method>
		<method>
			<name>setDefaultDestinationName</name>
			<param>
				<name>defaultDestinationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDestinationNames</name>
			<param>
				<name>destinationNames</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<field>
			<name>_asyncAdvice</name>
		</field>
		<field>
			<name>_defaultDestinationName</name>
		</field>
		<field>
			<name>_destinationNames</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AsyncMessageListener</name>
		<type>com.liferay.portal.messaging.async.AsyncMessageListener</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MessagingProxyAdvice</name>
		<type>com.liferay.portal.messaging.proxy.MessagingProxyAdvice</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>invoke</name>
			<param>
				<name>proceedingJoinPoint</name>
				<type>org.aspectj.lang.ProceedingJoinPoint</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>createProxyRequest</name>
			<param>
				<name>proceedingJoinPoint</name>
				<type>org.aspectj.lang.ProceedingJoinPoint</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doInvokeAsynchronous</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>baseProxyBean</name>
				<type>com.liferay.portal.kernel.messaging.proxy.BaseProxyBean</type>
			</param>
		</method>
		<method>
			<name>doInvokeSynchronous</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>baseProxyBean</name>
				<type>com.liferay.portal.kernel.messaging.proxy.BaseProxyBean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MultiDestinationMessagingProxyAdvice</name>
		<type>com.liferay.portal.messaging.proxy.MultiDestinationMessagingProxyAdvice</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>invoke</name>
			<param>
				<name>proceedingJoinPoint</name>
				<type>org.aspectj.lang.ProceedingJoinPoint</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>createProxyRequest</name>
			<param>
				<name>proceedingJoinPoint</name>
				<type>org.aspectj.lang.ProceedingJoinPoint</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doInvokeAsynchronous</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>baseMultiDestinationProxyBean</name>
				<type>com.liferay.portal.kernel.messaging.proxy.BaseMultiDestinationProxyBean</type>
			</param>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>doInvokeSynchronous</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<param>
				<name>baseMultiDestinationProxyBean</name>
				<type>com.liferay.portal.kernel.messaging.proxy.BaseMultiDestinationProxyBean</type>
			</param>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ProxyModeThreadLocal</name>
		<type>com.liferay.portal.messaging.proxy.ProxyModeThreadLocal</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>isForceSync</name>
		</method>
		<method>
			<name>setForceSync</name>
			<param>
				<name>forceSync</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_forceSync</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseRawMetadataProcessor</name>
		<type>com.liferay.portal.metadata.BaseRawMetadataProcessor</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getFields</name>
		</method>
		<method>
			<name>getRawMetadataMap</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRawMetadataMap</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>createDDMFields</name>
			<param>
				<name>metadata</name>
				<type>org.apache.tika.metadata.Metadata</type>
			</param>
			<param>
				<name>fields</name>
				<type>java.lang.reflect.Field[]</type>
			</param>
		</method>
		<method>
			<name>createDDMFieldsMap</name>
			<param>
				<name>metadata</name>
				<type>org.apache.tika.metadata.Metadata</type>
			</param>
			<param>
				<name>fieldsMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>extractMetadata</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>extractMetadata</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFieldValue</name>
			<param>
				<name>metadata</name>
				<type>org.apache.tika.metadata.Metadata</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.reflect.Field</type>
			</param>
		</method>
		<method>
			<name>getMetadataValue</name>
			<param>
				<name>metadata</name>
				<type>org.apache.tika.metadata.Metadata</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.reflect.Field</type>
			</param>
		</method>
		<method>
			<name>_addFields</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>fields</name>
				<type>java.util.List</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_fields</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TikaRawMetadataProcessor</name>
		<type>com.liferay.portal.metadata.TikaRawMetadataProcessor</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>setParser</name>
			<param>
				<name>parser</name>
				<type>org.apache.tika.parser.Parser</type>
			</param>
		</method>
		<method>
			<name>extractMetadata</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>metadata</name>
				<type>org.apache.tika.metadata.Metadata</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>extractMetadata</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>extractMetadata</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_parser</name>
		</field>
	</javadoc>
	<javadoc>
		<name>XMPDM</name>
		<type>com.liferay.portal.metadata.XMPDM</type>
		<author><![CDATA[Alexander Chow]]></author>
		<field>
			<name>DURATION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>XugglerRawMetadataProcessor</name>
		<type>com.liferay.portal.metadata.XugglerRawMetadataProcessor</type>
		<author><![CDATA[Juan González]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>exportGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>importedFileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>convertTime</name>
			<param>
				<name>microseconds</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>extractMetadata</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>extractMetadata</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>extractMetadata</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_decimalFormatter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MicrosoftTranslatorAuthenticator</name>
		<type>com.liferay.portal.microsofttranslator.MicrosoftTranslatorAuthenticator</type>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>MicrosoftTranslatorAuthenticator</name>
		</method>
		<method>
			<name>MicrosoftTranslatorAuthenticator</name>
			<param>
				<name>clientId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>clientSecret</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAccessToken</name>
		</method>
		<method>
			<name>getError</name>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>manual</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>doInit</name>
		</method>
		<method>
			<name>isStale</name>
		</method>
		<field>
			<name>_EXPIRE_TIME</name>
		</field>
		<field>
			<name>_URL</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_accessToken</name>
		</field>
		<field>
			<name>_clientId</name>
		</field>
		<field>
			<name>_clientSecret</name>
		</field>
		<field>
			<name>_error</name>
		</field>
		<field>
			<name>_initTime</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MicrosoftTranslatorFactoryImpl</name>
		<type>com.liferay.portal.microsofttranslator.MicrosoftTranslatorFactoryImpl</type>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>getMicrosoftTranslator</name>
		</method>
		<method>
			<name>getMicrosoftTranslator</name>
			<param>
				<name>clientId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>clientSecret</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_microsoftTranslator</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MicrosoftTranslatorImpl</name>
		<type>com.liferay.portal.microsofttranslator.MicrosoftTranslatorImpl</type>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>MicrosoftTranslatorImpl</name>
		</method>
		<method>
			<name>MicrosoftTranslatorImpl</name>
			<param>
				<name>clientId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>clientSecret</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getMicrosoftTranslatorAuthenticator</name>
		</method>
		<method>
			<name>translate</name>
			<param>
				<name>fromLanguage</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toLanguage</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromText</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MicrosoftTranslatorException</name>
				<type>com.liferay.portal.kernel.microsofttranslator.MicrosoftTranslatorException</type>
			</throws>
		</method>
		<method>
			<name>doTranslate</name>
			<param>
				<name>fromLanguage</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toLanguage</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromText</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getMicrosoftLanguageCode</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_microsoftTranslatorAuthenticator</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultDeviceRecognitionProvider</name>
		<type>com.liferay.portal.mobile.device.DefaultDeviceRecognitionProvider</type>
		<author><![CDATA[Milen Dyankov]]></author>
		<method>
			<name>detectDevice</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getKnownDevices</name>
		</method>
		<method>
			<name>reload</name>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DeviceRecognitionProviderProxyBean</name>
		<type>com.liferay.portal.mobile.device.DeviceRecognitionProviderProxyBean</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>detectDevice</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getKnownDevices</name>
		</method>
		<method>
			<name>reload</name>
		</method>
	</javadoc>
	<javadoc>
		<name>DeviceRecognitionProviderDestinationEventListener</name>
		<type>com.liferay.portal.mobile.device.messaging.DeviceRecognitionProviderDestinationEventListener</type>
		<author><![CDATA[Milen Dyankov]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>messageListenerRegistered</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>messageListenerUnregistered</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<method>
			<name>setDirectDeviceRecognitionProvider</name>
			<param>
				<name>directDeviceRecognitionProvider</name>
				<type>com.liferay.portal.kernel.mobile.device.DeviceRecognitionProvider</type>
			</param>
		</method>
		<method>
			<name>setProxyDeviceRecognitionProvider</name>
			<param>
				<name>proxyDeviceRecognitionProvider</name>
				<type>com.liferay.portal.kernel.mobile.device.DeviceRecognitionProvider</type>
			</param>
		</method>
		<method>
			<name>isProceed</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>messageListener</name>
				<type>com.liferay.portal.kernel.messaging.MessageListener</type>
			</param>
		</method>
		<field>
			<name>_directDeviceRecognitionProvider</name>
		</field>
		<field>
			<name>_proxyDeviceRecognitionProvider</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultActionHandlerManagerImpl</name>
		<type>com.liferay.portal.mobile.device.rulegroup.DefaultActionHandlerManagerImpl</type>
		<author><![CDATA[Edward C. Han]]></author>
		<method>
			<name>applyActions</name>
			<param>
				<name>mdrActions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getActionHandler</name>
			<param>
				<name>actionType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getActionHandlers</name>
		</method>
		<method>
			<name>getActionHandlerTypes</name>
		</method>
		<method>
			<name>registerActionHandler</name>
			<param>
				<name>actionHandler</name>
				<type>com.liferay.portal.kernel.mobile.device.rulegroup.action.ActionHandler</type>
			</param>
		</method>
		<method>
			<name>setActionHandlers</name>
			<param>
				<name>actionHandlers</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>unregisterActionHandler</name>
			<param>
				<name>actionType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>applyAction</name>
			<param>
				<name>mdrAction</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRAction</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_deviceActionHandlers</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultRuleGroupProcessorImpl</name>
		<type>com.liferay.portal.mobile.device.rulegroup.DefaultRuleGroupProcessorImpl</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>evaluateRuleGroups</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRuleHandler</name>
			<param>
				<name>ruleType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRuleHandlers</name>
		</method>
		<method>
			<name>getRuleHandlerTypes</name>
		</method>
		<method>
			<name>registerRuleHandler</name>
			<param>
				<name>ruleHandler</name>
				<type>com.liferay.portal.kernel.mobile.device.rulegroup.rule.RuleHandler</type>
			</param>
		</method>
		<method>
			<name>setMDRRuleGroupInstanceLocalService</name>
			<param>
				<name>mdrRuleGroupInstanceLocalService</name>
				<type>com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupInstanceLocalService</type>
			</param>
		</method>
		<method>
			<name>setMDRRuleGroupLocalService</name>
			<param>
				<name>mdrRuleGroupLocalService</name>
				<type>com.liferay.portlet.mobiledevicerules.service.MDRRuleGroupLocalService</type>
			</param>
		</method>
		<method>
			<name>setRuleHandlers</name>
			<param>
				<name>ruleHandlers</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>unregisterRuleHandler</name>
			<param>
				<name>ruleType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>evaluateRule</name>
			<param>
				<name>rule</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRule</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>evaluateRuleGroupInstances</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_mdrRuleGroupInstanceLocalService</name>
		</field>
		<field>
			<name>_mdrRuleGroupLocalService</name>
		</field>
		<field>
			<name>_ruleHandlers</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseRedirectActionHandler</name>
		<type>com.liferay.portal.mobile.device.rulegroup.action.impl.BaseRedirectActionHandler</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>applyAction</name>
			<param>
				<name>mdrAction</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRAction</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getURL</name>
			<param>
				<name>mdrAction</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRAction</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutTemplateModificationActionHandler</name>
		<type>com.liferay.portal.mobile.device.rulegroup.action.impl.LayoutTemplateModificationActionHandler</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>getHandlerType</name>
		</method>
		<method>
			<name>applyAction</name>
			<param>
				<name>mdrAction</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRAction</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>getPropertyNames</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<field>
			<name>_propertyNames</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SimpleRedirectActionHandler</name>
		<type>com.liferay.portal.mobile.device.rulegroup.action.impl.SimpleRedirectActionHandler</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>getHandlerType</name>
		</method>
		<method>
			<name>getPropertyNames</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getURL</name>
			<param>
				<name>mdrAction</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRAction</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<field>
			<name>_propertyNames</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SiteRedirectActionHandler</name>
		<type>com.liferay.portal.mobile.device.rulegroup.action.impl.SiteRedirectActionHandler</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>getHandlerType</name>
		</method>
		<method>
			<name>getPropertyNames</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>setGroupLocalService</name>
			<param>
				<name>groupLocalService</name>
				<type>com.liferay.portal.service.GroupLocalService</type>
			</param>
		</method>
		<method>
			<name>setLayoutLocalService</name>
			<param>
				<name>layoutLocalService</name>
				<type>com.liferay.portal.service.LayoutLocalService</type>
			</param>
		</method>
		<method>
			<name>getURL</name>
			<param>
				<name>mdrAction</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRAction</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_propertyNames</name>
		</field>
		<field>
			<name>_groupLocalService</name>
		</field>
		<field>
			<name>_layoutLocalService</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThemeModificationActionHandler</name>
		<type>com.liferay.portal.mobile.device.rulegroup.action.impl.ThemeModificationActionHandler</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>getHandlerType</name>
		</method>
		<method>
			<name>applyAction</name>
			<param>
				<name>mdrAction</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRAction</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>getPropertyNames</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>setThemeLocalService</name>
			<param>
				<name>themeLocalService</name>
				<type>com.liferay.portal.service.ThemeLocalService</type>
			</param>
		</method>
		<field>
			<name>_propertyNames</name>
		</field>
		<field>
			<name>_themeLocalService</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SimpleRuleHandler</name>
		<type>com.liferay.portal.mobile.device.rulegroup.rule.impl.SimpleRuleHandler</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>getHandlerType</name>
		</method>
		<method>
			<name>evaluateRule</name>
			<param>
				<name>mdrRule</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRule</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getPropertyNames</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<field>
			<name>_propertyNames</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AccountConstants</name>
		<type>com.liferay.portal.model.AccountConstants</type>
		<author><![CDATA[Alexander Chow]]></author>
		<field>
			<name>DEFAULT_PARENT_ACCOUNT_ID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AttachedModel</name>
		<type>com.liferay.portal.model.AttachedModel</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getClassNameId</name>
		</method>
		<method>
			<name>getClassPK</name>
		</method>
		<method>
			<name>setClassNameId</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setClassPK</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AuditedModel</name>
		<type>com.liferay.portal.model.AuditedModel</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getCreateDate</name>
		</method>
		<method>
			<name>getModifiedDate</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUserUuid</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setCreateDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setModifiedDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setUserName</name>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUserUuid</name>
			<param>
				<name>userUuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseModel</name>
		<type>com.liferay.portal.model.BaseModel</type>
		<comment><![CDATA[The base interface for all model classes. This interface should never need to be used directly.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<see><![CDATA[com.liferay.portal.model.impl.BaseModelImpl]]></see>
		<method>
			<name>clone</name>
			<comment><![CDATA[Creates a shallow clone of this model instance.]]></comment>
			<return>
				<comment><![CDATA[the shallow clone of this model instance]]></comment>
			</return>
		</method>
		<method>
			<name>getExpandoBridge</name>
			<comment><![CDATA[Returns the expando bridge for this model instance.]]></comment>
			<return>
				<comment><![CDATA[the expando bridge for this model instance]]></comment>
			</return>
		</method>
		<method>
			<name>getModelAttributes</name>
		</method>
		<method>
			<name>getPrimaryKeyObj</name>
			<comment><![CDATA[Returns the primary key of this model instance.]]></comment>
			<return>
				<comment><![CDATA[the primary key of this model instance]]></comment>
			</return>
		</method>
		<method>
			<name>isCachedModel</name>
			<comment><![CDATA[Returns <code>true</code> if this model instance was retrieved from the entity cache.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if this model instance was retrieved from the entity cache; <code>false</code> otherwise]]></comment>
			</return>
			<see><![CDATA[#setCachedModel(boolean)]]></see>
		</method>
		<method>
			<name>isEscapedModel</name>
			<comment><![CDATA[Returns <code>true</code> if this model instance is escaped.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if this model instance is escaped; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isNew</name>
			<comment><![CDATA[Returns <code>true</code> if this model instance does not yet exist in the database.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if this model instance does not yet exist in the database; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>resetOriginalValues</name>
			<comment><![CDATA[Reset all original fields to current values.]]></comment>
		</method>
		<method>
			<name>setCachedModel</name>
			<comment><![CDATA[Sets whether this model instance was retrieved from the entity cache.]]></comment>
			<param>
				<name>cachedModel</name>
				<type>boolean</type>
				<comment><![CDATA[whether this model instance was retrieved from the entity cache]]></comment>
			</param>
			<see><![CDATA[com.liferay.portal.kernel.dao.orm.EntityCache]]></see>
		</method>
		<method>
			<name>setExpandoBridgeAttributes</name>
			<comment><![CDATA[Sets the expando bridge attributes for this model instance to the attributes stored in the service context.]]></comment>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context]]></comment>
			</param>
			<see><![CDATA[com.liferay.portal.service.ServiceContext#getExpandoBridgeAttributes( )]]></see>
		</method>
		<method>
			<name>setModelAttributes</name>
			<param>
				<name>attributes</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setNew</name>
			<comment><![CDATA[Sets whether this model instance does not yet exist in the database.]]></comment>
			<param>
				<name>n</name>
				<type>boolean</type>
				<comment><![CDATA[whether this model instance does not yet exist in the database]]></comment>
			</param>
		</method>
		<method>
			<name>setPrimaryKeyObj</name>
			<comment><![CDATA[Sets the primary key of this model instance.]]></comment>
			<param>
				<name>primaryKeyObj</name>
				<type>java.io.Serializable</type>
				<comment><![CDATA[the primary key of this model instance]]></comment>
			</param>
		</method>
		<method>
			<name>toCacheModel</name>
			<comment><![CDATA[Returns a cache model object for this entity used by entity cache.]]></comment>
			<return>
				<comment><![CDATA[the cache model object]]></comment>
			</return>
		</method>
		<method>
			<name>toEscapedModel</name>
			<comment><![CDATA[Returns a copy of this entity as an escaped model instance by wrapping it with an {@link com.liferay.portal.kernel.bean.AutoEscapeBeanHandler}.]]></comment>
			<return>
				<comment><![CDATA[the escaped model instance]]></comment>
			</return>
			<see><![CDATA[com.liferay.portal.kernel.bean.AutoEscapeBeanHandler]]></see>
		</method>
		<method>
			<name>toXmlString</name>
			<comment><![CDATA[Returns the XML representation of this model instance.]]></comment>
			<return>
				<comment><![CDATA[the XML representation of this model instance]]></comment>
			</return>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseModelListener</name>
		<type>com.liferay.portal.model.BaseModelListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>onAfterAddAssociation</name>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>associationClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>associationClassPK</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>onAfterCreate</name>
			<param>
				<name>model</name>
				<type>T</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>onAfterRemove</name>
			<param>
				<name>model</name>
				<type>T</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>onAfterRemoveAssociation</name>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>associationClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>associationClassPK</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>onAfterUpdate</name>
			<param>
				<name>model</name>
				<type>T</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>onBeforeAddAssociation</name>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>associationClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>associationClassPK</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>onBeforeCreate</name>
			<param>
				<name>model</name>
				<type>T</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>onBeforeRemove</name>
			<param>
				<name>model</name>
				<type>T</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>onBeforeRemoveAssociation</name>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>associationClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>associationClassPK</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>onBeforeUpdate</name>
			<param>
				<name>model</name>
				<type>T</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CacheField</name>
		<type>com.liferay.portal.model.CacheField</type>
		<author><![CDATA[Shuyang Zhou]]></author>
	</javadoc>
	<javadoc>
		<name>CacheModel</name>
		<type>com.liferay.portal.model.CacheModel</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>toEntityModel</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ClassedModel</name>
		<type>com.liferay.portal.model.ClassedModel</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getExpandoBridge</name>
		</method>
		<method>
			<name>getModelClass</name>
		</method>
		<method>
			<name>getModelClassName</name>
		</method>
		<method>
			<name>getPrimaryKeyObj</name>
		</method>
		<method>
			<name>setPrimaryKeyObj</name>
			<param>
				<name>primaryKeyObj</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ColorScheme</name>
		<type>com.liferay.portal.model.ColorScheme</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getColorSchemeId</name>
		</method>
		<method>
			<name>getColorSchemeImagesPath</name>
		</method>
		<method>
			<name>getColorSchemeThumbnailPath</name>
		</method>
		<method>
			<name>getCssClass</name>
		</method>
		<method>
			<name>getDefaultCs</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getSetting</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSettings</name>
		</method>
		<method>
			<name>getSettingsProperties</name>
		</method>
		<method>
			<name>isDefaultCs</name>
		</method>
		<method>
			<name>setColorSchemeImagesPath</name>
			<param>
				<name>colorSchemeImagesPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCssClass</name>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDefaultCs</name>
			<param>
				<name>defaultCs</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSettings</name>
			<param>
				<name>settings</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSettingsProperties</name>
			<param>
				<name>settingsProperties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CompanyConstants</name>
		<type>com.liferay.portal.model.CompanyConstants</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>AUTH_TYPE_EA</name>
		</field>
		<field>
			<name>AUTH_TYPE_ID</name>
		</field>
		<field>
			<name>AUTH_TYPE_SN</name>
		</field>
		<field>
			<name>SYSTEM</name>
		</field>
		<field>
			<name>SYSTEM_STRING</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ContactConstants</name>
		<type>com.liferay.portal.model.ContactConstants</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getFullName</name>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>DEFAULT_PARENT_CONTACT_ID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ContactListener</name>
		<type>com.liferay.portal.model.ContactListener</type>
		<author><![CDATA[Scott Lee]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>onAfterCreate</name>
			<param>
				<name>contact</name>
				<type>com.liferay.portal.model.Contact</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>onAfterUpdate</name>
			<param>
				<name>contact</name>
				<type>com.liferay.portal.model.Contact</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>exportToLDAP</name>
			<param>
				<name>contact</name>
				<type>com.liferay.portal.model.Contact</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CountryConstants</name>
		<type>com.liferay.portal.model.CountryConstants</type>
		<author><![CDATA[Alexander Chow]]></author>
		<field>
			<name>DEFAULT_COUNTRY_ID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CustomizedPages</name>
		<type>com.liferay.portal.model.CustomizedPages</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-15626.
</p>]]></comment>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>namespaceColumnId</name>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>namespacePlid</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_CUSTOMIZABLE_SUFFIX</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Dummy</name>
		<type>com.liferay.portal.model.Dummy</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
	</javadoc>
	<javadoc>
		<name>DummyModel</name>
		<type>com.liferay.portal.model.DummyModel</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
	</javadoc>
	<javadoc>
		<name>EventDefinition</name>
		<type>com.liferay.portal.model.EventDefinition</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getPortletApp</name>
		</method>
		<method>
			<name>getQName</name>
		</method>
		<method>
			<name>getValueType</name>
		</method>
		<method>
			<name>setPortletApp</name>
			<param>
				<name>portletApp</name>
				<type>com.liferay.portal.model.PortletApp</type>
			</param>
		</method>
		<method>
			<name>setQName</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>setValueType</name>
			<param>
				<name>valueType</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>GroupConstants</name>
		<type>com.liferay.portal.model.GroupConstants</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getTypeLabel</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>CONTROL_PANEL</name>
		</field>
		<field>
			<name>CONTROL_PANEL_FRIENDLY_URL</name>
		</field>
		<field>
			<name>DEFAULT</name>
		</field>
		<field>
			<name>DEFAULT_LIVE_GROUP_ID</name>
		</field>
		<field>
			<name>DEFAULT_PARENT_GROUP_ID</name>
		</field>
		<field>
			<name>GUEST</name>
		</field>
		<field>
			<name>SYSTEM_GROUPS</name>
		</field>
		<field>
			<name>TYPE_SITE_OPEN</name>
		</field>
		<field>
			<name>TYPE_SITE_OPEN_LABEL</name>
		</field>
		<field>
			<name>TYPE_SITE_PRIVATE</name>
		</field>
		<field>
			<name>TYPE_SITE_PRIVATE_LABEL</name>
		</field>
		<field>
			<name>TYPE_SITE_RESTRICTED</name>
		</field>
		<field>
			<name>TYPE_SITE_RESTRICTED_LABEL</name>
		</field>
		<field>
			<name>TYPE_SITE_SYSTEM</name>
		</field>
		<field>
			<name>TYPE_SITE_SYSTEM_LABEL</name>
		</field>
		<field>
			<name>USER_PERSONAL_SITE</name>
		</field>
		<field>
			<name>USER_PERSONAL_SITE_FRIENDLY_URL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GroupedModel</name>
		<type>com.liferay.portal.model.GroupedModel</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ImageConstants</name>
		<type>com.liferay.portal.model.ImageConstants</type>
		<author><![CDATA[Alexander Chow]]></author>
		<field>
			<name>TYPE_BMP</name>
		</field>
		<field>
			<name>TYPE_GIF</name>
		</field>
		<field>
			<name>TYPE_JPEG</name>
		</field>
		<field>
			<name>TYPE_NOT_AVAILABLE</name>
		</field>
		<field>
			<name>TYPE_PNG</name>
		</field>
		<field>
			<name>TYPE_TIFF</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutBranchConstants</name>
		<type>com.liferay.portal.model.LayoutBranchConstants</type>
		<comment><![CDATA[<a href="BranchConstants.java.html"><b><i>View Source</i></b></a>]]></comment>
		<author><![CDATA[Julio Camarero]]></author>
		<field>
			<name>MASTER_BRANCH_DESCRIPTION</name>
		</field>
		<field>
			<name>MASTER_BRANCH_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutConstants</name>
		<type>com.liferay.portal.model.LayoutConstants</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>DEFAULT_NAME_CONTROL_PANEL</name>
		</field>
		<field>
			<name>DEFAULT_PARENT_LAYOUT_ID</name>
		</field>
		<field>
			<name>DEFAULT_PLID</name>
		</field>
		<field>
			<name>FRIENDLY_URL_MAX_LENGTH</name>
		</field>
		<field>
			<name>TYPE_ARTICLE</name>
		</field>
		<field>
			<name>TYPE_CONTROL_PANEL</name>
		</field>
		<field>
			<name>TYPE_EMBEDDED</name>
		</field>
		<field>
			<name>TYPE_LINK_TO_LAYOUT</name>
		</field>
		<field>
			<name>TYPE_PANEL</name>
		</field>
		<field>
			<name>TYPE_PORTLET</name>
		</field>
		<field>
			<name>TYPE_URL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutListener</name>
		<type>com.liferay.portal.model.LayoutListener</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>onAfterCreate</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>onAfterRemove</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>onAfterUpdate</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>onBeforeRemove</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>clearCache</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutReference</name>
		<type>com.liferay.portal.model.LayoutReference</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LayoutReference</name>
		</method>
		<method>
			<name>LayoutReference</name>
			<param>
				<name>layoutSoap</name>
				<type>com.liferay.portal.model.LayoutSoap</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLayoutSoap</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>setLayoutSoap</name>
			<param>
				<name>layoutSoap</name>
				<type>com.liferay.portal.model.LayoutSoap</type>
			</param>
		</method>
		<method>
			<name>setPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_layoutSoap</name>
		</field>
		<field>
			<name>_portletId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutRevisionConstants</name>
		<type>com.liferay.portal.model.LayoutRevisionConstants</type>
		<comment><![CDATA[<a href="RevisionConstants.java.html"><b><i>View Source</i></b></a>]]></comment>
		<author><![CDATA[Raymond Augé]]></author>
		<field>
			<name>DEFAULT_PARENT_LAYOUT_REVISION_ID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutSetBranchConstants</name>
		<type>com.liferay.portal.model.LayoutSetBranchConstants</type>
		<comment><![CDATA[<a href="BranchConstants.java.html"><b><i>View Source</i></b></a>]]></comment>
		<author><![CDATA[Raymond Augé]]></author>
		<field>
			<name>ALL_BRANCHES</name>
		</field>
		<field>
			<name>MASTER_BRANCH_DESCRIPTION_PRIVATE</name>
		</field>
		<field>
			<name>MASTER_BRANCH_DESCRIPTION_PUBLIC</name>
		</field>
		<field>
			<name>MASTER_BRANCH_NAME</name>
		</field>
		<field>
			<name>NO_BRANCHES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutSetListener</name>
		<type>com.liferay.portal.model.LayoutSetListener</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>onAfterRemove</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
		</method>
		<method>
			<name>onAfterUpdate</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
		</method>
		<method>
			<name>clearCache</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutSetStagingHandler</name>
		<type>com.liferay.portal.model.LayoutSetStagingHandler</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LayoutSetStagingHandler</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
		</method>
		<method>
			<name>getLayoutSet</name>
		</method>
		<method>
			<name>getLayoutSetBranch</name>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>proxy</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>setLayoutSetBranch</name>
			<param>
				<name>layoutSetBranch</name>
				<type>com.liferay.portal.model.LayoutSetBranch</type>
			</param>
		</method>
		<method>
			<name>_clone</name>
		</method>
		<method>
			<name>_getLayoutSetBranch</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_toEscapedModel</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_layoutSetBranchMethodNames</name>
		</field>
		<field>
			<name>_layoutSet</name>
		</field>
		<field>
			<name>_layoutSetBranch</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutStagingHandler</name>
		<type>com.liferay.portal.model.LayoutStagingHandler</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LayoutStagingHandler</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getLayout</name>
		</method>
		<method>
			<name>getLayoutRevision</name>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>proxy</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>setLayoutRevision</name>
			<param>
				<name>layoutRevision</name>
				<type>com.liferay.portal.model.LayoutRevision</type>
			</param>
		</method>
		<method>
			<name>LayoutStagingHandler</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>layoutRevision</name>
				<type>com.liferay.portal.model.LayoutRevision</type>
			</param>
		</method>
		<method>
			<name>_clone</name>
		</method>
		<method>
			<name>_getLayoutRevision</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>layoutRevision</name>
				<type>com.liferay.portal.model.LayoutRevision</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_getLayoutType</name>
		</method>
		<method>
			<name>_toEscapedModel</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_layoutRevisionMethodNames</name>
		</field>
		<field>
			<name>_layout</name>
		</field>
		<field>
			<name>_layoutRevision</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutTemplate</name>
		<type>com.liferay.portal.model.LayoutTemplate</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getColumns</name>
		</method>
		<method>
			<name>getContent</name>
		</method>
		<method>
			<name>getContextPath</name>
		</method>
		<method>
			<name>getLayoutTemplateId</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getServletContextName</name>
		</method>
		<method>
			<name>getStandard</name>
		</method>
		<method>
			<name>getStaticResourcePath</name>
		</method>
		<method>
			<name>getTemplatePath</name>
		</method>
		<method>
			<name>getThemeId</name>
		</method>
		<method>
			<name>getThumbnailPath</name>
		</method>
		<method>
			<name>getUncachedContent</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getUncachedWapContent</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getWapContent</name>
		</method>
		<method>
			<name>getWapTemplatePath</name>
		</method>
		<method>
			<name>getWARFile</name>
		</method>
		<method>
			<name>hasSetContent</name>
		</method>
		<method>
			<name>hasSetWapContent</name>
		</method>
		<method>
			<name>isStandard</name>
		</method>
		<method>
			<name>isWARFile</name>
		</method>
		<method>
			<name>setColumns</name>
			<param>
				<name>columns</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setContent</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setServletContext</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>setServletContextName</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setStandard</name>
			<param>
				<name>standard</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setTemplatePath</name>
			<param>
				<name>templatePath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setThemeId</name>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setThumbnailPath</name>
			<param>
				<name>thumbnailPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setWapContent</name>
			<param>
				<name>wapContent</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setWapTemplatePath</name>
			<param>
				<name>wapWapTemplatePath</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutTemplateConstants</name>
		<type>com.liferay.portal.model.LayoutTemplateConstants</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>CUSTOM_SEPARATOR</name>
		</field>
		<field>
			<name>STANDARD_SEPARATOR</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutType</name>
		<type>com.liferay.portal.model.LayoutType</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getLayout</name>
		</method>
		<method>
			<name>getTypeSettingsProperties</name>
		</method>
		<method>
			<name>getTypeSettingsProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTypeSettingsProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLayout</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>setTypeSettingsProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutTypeArticleConfigurationDeleteAction</name>
		<type>com.liferay.portal.model.LayoutTypeArticleConfigurationDeleteAction</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>run</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutTypeArticleConfigurationUpdateAction</name>
		<type>com.liferay.portal.model.LayoutTypeArticleConfigurationUpdateAction</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>run</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>ActionException</name>
				<type>com.liferay.portal.kernel.events.ActionException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutTypePortlet</name>
		<type>com.liferay.portal.model.LayoutTypePortlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addModeAboutPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addModeConfigPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addModeEditDefaultsPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addModeEditGuestPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addModeEditPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addModeHelpPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addModePreviewPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addModePrintPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addPortletId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPortletId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkPermission</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPortletId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnPos</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPortletId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnPos</name>
				<type>int</type>
			</param>
			<param>
				<name>checkPermission</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPortletIds</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>checkPermission</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPortletIds</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkPermission</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addStateMaxPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addStateMinPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addStaticPortlets</name>
			<param>
				<name>portlets</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>startPortlets</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>endPortlets</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAllPortlets</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAllPortlets</name>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutSetPrototypeLayout</name>
		</method>
		<method>
			<name>getLayoutSetPrototypeLayoutProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLayoutTemplate</name>
		</method>
		<method>
			<name>getLayoutTemplateId</name>
		</method>
		<method>
			<name>getModeAbout</name>
		</method>
		<method>
			<name>getModeConfig</name>
		</method>
		<method>
			<name>getModeEdit</name>
		</method>
		<method>
			<name>getModeEditDefaults</name>
		</method>
		<method>
			<name>getModeEditGuest</name>
		</method>
		<method>
			<name>getModeHelp</name>
		</method>
		<method>
			<name>getModePreview</name>
		</method>
		<method>
			<name>getModePrint</name>
		</method>
		<method>
			<name>getNumOfColumns</name>
		</method>
		<method>
			<name>getPortalPreferences</name>
		</method>
		<method>
			<name>getPortletIds</name>
		</method>
		<method>
			<name>getPortlets</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStateMax</name>
		</method>
		<method>
			<name>getStateMaxPortletId</name>
		</method>
		<method>
			<name>getStateMin</name>
		</method>
		<method>
			<name>hasDefaultScopePortletId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasLayoutSetPrototypeLayout</name>
		</method>
		<method>
			<name>hasModeAboutPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasModeConfigPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasModeEditDefaultsPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasModeEditGuestPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasModeEditPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasModeHelpPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasModePreviewPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasModePrintPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasModeViewPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasStateMax</name>
		</method>
		<method>
			<name>hasStateMaxPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasStateMin</name>
		</method>
		<method>
			<name>hasStateMinPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasStateNormalPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasUpdatePermission</name>
		</method>
		<method>
			<name>isColumnCustomizable</name>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isColumnDisabled</name>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isCustomizable</name>
		</method>
		<method>
			<name>isCustomizedView</name>
		</method>
		<method>
			<name>isDefaultUpdated</name>
		</method>
		<method>
			<name>isPortletCustomizable</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>movePortletId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnPos</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeModeAboutPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeModeConfigPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeModeEditDefaultsPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeModeEditGuestPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeModeEditPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeModeHelpPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeModePreviewPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeModePrintPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeModesPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeNestedColumns</name>
			<param>
				<name>portletNamespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removePortletId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removePortletId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modeAndState</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>removeStateMaxPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeStateMinPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeStatesPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>reorganizePortlets</name>
			<param>
				<name>newColumns</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>oldColumns</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>resetModes</name>
		</method>
		<method>
			<name>resetStates</name>
		</method>
		<method>
			<name>resetUserPreferences</name>
		</method>
		<method>
			<name>setCustomizedView</name>
			<param>
				<name>customizedView</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLayoutTemplateId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>newLayoutTemplateId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLayoutTemplateId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>newLayoutTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkPermission</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setModeAbout</name>
			<param>
				<name>modeAbout</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModeConfig</name>
			<param>
				<name>modeConfig</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModeEdit</name>
			<param>
				<name>modeEdit</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModeEditDefaults</name>
			<param>
				<name>modeEditDefaults</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModeEditGuest</name>
			<param>
				<name>modeEditGuest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModeHelp</name>
			<param>
				<name>modeHelp</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModePreview</name>
			<param>
				<name>modePreview</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModePrint</name>
			<param>
				<name>modePrint</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortalPreferences</name>
			<param>
				<name>portalPreferences</name>
				<type>com.liferay.portlet.PortalPreferences</type>
			</param>
		</method>
		<method>
			<name>setPortletIds</name>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletIds</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setStateMax</name>
			<param>
				<name>stateMax</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setStateMin</name>
			<param>
				<name>stateMin</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUpdatePermission</name>
			<param>
				<name>updatePermission</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutTypePortletConstants</name>
		<type>com.liferay.portal.model.LayoutTypePortletConstants</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<field>
			<name>COLUMN_PREFIX</name>
		</field>
		<field>
			<name>DEFAULT_ASSET_PUBLISHER_PORTLET_ID</name>
		</field>
		<field>
			<name>LAYOUT_TEMPLATE_ID</name>
		</field>
		<field>
			<name>MODE_ABOUT</name>
		</field>
		<field>
			<name>MODE_CONFIG</name>
		</field>
		<field>
			<name>MODE_EDIT</name>
		</field>
		<field>
			<name>MODE_EDIT_DEFAULTS</name>
		</field>
		<field>
			<name>MODE_EDIT_GUEST</name>
		</field>
		<field>
			<name>MODE_HELP</name>
		</field>
		<field>
			<name>MODE_PREVIEW</name>
		</field>
		<field>
			<name>MODE_PRINT</name>
		</field>
		<field>
			<name>NESTED_COLUMN_IDS</name>
		</field>
		<field>
			<name>RUNTIME_COLUMN_IDS</name>
		</field>
		<field>
			<name>RUNTIME_COLUMN_PREFIX</name>
		</field>
		<field>
			<name>STATE_MAX</name>
		</field>
		<field>
			<name>STATE_MIN</name>
		</field>
		<field>
			<name>STATIC_PORTLET_ORGANIZATION_SELECTOR</name>
		</field>
		<field>
			<name>STATIC_PORTLET_REGULAR_SITE_SELECTOR</name>
		</field>
		<field>
			<name>STATIC_PORTLET_USER_SELECTOR</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ListTypeConstants</name>
		<type>com.liferay.portal.model.ListTypeConstants</type>
		<author><![CDATA[Alexander Chow]]></author>
		<field>
			<name>ADDRESS</name>
		</field>
		<field>
			<name>EMAIL_ADDRESS</name>
		</field>
		<field>
			<name>PHONE</name>
		</field>
		<field>
			<name>WEBSITE</name>
		</field>
		<field>
			<name>ACCOUNT_ADDRESS</name>
		</field>
		<field>
			<name>ACCOUNT_ADDRESS_DEFAULT</name>
		</field>
		<field>
			<name>ACCOUNT_EMAIL_ADDRESS</name>
		</field>
		<field>
			<name>ACCOUNT_EMAIL_ADDRESS_DEFAULT</name>
		</field>
		<field>
			<name>ACCOUNT_PHONE</name>
		</field>
		<field>
			<name>ACCOUNT_WEBSITE</name>
		</field>
		<field>
			<name>CONTACT_ADDRESS</name>
		</field>
		<field>
			<name>CONTACT_EMAIL_ADDRESS</name>
		</field>
		<field>
			<name>CONTACT_EMAIL_ADDRESS_DEFAULT</name>
		</field>
		<field>
			<name>CONTACT_PHONE</name>
		</field>
		<field>
			<name>CONTACT_PREFIX</name>
		</field>
		<field>
			<name>CONTACT_SUFFIX</name>
		</field>
		<field>
			<name>CONTACT_WEBSITE</name>
		</field>
		<field>
			<name>ORGANIZATION_ADDRESS</name>
		</field>
		<field>
			<name>ORGANIZATION_EMAIL_ADDRESS</name>
		</field>
		<field>
			<name>ORGANIZATION_PHONE</name>
		</field>
		<field>
			<name>ORGANIZATION_SERVICE</name>
		</field>
		<field>
			<name>ORGANIZATION_STATUS</name>
		</field>
		<field>
			<name>ORGANIZATION_STATUS_DEFAULT</name>
		</field>
		<field>
			<name>ORGANIZATION_WEBSITE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Location</name>
		<type>com.liferay.portal.model.Location</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[]]></deprecated>
	</javadoc>
	<javadoc>
		<name>MembershipRequestConstants</name>
		<type>com.liferay.portal.model.MembershipRequestConstants</type>
		<author><![CDATA[Alexander Chow]]></author>
		<field>
			<name>STATUS_APPROVED</name>
		</field>
		<field>
			<name>STATUS_DENIED</name>
		</field>
		<field>
			<name>STATUS_PENDING</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ModelHints</name>
		<type>com.liferay.portal.model.ModelHints</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>buildCustomValidatorName</name>
			<param>
				<name>validatorName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDefaultHints</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFieldsEl</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getHints</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModels</name>
		</method>
		<method>
			<name>getSanitizeTuple</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSanitizeTuples</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getType</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getValidators</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isCustomValidator</name>
			<param>
				<name>validatorName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isLocalized</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>trimString</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ModelHintsConstants</name>
		<type>com.liferay.portal.model.ModelHintsConstants</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>TEXT_DISPLAY_HEIGHT</name>
		</field>
		<field>
			<name>TEXT_DISPLAY_WIDTH</name>
		</field>
		<field>
			<name>TEXT_MAX_LENGTH</name>
		</field>
		<field>
			<name>TEXTAREA_DISPLAY_HEIGHT</name>
		</field>
		<field>
			<name>TEXTAREA_DISPLAY_WIDTH</name>
		</field>
		<field>
			<name>TEXTAREA_MAX_LENGTH</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ModelHintsImpl</name>
		<type>com.liferay.portal.model.ModelHintsImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>buildCustomValidatorName</name>
			<param>
				<name>validatorName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDefaultHints</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFieldsEl</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getHints</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModels</name>
		</method>
		<method>
			<name>getSanitizeTuple</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSanitizeTuples</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getType</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getValidators</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isCustomValidator</name>
			<param>
				<name>validatorName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isLocalized</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setSAXReader</name>
			<param>
				<name>saxReader</name>
				<type>com.liferay.portal.kernel.xml.SAXReader</type>
			</param>
		</method>
		<method>
			<name>trimString</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_ELEMENTS_SUFFIX</name>
		</field>
		<field>
			<name>_HINTS_SUFFIX</name>
		</field>
		<field>
			<name>_LOCALIZATION_SUFFIX</name>
		</field>
		<field>
			<name>_SANITIZE_SUFFIX</name>
		</field>
		<field>
			<name>_TYPE_SUFFIX</name>
		</field>
		<field>
			<name>_VALIDATORS_SUFFIX</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_defaultHints</name>
		</field>
		<field>
			<name>_hintCollections</name>
		</field>
		<field>
			<name>_modelFields</name>
		</field>
		<field>
			<name>_models</name>
		</field>
		<field>
			<name>_saxReader</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ModelHintsUtil</name>
		<type>com.liferay.portal.model.ModelHintsUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>buildCustomValidatorName</name>
			<param>
				<name>validatorName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDefaultHints</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFieldsEl</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getHints</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModelHints</name>
		</method>
		<method>
			<name>getModels</name>
		</method>
		<method>
			<name>getSanitizeTuple</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSanitizeTuples</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getType</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getValidators</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isCustomValidator</name>
			<param>
				<name>validatorName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isLocalized</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>trimString</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModelHints</name>
			<param>
				<name>modelHints</name>
				<type>com.liferay.portal.model.ModelHints</type>
			</param>
		</method>
		<field>
			<name>_modelHints</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ModelListener</name>
		<type>com.liferay.portal.model.ModelListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>onAfterAddAssociation</name>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>associationClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>associationClassPK</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>onAfterCreate</name>
			<param>
				<name>model</name>
				<type>T</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>onAfterRemove</name>
			<param>
				<name>model</name>
				<type>T</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>onAfterRemoveAssociation</name>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>associationClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>associationClassPK</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>onAfterUpdate</name>
			<param>
				<name>model</name>
				<type>T</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>onBeforeAddAssociation</name>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>associationClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>associationClassPK</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>onBeforeCreate</name>
			<param>
				<name>model</name>
				<type>T</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>onBeforeRemove</name>
			<param>
				<name>model</name>
				<type>T</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>onBeforeRemoveAssociation</name>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>associationClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>associationClassPK</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>onBeforeUpdate</name>
			<param>
				<name>model</name>
				<type>T</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ModelWrapper</name>
		<type>com.liferay.portal.model.ModelWrapper</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getWrappedModel</name>
		</method>
	</javadoc>
	<javadoc>
		<name>OrganizationConstants</name>
		<type>com.liferay.portal.model.OrganizationConstants</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>ANY_PARENT_ORGANIZATION_ID</name>
		</field>
		<field>
			<name>DEFAULT_PARENT_ORGANIZATION_ID</name>
		</field>
		<field>
			<name>TYPE_LOCATION</name>
		</field>
		<field>
			<name>TYPE_REGULAR_ORGANIZATION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PasswordPolicyConstants</name>
		<type>com.liferay.portal.model.PasswordPolicyConstants</type>
		<author><![CDATA[Scott Lee]]></author>
		<field>
			<name>DEFAULT_PASSWORD_POLICY</name>
		</field>
		<field>
			<name>SYSTEM_PASSWORD_POLICIES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PermissionDisplay</name>
		<type>com.liferay.portal.model.PermissionDisplay</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>PermissionDisplay</name>
			<param>
				<name>permission</name>
				<type>com.liferay.portal.model.Permission</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.model.Resource</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modelLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionLabel</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>permissionDisplay</name>
				<type>com.liferay.portal.model.PermissionDisplay</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getActionId</name>
		</method>
		<method>
			<name>getActionLabel</name>
		</method>
		<method>
			<name>getModelLabel</name>
		</method>
		<method>
			<name>getModelName</name>
		</method>
		<method>
			<name>getPermission</name>
		</method>
		<method>
			<name>getPortletLabel</name>
		</method>
		<method>
			<name>getPortletName</name>
		</method>
		<method>
			<name>getResource</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<field>
			<name>_actionId</name>
		</field>
		<field>
			<name>_actionLabel</name>
		</field>
		<field>
			<name>_modelLabel</name>
		</field>
		<field>
			<name>_modelName</name>
		</field>
		<field>
			<name>_permission</name>
		</field>
		<field>
			<name>_portletLabel</name>
		</field>
		<field>
			<name>_portletName</name>
		</field>
		<field>
			<name>_resource</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PermissionedModel</name>
		<type>com.liferay.portal.model.PermissionedModel</type>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>getResourceBlockId</name>
		</method>
		<method>
			<name>setResourceBlockId</name>
			<param>
				<name>resourceBlockId</name>
				<type>long</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PersistedModel</name>
		<type>com.liferay.portal.model.PersistedModel</type>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>persist</name>
			<comment><![CDATA[Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.]]></comment>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>Plugin</name>
		<type>com.liferay.portal.model.Plugin</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getDefaultPluginSetting</name>
		</method>
		<method>
			<name>getDefaultPluginSetting</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getPluginId</name>
		</method>
		<method>
			<name>getPluginPackage</name>
		</method>
		<method>
			<name>getPluginType</name>
		</method>
		<method>
			<name>setDefaultPluginSetting</name>
			<param>
				<name>pluginSetting</name>
				<type>com.liferay.portal.model.PluginSetting</type>
			</param>
		</method>
		<method>
			<name>setPluginPackage</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<field>
			<name>TYPE_EXT</name>
		</field>
		<field>
			<name>TYPE_HOOK</name>
		</field>
		<field>
			<name>TYPE_LAYOUT_TEMPLATE</name>
		</field>
		<field>
			<name>TYPE_PORTLET</name>
		</field>
		<field>
			<name>TYPE_THEME</name>
		</field>
		<field>
			<name>TYPE_WEB</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletApp</name>
		<type>com.liferay.portal.model.PortletApp</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addEventDefinition</name>
			<param>
				<name>eventDefinition</name>
				<type>com.liferay.portal.model.EventDefinition</type>
			</param>
		</method>
		<method>
			<name>addPortlet</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>addPortletFilter</name>
			<param>
				<name>portletFilter</name>
				<type>com.liferay.portal.model.PortletFilter</type>
			</param>
		</method>
		<method>
			<name>addPortletURLListener</name>
			<param>
				<name>portletURLListener</name>
				<type>com.liferay.portal.model.PortletURLListener</type>
			</param>
		</method>
		<method>
			<name>addPublicRenderParameter</name>
			<param>
				<name>publicRenderParameter</name>
				<type>com.liferay.portal.model.PublicRenderParameter</type>
			</param>
		</method>
		<method>
			<name>addPublicRenderParameter</name>
			<param>
				<name>identifier</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>addServletURLPatterns</name>
			<param>
				<name>servletURLPatterns</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<method>
			<name>getContainerRuntimeOptions</name>
		</method>
		<method>
			<name>getContextPath</name>
		</method>
		<method>
			<name>getCustomUserAttributes</name>
		</method>
		<method>
			<name>getDefaultNamespace</name>
		</method>
		<method>
			<name>getPortletFilter</name>
			<param>
				<name>filterName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletFilters</name>
		</method>
		<method>
			<name>getPortlets</name>
		</method>
		<method>
			<name>getPortletURLListener</name>
			<param>
				<name>listenerClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletURLListeners</name>
		</method>
		<method>
			<name>getPublicRenderParameter</name>
			<param>
				<name>identifier</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getServletContextName</name>
		</method>
		<method>
			<name>getServletURLPatterns</name>
		</method>
		<method>
			<name>getSpriteImage</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserAttributes</name>
		</method>
		<method>
			<name>isWARFile</name>
		</method>
		<method>
			<name>setDefaultNamespace</name>
			<param>
				<name>defaultNamespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSpriteImages</name>
			<param>
				<name>spriteFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>setWARFile</name>
			<param>
				<name>warFile</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletCategory</name>
		<type>com.liferay.portal.model.PortletCategory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Dennis Ju]]></author>
		<method>
			<name>PortletCategory</name>
		</method>
		<method>
			<name>PortletCategory</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortletCategory</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletIds</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<method>
			<name>addCategory</name>
			<param>
				<name>portletCategory</name>
				<type>com.liferay.portal.model.PortletCategory</type>
			</param>
		</method>
		<method>
			<name>getCategories</name>
		</method>
		<method>
			<name>getCategory</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getParentCategory</name>
		</method>
		<method>
			<name>getPath</name>
		</method>
		<method>
			<name>getPortletIds</name>
		</method>
		<method>
			<name>getRootCategory</name>
		</method>
		<method>
			<name>isHidden</name>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>newPortletCategory</name>
				<type>com.liferay.portal.model.PortletCategory</type>
			</param>
		</method>
		<method>
			<name>separate</name>
			<param>
				<name>portletIds</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<method>
			<name>separate</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletIds</name>
			<param>
				<name>portletIds</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<method>
			<name>setParentCategory</name>
			<param>
				<name>portletCategory</name>
				<type>com.liferay.portal.model.PortletCategory</type>
			</param>
		</method>
		<method>
			<name>setPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_merge</name>
			<param>
				<name>portletCategory1</name>
				<type>com.liferay.portal.model.PortletCategory</type>
			</param>
			<param>
				<name>portletCategory2</name>
				<type>com.liferay.portal.model.PortletCategory</type>
			</param>
		</method>
		<field>
			<name>_DELIMITER</name>
		</field>
		<field>
			<name>_categories</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_parentPortletCategory</name>
		</field>
		<field>
			<name>_path</name>
		</field>
		<field>
			<name>_portletIds</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletCategoryConstants</name>
		<type>com.liferay.portal.model.PortletCategoryConstants</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>NAME_HIDDEN</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletConstants</name>
		<type>com.liferay.portal.model.PortletConstants</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstanceId</name>
			<comment><![CDATA[Returns the instance ID of the portlet.]]></comment>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<return>
				<comment><![CDATA[the instance ID of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getRootPortletId</name>
			<comment><![CDATA[Returns the root portlet ID of the portlet.]]></comment>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<return>
				<comment><![CDATA[the root portlet ID of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>hasInstanceId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>DEFAULT_PREFERENCES</name>
			<comment><![CDATA[Default preferences.]]></comment>
		</field>
		<field>
			<name>FACEBOOK_INTEGRATION_FBML</name>
			<comment><![CDATA[Facebook integration method for FBML.]]></comment>
		</field>
		<field>
			<name>FACEBOOK_INTEGRATION_IFRAME</name>
			<comment><![CDATA[Facebook integration method for IFrame.]]></comment>
		</field>
		<field>
			<name>INSTANCE_SEPARATOR</name>
			<comment><![CDATA[Instance separator.]]></comment>
		</field>
		<field>
			<name>LAYOUT_SEPARATOR</name>
			<comment><![CDATA[Layout separator.]]></comment>
		</field>
		<field>
			<name>USER_PRINCIPAL_STRATEGY_SCREEN_NAME</name>
			<comment><![CDATA[User principal strategy for screen name.]]></comment>
		</field>
		<field>
			<name>USER_PRINCIPAL_STRATEGY_USER_ID</name>
			<comment><![CDATA[User principal strategy for screen name.]]></comment>
		</field>
		<field>
			<name>WAR_SEPARATOR</name>
			<comment><![CDATA[War file separator.]]></comment>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletFilter</name>
		<type>com.liferay.portal.model.PortletFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getFilterClass</name>
		</method>
		<method>
			<name>getFilterName</name>
		</method>
		<method>
			<name>getInitParams</name>
		</method>
		<method>
			<name>getLifecycles</name>
		</method>
		<method>
			<name>getPortletApp</name>
		</method>
		<method>
			<name>setFilterClass</name>
			<param>
				<name>filterClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFilterName</name>
			<param>
				<name>filterName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setInitParams</name>
			<param>
				<name>initParams</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setLifecycles</name>
			<param>
				<name>lifecycles</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<method>
			<name>setPortletApp</name>
			<param>
				<name>portletApp</name>
				<type>com.liferay.portal.model.PortletApp</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletInfo</name>
		<type>com.liferay.portal.model.PortletInfo</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>PortletInfo</name>
		</method>
		<method>
			<name>PortletInfo</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shortTitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getKeywords</name>
		</method>
		<method>
			<name>getShortTitle</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<field>
			<name>_description</name>
		</field>
		<field>
			<name>_keywords</name>
		</field>
		<field>
			<name>_shortTitle</name>
		</field>
		<field>
			<name>_title</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletPreferencesIds</name>
		<type>com.liferay.portal.model.PortletPreferencesIds</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletPreferencesIds</name>
		</method>
		<method>
			<name>PortletPreferencesIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getOwnerId</name>
		</method>
		<method>
			<name>getOwnerType</name>
		</method>
		<method>
			<name>getPlid</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setOwnerId</name>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setOwnerType</name>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setPlid</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_ownerId</name>
		</field>
		<field>
			<name>_ownerType</name>
		</field>
		<field>
			<name>_plid</name>
		</field>
		<field>
			<name>_portletId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletPreferencesListener</name>
		<type>com.liferay.portal.model.PortletPreferencesListener</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>onAfterRemove</name>
			<param>
				<name>portletPreferences</name>
				<type>com.liferay.portal.model.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>onAfterUpdate</name>
			<param>
				<name>portletPreferences</name>
				<type>com.liferay.portal.model.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>clearCache</name>
			<param>
				<name>portletPreferences</name>
				<type>com.liferay.portal.model.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>updateLayout</name>
			<param>
				<name>portletPreferences</name>
				<type>com.liferay.portal.model.PortletPreferences</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletURLListener</name>
		<type>com.liferay.portal.model.PortletURLListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getListenerClass</name>
		</method>
		<method>
			<name>getPortletApp</name>
		</method>
		<method>
			<name>setListenerClass</name>
			<param>
				<name>listenerClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletApp</name>
			<param>
				<name>portletApp</name>
				<type>com.liferay.portal.model.PortletApp</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PublicRenderParameter</name>
		<type>com.liferay.portal.model.PublicRenderParameter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getIdentifier</name>
		</method>
		<method>
			<name>getPortletApp</name>
		</method>
		<method>
			<name>getQName</name>
		</method>
		<method>
			<name>setIdentifier</name>
			<param>
				<name>identifier</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletApp</name>
			<param>
				<name>portletApp</name>
				<type>com.liferay.portal.model.PortletApp</type>
			</param>
		</method>
		<method>
			<name>setQName</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RegionConstants</name>
		<type>com.liferay.portal.model.RegionConstants</type>
		<author><![CDATA[Alexander Chow]]></author>
		<field>
			<name>DEFAULT_REGION_ID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ReleaseConstants</name>
		<type>com.liferay.portal.model.ReleaseConstants</type>
		<author><![CDATA[Alexander Chow]]></author>
		<field>
			<name>DEFAULT_ID</name>
		</field>
		<field>
			<name>DEFAULT_SERVLET_CONTEXT_NAME</name>
		</field>
		<field>
			<name>STATE_GOOD</name>
		</field>
		<field>
			<name>STATE_UPGRADE_FAILURE</name>
		</field>
		<field>
			<name>STATE_VERIFY_FAILURE</name>
		</field>
		<field>
			<name>TEST_STRING</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourceBlockConstants</name>
		<type>com.liferay.portal.model.ResourceBlockConstants</type>
		<author><![CDATA[Connor McKay]]></author>
		<field>
			<name>OPERATOR_ADD</name>
		</field>
		<field>
			<name>OPERATOR_REMOVE</name>
		</field>
		<field>
			<name>OPERATOR_SET</name>
		</field>
		<field>
			<name>OWNER_USER_ID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourceBlockPermissionsContainer</name>
		<type>com.liferay.portal.model.ResourceBlockPermissionsContainer</type>
		<comment><![CDATA[Manages a list of the roles with permission to access a resource block and the actions they can perform.]]></comment>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>addPermission</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getActionIds</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getPermissions</name>
		</method>
		<method>
			<name>getPermissionsHash</name>
			<comment><![CDATA[Returns the permissions hash of the resource permissions. The permissions hash is a representation of all the roles with access to the resource along with the actions they can perform.]]></comment>
			<return>
				<comment><![CDATA[the permissions hash of the resource permissions]]></comment>
			</return>
		</method>
		<method>
			<name>removePermission</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPermissions</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_permissions</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourceConstants</name>
		<type>com.liferay.portal.model.ResourceConstants</type>
		<comment><![CDATA[Contains constants used for resource permissions and permission scoping.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>PRIMKEY_DNE</name>
		</field>
		<field>
			<name>SCOPE_COMPANY</name>
		</field>
		<field>
			<name>SCOPE_GROUP</name>
		</field>
		<field>
			<name>SCOPE_GROUP_TEMPLATE</name>
		</field>
		<field>
			<name>SCOPE_INDIVIDUAL</name>
		</field>
		<field>
			<name>SCOPES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourcePermissionConstants</name>
		<type>com.liferay.portal.model.ResourcePermissionConstants</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>OPERATOR_ADD</name>
		</field>
		<field>
			<name>OPERATOR_REMOVE</name>
		</field>
		<field>
			<name>OPERATOR_SET</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourcedModel</name>
		<type>com.liferay.portal.model.ResourcedModel</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getResourcePrimKey</name>
		</method>
		<method>
			<name>isResourceMain</name>
		</method>
	</javadoc>
	<javadoc>
		<name>RoleConstants</name>
		<type>com.liferay.portal.model.RoleConstants</type>
		<comment><![CDATA[Contains constants used by roles, including the names of the default roles and the role types.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getTypeLabel</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>ADMINISTRATOR</name>
		</field>
		<field>
			<name>GUEST</name>
		</field>
		<field>
			<name>ORGANIZATION_ADMINISTRATOR</name>
		</field>
		<field>
			<name>ORGANIZATION_OWNER</name>
		</field>
		<field>
			<name>ORGANIZATION_USER</name>
		</field>
		<field>
			<name>OWNER</name>
		</field>
		<field>
			<name>POWER_USER</name>
		</field>
		<field>
			<name>SITE_ADMINISTRATOR</name>
		</field>
		<field>
			<name>SITE_MEMBER</name>
		</field>
		<field>
			<name>SITE_OWNER</name>
		</field>
		<field>
			<name>SYSTEM_ORGANIZATION_ROLES</name>
		</field>
		<field>
			<name>SYSTEM_ROLES</name>
		</field>
		<field>
			<name>SYSTEM_SITE_ROLES</name>
		</field>
		<field>
			<name>TYPE_ORGANIZATION</name>
		</field>
		<field>
			<name>TYPE_ORGANIZATION_LABEL</name>
		</field>
		<field>
			<name>TYPE_PROVIDER</name>
		</field>
		<field>
			<name>TYPE_REGULAR</name>
		</field>
		<field>
			<name>TYPE_REGULAR_LABEL</name>
		</field>
		<field>
			<name>TYPE_SITE</name>
		</field>
		<field>
			<name>TYPE_SITE_LABEL</name>
		</field>
		<field>
			<name>USER</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SpriteImage</name>
		<type>com.liferay.portal.model.SpriteImage</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SpriteImage</name>
			<param>
				<name>spriteFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>imageFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>height</name>
				<type>int</type>
			</param>
			<param>
				<name>width</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getHeight</name>
		</method>
		<method>
			<name>getImageFileName</name>
		</method>
		<method>
			<name>getOffset</name>
		</method>
		<method>
			<name>getSpriteFileName</name>
		</method>
		<method>
			<name>getWidth</name>
		</method>
		<field>
			<name>_height</name>
		</field>
		<field>
			<name>_imageFileName</name>
		</field>
		<field>
			<name>_offset</name>
		</field>
		<field>
			<name>_spriteFileName</name>
		</field>
		<field>
			<name>_width</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SubscriptionConstants</name>
		<type>com.liferay.portal.model.SubscriptionConstants</type>
		<author><![CDATA[Alexander Chow]]></author>
		<field>
			<name>FREQUENCY_INSTANT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Theme</name>
		<type>com.liferay.portal.model.Theme</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addSetting</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>configurable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>options</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getColorSchemes</name>
		</method>
		<method>
			<name>getColorSchemesMap</name>
		</method>
		<method>
			<name>getConfigurableSettings</name>
		</method>
		<method>
			<name>getContextPath</name>
		</method>
		<method>
			<name>getCssPath</name>
		</method>
		<method>
			<name>getDevice</name>
		</method>
		<method>
			<name>getFreeMarkerTemplateLoader</name>
		</method>
		<method>
			<name>getImagesPath</name>
		</method>
		<method>
			<name>getJavaScriptPath</name>
		</method>
		<method>
			<name>getLoadFromServletContext</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getResourcePath</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRootPath</name>
		</method>
		<method>
			<name>getServletContextName</name>
		</method>
		<method>
			<name>getSetting</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSettingOptions</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSettings</name>
		</method>
		<method>
			<name>getSettingsProperties</name>
		</method>
		<method>
			<name>getSpriteImage</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStaticResourcePath</name>
		</method>
		<method>
			<name>getTemplateExtension</name>
		</method>
		<method>
			<name>getTemplatesPath</name>
		</method>
		<method>
			<name>getThemeCompanyLimit</name>
		</method>
		<method>
			<name>getThemeGroupLimit</name>
		</method>
		<method>
			<name>getThemeId</name>
		</method>
		<method>
			<name>getTimestamp</name>
		</method>
		<method>
			<name>getVelocityResourceListener</name>
		</method>
		<method>
			<name>getVirtualPath</name>
		</method>
		<method>
			<name>getWapTheme</name>
		</method>
		<method>
			<name>getWARFile</name>
		</method>
		<method>
			<name>hasColorSchemes</name>
		</method>
		<method>
			<name>isCompanyAvailable</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isGroupAvailable</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isLoadFromServletContext</name>
		</method>
		<method>
			<name>isWapTheme</name>
		</method>
		<method>
			<name>isWARFile</name>
		</method>
		<method>
			<name>resourceExists</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setCssPath</name>
			<param>
				<name>cssPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setImagesPath</name>
			<param>
				<name>imagesPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setJavaScriptPath</name>
			<param>
				<name>javaScriptPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLoadFromServletContext</name>
			<param>
				<name>loadFromServletContext</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRootPath</name>
			<param>
				<name>rootPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setServletContextName</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSetting</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSpriteImages</name>
			<param>
				<name>spriteFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>spriteProperties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>setTemplateExtension</name>
			<param>
				<name>templateExtension</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTemplatesPath</name>
			<param>
				<name>templatesPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setThemeCompanyLimit</name>
			<param>
				<name>themeCompanyLimit</name>
				<type>com.liferay.portal.theme.ThemeCompanyLimit</type>
			</param>
		</method>
		<method>
			<name>setThemeGroupLimit</name>
			<param>
				<name>themeGroupLimit</name>
				<type>com.liferay.portal.theme.ThemeGroupLimit</type>
			</param>
		</method>
		<method>
			<name>setTimestamp</name>
			<param>
				<name>timestamp</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setVirtualPath</name>
			<param>
				<name>virtualPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setWapTheme</name>
			<param>
				<name>wapTheme</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ThemeSetting</name>
		<type>com.liferay.portal.model.ThemeSetting</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>getOptions</name>
		</method>
		<method>
			<name>getScript</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>isConfigurable</name>
		</method>
		<method>
			<name>setConfigurable</name>
			<param>
				<name>configurable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setOptions</name>
			<param>
				<name>options</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>setScript</name>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setType</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TicketConstants</name>
		<type>com.liferay.portal.model.TicketConstants</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>TYPE_EMAIL_ADDRESS</name>
		</field>
		<field>
			<name>TYPE_IMPERSONATE</name>
		</field>
		<field>
			<name>TYPE_PASSWORD</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserConstants</name>
		<type>com.liferay.portal.model.UserConstants</type>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>getPortraitURL</name>
			<param>
				<name>imagePath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>male</name>
				<type>boolean</type>
			</param>
			<param>
				<name>portraitId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>FULL_NAME_MAX_LENGTH</name>
		</field>
		<field>
			<name>LIST_VIEW_FLAT_ORGANIZATIONS</name>
		</field>
		<field>
			<name>LIST_VIEW_FLAT_USER_GROUPS</name>
		</field>
		<field>
			<name>LIST_VIEW_FLAT_USERS</name>
		</field>
		<field>
			<name>LIST_VIEW_TREE</name>
		</field>
		<field>
			<name>USERS_EMAIL_ADDRESS_AUTO_SUFFIX</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserGroupConstants</name>
		<type>com.liferay.portal.model.UserGroupConstants</type>
		<author><![CDATA[Alexander Chow]]></author>
		<field>
			<name>DEFAULT_PARENT_USER_GROUP_ID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserGroupListener</name>
		<type>com.liferay.portal.model.UserGroupListener</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>onAfterAddAssociation</name>
			<param>
				<name>userGroupId</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>associationClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>associationClassPK</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>onAfterRemoveAssociation</name>
			<param>
				<name>userGroupId</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>associationClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>associationClassPK</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>exportToLDAP</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapOperation</name>
				<type>com.liferay.portal.security.ldap.LDAPOperation</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UserListener</name>
		<type>com.liferay.portal.model.UserListener</type>
		<author><![CDATA[Scott Lee]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>onAfterAddAssociation</name>
			<param>
				<name>classPK</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>associationClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>associationClassPK</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>onAfterCreate</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>onAfterUpdate</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>ModelListenerException</name>
				<type>com.liferay.portal.ModelListenerException</type>
			</throws>
		</method>
		<method>
			<name>exportToLDAP</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateMembershipRequestStatus</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UserPersonalSite</name>
		<type>com.liferay.portal.model.UserPersonalSite</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-15016.
</p>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
	</javadoc>
	<javadoc>
		<name>VirtualLayoutConstants</name>
		<type>com.liferay.portal.model.VirtualLayoutConstants</type>
		<author><![CDATA[Raymond Augé]]></author>
		<field>
			<name>CANONICAL_URL_SEPARATOR</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WorkflowedModel</name>
		<type>com.liferay.portal.model.WorkflowedModel</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getStatus</name>
		</method>
		<method>
			<name>getStatusByUserId</name>
		</method>
		<method>
			<name>getStatusByUserName</name>
		</method>
		<method>
			<name>getStatusDate</name>
		</method>
		<method>
			<name>isApproved</name>
		</method>
		<method>
			<name>isDraft</name>
		</method>
		<method>
			<name>isExpired</name>
		</method>
		<method>
			<name>isPending</name>
		</method>
		<method>
			<name>setStatus</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setStatusByUserId</name>
			<param>
				<name>statusByUserId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setStatusByUserName</name>
			<param>
				<name>statusByUserName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setStatusDate</name>
			<param>
				<name>statusDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AccountImpl</name>
		<type>com.liferay.portal.model.impl.AccountImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AccountImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>AddressImpl</name>
		<type>com.liferay.portal.model.impl.AddressImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AddressImpl</name>
		</method>
		<method>
			<name>getCountry</name>
		</method>
		<method>
			<name>getRegion</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseModelImpl</name>
		<type>com.liferay.portal.model.impl.BaseModelImpl</type>
		<comment><![CDATA[The base implementation for all model classes. This class should never need to be used directly.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BaseModelImpl</name>
		</method>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>getExpandoBridge</name>
		</method>
		<method>
			<name>getModelAttributes</name>
		</method>
		<method>
			<name>isCachedModel</name>
		</method>
		<method>
			<name>isEscapedModel</name>
		</method>
		<method>
			<name>isNew</name>
		</method>
		<method>
			<name>resetOriginalValues</name>
		</method>
		<method>
			<name>setCachedModel</name>
			<param>
				<name>cachedModel</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setExpandoBridgeAttributes</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
		<method>
			<name>setModelAttributes</name>
			<param>
				<name>attributes</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setNew</name>
			<param>
				<name>n</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>toCacheModel</name>
		</method>
		<method>
			<name>toEscapedModel</name>
		</method>
		<method>
			<name>getLocale</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_ESCAPED_MODEL</name>
		</field>
		<field>
			<name>_cachedModel</name>
		</field>
		<field>
			<name>_new</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BrowserTrackerImpl</name>
		<type>com.liferay.portal.model.impl.BrowserTrackerImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BrowserTrackerImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ClassNameImpl</name>
		<type>com.liferay.portal.model.impl.ClassNameImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ClassNameImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ClusterGroupImpl</name>
		<type>com.liferay.portal.model.impl.ClusterGroupImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ClusterGroupImpl</name>
		</method>
		<method>
			<name>getClusterNodeIdsArray</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ColorSchemeImpl</name>
		<type>com.liferay.portal.model.impl.ColorSchemeImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getDefaultRegularColorSchemeId</name>
		</method>
		<method>
			<name>getDefaultWapColorSchemeId</name>
		</method>
		<method>
			<name>getNullColorScheme</name>
		</method>
		<method>
			<name>ColorSchemeImpl</name>
		</method>
		<method>
			<name>ColorSchemeImpl</name>
			<param>
				<name>colorSchemeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ColorSchemeImpl</name>
			<param>
				<name>colorSchemeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>colorScheme</name>
				<type>com.liferay.portal.model.ColorScheme</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getColorSchemeId</name>
		</method>
		<method>
			<name>getColorSchemeImagesPath</name>
		</method>
		<method>
			<name>getColorSchemeThumbnailPath</name>
		</method>
		<method>
			<name>getCssClass</name>
		</method>
		<method>
			<name>getDefaultCs</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getSetting</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSettings</name>
		</method>
		<method>
			<name>getSettingsProperties</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>isDefaultCs</name>
		</method>
		<method>
			<name>setColorSchemeImagesPath</name>
			<param>
				<name>colorSchemeImagesPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCssClass</name>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDefaultCs</name>
			<param>
				<name>defaultCs</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSettings</name>
			<param>
				<name>settings</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSettingsProperties</name>
			<param>
				<name>settingsProperties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_colorSchemeId</name>
		</field>
		<field>
			<name>_colorSchemeImagesPath</name>
		</field>
		<field>
			<name>_cssClass</name>
		</field>
		<field>
			<name>_defaultCs</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_settingsProperties</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CompanyImpl</name>
		<type>com.liferay.portal.model.impl.CompanyImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CompanyImpl</name>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>company</name>
				<type>com.liferay.portal.model.Company</type>
			</param>
		</method>
		<method>
			<name>getAccount</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAdminName</name>
		</method>
		<method>
			<name>getAuthType</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultUser</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultWebId</name>
		</method>
		<method>
			<name>getEmailAddress</name>
		</method>
		<method>
			<name>getGroup</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getKeyObj</name>
		</method>
		<method>
			<name>getLocale</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getName</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortalURL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getShardName</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getShortName</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTimeZone</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getVirtualHostname</name>
		</method>
		<method>
			<name>hasCompanyMx</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isAutoLogin</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isSendPassword</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isSendPasswordResetLink</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isSiteLogo</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isStrangers</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isStrangersVerify</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isStrangersWithMx</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setKey</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setKeyObj</name>
			<param>
				<name>keyObj</name>
				<type>java.security.Key</type>
			</param>
		</method>
		<field>
			<name>_keyObj</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ContactImpl</name>
		<type>com.liferay.portal.model.impl.ContactImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ContactImpl</name>
		</method>
		<method>
			<name>getFullName</name>
		</method>
	</javadoc>
	<javadoc>
		<name>CountryImpl</name>
		<type>com.liferay.portal.model.impl.CountryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CountryImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>DummyImpl</name>
		<type>com.liferay.portal.model.impl.DummyImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DummyImpl</name>
		</method>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>dummy</name>
				<type>com.liferay.portal.model.Dummy</type>
			</param>
		</method>
		<method>
			<name>getModelClass</name>
		</method>
		<method>
			<name>getModelClassName</name>
		</method>
		<method>
			<name>getPrimaryKeyObj</name>
		</method>
		<method>
			<name>resetOriginalValues</name>
		</method>
		<method>
			<name>setPrimaryKeyObj</name>
			<param>
				<name>primaryKeyObj</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>toXmlString</name>
		</method>
	</javadoc>
	<javadoc>
		<name>EmailAddressImpl</name>
		<type>com.liferay.portal.model.impl.EmailAddressImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EmailAddressImpl</name>
		</method>
		<method>
			<name>getType</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EventDefinitionImpl</name>
		<type>com.liferay.portal.model.impl.EventDefinitionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EventDefinitionImpl</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
			<param>
				<name>valueType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletApp</name>
				<type>com.liferay.portal.model.PortletApp</type>
			</param>
		</method>
		<method>
			<name>getPortletApp</name>
		</method>
		<method>
			<name>getQName</name>
		</method>
		<method>
			<name>getValueType</name>
		</method>
		<method>
			<name>setPortletApp</name>
			<param>
				<name>portletApp</name>
				<type>com.liferay.portal.model.PortletApp</type>
			</param>
		</method>
		<method>
			<name>setQName</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>setValueType</name>
			<param>
				<name>valueType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_portletApp</name>
		</field>
		<field>
			<name>_qName</name>
		</field>
		<field>
			<name>_valueType</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GroupImpl</name>
		<type>com.liferay.portal.model.impl.GroupImpl</type>
		<comment><![CDATA[Represents either a site or a generic resource container.

<p>
Groups are most used in Liferay as a resource container for permissioning and content scoping purposes. For instance, an site is group, meaning that it can contain layouts, web content, wiki entries, etc. However, a single layout can also be a group containing its own unique set of resources. An example of this would be a site that has several distinct wikis on different layouts. Each of these layouts would have its own group, and all of the nodes in the wiki for a certain layout would be associated with that layout's group. This allows users to be given different permissions on each of the wikis, even though they are all within the same site. In addition to sites and layouts, users and organizations are also groups.
</p>

<p>
Groups also have a second, partially conflicting purpose in Liferay. For legacy reasons, groups are also the model used to represent sites (known as communities before Liferay v6.1). Confusion may arise from the fact that a site group is both the resource container and the site itself, whereas a layout or organization would have both a primary model and an associated group.
</p>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GroupImpl</name>
		</method>
		<method>
			<name>getDefaultPrivatePlid</name>
		</method>
		<method>
			<name>getDefaultPublicPlid</name>
		</method>
		<method>
			<name>getDescriptiveName</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDescriptiveName</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLiveGroup</name>
		</method>
		<method>
			<name>getOrganizationId</name>
		</method>
		<method>
			<name>getParentGroup</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPathFriendlyURL</name>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getPrivateLayoutSet</name>
		</method>
		<method>
			<name>getPrivateLayoutsPageCount</name>
		</method>
		<method>
			<name>getPublicLayoutSet</name>
		</method>
		<method>
			<name>getPublicLayoutsPageCount</name>
		</method>
		<method>
			<name>getStagingGroup</name>
		</method>
		<method>
			<name>getTypeLabel</name>
		</method>
		<method>
			<name>getTypeSettings</name>
		</method>
		<method>
			<name>getTypeSettingsProperties</name>
		</method>
		<method>
			<name>getTypeSettingsProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasPrivateLayouts</name>
		</method>
		<method>
			<name>hasPublicLayouts</name>
		</method>
		<method>
			<name>hasStagingGroup</name>
		</method>
		<method>
			<name>isCommunity</name>
			<deprecated><![CDATA[As of 6.1, renamed to {@link #isRegularSite}]]></deprecated>
		</method>
		<method>
			<name>isCompany</name>
		</method>
		<method>
			<name>isControlPanel</name>
		</method>
		<method>
			<name>isGuest</name>
		</method>
		<method>
			<name>isLayout</name>
		</method>
		<method>
			<name>isLayoutPrototype</name>
		</method>
		<method>
			<name>isLayoutSetPrototype</name>
		</method>
		<method>
			<name>isOrganization</name>
		</method>
		<method>
			<name>isRegularSite</name>
		</method>
		<method>
			<name>isStaged</name>
		</method>
		<method>
			<name>isStagedPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isStagedRemotely</name>
		</method>
		<method>
			<name>isStagingGroup</name>
		</method>
		<method>
			<name>isUser</name>
		</method>
		<method>
			<name>isUserGroup</name>
		</method>
		<method>
			<name>isUserPersonalSite</name>
		</method>
		<method>
			<name>setTypeSettings</name>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTypeSettingsProperties</name>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
		</method>
		<method>
			<name>getDefaultPlid</name>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>hasClassName</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_liveGroup</name>
		</field>
		<field>
			<name>_stagingGroup</name>
		</field>
		<field>
			<name>_typeSettingsProperties</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ImageImpl</name>
		<type>com.liferay.portal.model.impl.ImageImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ImageImpl</name>
		</method>
		<method>
			<name>getTextObj</name>
		</method>
		<method>
			<name>setTextObj</name>
			<param>
				<name>textObj</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>getFileName</name>
		</method>
		<field>
			<name>_DEFAULT_COMPANY_ID</name>
		</field>
		<field>
			<name>_DEFAULT_REPOSITORY_ID</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_textObj</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutBranchImpl</name>
		<type>com.liferay.portal.model.impl.LayoutBranchImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LayoutBranchImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutImpl</name>
		<type>com.liferay.portal.model.impl.LayoutImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>validateFriendlyURL</name>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>validateFriendlyURLKeyword</name>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>LayoutFriendlyURLException</name>
				<type>com.liferay.portal.LayoutFriendlyURLException</type>
			</throws>
		</method>
		<method>
			<name>LayoutImpl</name>
		</method>
		<method>
			<name>getAllChildren</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAncestorLayoutId</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAncestorPlid</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAncestors</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getChildren</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getChildren</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColorScheme</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCssText</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroup</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getHTMLTitle</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getHTMLTitle</name>
			<param>
				<name>localeLanguageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLayoutSet</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutType</name>
		</method>
		<method>
			<name>getParentPlid</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRegularURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getResetLayoutURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getResetMaxStateURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getScopeGroup</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTarget</name>
		</method>
		<method>
			<name>getTheme</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getThemeSetting</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>device</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTypeSettings</name>
		</method>
		<method>
			<name>getTypeSettingsProperties</name>
		</method>
		<method>
			<name>getTypeSettingsProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTypeSettingsProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getWapColorScheme</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getWapTheme</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasAncestor</name>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasChildren</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasScopeGroup</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isChildSelected</name>
			<param>
				<name>selectable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isContentDisplayPage</name>
		</method>
		<method>
			<name>isFirstChild</name>
		</method>
		<method>
			<name>isFirstParent</name>
		</method>
		<method>
			<name>isInheritLookAndFeel</name>
		</method>
		<method>
			<name>isInheritWapLookAndFeel</name>
		</method>
		<method>
			<name>isLayoutPrototypeLinkActive</name>
		</method>
		<method>
			<name>isPublicLayout</name>
		</method>
		<method>
			<name>isRootLayout</name>
		</method>
		<method>
			<name>isSelected</name>
			<param>
				<name>selectable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>ancestorPlid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isTypeArticle</name>
		</method>
		<method>
			<name>isTypeControlPanel</name>
		</method>
		<method>
			<name>isTypeEmbedded</name>
		</method>
		<method>
			<name>isTypeLinkToLayout</name>
		</method>
		<method>
			<name>isTypePanel</name>
		</method>
		<method>
			<name>isTypePortlet</name>
		</method>
		<method>
			<name>isTypeURL</name>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setLayoutSet</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
		</method>
		<method>
			<name>setPrivateLayout</name>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setTypeSettings</name>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTypeSettingsProperties</name>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
		</method>
		<method>
			<name>_getLayoutTypePortletClone</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_getURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>resetMaxState</name>
				<type>boolean</type>
			</param>
			<param>
				<name>resetRenderParameters</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_layoutSet</name>
		</field>
		<field>
			<name>_layoutType</name>
		</field>
		<field>
			<name>_typeSettingsProperties</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutPrototypeImpl</name>
		<type>com.liferay.portal.model.impl.LayoutPrototypeImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>LayoutPrototypeImpl</name>
		</method>
		<method>
			<name>getGroup</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupId</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayout</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutRevisionImpl</name>
		<type>com.liferay.portal.model.impl.LayoutRevisionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LayoutRevisionImpl</name>
		</method>
		<method>
			<name>getChildren</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColorScheme</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCssText</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getHTMLTitle</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getHTMLTitle</name>
			<param>
				<name>localeLanguageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLayoutBranch</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutSet</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTheme</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTypeSettings</name>
		</method>
		<method>
			<name>getTypeSettingsProperties</name>
		</method>
		<method>
			<name>getWapColorScheme</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getWapTheme</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasChildren</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isInheritLookAndFeel</name>
		</method>
		<method>
			<name>isInheritWapLookAndFeel</name>
		</method>
		<method>
			<name>setTypeSettings</name>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTypeSettingsProperties</name>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
		</method>
		<field>
			<name>_typeSettingsProperties</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutSetBranchImpl</name>
		<type>com.liferay.portal.model.impl.LayoutSetBranchImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>LayoutSetBranchImpl</name>
		</method>
		<method>
			<name>getColorScheme</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroup</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutSet</name>
		</method>
		<method>
			<name>getLiveLogoId</name>
		</method>
		<method>
			<name>getSettings</name>
		</method>
		<method>
			<name>getSettingsProperties</name>
		</method>
		<method>
			<name>getSettingsProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTheme</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getThemeSetting</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>device</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getWapColorScheme</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getWapTheme</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isLayoutSetPrototypeLinkActive</name>
		</method>
		<method>
			<name>setSettings</name>
			<param>
				<name>settings</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSettingsProperties</name>
			<param>
				<name>settingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_layoutSet</name>
		</field>
		<field>
			<name>_settingsProperties</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutSetImpl</name>
		<type>com.liferay.portal.model.impl.LayoutSetImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>LayoutSetImpl</name>
		</method>
		<method>
			<name>getColorScheme</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroup</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutSetPrototypeId</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLiveLogoId</name>
		</method>
		<method>
			<name>getSettings</name>
		</method>
		<method>
			<name>getSettingsProperties</name>
		</method>
		<method>
			<name>getSettingsProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTheme</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getThemeSetting</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>device</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getVirtualHostname</name>
		</method>
		<method>
			<name>getWapColorScheme</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getWapTheme</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isLayoutSetPrototypeLinkActive</name>
		</method>
		<method>
			<name>setSettings</name>
			<param>
				<name>settings</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSettingsProperties</name>
			<param>
				<name>settingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
		</method>
		<method>
			<name>getTheme</name>
			<param>
				<name>device</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_settingsProperties</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutSetPrototypeImpl</name>
		<type>com.liferay.portal.model.impl.LayoutSetPrototypeImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Ryan Park]]></author>
		<method>
			<name>LayoutSetPrototypeImpl</name>
		</method>
		<method>
			<name>getGroup</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutSet</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSettingsProperties</name>
		</method>
		<method>
			<name>getSettingsProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSettings</name>
			<param>
				<name>settings</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSettingsProperties</name>
			<param>
				<name>settingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_settingsProperties</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutTemplateImpl</name>
		<type>com.liferay.portal.model.impl.LayoutTemplateImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>LayoutTemplateImpl</name>
		</method>
		<method>
			<name>LayoutTemplateImpl</name>
			<param>
				<name>layoutTemplateId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>LayoutTemplateImpl</name>
			<param>
				<name>layoutTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>layoutTemplate</name>
				<type>com.liferay.portal.model.LayoutTemplate</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>layoutTemplate</name>
				<type>com.liferay.portal.model.LayoutTemplate</type>
			</param>
		</method>
		<method>
			<name>getColumns</name>
		</method>
		<method>
			<name>getContent</name>
		</method>
		<method>
			<name>getContextPath</name>
		</method>
		<method>
			<name>getLayoutTemplateId</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getPluginId</name>
		</method>
		<method>
			<name>getPluginType</name>
		</method>
		<method>
			<name>getServletContextName</name>
		</method>
		<method>
			<name>getStandard</name>
		</method>
		<method>
			<name>getStaticResourcePath</name>
		</method>
		<method>
			<name>getTemplatePath</name>
		</method>
		<method>
			<name>getThemeId</name>
		</method>
		<method>
			<name>getThumbnailPath</name>
		</method>
		<method>
			<name>getUncachedContent</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getUncachedWapContent</name>
		</method>
		<method>
			<name>getWapContent</name>
		</method>
		<method>
			<name>getWapTemplatePath</name>
		</method>
		<method>
			<name>getWARFile</name>
		</method>
		<method>
			<name>hasSetContent</name>
		</method>
		<method>
			<name>hasSetWapContent</name>
		</method>
		<method>
			<name>isStandard</name>
		</method>
		<method>
			<name>isWARFile</name>
		</method>
		<method>
			<name>setColumns</name>
			<param>
				<name>columns</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setContent</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setServletContext</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>setServletContextName</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setStandard</name>
			<param>
				<name>standard</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setTemplatePath</name>
			<param>
				<name>templatePath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setThemeId</name>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setThumbnailPath</name>
			<param>
				<name>thumbnailPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setWapContent</name>
			<param>
				<name>wapContent</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setWapTemplatePath</name>
			<param>
				<name>wapTemplatePath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_columns</name>
		</field>
		<field>
			<name>_content</name>
		</field>
		<field>
			<name>_layoutTemplateId</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_servletContext</name>
		</field>
		<field>
			<name>_servletContextName</name>
		</field>
		<field>
			<name>_setContent</name>
		</field>
		<field>
			<name>_setWapContent</name>
		</field>
		<field>
			<name>_standard</name>
		</field>
		<field>
			<name>_templatePath</name>
		</field>
		<field>
			<name>_themeId</name>
		</field>
		<field>
			<name>_thumbnailPath</name>
		</field>
		<field>
			<name>_wapContent</name>
		</field>
		<field>
			<name>_wapTemplatePath</name>
		</field>
		<field>
			<name>_warFile</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutTypeImpl</name>
		<type>com.liferay.portal.model.impl.LayoutTypeImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LayoutTypeImpl</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getLayout</name>
		</method>
		<method>
			<name>getTypeSettingsProperties</name>
		</method>
		<method>
			<name>getTypeSettingsProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTypeSettingsProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLayout</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>setTypeSettingsProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_layout</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutTypePortletImpl</name>
		<type>com.liferay.portal.model.impl.LayoutTypePortletImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Berentey Zsolt]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getFullInstanceSeparator</name>
		</method>
		<method>
			<name>LayoutTypePortletImpl</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>addModeAboutPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addModeConfigPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addModeEditDefaultsPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addModeEditGuestPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addModeEditPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addModeHelpPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addModePreviewPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addModePrintPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addPortletId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPortletId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkPermission</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPortletId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnPos</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPortletId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnPos</name>
				<type>int</type>
			</param>
			<param>
				<name>checkPermission</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPortletIds</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>checkPermission</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPortletIds</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkPermission</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addStateMaxPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addStateMinPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addStaticPortlets</name>
			<param>
				<name>portlets</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>startPortlets</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>endPortlets</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getAllPortlets</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAllPortlets</name>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutSetPrototypeLayout</name>
		</method>
		<method>
			<name>getLayoutSetPrototypeLayoutProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLayoutTemplate</name>
		</method>
		<method>
			<name>getLayoutTemplateId</name>
		</method>
		<method>
			<name>getModeAbout</name>
		</method>
		<method>
			<name>getModeConfig</name>
		</method>
		<method>
			<name>getModeEdit</name>
		</method>
		<method>
			<name>getModeEditDefaults</name>
		</method>
		<method>
			<name>getModeEditGuest</name>
		</method>
		<method>
			<name>getModeHelp</name>
		</method>
		<method>
			<name>getModePreview</name>
		</method>
		<method>
			<name>getModePrint</name>
		</method>
		<method>
			<name>getNumOfColumns</name>
		</method>
		<method>
			<name>getPortalPreferences</name>
		</method>
		<method>
			<name>getPortletIds</name>
		</method>
		<method>
			<name>getPortlets</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStateMax</name>
		</method>
		<method>
			<name>getStateMaxPortletId</name>
		</method>
		<method>
			<name>getStateMin</name>
		</method>
		<method>
			<name>hasDefaultScopePortletId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasLayoutSetPrototypeLayout</name>
		</method>
		<method>
			<name>hasModeAboutPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasModeConfigPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasModeEditDefaultsPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasModeEditGuestPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasModeEditPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasModeHelpPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasModePreviewPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasModePrintPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasModeViewPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasStateMax</name>
		</method>
		<method>
			<name>hasStateMaxPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasStateMin</name>
		</method>
		<method>
			<name>hasStateMinPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasStateNormalPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasUpdatePermission</name>
		</method>
		<method>
			<name>isColumnCustomizable</name>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isColumnDisabled</name>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isCustomizable</name>
		</method>
		<method>
			<name>isCustomizedView</name>
		</method>
		<method>
			<name>isDefaultUpdated</name>
		</method>
		<method>
			<name>isPortletCustomizable</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>movePortletId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnPos</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeModeAboutPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeModeConfigPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeModeEditDefaultsPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeModeEditGuestPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeModeEditPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeModeHelpPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeModePreviewPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeModePrintPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeModesPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeNestedColumns</name>
			<param>
				<name>portletNamespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removePortletId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removePortletId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cleanUp</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>removeStateMaxPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeStateMinPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeStatesPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>reorganizePortlets</name>
			<param>
				<name>newColumns</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>oldColumns</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>resetModes</name>
		</method>
		<method>
			<name>resetStates</name>
		</method>
		<method>
			<name>resetUserPreferences</name>
		</method>
		<method>
			<name>setCustomizedView</name>
			<param>
				<name>customizedView</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLayoutTemplateId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>newLayoutTemplateId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLayoutTemplateId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>newLayoutTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkPermission</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setModeAbout</name>
			<param>
				<name>modeAbout</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModeConfig</name>
			<param>
				<name>modeConfig</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModeEdit</name>
			<param>
				<name>modeEdit</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModeEditDefaults</name>
			<param>
				<name>modeEditDefaults</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModeEditGuest</name>
			<param>
				<name>modeEditGuest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModeHelp</name>
			<param>
				<name>modeHelp</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModePreview</name>
			<param>
				<name>modePreview</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModePrint</name>
			<param>
				<name>modePrint</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortalPreferences</name>
			<param>
				<name>portalPreferences</name>
				<type>com.liferay.portlet.PortalPreferences</type>
			</param>
		</method>
		<method>
			<name>setPortletIds</name>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletIds</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setStateMax</name>
			<param>
				<name>stateMax</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setStateMin</name>
			<param>
				<name>stateMin</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUpdatePermission</name>
			<param>
				<name>updatePermission</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addNestedColumn</name>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>copyPreferences</name>
			<param>
				<name>sourcePortletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetPortletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deletePortletSetup</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getColumn</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getColumns</name>
		</method>
		<method>
			<name>getColumnValue</name>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getNestedColumns</name>
		</method>
		<method>
			<name>getPlid</name>
		</method>
		<method>
			<name>getRuntimeColumns</name>
		</method>
		<method>
			<name>getStaticPortletIds</name>
			<param>
				<name>position</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStaticPortlets</name>
			<param>
				<name>position</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getThemeId</name>
		</method>
		<method>
			<name>getUserPreference</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasNonstaticPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasNonstaticPortletId</name>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasStaticPortletId</name>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasUserPreferences</name>
		</method>
		<method>
			<name>isLayoutSetPrototype</name>
		</method>
		<method>
			<name>onRemoveFromLayout</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setUserPreference</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_MODIFIED_DATE</name>
		</field>
		<field>
			<name>_NULL_DATE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_nestedPortletsNamespace</name>
		</field>
		<field>
			<name>_customizedView</name>
		</field>
		<field>
			<name>_dateFormat</name>
		</field>
		<field>
			<name>_enablePortletLayoutListener</name>
		</field>
		<field>
			<name>_layoutSetPrototypeLayout</name>
		</field>
		<field>
			<name>_portalPreferences</name>
		</field>
		<field>
			<name>_updatePermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ListTypeImpl</name>
		<type>com.liferay.portal.model.impl.ListTypeImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ListTypeImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>LockImpl</name>
		<type>com.liferay.portal.model.impl.LockImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LockImpl</name>
		</method>
		<method>
			<name>getExpirationTime</name>
		</method>
		<method>
			<name>isExpired</name>
		</method>
		<method>
			<name>isNeverExpires</name>
		</method>
	</javadoc>
	<javadoc>
		<name>MembershipRequestImpl</name>
		<type>com.liferay.portal.model.impl.MembershipRequestImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>MembershipRequestImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>OrgGroupPermissionImpl</name>
		<type>com.liferay.portal.model.impl.OrgGroupPermissionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>OrgGroupPermissionImpl</name>
		</method>
		<method>
			<name>containsGroup</name>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>containsOrganization</name>
			<param>
				<name>organizations</name>
				<type>java.util.List</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>OrgGroupRoleImpl</name>
		<type>com.liferay.portal.model.impl.OrgGroupRoleImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>OrgGroupRoleImpl</name>
		</method>
		<method>
			<name>containsGroup</name>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>containsOrganization</name>
			<param>
				<name>organizations</name>
				<type>java.util.List</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>OrgLaborImpl</name>
		<type>com.liferay.portal.model.impl.OrgLaborImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>OrgLaborImpl</name>
		</method>
		<method>
			<name>getType</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>OrganizationImpl</name>
		<type>com.liferay.portal.model.impl.OrganizationImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getChildrenTypes</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParentTypes</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isParentable</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isRootable</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>OrganizationImpl</name>
		</method>
		<method>
			<name>buildTreePath</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAddress</name>
		</method>
		<method>
			<name>getAddresses</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAncestors</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getChildrenTypes</name>
		</method>
		<method>
			<name>getDescendants</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroup</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getLogoId</name>
		</method>
		<method>
			<name>getParentOrganization</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPreferences</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPrivateLayoutsPageCount</name>
		</method>
		<method>
			<name>getPublicLayoutsPageCount</name>
		</method>
		<method>
			<name>getReminderQueryQuestions</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getReminderQueryQuestions</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSuborganizations</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSuborganizationsSize</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTypeOrder</name>
		</method>
		<method>
			<name>hasPrivateLayouts</name>
		</method>
		<method>
			<name>hasPublicLayouts</name>
		</method>
		<method>
			<name>hasSuborganizations</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isParentable</name>
		</method>
		<method>
			<name>isRoot</name>
		</method>
		<method>
			<name>buildTreePath</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>organization</name>
				<type>com.liferay.portal.model.Organization</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PasswordPolicyImpl</name>
		<type>com.liferay.portal.model.impl.PasswordPolicyImpl</type>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>PasswordPolicyImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>PasswordPolicyRelImpl</name>
		<type>com.liferay.portal.model.impl.PasswordPolicyRelImpl</type>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>PasswordPolicyRelImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>PasswordTrackerImpl</name>
		<type>com.liferay.portal.model.impl.PasswordTrackerImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PasswordTrackerImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>PermissionImpl</name>
		<type>com.liferay.portal.model.impl.PermissionImpl</type>
		<comment><![CDATA[Represents a permission to perform an action on a resource in permissions versions &lt; 6.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PermissionImpl</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getPrimKey</name>
		</method>
		<method>
			<name>getScope</name>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPrimKey</name>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setScope</name>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_primKey</name>
		</field>
		<field>
			<name>_scope</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PhoneImpl</name>
		<type>com.liferay.portal.model.impl.PhoneImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PhoneImpl</name>
		</method>
		<method>
			<name>getType</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PluginBaseImpl</name>
		<type>com.liferay.portal.model.impl.PluginBaseImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getPluginPackage</name>
		</method>
		<method>
			<name>setPluginPackage</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<method>
			<name>getDefaultPluginSetting</name>
		</method>
		<method>
			<name>getDefaultPluginSetting</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setDefaultPluginSetting</name>
			<param>
				<name>pluginSetting</name>
				<type>com.liferay.portal.model.PluginSetting</type>
			</param>
		</method>
		<field>
			<name>_pluginPackage</name>
		</field>
		<field>
			<name>_defaultPluginSetting</name>
		</field>
		<field>
			<name>_defaultPluginSettings</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PluginSettingImpl</name>
		<type>com.liferay.portal.model.impl.PluginSettingImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PluginSettingImpl</name>
		</method>
		<method>
			<name>PluginSettingImpl</name>
			<param>
				<name>pluginSetting</name>
				<type>com.liferay.portal.model.PluginSetting</type>
			</param>
		</method>
		<method>
			<name>addRole</name>
			<comment><![CDATA[Adds a role to the list of roles.]]></comment>
			<param>
				<name>role</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRolesArray</name>
			<comment><![CDATA[Returns an array of required roles of the plugin.]]></comment>
			<return>
				<comment><![CDATA[an array of required roles of the plugin]]></comment>
			</return>
		</method>
		<method>
			<name>hasPermission</name>
			<comment><![CDATA[Returns <code>true</code> if the user has permission to use this plugin]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user has permission to use this plugin]]></comment>
			</return>
		</method>
		<method>
			<name>hasRoleWithName</name>
			<comment><![CDATA[Returns <code>true</code> if the plugin has a role with the specified name.]]></comment>
			<param>
				<name>roleName</name>
				<type>java.lang.String</type>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the plugin has a role with the specified name]]></comment>
			</return>
		</method>
		<method>
			<name>setRoles</name>
			<comment><![CDATA[Sets a string of ordered comma delimited plugin IDs.]]></comment>
			<param>
				<name>roles</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRolesArray</name>
			<comment><![CDATA[Sets an array of required roles of the plugin.]]></comment>
			<param>
				<name>rolesArray</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<field>
			<name>_log</name>
			<comment><![CDATA[Log instance for this class.]]></comment>
		</field>
		<field>
			<name>_rolesArray</name>
			<comment><![CDATA[An array of required roles of the plugin.]]></comment>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalPreferencesImpl</name>
		<type>com.liferay.portal.model.impl.PortalPreferencesImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>PortalPreferencesImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletAppImpl</name>
		<type>com.liferay.portal.model.impl.PortletAppImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletAppImpl</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addEventDefinition</name>
			<param>
				<name>eventDefinition</name>
				<type>com.liferay.portal.model.EventDefinition</type>
			</param>
		</method>
		<method>
			<name>addPortlet</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>addPortletFilter</name>
			<param>
				<name>portletFilter</name>
				<type>com.liferay.portal.model.PortletFilter</type>
			</param>
		</method>
		<method>
			<name>addPortletURLListener</name>
			<param>
				<name>portletURLListener</name>
				<type>com.liferay.portal.model.PortletURLListener</type>
			</param>
		</method>
		<method>
			<name>addPublicRenderParameter</name>
			<param>
				<name>publicRenderParameter</name>
				<type>com.liferay.portal.model.PublicRenderParameter</type>
			</param>
		</method>
		<method>
			<name>addPublicRenderParameter</name>
			<param>
				<name>identifier</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>addServletURLPatterns</name>
			<param>
				<name>servletURLPatterns</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<method>
			<name>getContainerRuntimeOptions</name>
		</method>
		<method>
			<name>getContextPath</name>
		</method>
		<method>
			<name>getCustomUserAttributes</name>
		</method>
		<method>
			<name>getDefaultNamespace</name>
		</method>
		<method>
			<name>getPortletFilter</name>
			<param>
				<name>filterName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletFilters</name>
		</method>
		<method>
			<name>getPortlets</name>
		</method>
		<method>
			<name>getPortletURLListener</name>
			<param>
				<name>listenerClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletURLListeners</name>
		</method>
		<method>
			<name>getPublicRenderParameter</name>
			<param>
				<name>identifier</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getServletContextName</name>
		</method>
		<method>
			<name>getServletURLPatterns</name>
		</method>
		<method>
			<name>getSpriteImage</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserAttributes</name>
		</method>
		<method>
			<name>isWARFile</name>
		</method>
		<method>
			<name>setDefaultNamespace</name>
			<param>
				<name>defaultNamespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSpriteImages</name>
			<param>
				<name>spriteFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>setWARFile</name>
			<param>
				<name>warFile</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_containerRuntimeOptions</name>
		</field>
		<field>
			<name>_contextPath</name>
		</field>
		<field>
			<name>_customUserAttributes</name>
		</field>
		<field>
			<name>_defaultNamespace</name>
		</field>
		<field>
			<name>_eventDefinitions</name>
		</field>
		<field>
			<name>_portletFilters</name>
		</field>
		<field>
			<name>_portletFiltersByFilterName</name>
		</field>
		<field>
			<name>_portlets</name>
		</field>
		<field>
			<name>_portletURLListeners</name>
		</field>
		<field>
			<name>_portletURLListenersByListenerClass</name>
		</field>
		<field>
			<name>_publicRenderParametersByIdentifier</name>
		</field>
		<field>
			<name>_servletContextName</name>
		</field>
		<field>
			<name>_servletURLPatterns</name>
		</field>
		<field>
			<name>_spriteImagesMap</name>
		</field>
		<field>
			<name>_userAttributes</name>
		</field>
		<field>
			<name>_warFile</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletFilterImpl</name>
		<type>com.liferay.portal.model.impl.PortletFilterImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletFilterImpl</name>
			<param>
				<name>filterName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filterClass</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lifecycles</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>initParams</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>portletApp</name>
				<type>com.liferay.portal.model.PortletApp</type>
			</param>
		</method>
		<method>
			<name>getFilterClass</name>
		</method>
		<method>
			<name>getFilterName</name>
		</method>
		<method>
			<name>getInitParams</name>
		</method>
		<method>
			<name>getLifecycles</name>
		</method>
		<method>
			<name>getPortletApp</name>
		</method>
		<method>
			<name>setFilterClass</name>
			<param>
				<name>filterClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFilterName</name>
			<param>
				<name>filterName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setInitParams</name>
			<param>
				<name>initParams</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setLifecycles</name>
			<param>
				<name>lifecycles</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<method>
			<name>setPortletApp</name>
			<param>
				<name>portletApp</name>
				<type>com.liferay.portal.model.PortletApp</type>
			</param>
		</method>
		<field>
			<name>_filterClass</name>
		</field>
		<field>
			<name>_filterName</name>
		</field>
		<field>
			<name>_initParams</name>
		</field>
		<field>
			<name>_lifecycles</name>
		</field>
		<field>
			<name>_portletApp</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletImpl</name>
		<type>com.liferay.portal.model.impl.PortletImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletImpl</name>
			<comment><![CDATA[Constructs a portlet with no parameters.]]></comment>
		</method>
		<method>
			<name>PortletImpl</name>
			<comment><![CDATA[Constructs a portlet with the specified parameters.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortletImpl</name>
			<comment><![CDATA[Constructs a portlet with the specified parameters.]]></comment>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>rootPortlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<param>
				<name>pluginSetting</name>
				<type>com.liferay.portal.model.PluginSetting</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>timestamp</name>
				<type>long</type>
			</param>
			<param>
				<name>icon</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>virtualPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strutsPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parentStrutsPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletClass</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>configurationActionClass</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>indexerClasses</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>openSearchClass</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>schedulerEntries</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>portletURLClass</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>friendlyURLMapperClass</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>friendlyURLMapping</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>friendlyURLRoutes</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>urlEncoderClass</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletDataHandlerClass</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletLayoutListenerClass</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pollerProcessorClass</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>popMessageListenerClass</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>socialActivityInterpreterClass</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>socialRequestInterpreterClass</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webDAVStorageToken</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webDAVStorageClass</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xmlRpcMethodClass</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>controlPanelEntryCategory</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>controlPanelEntryWeight</name>
				<type>double</type>
			</param>
			<param>
				<name>controlPanelClass</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetRendererFactoryClasses</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>atomCollectionAdapterClasses</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>customAttributesDisplayClasses</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>permissionPropagatorClass</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workflowHandlerClasses</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>defaultPreferences</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>preferencesValidator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>preferencesCompanyWide</name>
				<type>boolean</type>
			</param>
			<param>
				<name>preferencesUniquePerLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>preferencesOwnedByGroup</name>
				<type>boolean</type>
			</param>
			<param>
				<name>useDefaultTemplate</name>
				<type>boolean</type>
			</param>
			<param>
				<name>showPortletAccessDenied</name>
				<type>boolean</type>
			</param>
			<param>
				<name>showPortletInactive</name>
				<type>boolean</type>
			</param>
			<param>
				<name>actionURLRedirect</name>
				<type>boolean</type>
			</param>
			<param>
				<name>restoreCurrentView</name>
				<type>boolean</type>
			</param>
			<param>
				<name>maximizeEdit</name>
				<type>boolean</type>
			</param>
			<param>
				<name>maximizeHelp</name>
				<type>boolean</type>
			</param>
			<param>
				<name>popUpPrint</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutCacheable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>instanceable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>remoteable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>scopeable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>userPrincipalStrategy</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>privateRequestAttributes</name>
				<type>boolean</type>
			</param>
			<param>
				<name>privateSessionAttributes</name>
				<type>boolean</type>
			</param>
			<param>
				<name>autopropagatedParameters</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>actionTimeout</name>
				<type>int</type>
			</param>
			<param>
				<name>renderTimeout</name>
				<type>int</type>
			</param>
			<param>
				<name>renderWeight</name>
				<type>int</type>
			</param>
			<param>
				<name>ajaxable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>headerPortalCss</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>headerPortletCss</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>headerPortalJavaScript</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>headerPortletJavaScript</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>footerPortalCss</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>footerPortletCss</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>footerPortalJavaScript</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>footerPortletJavaScript</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>cssClassWrapper</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>facebookIntegration</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>addDefaultResource</name>
				<type>boolean</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>unlinkedRoles</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>roleMappers</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>system</name>
				<type>boolean</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>include</name>
				<type>boolean</type>
			</param>
			<param>
				<name>initParams</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>expCache</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>portletModes</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>windowStates</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>supportedLocales</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>resourceBundle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletInfo</name>
				<type>com.liferay.portal.model.PortletInfo</type>
			</param>
			<param>
				<name>portletFilters</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>processingEvents</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>publishingEvents</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>publicRenderParameters</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>portletApp</name>
				<type>com.liferay.portal.model.PortletApp</type>
			</param>
		</method>
		<method>
			<name>addProcessingEvent</name>
			<comment><![CDATA[Adds a supported processing event.]]></comment>
			<param>
				<name>processingEvent</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>addPublicRenderParameter</name>
			<comment><![CDATA[Adds a supported public render parameter.]]></comment>
			<param>
				<name>publicRenderParameter</name>
				<type>com.liferay.portal.model.PublicRenderParameter</type>
				<comment><![CDATA[a supported public render parameter]]></comment>
			</param>
		</method>
		<method>
			<name>addPublishingEvent</name>
			<comment><![CDATA[Adds a supported publishing event.]]></comment>
			<param>
				<name>publishingEvent</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>addSchedulerEntry</name>
			<comment><![CDATA[Adds a scheduler entry.]]></comment>
			<param>
				<name>schedulerEntry</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerEntry</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<comment><![CDATA[Creates and returns a copy of this object.]]></comment>
			<return>
				<comment><![CDATA[a copy of this object]]></comment>
			</return>
		</method>
		<method>
			<name>compareTo</name>
			<comment><![CDATA[Compares this portlet to the specified object.]]></comment>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
				<comment><![CDATA[the portlet to compare this portlet against]]></comment>
			</param>
			<return>
				<comment><![CDATA[the value 0 if the argument portlet is equal to this portlet; a value less than -1 if this portlet is less than the portlet argument; and 1 if this portlet is greater than the portlet argument]]></comment>
			</return>
		</method>
		<method>
			<name>equals</name>
			<comment><![CDATA[Checks whether this portlet is equal to the specified object.]]></comment>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
				<comment><![CDATA[the object to compare this portlet against]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet is equal to the specified object]]></comment>
			</return>
		</method>
		<method>
			<name>getActionTimeout</name>
			<comment><![CDATA[Returns the action timeout of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the action timeout of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getActionURLRedirect</name>
			<comment><![CDATA[Returns <code>true</code> if an action URL for this portlet should cause an auto redirect.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if an action URL for this portlet should cause an auto redirect]]></comment>
			</return>
		</method>
		<method>
			<name>getAddDefaultResource</name>
			<comment><![CDATA[Returns <code>true</code> if default resources for the portlet are added to a page.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if default resources for the portlet are added to a page]]></comment>
			</return>
		</method>
		<method>
			<name>getAjaxable</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet can be displayed via Ajax.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet can be displayed via Ajax]]></comment>
			</return>
		</method>
		<method>
			<name>getAllPortletModes</name>
			<comment><![CDATA[Returns a list of all portlet modes supported by the portlet.]]></comment>
			<return>
				<comment><![CDATA[a list of all portlet modes supported by the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getAllWindowStates</name>
			<comment><![CDATA[Returns a list of all window states supported by the portlet.]]></comment>
			<return>
				<comment><![CDATA[a list of all window states supported by the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getAssetRendererFactoryClasses</name>
			<comment><![CDATA[Returns the names of the classes that represent asset types associated with the portlet.]]></comment>
			<return>
				<comment><![CDATA[the names of the classes that represent asset types associated with the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getAssetRendererFactoryInstances</name>
			<comment><![CDATA[Returns the asset type instances of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the asset type instances of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getAtomCollectionAdapterClasses</name>
			<comment><![CDATA[Returns the names of the classes that represent atom collection adapters associated with the portlet.]]></comment>
			<return>
				<comment><![CDATA[the names of the classes that represent atom collection adapters associated with the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getAtomCollectionAdapterInstances</name>
			<comment><![CDATA[Returns the atom collection adapter instances of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the atom collection adapter instances of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getAutopropagatedParameters</name>
			<comment><![CDATA[Returns the names of the parameters that will be automatically propagated through the portlet.]]></comment>
			<return>
				<comment><![CDATA[the names of the parameters that will be automatically propagated through the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getClonedInstance</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet is found in a WAR file.]]></comment>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the cloned instance portlet ID]]></comment>
			</param>
			<return>
				<comment><![CDATA[a cloned instance of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getConfigurationActionClass</name>
			<comment><![CDATA[Returns the configuration action class of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the configuration action class of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getConfigurationActionInstance</name>
			<comment><![CDATA[Returns the configuration action instance of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the configuration action instance of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getContextPath</name>
			<comment><![CDATA[Returns the servlet context path of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the servlet context path of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getControlPanelEntryCategory</name>
			<comment><![CDATA[Returns the name of the category of the Control Panel where the portlet will be shown.]]></comment>
			<return>
				<comment><![CDATA[the name of the category of the Control Panel where the portlet will be shown]]></comment>
			</return>
		</method>
		<method>
			<name>getControlPanelEntryClass</name>
			<comment><![CDATA[Returns the name of the class that will control when the portlet will be shown in the Control Panel.]]></comment>
			<return>
				<comment><![CDATA[the name of the class that will control when the portlet will be shown in the Control Panel]]></comment>
			</return>
		</method>
		<method>
			<name>getControlPanelEntryInstance</name>
			<comment><![CDATA[Returns an instance of the class that will control when the portlet will be shown in the Control Panel.]]></comment>
			<return>
				<comment><![CDATA[the instance of the class that will control when the portlet will be shown in the Control Panel]]></comment>
			</return>
		</method>
		<method>
			<name>getControlPanelEntryWeight</name>
			<comment><![CDATA[Returns the relative weight of the portlet with respect to the other portlets in the same category of the Control Panel.]]></comment>
			<return>
				<comment><![CDATA[the relative weight of the portlet with respect to the other portlets in the same category of the Control Panel]]></comment>
			</return>
		</method>
		<method>
			<name>getCssClassWrapper</name>
			<comment><![CDATA[Returns the name of the CSS class that will be injected in the DIV that wraps this portlet.]]></comment>
			<return>
				<comment><![CDATA[the name of the CSS class that will be injected in the DIV that wraps this portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getCustomAttributesDisplayClasses</name>
			<comment><![CDATA[Returns the names of the classes that represent custom attribute displays associated with the portlet.]]></comment>
			<return>
				<comment><![CDATA[the names of the classes that represent asset types associated with the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getCustomAttributesDisplayInstances</name>
			<comment><![CDATA[Returns the custom attribute display instances of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the custom attribute display instances of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getDefaultPluginSetting</name>
			<comment><![CDATA[Get the default plugin settings of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the plugin settings]]></comment>
			</return>
		</method>
		<method>
			<name>getDefaultPreferences</name>
			<comment><![CDATA[Returns the default preferences of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the default preferences of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getDisplayName</name>
			<comment><![CDATA[Returns the display name of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the display name of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getExpCache</name>
			<comment><![CDATA[Returns expiration cache of the portlet.]]></comment>
			<return>
				<comment><![CDATA[expiration cache of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getFacebookIntegration</name>
			<comment><![CDATA[Returns the Facebook integration method of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the Facebook integration method of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getFooterPortalCss</name>
			<comment><![CDATA[Returns a list of CSS files that will be referenced from the page's footer relative to the portal's context path.]]></comment>
			<return>
				<comment><![CDATA[a list of CSS files that will be referenced from the page's footer relative to the portal's context path]]></comment>
			</return>
		</method>
		<method>
			<name>getFooterPortalJavaScript</name>
			<comment><![CDATA[Returns a list of JavaScript files that will be referenced from the page's footer relative to the portal's context path.]]></comment>
			<return>
				<comment><![CDATA[a list of JavaScript files that will be referenced from the page's footer relative to the portal's context path]]></comment>
			</return>
		</method>
		<method>
			<name>getFooterPortletCss</name>
			<comment><![CDATA[Returns a list of CSS files that will be referenced from the page's footer relative to the portlet's context path.]]></comment>
			<return>
				<comment><![CDATA[a list of CSS files that will be referenced from the page's footer relative to the portlet's context path]]></comment>
			</return>
		</method>
		<method>
			<name>getFooterPortletJavaScript</name>
			<comment><![CDATA[Returns a list of JavaScript files that will be referenced from the page's footer relative to the portlet's context path.]]></comment>
			<return>
				<comment><![CDATA[a list of JavaScript files that will be referenced from the page's footer relative to the portlet's context path]]></comment>
			</return>
		</method>
		<method>
			<name>getFriendlyURLMapperClass</name>
			<comment><![CDATA[Returns the name of the friendly URL mapper class of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the name of the friendly URL mapper class of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getFriendlyURLMapperInstance</name>
			<comment><![CDATA[Returns the friendly URL mapper instance of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the friendly URL mapper instance of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getFriendlyURLMapping</name>
			<comment><![CDATA[Returns the name of the friendly URL mapping of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the name of the friendly URL mapping of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getFriendlyURLRoutes</name>
			<comment><![CDATA[Returns the class loader resource path to the friendly URL routes of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the class loader resource path to the friendly URL routes of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getHeaderPortalCss</name>
			<comment><![CDATA[Returns a list of CSS files that will be referenced from the page's header relative to the portal's context path.]]></comment>
			<return>
				<comment><![CDATA[a list of CSS files that will be referenced from the page's header relative to the portal's context path]]></comment>
			</return>
		</method>
		<method>
			<name>getHeaderPortalJavaScript</name>
			<comment><![CDATA[Returns a list of JavaScript files that will be referenced from the page's header relative to the portal's context path.]]></comment>
			<return>
				<comment><![CDATA[a list of JavaScript files that will be referenced from the page's header relative to the portal's context path]]></comment>
			</return>
		</method>
		<method>
			<name>getHeaderPortletCss</name>
			<comment><![CDATA[Returns a list of CSS files that will be referenced from the page's header relative to the portlet's context path.]]></comment>
			<return>
				<comment><![CDATA[a list of CSS files that will be referenced from the page's header relative to the portlet's context path]]></comment>
			</return>
		</method>
		<method>
			<name>getHeaderPortletJavaScript</name>
			<comment><![CDATA[Returns a list of JavaScript files that will be referenced from the page's header relative to the portlet's context path.]]></comment>
			<return>
				<comment><![CDATA[a list of JavaScript files that will be referenced from the page's header relative to the portlet's context path]]></comment>
			</return>
		</method>
		<method>
			<name>getIcon</name>
			<comment><![CDATA[Returns the icon of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the icon of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getInclude</name>
			<comment><![CDATA[Returns <code>true</code> to include the portlet and make it available to be made active.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> to include the portlet and make it available to be made active]]></comment>
			</return>
		</method>
		<method>
			<name>getIndexerClasses</name>
			<comment><![CDATA[Returns the name of the classes that represent indexers associated with the portlet.]]></comment>
			<return>
				<comment><![CDATA[the name of the classes that represent indexers associated with the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getIndexerInstances</name>
			<comment><![CDATA[Returns the indexer instances of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the indexer instances of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getInitParams</name>
			<comment><![CDATA[Returns the init parameters of the portlet.]]></comment>
			<return>
				<comment><![CDATA[init parameters of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getInstanceable</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet can be added multiple times to a layout.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet can be added multiple times to a layout]]></comment>
			</return>
		</method>
		<method>
			<name>getInstanceId</name>
			<comment><![CDATA[Returns the instance ID of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the instance ID of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getLayoutCacheable</name>
			<comment><![CDATA[Returns <code>true</code> to allow the portlet to be cached within the layout.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet can be cached within the layout]]></comment>
			</return>
		</method>
		<method>
			<name>getMaximizeEdit</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet goes into the maximized state when the user goes into the edit mode.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet goes into the maximized state when the user goes into the edit mode]]></comment>
			</return>
		</method>
		<method>
			<name>getMaximizeHelp</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet goes into the maximized state when the user goes into the help mode.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet goes into the maximized state when the user goes into the help mode]]></comment>
			</return>
		</method>
		<method>
			<name>getOpenSearchClass</name>
			<comment><![CDATA[Returns the name of the open search class of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the name of the open search class of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getOpenSearchInstance</name>
			<comment><![CDATA[Returns the indexer instance of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the indexer instance of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getParentStrutsPath</name>
			<comment><![CDATA[Returns the parent struts path of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the parent struts path of the portlet.]]></comment>
			</return>
		</method>
		<method>
			<name>getPermissionPropagatorClass</name>
			<comment><![CDATA[Returns the name of the permission propagator class of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the name of the permission propagator class of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getPermissionPropagatorInstance</name>
			<comment><![CDATA[Returns the permission propagator instance of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the permission propagator instance of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getPluginId</name>
			<comment><![CDATA[Returns the plugin ID of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the plugin ID of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getPluginPackage</name>
			<comment><![CDATA[Returns this portlet's plugin package.]]></comment>
			<return>
				<comment><![CDATA[this portlet's plugin package]]></comment>
			</return>
		</method>
		<method>
			<name>getPluginType</name>
			<comment><![CDATA[Returns the plugin type of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the plugin type of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getPollerProcessorClass</name>
			<comment><![CDATA[Returns the name of the poller processor class of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the name of the poller processor class of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getPollerProcessorInstance</name>
			<comment><![CDATA[Returns the poller processor instance of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the poller processor instance of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getPopMessageListenerClass</name>
			<comment><![CDATA[Returns the name of the POP message listener class of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the name of the POP message listener class of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getPopMessageListenerInstance</name>
			<comment><![CDATA[Returns the POP message listener instance of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the POP message listener instance of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getPopUpPrint</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet goes into the pop up state when the user goes into the print mode.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet goes into the pop up state when the user goes into the print mode]]></comment>
			</return>
		</method>
		<method>
			<name>getPortletApp</name>
			<comment><![CDATA[Returns this portlet's application.]]></comment>
			<return>
				<comment><![CDATA[this portlet's application]]></comment>
			</return>
		</method>
		<method>
			<name>getPortletClass</name>
			<comment><![CDATA[Returns the name of the portlet class of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the name of the portlet class of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getPortletDataHandlerClass</name>
			<comment><![CDATA[Returns the name of the portlet data handler class of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the name of the portlet data handler class of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getPortletDataHandlerInstance</name>
			<comment><![CDATA[Returns the portlet data handler instance of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the portlet data handler instance of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getPortletFilters</name>
			<comment><![CDATA[Returns the filters of the portlet.]]></comment>
			<return>
				<comment><![CDATA[filters of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getPortletInfo</name>
			<comment><![CDATA[Returns the portlet info of the portlet.]]></comment>
			<return>
				<comment><![CDATA[portlet info of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getPortletLayoutListenerClass</name>
			<comment><![CDATA[Returns the name of the portlet layout listener class of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the name of the portlet layout listener class of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getPortletLayoutListenerInstance</name>
			<comment><![CDATA[Returns the portlet layout listener instance of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the portlet layout listener instance of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getPortletModes</name>
			<comment><![CDATA[Returns the portlet modes of the portlet.]]></comment>
			<return>
				<comment><![CDATA[portlet modes of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getPortletName</name>
			<comment><![CDATA[Returns the name of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the display name of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getPortletURLClass</name>
			<comment><![CDATA[Returns the name of the portlet URL class of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the name of the portlet URL class of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getPreferencesCompanyWide</name>
			<comment><![CDATA[Returns <code>true</code> if preferences are shared across the entire company.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if preferences are shared across the entire company]]></comment>
			</return>
		</method>
		<method>
			<name>getPreferencesOwnedByGroup</name>
			<comment><![CDATA[Returns <code>true</code> if preferences are owned by the group when the portlet is shown in a group layout. Returns <code>false</code> if preferences are owned by the user at all times.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if preferences are owned by the group when the portlet is shown in a group layout; <code>false</code> if preferences are owned by the user at all times.]]></comment>
			</return>
		</method>
		<method>
			<name>getPreferencesUniquePerLayout</name>
			<comment><![CDATA[Returns <code>true</code> if preferences are unique per layout.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if preferences are unique per layout]]></comment>
			</return>
		</method>
		<method>
			<name>getPreferencesValidator</name>
			<comment><![CDATA[Returns the name of the preferences validator class of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the name of the preferences validator class of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getPrivateRequestAttributes</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet does not share request attributes with the portal or portlets from another WAR.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet does not share request attributes with the portal or portlets from another WAR]]></comment>
			</return>
		</method>
		<method>
			<name>getPrivateSessionAttributes</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet does not share session attributes with the portal.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet does not share session attributes with the portal]]></comment>
			</return>
		</method>
		<method>
			<name>getProcessingEvent</name>
			<comment><![CDATA[Returns the supported processing event from a namespace URI and a local part.]]></comment>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>localPart</name>
				<type>java.lang.String</type>
			</param>
			<return>
				<comment><![CDATA[the supported processing event from a namespace URI and a local part]]></comment>
			</return>
		</method>
		<method>
			<name>getProcessingEvents</name>
			<comment><![CDATA[Returns the supported processing events of the portlet.]]></comment>
			<return>
				<comment><![CDATA[supported processing events of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getPublicRenderParameter</name>
			<comment><![CDATA[Returns the supported public render parameter from an identifier.]]></comment>
			<param>
				<name>identifier</name>
				<type>java.lang.String</type>
			</param>
			<return>
				<comment><![CDATA[the supported public render parameter from an identifier]]></comment>
			</return>
		</method>
		<method>
			<name>getPublicRenderParameter</name>
			<comment><![CDATA[Returns the supported public render parameter from a namespace URI and a local part.]]></comment>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>localPart</name>
				<type>java.lang.String</type>
			</param>
			<return>
				<comment><![CDATA[the supported public render parameter from a namespace URI and a local part]]></comment>
			</return>
		</method>
		<method>
			<name>getPublicRenderParameters</name>
			<comment><![CDATA[Returns the supported public render parameters of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the supported public render parameters of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getPublishingEvents</name>
			<comment><![CDATA[Returns the supported publishing events of the portlet.]]></comment>
			<return>
				<comment><![CDATA[supported publishing events of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getReady</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet is ready to be used.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet is ready to be used]]></comment>
			</return>
		</method>
		<method>
			<name>getRemoteable</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet supports remoting.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet supports remoting]]></comment>
			</return>
		</method>
		<method>
			<name>getRenderTimeout</name>
			<comment><![CDATA[Returns the render timeout of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the render timeout of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getRenderWeight</name>
			<comment><![CDATA[Returns the render weight of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the render weight of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getResourceBundle</name>
			<comment><![CDATA[Returns the resource bundle of the portlet.]]></comment>
			<return>
				<comment><![CDATA[resource bundle of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getRestoreCurrentView</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet restores to the current view from the maximized state.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet restores to the current view from the maximized state]]></comment>
			</return>
		</method>
		<method>
			<name>getRoleMappers</name>
			<comment><![CDATA[Returns the role mappers of the portlet.]]></comment>
			<return>
				<comment><![CDATA[role mappers of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getRolesArray</name>
			<comment><![CDATA[Returns an array of required roles of the portlet.]]></comment>
			<return>
				<comment><![CDATA[an array of required roles of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getRootPortlet</name>
			<comment><![CDATA[Returns the root portlet of this portlet instance.]]></comment>
			<return>
				<comment><![CDATA[the root portlet of this portlet instance]]></comment>
			</return>
		</method>
		<method>
			<name>getRootPortletId</name>
			<comment><![CDATA[Returns the root portlet ID of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the root portlet ID of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getSchedulerEntries</name>
			<comment><![CDATA[Returns the scheduler entries of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the scheduler entries of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getScopeable</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet supports scoping of data.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet supports scoping of data]]></comment>
			</return>
		</method>
		<method>
			<name>getShowPortletAccessDenied</name>
			<comment><![CDATA[Returns <code>true</code> if users are shown that they do not have access to the portlet.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if users are shown that they do not have access to the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getShowPortletInactive</name>
			<comment><![CDATA[Returns <code>true</code> if users are shown that the portlet is inactive.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if users are shown that the portlet is inactive]]></comment>
			</return>
		</method>
		<method>
			<name>getSocialActivityInterpreterClass</name>
			<comment><![CDATA[Returns the name of the social activity interpreter class of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the name of the social activity interpreter class of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getSocialActivityInterpreterInstance</name>
			<comment><![CDATA[Returns the name of the social activity interpreter instance of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the name of the social activity interpreter instance of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getSocialRequestInterpreterClass</name>
			<comment><![CDATA[Returns the name of the social request interpreter class of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the name of the social request interpreter class of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getSocialRequestInterpreterInstance</name>
			<comment><![CDATA[Returns the name of the social request interpreter instance of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the name of the social request interpreter instance of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getStatic</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet is a static portlet that is cannot be moved.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet is a static portlet that is cannot be moved]]></comment>
			</return>
		</method>
		<method>
			<name>getStaticEnd</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet is a static portlet at the end of a list of portlets.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet is a static portlet at the end of a list of portlets]]></comment>
			</return>
		</method>
		<method>
			<name>getStaticResourcePath</name>
			<comment><![CDATA[Returns the path for static resources served by this portlet.]]></comment>
			<return>
				<comment><![CDATA[the path for static resources served by this portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getStaticStart</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet is a static portlet at the start of a list of portlets.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet is a static portlet at the start of a list of portlets]]></comment>
			</return>
		</method>
		<method>
			<name>getStrutsPath</name>
			<comment><![CDATA[Returns the struts path of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the struts path of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getSupportedLocales</name>
			<comment><![CDATA[Returns the supported locales of the portlet.]]></comment>
			<return>
				<comment><![CDATA[supported locales of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getSystem</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet is a system portlet that a user cannot manually add to their page.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet is a system portlet that a user cannot manually add to their page]]></comment>
			</return>
		</method>
		<method>
			<name>getTimestamp</name>
			<comment><![CDATA[Returns the timestamp of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the timestamp of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getUndeployedPortlet</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet is an undeployed portlet.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet is a placeholder of an undeployed portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getUnlinkedRoles</name>
			<comment><![CDATA[Returns the unlinked roles of the portlet.]]></comment>
			<return>
				<comment><![CDATA[unlinked roles of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getURLEncoderClass</name>
			<comment><![CDATA[Returns the name of the URL encoder class of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the name of the URL encoder class of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getURLEncoderInstance</name>
			<comment><![CDATA[Returns the URL encoder instance of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the URL encoder instance of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getUseDefaultTemplate</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet uses the default template.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet uses the default template]]></comment>
			</return>
		</method>
		<method>
			<name>getUserPrincipalStrategy</name>
			<comment><![CDATA[Returns the user principal strategy of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the user principal strategy of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getVirtualPath</name>
			<comment><![CDATA[Returns the virtual path of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the virtual path of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getWebDAVStorageClass</name>
			<comment><![CDATA[Returns the name of the WebDAV storage class of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the name of the WebDAV storage class of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getWebDAVStorageInstance</name>
			<comment><![CDATA[Returns the name of the WebDAV storage instance of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the name of the WebDAV storage instance of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getWebDAVStorageToken</name>
			<comment><![CDATA[Returns the name of the WebDAV storage token of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the name of the WebDAV storage token of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getWindowStates</name>
			<comment><![CDATA[Returns the window states of the portlet.]]></comment>
			<return>
				<comment><![CDATA[window states of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getWorkflowHandlerClasses</name>
			<comment><![CDATA[Returns the names of the classes that represent workflow handlers associated with the portlet.]]></comment>
			<return>
				<comment><![CDATA[the names of the classes that represent workflow handlers associated with the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getWorkflowHandlerInstances</name>
			<comment><![CDATA[Returns the workflow handler instances of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the workflow handler instances of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getXmlRpcMethodClass</name>
			<comment><![CDATA[Returns the name of the XML-RPC method class of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the name of the XML-RPC method class of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>getXmlRpcMethodInstance</name>
			<comment><![CDATA[Returns the name of the XML-RPC method instance of the portlet.]]></comment>
			<return>
				<comment><![CDATA[the name of the XML-RPC method instance of the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>hasAddPortletPermission</name>
			<comment><![CDATA[Returns <code>true</code> if the user has the permission to add the portlet to a layout.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user has the permission to add the portlet to a layout]]></comment>
			</return>
		</method>
		<method>
			<name>hasMultipleMimeTypes</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet supports more than one mime type.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet supports more than one mime type]]></comment>
			</return>
		</method>
		<method>
			<name>hasPortletMode</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet supports the specified mime type and portlet mode.]]></comment>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletMode</name>
				<type>javax.portlet.PortletMode</type>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet supports the specified mime type and portlet mode]]></comment>
			</return>
		</method>
		<method>
			<name>hasRoleWithName</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet has a role with the specified name.]]></comment>
			<param>
				<name>roleName</name>
				<type>java.lang.String</type>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet has a role with the specified name]]></comment>
			</return>
		</method>
		<method>
			<name>hasWindowState</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet supports the specified mime type and window state.]]></comment>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet supports the specified mime type and window state]]></comment>
			</return>
		</method>
		<method>
			<name>isActionURLRedirect</name>
			<comment><![CDATA[Returns <code>true</code> if an action URL for this portlet should cause an auto redirect.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if an action URL for this portlet should cause an auto redirect]]></comment>
			</return>
		</method>
		<method>
			<name>isAddDefaultResource</name>
			<comment><![CDATA[Returns <code>true</code> if default resources for the portlet are added to a page.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if default resources for the portlet are added to a page]]></comment>
			</return>
		</method>
		<method>
			<name>isAjaxable</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet can be displayed via Ajax.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet can be displayed via Ajax]]></comment>
			</return>
		</method>
		<method>
			<name>isInclude</name>
			<comment><![CDATA[Returns <code>true</code> to include the portlet and make it available to be made active.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> to include the portlet and make it available to be made active]]></comment>
			</return>
		</method>
		<method>
			<name>isInstanceable</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet can be added multiple times to a layout.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet can be added multiple times to a layout]]></comment>
			</return>
		</method>
		<method>
			<name>isLayoutCacheable</name>
			<comment><![CDATA[Returns <code>true</code> to allow the portlet to be cached within the layout.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet can be cached within the layout]]></comment>
			</return>
		</method>
		<method>
			<name>isMaximizeEdit</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet goes into the maximized state when the user goes into the edit mode.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet goes into the maximized state when the user goes into the edit mode]]></comment>
			</return>
		</method>
		<method>
			<name>isMaximizeHelp</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet goes into the maximized state when the user goes into the help mode.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet goes into the maximized state when the user goes into the help mode]]></comment>
			</return>
		</method>
		<method>
			<name>isPopUpPrint</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet goes into the pop up state when the user goes into the print mode.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet goes into the pop up state when the user goes into the print mode]]></comment>
			</return>
		</method>
		<method>
			<name>isPreferencesCompanyWide</name>
			<comment><![CDATA[Returns <code>true</code> if preferences are shared across the entire company.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if preferences are shared across the entire company]]></comment>
			</return>
		</method>
		<method>
			<name>isPreferencesOwnedByGroup</name>
			<comment><![CDATA[Returns <code>true</code> if preferences are owned by the group when the portlet is shown in a group layout. Returns <code>false</code> if preferences are owned by the user at all times.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if preferences are owned by the group when the portlet is shown in a group layout; <code>false</code> if preferences are owned by the user at all times.]]></comment>
			</return>
		</method>
		<method>
			<name>isPreferencesUniquePerLayout</name>
			<comment><![CDATA[Returns <code>true</code> if preferences are unique per layout.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if preferences are unique per layout]]></comment>
			</return>
		</method>
		<method>
			<name>isPrivateRequestAttributes</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet does not share request attributes with the portal or portlets from another WAR.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet does not share request attributes with the portal or portlets from another WAR]]></comment>
			</return>
		</method>
		<method>
			<name>isPrivateSessionAttributes</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet does not share session attributes with the portal.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet does not share session attributes with the portal]]></comment>
			</return>
		</method>
		<method>
			<name>isReady</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet is ready to be used.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet is ready to be used]]></comment>
			</return>
		</method>
		<method>
			<name>isRemoteable</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet supports remoting.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet supports remoting]]></comment>
			</return>
		</method>
		<method>
			<name>isRestoreCurrentView</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet restores to the current view from the maximized state.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet restores to the current view from the maximized state]]></comment>
			</return>
		</method>
		<method>
			<name>isScopeable</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet supports scoping of data.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet supports scoping of data]]></comment>
			</return>
		</method>
		<method>
			<name>isShowPortletAccessDenied</name>
			<comment><![CDATA[Returns <code>true</code> if users are shown that they do not have access to the portlet.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if users are shown that they do not have access to the portlet]]></comment>
			</return>
		</method>
		<method>
			<name>isShowPortletInactive</name>
			<comment><![CDATA[Returns <code>true</code> if users are shown that the portlet is inactive.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if users are shown that the portlet is inactive]]></comment>
			</return>
		</method>
		<method>
			<name>isStatic</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet is a static portlet that is cannot be moved.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet is a static portlet that is cannot be moved]]></comment>
			</return>
		</method>
		<method>
			<name>isStaticEnd</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet is a static portlet at the end of a list of portlets.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet is a static portlet at the end of a list of portlets]]></comment>
			</return>
		</method>
		<method>
			<name>isStaticStart</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet is a static portlet at the start of a list of portlets.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet is a static portlet at the start of a list of portlets]]></comment>
			</return>
		</method>
		<method>
			<name>isSystem</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet is a system portlet that a user cannot manually add to their page.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet is a system portlet that a user cannot manually add to their page]]></comment>
			</return>
		</method>
		<method>
			<name>isUndeployedPortlet</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet is an undeployed portlet.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet is a placeholder of an undeployed portlet]]></comment>
			</return>
		</method>
		<method>
			<name>isUseDefaultTemplate</name>
			<comment><![CDATA[Returns <code>true</code> if the portlet uses the default template.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the portlet uses the default template]]></comment>
			</return>
		</method>
		<method>
			<name>linkRoles</name>
			<comment><![CDATA[Link the role names set in portlet.xml with the Liferay roles set in liferay-portlet.xml.]]></comment>
		</method>
		<method>
			<name>setActionTimeout</name>
			<comment><![CDATA[Sets the action timeout of the portlet.]]></comment>
			<param>
				<name>actionTimeout</name>
				<type>int</type>
				<comment><![CDATA[the action timeout of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setActionURLRedirect</name>
			<comment><![CDATA[Set to <code>true</code> if an action URL for this portlet should cause an auto redirect.]]></comment>
			<param>
				<name>actionURLRedirect</name>
				<type>boolean</type>
				<comment><![CDATA[boolean value for whether an action URL for this portlet should cause an auto redirect]]></comment>
			</param>
		</method>
		<method>
			<name>setAddDefaultResource</name>
			<comment><![CDATA[Set to <code>true</code> if default resources for the portlet are added to a page.]]></comment>
			<param>
				<name>addDefaultResource</name>
				<type>boolean</type>
				<comment><![CDATA[boolean value for whether or not default resources for the portlet are added to a page]]></comment>
			</param>
		</method>
		<method>
			<name>setAjaxable</name>
			<comment><![CDATA[Set to <code>true</code> if the portlet can be displayed via Ajax.]]></comment>
			<param>
				<name>ajaxable</name>
				<type>boolean</type>
				<comment><![CDATA[boolean value for whether the portlet can be displayed via Ajax]]></comment>
			</param>
		</method>
		<method>
			<name>setAssetRendererFactoryClasses</name>
			<comment><![CDATA[Sets the name of the classes that represent asset types associated with the portlet.]]></comment>
			<param>
				<name>assetRendererFactoryClasses</name>
				<type>java.util.List</type>
				<comment><![CDATA[the names of the classes that represent asset types associated with the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setAtomCollectionAdapterClasses</name>
			<comment><![CDATA[Sets the name of the classes that represent atom collection adapters associated with the portlet.]]></comment>
			<param>
				<name>atomCollectionAdapterClasses</name>
				<type>java.util.List</type>
				<comment><![CDATA[the names of the classes that represent atom collection adapters associated with the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setAutopropagatedParameters</name>
			<comment><![CDATA[Sets the names of the parameters that will be automatically propagated through the portlet.]]></comment>
			<param>
				<name>autopropagatedParameters</name>
				<type>java.util.Set</type>
				<comment><![CDATA[the names of the parameters that will be automatically propagated through the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setConfigurationActionClass</name>
			<comment><![CDATA[Sets the configuration action class of the portlet.]]></comment>
			<param>
				<name>configurationActionClass</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the configuration action class of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setControlPanelEntryCategory</name>
			<comment><![CDATA[Set the name of the category of the Control Panel where the portlet will be shown.]]></comment>
			<param>
				<name>controlPanelEntryCategory</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the category of the Control Panel where the portlet will be shown]]></comment>
			</param>
		</method>
		<method>
			<name>setControlPanelEntryClass</name>
			<comment><![CDATA[Sets the name of the class that will control when the portlet will be shown in the Control Panel.]]></comment>
			<param>
				<name>controlPanelEntryClass</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the class that will control when the portlet will be shown in the Control Panel]]></comment>
			</param>
		</method>
		<method>
			<name>setControlPanelEntryWeight</name>
			<comment><![CDATA[Sets the relative weight of the portlet with respect to the other portlets in the same category of the Control Panel.]]></comment>
			<param>
				<name>controlPanelEntryWeight</name>
				<type>double</type>
				<comment><![CDATA[the relative weight of the portlet with respect to the other portlets in the same category of the Control Panel]]></comment>
			</param>
		</method>
		<method>
			<name>setCssClassWrapper</name>
			<comment><![CDATA[Sets the name of the CSS class that will be injected in the DIV that wraps this portlet.]]></comment>
			<param>
				<name>cssClassWrapper</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the CSS class that will be injected in the DIV that wraps this portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setCustomAttributesDisplayClasses</name>
			<comment><![CDATA[Sets the name of the classes that represent custom attribute displays associated with the portlet.]]></comment>
			<param>
				<name>customAttributesDisplayClasses</name>
				<type>java.util.List</type>
				<comment><![CDATA[the names of the classes that represent custom attribute displays associated with the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setDefaultPluginSetting</name>
			<comment><![CDATA[Sets the default plugin settings of the portlet.]]></comment>
			<param>
				<name>pluginSetting</name>
				<type>com.liferay.portal.model.PluginSetting</type>
				<comment><![CDATA[the plugin setting]]></comment>
			</param>
		</method>
		<method>
			<name>setDefaultPreferences</name>
			<comment><![CDATA[Sets the default preferences of the portlet.]]></comment>
			<param>
				<name>defaultPreferences</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the default preferences of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setDisplayName</name>
			<comment><![CDATA[Sets the display name of the portlet.]]></comment>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the display name of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setExpCache</name>
			<comment><![CDATA[Sets expiration cache of the portlet.]]></comment>
			<param>
				<name>expCache</name>
				<type>java.lang.Integer</type>
				<comment><![CDATA[expiration cache of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setFacebookIntegration</name>
			<comment><![CDATA[Sets the Facebook integration method of the portlet.]]></comment>
			<param>
				<name>facebookIntegration</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the Facebook integration method of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setFooterPortalCss</name>
			<comment><![CDATA[Sets a list of CSS files that will be referenced from the page's footer relative to the portal's context path.]]></comment>
			<param>
				<name>footerPortalCss</name>
				<type>java.util.List</type>
				<comment><![CDATA[a list of CSS files that will be referenced from the page's footer relative to the portal's context path]]></comment>
			</param>
		</method>
		<method>
			<name>setFooterPortalJavaScript</name>
			<comment><![CDATA[Sets a list of JavaScript files that will be referenced from the page's footer relative to the portal's context path.]]></comment>
			<param>
				<name>footerPortalJavaScript</name>
				<type>java.util.List</type>
				<comment><![CDATA[a list of JavaScript files that will be referenced from the page's footer relative to the portal's context path]]></comment>
			</param>
		</method>
		<method>
			<name>setFooterPortletCss</name>
			<comment><![CDATA[Sets a list of CSS files that will be referenced from the page's footer relative to the portlet's context path.]]></comment>
			<param>
				<name>footerPortletCss</name>
				<type>java.util.List</type>
				<comment><![CDATA[a list of CSS files that will be referenced from the page's footer relative to the portlet's context path]]></comment>
			</param>
		</method>
		<method>
			<name>setFooterPortletJavaScript</name>
			<comment><![CDATA[Sets a list of JavaScript files that will be referenced from the page's footer relative to the portlet's context path.]]></comment>
			<param>
				<name>footerPortletJavaScript</name>
				<type>java.util.List</type>
				<comment><![CDATA[a list of JavaScript files that will be referenced from the page's footer relative to the portlet's context path]]></comment>
			</param>
		</method>
		<method>
			<name>setFriendlyURLMapperClass</name>
			<comment><![CDATA[Sets the name of the friendly URL mapper class of the portlet.]]></comment>
			<param>
				<name>friendlyURLMapperClass</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the friendly URL mapper class of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setFriendlyURLMapping</name>
			<comment><![CDATA[Sets the name of the friendly URL mapping of the portlet.]]></comment>
			<param>
				<name>friendlyURLMapping</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the friendly URL mapping of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setFriendlyURLRoutes</name>
			<comment><![CDATA[Sets the class loader resource path to the friendly URL routes of the portlet.]]></comment>
			<param>
				<name>friendlyURLRoutes</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the class loader resource path to the friendly URL routes of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setHeaderPortalCss</name>
			<comment><![CDATA[Sets a list of CSS files that will be referenced from the page's header relative to the portal's context path.]]></comment>
			<param>
				<name>headerPortalCss</name>
				<type>java.util.List</type>
				<comment><![CDATA[a list of CSS files that will be referenced from the page's header relative to the portal's context path]]></comment>
			</param>
		</method>
		<method>
			<name>setHeaderPortalJavaScript</name>
			<comment><![CDATA[Sets a list of JavaScript files that will be referenced from the page's header relative to the portal's context path.]]></comment>
			<param>
				<name>headerPortalJavaScript</name>
				<type>java.util.List</type>
				<comment><![CDATA[a list of JavaScript files that will be referenced from the page's header relative to the portal's context path]]></comment>
			</param>
		</method>
		<method>
			<name>setHeaderPortletCss</name>
			<comment><![CDATA[Sets a list of CSS files that will be referenced from the page's header relative to the portlet's context path.]]></comment>
			<param>
				<name>headerPortletCss</name>
				<type>java.util.List</type>
				<comment><![CDATA[a list of CSS files that will be referenced from the page's header relative to the portlet's context path]]></comment>
			</param>
		</method>
		<method>
			<name>setHeaderPortletJavaScript</name>
			<comment><![CDATA[Sets a list of JavaScript files that will be referenced from the page's header relative to the portlet's context path.]]></comment>
			<param>
				<name>headerPortletJavaScript</name>
				<type>java.util.List</type>
				<comment><![CDATA[a list of JavaScript files that will be referenced from the page's header relative to the portlet's context path]]></comment>
			</param>
		</method>
		<method>
			<name>setIcon</name>
			<comment><![CDATA[Sets the icon of the portlet.]]></comment>
			<param>
				<name>icon</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the icon of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setInclude</name>
			<comment><![CDATA[Set to <code>true</code> to include the portlet and make it available to be made active.]]></comment>
			<param>
				<name>include</name>
				<type>boolean</type>
				<comment><![CDATA[boolean value for whether to include the portlet and make it available to be made active]]></comment>
			</param>
		</method>
		<method>
			<name>setIndexerClasses</name>
			<comment><![CDATA[Sets the name of the classes that represent indexers associated with the portlet.]]></comment>
			<param>
				<name>indexerClasses</name>
				<type>java.util.List</type>
				<comment><![CDATA[the name of the classes that represent indexers associated with the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setInitParams</name>
			<comment><![CDATA[Sets the init parameters of the portlet.]]></comment>
			<param>
				<name>initParams</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the init parameters of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setInstanceable</name>
			<comment><![CDATA[Set to <code>true</code> if the portlet can be added multiple times to a layout.]]></comment>
			<param>
				<name>instanceable</name>
				<type>boolean</type>
				<comment><![CDATA[boolean value for whether the portlet can be added multiple times to a layout]]></comment>
			</param>
		</method>
		<method>
			<name>setLayoutCacheable</name>
			<comment><![CDATA[Set to <code>true</code> to allow the portlet to be cached within the layout.]]></comment>
			<param>
				<name>layoutCacheable</name>
				<type>boolean</type>
				<comment><![CDATA[boolean value for whether the portlet can be cached within the layout]]></comment>
			</param>
		</method>
		<method>
			<name>setMaximizeEdit</name>
			<comment><![CDATA[Set to <code>true</code> if the portlet goes into the maximized state when the user goes into the edit mode.]]></comment>
			<param>
				<name>maximizeEdit</name>
				<type>boolean</type>
				<comment><![CDATA[boolean value for whether the portlet goes into the maximized state when the user goes into the edit mode]]></comment>
			</param>
		</method>
		<method>
			<name>setMaximizeHelp</name>
			<comment><![CDATA[Set to <code>true</code> if the portlet goes into the maximized state when the user goes into the help mode.]]></comment>
			<param>
				<name>maximizeHelp</name>
				<type>boolean</type>
				<comment><![CDATA[boolean value for whether the portlet goes into the maximized state when the user goes into the help mode]]></comment>
			</param>
		</method>
		<method>
			<name>setOpenSearchClass</name>
			<comment><![CDATA[Sets the name of the open search class of the portlet.]]></comment>
			<param>
				<name>openSearchClass</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the open search class of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setParentStrutsPath</name>
			<comment><![CDATA[Sets the parent struts path of the portlet.]]></comment>
			<param>
				<name>parentStrutsPath</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the parent struts path of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setPermissionPropagatorClass</name>
			<comment><![CDATA[Sets the name of the permission propagator class of the portlet.]]></comment>
			<param>
				<name>permissionPropagatorClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPluginPackage</name>
			<comment><![CDATA[Sets this portlet's plugin package.]]></comment>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
				<comment><![CDATA[this portlet's plugin package]]></comment>
			</param>
		</method>
		<method>
			<name>setPollerProcessorClass</name>
			<comment><![CDATA[Sets the name of the poller processor class of the portlet.]]></comment>
			<param>
				<name>pollerProcessorClass</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the poller processor class of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setPopMessageListenerClass</name>
			<comment><![CDATA[Sets the name of the POP message listener class of the portlet.]]></comment>
			<param>
				<name>popMessageListenerClass</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the POP message listener class of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setPopUpPrint</name>
			<comment><![CDATA[Set to <code>true</code> if the portlet goes into the pop up state when the user goes into the print mode.]]></comment>
			<param>
				<name>popUpPrint</name>
				<type>boolean</type>
				<comment><![CDATA[boolean value for whether the portlet goes into the pop up state when the user goes into the print mode]]></comment>
			</param>
		</method>
		<method>
			<name>setPortletApp</name>
			<comment><![CDATA[Sets this portlet's application.]]></comment>
			<param>
				<name>portletApp</name>
				<type>com.liferay.portal.model.PortletApp</type>
				<comment><![CDATA[this portlet's application]]></comment>
			</param>
		</method>
		<method>
			<name>setPortletClass</name>
			<comment><![CDATA[Sets the name of the portlet class of the portlet.]]></comment>
			<param>
				<name>portletClass</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the portlet class of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setPortletDataHandlerClass</name>
			<comment><![CDATA[Sets the name of the portlet data handler class of the portlet.]]></comment>
			<param>
				<name>portletDataHandlerClass</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of portlet data handler class of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setPortletFilters</name>
			<comment><![CDATA[Sets the filters of the portlet.]]></comment>
			<param>
				<name>portletFilters</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the filters of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setPortletInfo</name>
			<comment><![CDATA[Sets the portlet info of the portlet.]]></comment>
			<param>
				<name>portletInfo</name>
				<type>com.liferay.portal.model.PortletInfo</type>
				<comment><![CDATA[the portlet info of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setPortletLayoutListenerClass</name>
			<comment><![CDATA[Sets the name of the portlet layout listener class of the portlet.]]></comment>
			<param>
				<name>portletLayoutListenerClass</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the portlet layout listener class of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setPortletModes</name>
			<comment><![CDATA[Sets the portlet modes of the portlet.]]></comment>
			<param>
				<name>portletModes</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the portlet modes of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setPortletName</name>
			<comment><![CDATA[Sets the name of the portlet.]]></comment>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setPortletURLClass</name>
			<comment><![CDATA[Sets the name of the portlet URL class of the portlet.]]></comment>
			<param>
				<name>portletURLClass</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the portlet URL class of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setPreferencesCompanyWide</name>
			<comment><![CDATA[Set to <code>true</code> if preferences are shared across the entire company.]]></comment>
			<param>
				<name>preferencesCompanyWide</name>
				<type>boolean</type>
				<comment><![CDATA[boolean value for whether preferences are shared across the entire company]]></comment>
			</param>
		</method>
		<method>
			<name>setPreferencesOwnedByGroup</name>
			<comment><![CDATA[Set to <code>true</code> if preferences are owned by the group when the portlet is shown in a group layout. Set to <code>false</code> if preferences are owned by the user at all times.]]></comment>
			<param>
				<name>preferencesOwnedByGroup</name>
				<type>boolean</type>
				<comment><![CDATA[boolean value for whether preferences are owned by the group when the portlet is shown in a group layout or preferences are owned by the user at all times]]></comment>
			</param>
		</method>
		<method>
			<name>setPreferencesUniquePerLayout</name>
			<comment><![CDATA[Set to <code>true</code> if preferences are unique per layout.]]></comment>
			<param>
				<name>preferencesUniquePerLayout</name>
				<type>boolean</type>
				<comment><![CDATA[boolean value for whether preferences are unique per layout]]></comment>
			</param>
		</method>
		<method>
			<name>setPreferencesValidator</name>
			<comment><![CDATA[Sets the name of the preferences validator class of the portlet.]]></comment>
			<param>
				<name>preferencesValidator</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the preferences validator class of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setPrivateRequestAttributes</name>
			<comment><![CDATA[Set to <code>true</code> if the portlet does not share request attributes with the portal or portlets from another WAR.]]></comment>
			<param>
				<name>privateRequestAttributes</name>
				<type>boolean</type>
				<comment><![CDATA[boolean value for whether the portlet shares request attributes with the portal or portlets from another WAR]]></comment>
			</param>
		</method>
		<method>
			<name>setPrivateSessionAttributes</name>
			<comment><![CDATA[Set to <code>true</code> if the portlet does not share session attributes with the portal.]]></comment>
			<param>
				<name>privateSessionAttributes</name>
				<type>boolean</type>
				<comment><![CDATA[boolean value for whether the portlet shares session attributes with the portal]]></comment>
			</param>
		</method>
		<method>
			<name>setProcessingEvents</name>
			<comment><![CDATA[Sets the supported processing events of the portlet.]]></comment>
			<param>
				<name>processingEvents</name>
				<type>java.util.Set</type>
				<comment><![CDATA[the supported processing events of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setPublicRenderParameters</name>
			<comment><![CDATA[Sets the supported public render parameters of the portlet.]]></comment>
			<param>
				<name>publicRenderParameters</name>
				<type>java.util.Set</type>
				<comment><![CDATA[the supported public render parameters of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setPublishingEvents</name>
			<comment><![CDATA[Sets the supported publishing events of the portlet.]]></comment>
			<param>
				<name>publishingEvents</name>
				<type>java.util.Set</type>
				<comment><![CDATA[the supported publishing events of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setReady</name>
			<comment><![CDATA[Set to <code>true</code> if the portlet is ready to be used.]]></comment>
			<param>
				<name>ready</name>
				<type>boolean</type>
				<comment><![CDATA[whether the portlet is ready to be used]]></comment>
			</param>
		</method>
		<method>
			<name>setRemoteable</name>
			<comment><![CDATA[Set to <code>true</code> if the portlet supports remoting]]></comment>
			<param>
				<name>remoteable</name>
				<type>boolean</type>
				<comment><![CDATA[boolean value for whether or not the the portlet supports remoting]]></comment>
			</param>
		</method>
		<method>
			<name>setRenderTimeout</name>
			<comment><![CDATA[Sets the render timeout of the portlet.]]></comment>
			<param>
				<name>renderTimeout</name>
				<type>int</type>
				<comment><![CDATA[the render timeout of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setRenderWeight</name>
			<comment><![CDATA[Sets the render weight of the portlet.]]></comment>
			<param>
				<name>renderWeight</name>
				<type>int</type>
				<comment><![CDATA[int value for the render weight of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setResourceBundle</name>
			<comment><![CDATA[Sets the resource bundle of the portlet.]]></comment>
			<param>
				<name>resourceBundle</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource bundle of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setRestoreCurrentView</name>
			<comment><![CDATA[Set to <code>true</code> if the portlet restores to the current view from the maximized state.]]></comment>
			<param>
				<name>restoreCurrentView</name>
				<type>boolean</type>
				<comment><![CDATA[boolean value for whether the portlet restores to the current view from the maximized state]]></comment>
			</param>
		</method>
		<method>
			<name>setRoleMappers</name>
			<comment><![CDATA[Sets the role mappers of the portlet.]]></comment>
			<param>
				<name>roleMappers</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the role mappers of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setRoles</name>
			<comment><![CDATA[Sets a string of ordered comma delimited portlet IDs.]]></comment>
			<param>
				<name>roles</name>
				<type>java.lang.String</type>
				<comment><![CDATA[a string of ordered comma delimited portlet IDs]]></comment>
			</param>
		</method>
		<method>
			<name>setRolesArray</name>
			<comment><![CDATA[Sets an array of required roles of the portlet.]]></comment>
			<param>
				<name>rolesArray</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[an array of required roles of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setSchedulerEntries</name>
			<comment><![CDATA[Sets the scheduler entries of the portlet.]]></comment>
			<param>
				<name>schedulerEntries</name>
				<type>java.util.List</type>
				<comment><![CDATA[the scheduler entries of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setScopeable</name>
			<comment><![CDATA[Set to <code>true</code> if the portlet supports scoping of data.]]></comment>
			<param>
				<name>scopeable</name>
				<type>boolean</type>
				<comment><![CDATA[boolean value for whether or not the the portlet supports scoping of data]]></comment>
			</param>
		</method>
		<method>
			<name>setShowPortletAccessDenied</name>
			<comment><![CDATA[Set to <code>true</code> if users are shown that they do not have access to the portlet.]]></comment>
			<param>
				<name>showPortletAccessDenied</name>
				<type>boolean</type>
				<comment><![CDATA[boolean value for whether users are shown that they do not have access to the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setShowPortletInactive</name>
			<comment><![CDATA[Set to <code>true</code> if users are shown that the portlet is inactive.]]></comment>
			<param>
				<name>showPortletInactive</name>
				<type>boolean</type>
				<comment><![CDATA[boolean value for whether users are shown that the portlet is inactive]]></comment>
			</param>
		</method>
		<method>
			<name>setSocialActivityInterpreterClass</name>
			<comment><![CDATA[Sets the name of the social activity interpreter class of the portlet.]]></comment>
			<param>
				<name>socialActivityInterpreterClass</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the activity interpreter class of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setSocialRequestInterpreterClass</name>
			<comment><![CDATA[Sets the name of the social request interpreter class of the portlet.]]></comment>
			<param>
				<name>socialRequestInterpreterClass</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the request interpreter class of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setStatic</name>
			<comment><![CDATA[Set to <code>true</code> if the portlet is a static portlet that is cannot be moved.]]></comment>
			<param>
				<name>staticPortlet</name>
				<type>boolean</type>
				<comment><![CDATA[boolean value for whether the portlet is a static portlet that cannot be moved]]></comment>
			</param>
		</method>
		<method>
			<name>setStaticStart</name>
			<comment><![CDATA[Set to <code>true</code> if the portlet is a static portlet at the start of a list of portlets.]]></comment>
			<param>
				<name>staticPortletStart</name>
				<type>boolean</type>
				<comment><![CDATA[boolean value for whether the portlet is a static portlet at the start of a list of portlets]]></comment>
			</param>
		</method>
		<method>
			<name>setStrutsPath</name>
			<comment><![CDATA[Sets the struts path of the portlet.]]></comment>
			<param>
				<name>strutsPath</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the struts path of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setSupportedLocales</name>
			<comment><![CDATA[Sets the supported locales of the portlet.]]></comment>
			<param>
				<name>supportedLocales</name>
				<type>java.util.Set</type>
				<comment><![CDATA[the supported locales of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setSystem</name>
			<comment><![CDATA[Set to <code>true</code> if the portlet is a system portlet that a user cannot manually add to their page.]]></comment>
			<param>
				<name>system</name>
				<type>boolean</type>
				<comment><![CDATA[boolean value for whether the portlet is a system portlet that a user cannot manually add to their page]]></comment>
			</param>
		</method>
		<method>
			<name>setTimestamp</name>
			<comment><![CDATA[Sets the timestamp of the portlet.]]></comment>
			<param>
				<name>timestamp</name>
				<type>long</type>
				<comment><![CDATA[the timestamp of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setUndeployedPortlet</name>
			<comment><![CDATA[Set to <code>true</code> if the portlet is an undeployed portlet.]]></comment>
			<param>
				<name>undeployedPortlet</name>
				<type>boolean</type>
				<comment><![CDATA[boolean value for whether the portlet is an undeployed portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setUnlinkedRoles</name>
			<comment><![CDATA[Sets the unlinked roles of the portlet.]]></comment>
			<param>
				<name>unlinkedRoles</name>
				<type>java.util.Set</type>
				<comment><![CDATA[the unlinked roles of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setURLEncoderClass</name>
			<comment><![CDATA[Sets the name of the URL encoder class of the portlet.]]></comment>
			<param>
				<name>urlEncoderClass</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the URL encoder class of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setUseDefaultTemplate</name>
			<comment><![CDATA[Set to <code>true</code> if the portlet uses the default template.]]></comment>
			<param>
				<name>useDefaultTemplate</name>
				<type>boolean</type>
				<comment><![CDATA[boolean value for whether the portlet uses the default template]]></comment>
			</param>
		</method>
		<method>
			<name>setUserPrincipalStrategy</name>
			<comment><![CDATA[Sets the user principal strategy of the portlet.]]></comment>
			<param>
				<name>userPrincipalStrategy</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user principal strategy of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setVirtualPath</name>
			<comment><![CDATA[Sets the virtual path of the portlet.]]></comment>
			<param>
				<name>virtualPath</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the virtual path of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setWebDAVStorageClass</name>
			<comment><![CDATA[Sets the name of the WebDAV storage class of the portlet.]]></comment>
			<param>
				<name>webDAVStorageClass</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the WebDAV storage class of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setWebDAVStorageToken</name>
			<comment><![CDATA[Sets the name of the WebDAV storage token of the portlet.]]></comment>
			<param>
				<name>webDAVStorageToken</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the WebDAV storage token of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setWindowStates</name>
			<comment><![CDATA[Sets the window states of the portlet.]]></comment>
			<param>
				<name>windowStates</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the window states of the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setWorkflowHandlerClasses</name>
			<comment><![CDATA[Sets the name of the classes that represent workflow handlers associated to the portlet.]]></comment>
			<param>
				<name>workflowHandlerClasses</name>
				<type>java.util.List</type>
				<comment><![CDATA[the names of the classes that represent workflow handlers associated with the portlet]]></comment>
			</param>
		</method>
		<method>
			<name>setXmlRpcMethodClass</name>
			<comment><![CDATA[Sets the name of the XML-RPC method class of the portlet.]]></comment>
			<param>
				<name>xmlRpcMethodClass</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the XML-RPC method class of the portlet]]></comment>
			</param>
		</method>
		<field>
			<name>_log</name>
			<comment><![CDATA[Log instance for this class.]]></comment>
		</field>
		<field>
			<name>_readyMap</name>
			<comment><![CDATA[Map of the ready states of all portlets keyed by their root portlet ID.]]></comment>
		</field>
		<field>
			<name>_actionTimeout</name>
			<comment><![CDATA[The action timeout of the portlet.]]></comment>
		</field>
		<field>
			<name>_actionURLRedirect</name>
			<comment><![CDATA[<code>True</code> if an action URL for this portlet should cause an auto redirect.]]></comment>
		</field>
		<field>
			<name>_addDefaultResource</name>
			<comment><![CDATA[<code>True</code> if default resources for the portlet are added to a page.]]></comment>
		</field>
		<field>
			<name>_ajaxable</name>
			<comment><![CDATA[<code>True</code> if the portlet can be displayed via Ajax.]]></comment>
		</field>
		<field>
			<name>_assetRendererFactoryClasses</name>
			<comment><![CDATA[The names of the classes that represents asset types associated with the portlet.]]></comment>
		</field>
		<field>
			<name>_atomCollectionAdapterClasses</name>
			<comment><![CDATA[The names of the classes that represents atom collection adapters associated with the portlet.]]></comment>
		</field>
		<field>
			<name>_autopropagatedParameters</name>
			<comment><![CDATA[The names of the parameters that will be automatically propagated through the portlet.]]></comment>
		</field>
		<field>
			<name>_configurationActionClass</name>
			<comment><![CDATA[The configuration action class of the portlet.]]></comment>
		</field>
		<field>
			<name>_controlPanelEntryCategory</name>
			<comment><![CDATA[The name of the category of the Control Panel where this portlet will be shown.]]></comment>
		</field>
		<field>
			<name>_controlPanelEntryClass</name>
			<comment><![CDATA[The name of the class that will control when this portlet will be shown in the Control Panel.]]></comment>
		</field>
		<field>
			<name>_controlPanelEntryWeight</name>
			<comment><![CDATA[The relative weight of this portlet with respect to the other portlets in the same category of the Control Panel.]]></comment>
		</field>
		<field>
			<name>_cssClassWrapper</name>
			<comment><![CDATA[The name of the CSS class that will be injected in the DIV that wraps this portlet.]]></comment>
		</field>
		<field>
			<name>_customAttributesDisplayClasses</name>
			<comment><![CDATA[The names of the classes that represents custom attribute displays associated with the portlet.]]></comment>
		</field>
		<field>
			<name>_defaultPluginSetting</name>
			<comment><![CDATA[Plugin settings associated with the portlet.]]></comment>
		</field>
		<field>
			<name>_defaultPreferences</name>
			<comment><![CDATA[The default preferences of the portlet.]]></comment>
		</field>
		<field>
			<name>_displayName</name>
			<comment><![CDATA[The display name of the portlet.]]></comment>
		</field>
		<field>
			<name>_expCache</name>
			<comment><![CDATA[The expiration cache of the portlet.]]></comment>
		</field>
		<field>
			<name>_facebookIntegration</name>
			<comment><![CDATA[The Facebook integration method of the portlet.]]></comment>
		</field>
		<field>
			<name>_footerPortalCss</name>
			<comment><![CDATA[A list of CSS files that will be referenced from the page's footer relative to the portal's context path.]]></comment>
		</field>
		<field>
			<name>_footerPortalJavaScript</name>
			<comment><![CDATA[A list of JavaScript files that will be referenced from the page's footer relative to the portal's context path.]]></comment>
		</field>
		<field>
			<name>_footerPortletCss</name>
			<comment><![CDATA[A list of CSS files that will be referenced from the page's footer relative to the portlet's context path.]]></comment>
		</field>
		<field>
			<name>_footerPortletJavaScript</name>
			<comment><![CDATA[A list of JavaScript files that will be referenced from the page's footer relative to the portlet's context path.]]></comment>
		</field>
		<field>
			<name>_friendlyURLMapperClass</name>
			<comment><![CDATA[The name of the friendly URL mapper class of the portlet.]]></comment>
		</field>
		<field>
			<name>_friendlyURLMapping</name>
			<comment><![CDATA[The name of the friendly URL mapping of the portlet.]]></comment>
		</field>
		<field>
			<name>_friendlyURLRoutes</name>
			<comment><![CDATA[The the class loader resource path to the friendly URL routes of the portlet.]]></comment>
		</field>
		<field>
			<name>_headerPortalCss</name>
			<comment><![CDATA[A list of CSS files that will be referenced from the page's header relative to the portal's context path.]]></comment>
		</field>
		<field>
			<name>_headerPortalJavaScript</name>
			<comment><![CDATA[A list of JavaScript files that will be referenced from the page's header relative to the portal's context path.]]></comment>
		</field>
		<field>
			<name>_headerPortletCss</name>
			<comment><![CDATA[A list of CSS files that will be referenced from the page's header relative to the portlet's context path.]]></comment>
		</field>
		<field>
			<name>_headerPortletJavaScript</name>
			<comment><![CDATA[A list of JavaScript files that will be referenced from the page's header relative to the portlet's context path.]]></comment>
		</field>
		<field>
			<name>_icon</name>
			<comment><![CDATA[The icon of the portlet.]]></comment>
		</field>
		<field>
			<name>_include</name>
			<comment><![CDATA[<code>True</code> to include the portlet and make it available to be made active.]]></comment>
		</field>
		<field>
			<name>_indexerClasses</name>
			<comment><![CDATA[The name of the classes that represent indexers associated with the portlet.]]></comment>
		</field>
		<field>
			<name>_initParams</name>
			<comment><![CDATA[The init parameters of the portlet.]]></comment>
		</field>
		<field>
			<name>_instanceable</name>
			<comment><![CDATA[<code>True</code> if the portlet can be added multiple times to a layout.]]></comment>
		</field>
		<field>
			<name>_layoutCacheable</name>
			<comment><![CDATA[<code>True</code> if the portlet can be cached within the layout.]]></comment>
		</field>
		<field>
			<name>_maximizeEdit</name>
			<comment><![CDATA[<code>True</code> if the portlet goes into the maximized state when the user goes into the edit mode.]]></comment>
		</field>
		<field>
			<name>_maximizeHelp</name>
			<comment><![CDATA[<code>True</code> if the portlet goes into the maximized state when the user goes into the help mode.]]></comment>
		</field>
		<field>
			<name>_openSearchClass</name>
			<comment><![CDATA[The name of the open search class of the portlet.]]></comment>
		</field>
		<field>
			<name>_parentStrutsPath</name>
			<comment><![CDATA[The parent struts path of the portlet.]]></comment>
		</field>
		<field>
			<name>_permissionPropagatorClass</name>
			<comment><![CDATA[The name of the permission propagator class of the portlet.]]></comment>
		</field>
		<field>
			<name>_pluginPackage</name>
			<comment><![CDATA[Package to which this plugin belongs.]]></comment>
		</field>
		<field>
			<name>_pollerProcessorClass</name>
			<comment><![CDATA[The name of the poller processor class of the portlet.]]></comment>
		</field>
		<field>
			<name>_popMessageListenerClass</name>
			<comment><![CDATA[The name of the POP message listener class of the portlet.]]></comment>
		</field>
		<field>
			<name>_popUpPrint</name>
			<comment><![CDATA[<code>True</code> if the portlet goes into the pop up state when the user goes into the print mode.]]></comment>
		</field>
		<field>
			<name>_portletApp</name>
			<comment><![CDATA[The application to which this portlet belongs.]]></comment>
		</field>
		<field>
			<name>_portletClass</name>
			<comment><![CDATA[The name of the portlet class of the portlet.]]></comment>
		</field>
		<field>
			<name>_portletDataHandlerClass</name>
			<comment><![CDATA[The name of the portlet data handler class of the portlet.]]></comment>
		</field>
		<field>
			<name>_portletFilters</name>
			<comment><![CDATA[The filters of the portlet.]]></comment>
		</field>
		<field>
			<name>_portletInfo</name>
			<comment><![CDATA[The portlet info of the portlet.]]></comment>
		</field>
		<field>
			<name>_portletLayoutListenerClass</name>
			<comment><![CDATA[The name of the portlet data layout listener class of the portlet.]]></comment>
		</field>
		<field>
			<name>_portletModes</name>
			<comment><![CDATA[The portlet modes of the portlet.]]></comment>
		</field>
		<field>
			<name>_portletName</name>
			<comment><![CDATA[The name of the portlet.]]></comment>
		</field>
		<field>
			<name>_portletURLClass</name>
			<comment><![CDATA[The name of the portlet URL class of the portlet.]]></comment>
		</field>
		<field>
			<name>_preferencesCompanyWide</name>
			<comment><![CDATA[<code>True</code> if preferences are shared across the entire company.]]></comment>
		</field>
		<field>
			<name>_preferencesOwnedByGroup</name>
			<comment><![CDATA[<code>True</code> if preferences are owned by the group when the portlet is shown in a group layout. <code>False</code> if preferences are owned by the user at all times.]]></comment>
		</field>
		<field>
			<name>_preferencesUniquePerLayout</name>
			<comment><![CDATA[<code>True</code> if preferences are unique per layout.]]></comment>
		</field>
		<field>
			<name>_preferencesValidator</name>
			<comment><![CDATA[The name of the preferences validator class of the portlet.]]></comment>
		</field>
		<field>
			<name>_privateRequestAttributes</name>
			<comment><![CDATA[<code>True</code> if the portlet does not share request attributes with the portal or portlets from another WAR.]]></comment>
		</field>
		<field>
			<name>_privateSessionAttributes</name>
			<comment><![CDATA[<code>True</code> if the portlet does not share session attributes with the portal.]]></comment>
		</field>
		<field>
			<name>_processingEvents</name>
			<comment><![CDATA[The supported processing events of the portlet.]]></comment>
		</field>
		<field>
			<name>_processingEventsByQName</name>
			<comment><![CDATA[Map of the supported processing events of the portlet keyed by the QName.]]></comment>
		</field>
		<field>
			<name>_publicRenderParameters</name>
			<comment><![CDATA[The supported public render parameters of the portlet.]]></comment>
		</field>
		<field>
			<name>_publicRenderParametersByIdentifier</name>
			<comment><![CDATA[Map of the supported public render parameters of the portlet keyed by the identifier.]]></comment>
		</field>
		<field>
			<name>_publicRenderParametersByQName</name>
			<comment><![CDATA[Map of the supported public render parameters of the portlet keyed by the QName.]]></comment>
		</field>
		<field>
			<name>_publishingEvents</name>
			<comment><![CDATA[The supported publishing events of the portlet.]]></comment>
		</field>
		<field>
			<name>_remoteable</name>
			<comment><![CDATA[<code>True</code> if the portlet supports remoting.]]></comment>
		</field>
		<field>
			<name>_renderTimeout</name>
			<comment><![CDATA[The render timeout of the portlet.]]></comment>
		</field>
		<field>
			<name>_renderWeight</name>
			<comment><![CDATA[Render weight of the portlet.]]></comment>
		</field>
		<field>
			<name>_resourceBundle</name>
			<comment><![CDATA[The resource bundle of the portlet.]]></comment>
		</field>
		<field>
			<name>_restoreCurrentView</name>
			<comment><![CDATA[<code>True</code> if the portlet restores to the current view from the maximized state.]]></comment>
		</field>
		<field>
			<name>_roleMappers</name>
			<comment><![CDATA[The role mappers of the portlet.]]></comment>
		</field>
		<field>
			<name>_rolesArray</name>
			<comment><![CDATA[An array of required roles of the portlet.]]></comment>
		</field>
		<field>
			<name>_rootPortlet</name>
			<comment><![CDATA[The root portlet of this portlet instance.]]></comment>
		</field>
		<field>
			<name>_schedulerEntries</name>
			<comment><![CDATA[The scheduler entries of the portlet.]]></comment>
		</field>
		<field>
			<name>_scopeable</name>
			<comment><![CDATA[<code>True</code> if the portlet supports scoping of data.]]></comment>
		</field>
		<field>
			<name>_showPortletAccessDenied</name>
			<comment><![CDATA[<code>True</code> if users are shown that they do not have access to the portlet.]]></comment>
		</field>
		<field>
			<name>_showPortletInactive</name>
			<comment><![CDATA[<code>True</code> if users are shown that the portlet is inactive.]]></comment>
		</field>
		<field>
			<name>_socialActivityInterpreterClass</name>
			<comment><![CDATA[The name of the social activity interpreter class of the portlet.]]></comment>
		</field>
		<field>
			<name>_socialRequestInterpreterClass</name>
			<comment><![CDATA[The name of the social request interpreter class of the portlet.]]></comment>
		</field>
		<field>
			<name>_staticPortlet</name>
			<comment><![CDATA[<code>True</code> if the portlet is a static portlet that is cannot be moved.]]></comment>
		</field>
		<field>
			<name>_staticPortletStart</name>
			<comment><![CDATA[<code>True</code> if the portlet is a static portlet at the start of a list of portlets.]]></comment>
		</field>
		<field>
			<name>_strutsPath</name>
			<comment><![CDATA[The struts path of the portlet.]]></comment>
		</field>
		<field>
			<name>_supportedLocales</name>
			<comment><![CDATA[The supported locales of the portlet.]]></comment>
		</field>
		<field>
			<name>_system</name>
			<comment><![CDATA[<code>True</code> if the portlet is a system portlet that a user cannot manually add to their page.]]></comment>
		</field>
		<field>
			<name>_timestamp</name>
			<comment><![CDATA[The timestamp of the portlet.]]></comment>
		</field>
		<field>
			<name>_undeployedPortlet</name>
			<comment><![CDATA[<code>True</code> if the portlet is an undeployed portlet.]]></comment>
		</field>
		<field>
			<name>_unlinkedRoles</name>
			<comment><![CDATA[The unlinked roles of the portlet.]]></comment>
		</field>
		<field>
			<name>_urlEncoderClass</name>
			<comment><![CDATA[The name of the URL encoder class of the portlet.]]></comment>
		</field>
		<field>
			<name>_useDefaultTemplate</name>
			<comment><![CDATA[<code>True</code> if the portlet uses the default template.]]></comment>
		</field>
		<field>
			<name>_userPrincipalStrategy</name>
			<comment><![CDATA[The user principal strategy of the portlet.]]></comment>
		</field>
		<field>
			<name>_virtualPath</name>
			<comment><![CDATA[The virtual path of the portlet.]]></comment>
		</field>
		<field>
			<name>_webDAVStorageClass</name>
			<comment><![CDATA[The name of the WebDAV storage class of the portlet.]]></comment>
		</field>
		<field>
			<name>_webDAVStorageToken</name>
			<comment><![CDATA[The name of the WebDAV storage token of the portlet.]]></comment>
		</field>
		<field>
			<name>_windowStates</name>
			<comment><![CDATA[The window states of the portlet.]]></comment>
		</field>
		<field>
			<name>_workflowHandlerClasses</name>
			<comment><![CDATA[The names of the classes that represents workflow handlers associated with the portlet.]]></comment>
		</field>
		<field>
			<name>_xmlRpcMethodClass</name>
			<comment><![CDATA[The name of the XML-RPC method class of the portlet.]]></comment>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletItemImpl</name>
		<type>com.liferay.portal.model.impl.PortletItemImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletItemImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletPreferencesImpl</name>
		<type>com.liferay.portal.model.impl.PortletPreferencesImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletPreferencesImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletURLListenerImpl</name>
		<type>com.liferay.portal.model.impl.PortletURLListenerImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletURLListenerImpl</name>
			<param>
				<name>listenerClass</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletApp</name>
				<type>com.liferay.portal.model.PortletApp</type>
			</param>
		</method>
		<method>
			<name>getListenerClass</name>
		</method>
		<method>
			<name>getPortletApp</name>
		</method>
		<method>
			<name>setListenerClass</name>
			<param>
				<name>listenerClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletApp</name>
			<param>
				<name>portletApp</name>
				<type>com.liferay.portal.model.PortletApp</type>
			</param>
		</method>
		<field>
			<name>_listenerClass</name>
		</field>
		<field>
			<name>_portletApp</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PublicRenderParameterImpl</name>
		<type>com.liferay.portal.model.impl.PublicRenderParameterImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PublicRenderParameterImpl</name>
			<param>
				<name>identifier</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
			<param>
				<name>portletApp</name>
				<type>com.liferay.portal.model.PortletApp</type>
			</param>
		</method>
		<method>
			<name>getIdentifier</name>
		</method>
		<method>
			<name>getPortletApp</name>
		</method>
		<method>
			<name>getQName</name>
		</method>
		<method>
			<name>setIdentifier</name>
			<param>
				<name>identifier</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletApp</name>
			<param>
				<name>portletApp</name>
				<type>com.liferay.portal.model.PortletApp</type>
			</param>
		</method>
		<method>
			<name>setQName</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<field>
			<name>_identifier</name>
		</field>
		<field>
			<name>_portletApp</name>
		</field>
		<field>
			<name>_qName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RegionImpl</name>
		<type>com.liferay.portal.model.impl.RegionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RegionImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ReleaseImpl</name>
		<type>com.liferay.portal.model.impl.ReleaseImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ReleaseImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>RepositoryEntryImpl</name>
		<type>com.liferay.portal.model.impl.RepositoryEntryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RepositoryEntryImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>RepositoryImpl</name>
		<type>com.liferay.portal.model.impl.RepositoryImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>RepositoryImpl</name>
		</method>
		<method>
			<name>getTypeSettings</name>
		</method>
		<method>
			<name>getTypeSettingsProperties</name>
		</method>
		<method>
			<name>setTypeSettings</name>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTypeSettingsProperties</name>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
		</method>
		<field>
			<name>_typeSettingsProperties</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourceActionImpl</name>
		<type>com.liferay.portal.model.impl.ResourceActionImpl</type>
		<comment><![CDATA[Maps actions on resources to the bitwise values stored in resource permissions.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<see><![CDATA[ResourcePermissionImpl]]></see>
		<method>
			<name>ResourceActionImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ResourceBlockImpl</name>
		<type>com.liferay.portal.model.impl.ResourceBlockImpl</type>
		<comment><![CDATA[Represents a set of resources of one type that all share the same permissions. This means that if a user can access one resource in a resource block, they can access all of them.

<p>
Resource blocks can only contain sets of resources that are all the same type and in the same group. The first constraint is necessary because bitwise action IDs do not always represent the same action between resource types. For instance, the EDIT action could have the bitwise value 2 for bookmark entries, and the value 16 for blog entries. Consequently, even if two resources of different types share the same permissions on the bitwise level, a user does not necessarily have permission to perform the same actions on both.
</p>

<p>
The second constraint is required because users can have different roles in different groups. If resources from different groups were contained in the same resource block, it would be impossible to check permissions properly when loading resources from multiple groups simultaneously. A user could have access to a certain resource block in one group, but not in another.
</p>

<p>
The type of resource a resource block contains is specified by the <code>name</code> attribute, which must be the fully qualified class name of a model (such as a blog entry).
</p>

<p>
The <code>permissionsHash</code> attribute holds a hashed representation of the permissions shared by all the resources contained in the block. When the permissions on an individual resource are changed, a new permissions hash is calculated for it, and the database is checked to determine if a resource block already exists with that hash. If one exists, the resource is moved into that block; otherwise a new block is created.
</p>

<p>
The <code>referenceCount</code> attribute stores the number of resources in the resource block, meaning those resources whose <code>resourceBlockId</code> is set to the primary key of this resource block. If <code>referenceCount</code> reaches zero, the resource block is no longer needed and may be safely deleted. To ensure that this reference count remains accurate, resources must always call {@link com.liferay.portal.service.impl.ResourceLocalServiceImpl#deleteResource} when a resource is deleted.
</p>]]></comment>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>ResourceBlockImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ResourceBlockPermissionImpl</name>
		<type>com.liferay.portal.model.impl.ResourceBlockPermissionImpl</type>
		<comment><![CDATA[Stores the actions a role is permitted to perform on the resources in a resource block.

<p>
The <code>actionIds</code> attribute stores the bitwise IDs of all the actions allowed by this permission.
</p>]]></comment>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>ResourceBlockPermissionImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ResourceCodeImpl</name>
		<type>com.liferay.portal.model.impl.ResourceCodeImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ResourceCodeImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ResourceImpl</name>
		<type>com.liferay.portal.model.impl.ResourceImpl</type>
		<comment><![CDATA[Represents a permissionable resource in permissions versions &lt; 6.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ResourceImpl</name>
		</method>
		<method>
			<name>getCompanyId</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getName</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getScope</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setScope</name>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_scope</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourcePermissionImpl</name>
		<type>com.liferay.portal.model.impl.ResourcePermissionImpl</type>
		<comment><![CDATA[Stores the permissions assigned to roles under permissions version 6. A resource permission gives a role the ability to perform a set of actions on certain resources.

<p>
The type of resource a permission applies to is specified by the <code>name</code> attribute. It will either be the numeric ID of a portlet, or the fully qualified class name of a model (such as a layout or document library folder).
</p>

<p>
These permissions can apply in one of four scopes: company, group, group-template, or individual. The scope of a permission determines how broadly it applies to resources in the portal. Company scope is the broadest, and grants a user with the role permissions for every resource of the type within the company. Likewise, group scope gives users with the role permissions for every resource within the specified group, and individual scope only applies to a single resource of the type. Group-template scope is similar to group scope, except that it does not automatically apply to a specific group. A user must be a member of a group (generally either a site or an organization), and they must have been given the role within that group before they are granted its permissions.
</p>

<p>
Note: Lacking permission to perform an action on a resource at one scope does not necessarily mean that a role does not have permission to perform that action. For instance, a message boards moderator role will not have individual scope permissions to edit every post, but it will have edit permissions at the group or company level, which is sufficient. Every scope must be checked.
</p>

<p>
The scope of the resource permission also determines the meaning of the <code>primKey</code> attribute. Its different uses are listed below:
</p>

<ul>
<li>
Company scope - <code>primKey</code> is the primary key of the company
</li>
<li>
Group scope - <code>primKey</code> is the primary key of the group the
permission applies within
</li>
<li>
Group-template scope - <code>primKey</code> is always <code>0</code>
</li>
<li>
Individual scope - If the permission applies to a model instance,
<code>primkey</code> will be the primary key of the instance. If the
permission is for a portlet, <code>primKey</code> will contain the primary
key of the layout containing the portlet, followed by &quot;_LAYOUT_&quot;
and the portlet ID. The instance ID will also be present for instanceable
portlets, preceded by &quot;_INSTANCE_&quot;.
</li>
</ul>

<p>
The <code>actionIds</code> attribute stores the bitwise IDs of all the actions allowed by this permission.
</p>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<see><![CDATA[ResourceActionImpl]]></see>
		<method>
			<name>ResourcePermissionImpl</name>
		</method>
		<method>
			<name>hasActionId</name>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ResourceTypePermissionImpl</name>
		<type>com.liferay.portal.model.impl.ResourceTypePermissionImpl</type>
		<comment><![CDATA[Stores the actions a role has permission to perform on all resources of the type within the group/company.

<p>
Resource type permissions can exist at either company or group scope. They are roughly equivalent to resource permissions with company, group, or group-template scope. However, resource type permissions make no distinction between company and group-template scope, storing both as company scope permissions. The reason for this simplification is that regular roles cannot have group-template scope permissions, and site/organization roles can only have group-template scope permissions. Therefore, resource type permissions depend on the type of their associated role to distinguish between the two scopes.
</p>

<p>
Do not confuse resource type permissions with resource block permissions; they serve very different purposes. Resource block permissions store the permissions on a single resource block, and are simply a representation of who can do what to the resources within the block. Resource type permissions grant permissions to perform actions on all resources of a type within a group or company. Any permissions granted to a role with a resource type permission are automatically added to all the resource blocks for that resource type within the group/company.
</p>

<p>
For example, if a company scope resource type permission is granted to a role to edit blog entries, all the resource blocks within the company for blog entries are modified to grant the role permission to edit the blog entries they contain. Thus, granting and revoking resource type permissions will also cause those same permissions to be granted/revoked at the resource block permission level.
</p>

<p>
Copying permissions from the company and group scope to the resource block scope eliminates the need to check multiple scopes when determining if a role has permission to perform an action on a resource. All the necessary information is cached at the most granular level.
</p>

<p>
Rather than using a separate &quot;scope&quot; attribute as {@linkplain ResourcePermissionImpl resource permissions} do, company scope resource type permissions simply have a <code>groupId</code> of <code>0</code>
</p>

<p>
The type of resource the permission grants access to is specified by the <code>name</code> attribute, which must be the fully qualified class name of a model (such as a blog entry).
</p>

<p>
The <code>actionIds</code> attribute stores the bitwise IDs of all the actions allowed by this permission.
</p>]]></comment>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>isCompanyScope</name>
		</method>
		<method>
			<name>isGroupScope</name>
		</method>
	</javadoc>
	<javadoc>
		<name>RoleImpl</name>
		<type>com.liferay.portal.model.impl.RoleImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>RoleImpl</name>
		</method>
		<method>
			<name>getDescriptiveName</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>useDefault</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getTypeLabel</name>
		</method>
		<method>
			<name>isTeam</name>
		</method>
		<method>
			<name>hasClassName</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServiceComponentImpl</name>
		<type>com.liferay.portal.model.impl.ServiceComponentImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ServiceComponentImpl</name>
		</method>
		<method>
			<name>getIndexesSQL</name>
		</method>
		<method>
			<name>getSequencesSQL</name>
		</method>
		<method>
			<name>getTablesSQL</name>
		</method>
		<method>
			<name>setData</name>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getData</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getDataEl</name>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_dataEl</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShardImpl</name>
		<type>com.liferay.portal.model.impl.ShardImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ShardImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>SubscriptionImpl</name>
		<type>com.liferay.portal.model.impl.SubscriptionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SubscriptionImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>TeamImpl</name>
		<type>com.liferay.portal.model.impl.TeamImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TeamImpl</name>
		</method>
		<method>
			<name>getRole</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ThemeImpl</name>
		<type>com.liferay.portal.model.impl.ThemeImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getDefaultRegularThemeId</name>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>getDefaultRegularThemeId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultWapThemeId</name>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>getDefaultWapThemeId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>ThemeImpl</name>
		</method>
		<method>
			<name>ThemeImpl</name>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ThemeImpl</name>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addSetting</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>configurable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>options</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>theme</name>
				<type>com.liferay.portal.model.Theme</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getColorSchemes</name>
		</method>
		<method>
			<name>getColorSchemesMap</name>
		</method>
		<method>
			<name>getConfigurableSettings</name>
		</method>
		<method>
			<name>getContextPath</name>
		</method>
		<method>
			<name>getCssPath</name>
		</method>
		<method>
			<name>getDevice</name>
		</method>
		<method>
			<name>getFreeMarkerTemplateLoader</name>
		</method>
		<method>
			<name>getImagesPath</name>
		</method>
		<method>
			<name>getJavaScriptPath</name>
		</method>
		<method>
			<name>getLoadFromServletContext</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getPluginId</name>
		</method>
		<method>
			<name>getPluginType</name>
		</method>
		<method>
			<name>getResourcePath</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRootPath</name>
		</method>
		<method>
			<name>getServletContextName</name>
		</method>
		<method>
			<name>getSetting</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSettingOptions</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSettings</name>
		</method>
		<method>
			<name>getSettingsProperties</name>
		</method>
		<method>
			<name>getSpriteImage</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStaticResourcePath</name>
		</method>
		<method>
			<name>getTemplateExtension</name>
		</method>
		<method>
			<name>getTemplatesPath</name>
		</method>
		<method>
			<name>getThemeCompanyLimit</name>
		</method>
		<method>
			<name>getThemeGroupLimit</name>
		</method>
		<method>
			<name>getThemeId</name>
		</method>
		<method>
			<name>getTimestamp</name>
		</method>
		<method>
			<name>getVelocityResourceListener</name>
		</method>
		<method>
			<name>getVirtualPath</name>
		</method>
		<method>
			<name>getWapTheme</name>
		</method>
		<method>
			<name>getWARFile</name>
		</method>
		<method>
			<name>hasColorSchemes</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>isCompanyAvailable</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isGroupAvailable</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isLoadFromServletContext</name>
		</method>
		<method>
			<name>isWapTheme</name>
		</method>
		<method>
			<name>isWARFile</name>
		</method>
		<method>
			<name>resourceExists</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setCssPath</name>
			<param>
				<name>cssPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setImagesPath</name>
			<param>
				<name>imagesPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setJavaScriptPath</name>
			<param>
				<name>javaScriptPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLoadFromServletContext</name>
			<param>
				<name>loadFromServletContext</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRootPath</name>
			<param>
				<name>rootPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setServletContextName</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSetting</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSpriteImages</name>
			<param>
				<name>spriteFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>spriteProperties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>setTemplateExtension</name>
			<param>
				<name>templateExtension</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTemplatesPath</name>
			<param>
				<name>templatesPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setThemeCompanyLimit</name>
			<param>
				<name>themeCompanyLimit</name>
				<type>com.liferay.portal.theme.ThemeCompanyLimit</type>
			</param>
		</method>
		<method>
			<name>setThemeGroupLimit</name>
			<param>
				<name>themeGroupLimit</name>
				<type>com.liferay.portal.theme.ThemeGroupLimit</type>
			</param>
		</method>
		<method>
			<name>setTimestamp</name>
			<param>
				<name>timestamp</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setVirtualPath</name>
			<param>
				<name>virtualPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setWapTheme</name>
			<param>
				<name>wapTheme</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>isAvailable</name>
			<param>
				<name>limit</name>
				<type>com.liferay.portal.theme.ThemeCompanyLimit</type>
			</param>
			<param>
				<name>id</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_colorSchemesMap</name>
		</field>
		<field>
			<name>_cssPath</name>
		</field>
		<field>
			<name>_imagesPath</name>
		</field>
		<field>
			<name>_javaScriptPath</name>
		</field>
		<field>
			<name>_loadFromServletContext</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_resourceExistsMap</name>
		</field>
		<field>
			<name>_resourcePathsMap</name>
		</field>
		<field>
			<name>_rootPath</name>
		</field>
		<field>
			<name>_servletContextName</name>
		</field>
		<field>
			<name>_spriteImagesMap</name>
		</field>
		<field>
			<name>_templateExtension</name>
		</field>
		<field>
			<name>_templatesPath</name>
		</field>
		<field>
			<name>_themeCompanyLimit</name>
		</field>
		<field>
			<name>_themeGroupLimit</name>
		</field>
		<field>
			<name>_themeId</name>
		</field>
		<field>
			<name>_themeSettingsMap</name>
		</field>
		<field>
			<name>_timestamp</name>
		</field>
		<field>
			<name>_virtualPath</name>
		</field>
		<field>
			<name>_wapTheme</name>
		</field>
		<field>
			<name>_warFile</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThemeSettingImpl</name>
		<type>com.liferay.portal.model.impl.ThemeSettingImpl</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>namespaceProperty</name>
			<param>
				<name>device</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>namespaceProperty</name>
			<param>
				<name>device</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ThemeSettingImpl</name>
			<param>
				<name>configurable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>options</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOptions</name>
		</method>
		<method>
			<name>getScript</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>isConfigurable</name>
		</method>
		<method>
			<name>setConfigurable</name>
			<param>
				<name>configurable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setOptions</name>
			<param>
				<name>options</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>setScript</name>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setType</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_PROPERTY_NAMESPACE</name>
		</field>
		<field>
			<name>_configurable</name>
		</field>
		<field>
			<name>_options</name>
		</field>
		<field>
			<name>_script</name>
		</field>
		<field>
			<name>_type</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TicketImpl</name>
		<type>com.liferay.portal.model.impl.TicketImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TicketImpl</name>
		</method>
		<method>
			<name>isExpired</name>
		</method>
	</javadoc>
	<javadoc>
		<name>UserGroupGroupRoleImpl</name>
		<type>com.liferay.portal.model.impl.UserGroupGroupRoleImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserGroupGroupRoleImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>UserGroupImpl</name>
		<type>com.liferay.portal.model.impl.UserGroupImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>UserGroupImpl</name>
		</method>
		<method>
			<name>getGroup</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPrivateLayoutsPageCount</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPublicLayoutsPageCount</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasPrivateLayouts</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasPublicLayouts</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UserGroupRoleImpl</name>
		<type>com.liferay.portal.model.impl.UserGroupRoleImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserGroupRoleImpl</name>
		</method>
		<method>
			<name>getGroup</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRole</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUser</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UserIdMapperImpl</name>
		<type>com.liferay.portal.model.impl.UserIdMapperImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserIdMapperImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>UserImpl</name>
		<type>com.liferay.portal.model.impl.UserImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<method>
			<name>UserImpl</name>
		</method>
		<method>
			<name>getAddresses</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBirthday</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyMx</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getContact</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDigest</name>
		</method>
		<method>
			<name>getDigest</name>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDisplayEmailAddress</name>
		</method>
		<method>
			<name>getDisplayURL</name>
			<param>
				<name>portalURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mainPath</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDisplayURL</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEmailAddresses</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFemale</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFullName</name>
		</method>
		<method>
			<name>getGroup</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupId</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupIds</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroups</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLocale</name>
		</method>
		<method>
			<name>getLogin</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMale</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMySites</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMySites</name>
			<param>
				<name>includeControlPanel</name>
				<type>boolean</type>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMySites</name>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMySites</name>
			<param>
				<name>classNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeControlPanel</name>
				<type>boolean</type>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMySites</name>
			<param>
				<name>classNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrganizationIds</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrganizationIds</name>
			<param>
				<name>includeAdministrative</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrganizations</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrganizations</name>
			<param>
				<name>includeAdministrative</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPasswordModified</name>
		</method>
		<method>
			<name>getPasswordPolicy</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPasswordUnencrypted</name>
		</method>
		<method>
			<name>getPhones</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortraitURL</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPrivateLayoutsPageCount</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPublicLayoutsPageCount</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getReminderQueryQuestions</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRoleIds</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRoles</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTeamIds</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTeams</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTimeZone</name>
		</method>
		<method>
			<name>getUserGroupIds</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserGroups</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getWebsites</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasCompanyMx</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasCompanyMx</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasMySites</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasOrganization</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasPrivateLayouts</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasPublicLayouts</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasReminderQuery</name>
		</method>
		<method>
			<name>isActive</name>
		</method>
		<method>
			<name>isFemale</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isMale</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isPasswordModified</name>
		</method>
		<method>
			<name>setLanguageId</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPasswordModified</name>
			<param>
				<name>passwordModified</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setPasswordUnencrypted</name>
			<param>
				<name>passwordUnencrypted</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTimeZoneId</name>
			<param>
				<name>timeZoneId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_locale</name>
		</field>
		<field>
			<name>_passwordModified</name>
		</field>
		<field>
			<name>_passwordPolicy</name>
		</field>
		<field>
			<name>_passwordUnencrypted</name>
		</field>
		<field>
			<name>_timeZone</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserNotificationEventImpl</name>
		<type>com.liferay.portal.model.impl.UserNotificationEventImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserNotificationEventImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>UserTrackerImpl</name>
		<type>com.liferay.portal.model.impl.UserTrackerImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserTrackerImpl</name>
		</method>
		<method>
			<name>addPath</name>
			<param>
				<name>path</name>
				<type>com.liferay.portal.model.UserTrackerPath</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>userTracker</name>
				<type>com.liferay.portal.model.UserTracker</type>
			</param>
		</method>
		<method>
			<name>getEmailAddress</name>
		</method>
		<method>
			<name>getFullName</name>
		</method>
		<method>
			<name>getHits</name>
		</method>
		<method>
			<name>getPaths</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_emailAddress</name>
		</field>
		<field>
			<name>_fullName</name>
		</field>
		<field>
			<name>_paths</name>
		</field>
		<field>
			<name>_user</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserTrackerPathImpl</name>
		<type>com.liferay.portal.model.impl.UserTrackerPathImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserTrackerPathImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>VirtualHostImpl</name>
		<type>com.liferay.portal.model.impl.VirtualHostImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>VirtualHostImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>VirtualLayout</name>
		<type>com.liferay.portal.model.impl.VirtualLayout</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>VirtualLayout</name>
			<param>
				<name>sourceLayout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>targetGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
		</method>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>getFriendlyURL</name>
		</method>
		<method>
			<name>getGroup</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getHostGroup</name>
		</method>
		<method>
			<name>getLayoutSet</name>
		</method>
		<method>
			<name>getRegularURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getResetLayoutURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getResetMaxStateURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSourceGroupId</name>
		</method>
		<method>
			<name>getSourceLayout</name>
		</method>
		<method>
			<name>getVirtualGroupId</name>
		</method>
		<method>
			<name>injectVirtualGroupURL</name>
			<param>
				<name>layoutURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_sourceLayout</name>
		</field>
		<field>
			<name>_targetGroup</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WebDAVPropsImpl</name>
		<type>com.liferay.portal.model.impl.WebDAVPropsImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>WebDAVPropsImpl</name>
		</method>
		<method>
			<name>addProp</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addProp</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getProps</name>
		</method>
		<method>
			<name>getPropsSet</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getText</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>removeProp</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>store</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getPropsDocument</name>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>_removeExisting</name>
			<param>
				<name>qname</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_PROPS</name>
		</field>
		<field>
			<name>_document</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WebsiteImpl</name>
		<type>com.liferay.portal.model.impl.WebsiteImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>WebsiteImpl</name>
		</method>
		<method>
			<name>getType</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowDefinitionLinkImpl</name>
		<type>com.liferay.portal.model.impl.WorkflowDefinitionLinkImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>WorkflowDefinitionLinkImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowInstanceLinkImpl</name>
		<type>com.liferay.portal.model.impl.WorkflowInstanceLinkImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>WorkflowInstanceLinkImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>LogBridge</name>
		<type>com.liferay.portal.module.framework.LogBridge</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addingService</name>
			<param>
				<name>serviceReference</name>
				<type>org.osgi.framework.ServiceReference</type>
			</param>
		</method>
		<method>
			<name>logged</name>
			<param>
				<name>logEntry</name>
				<type>org.osgi.service.log.LogEntry</type>
			</param>
		</method>
		<method>
			<name>modifiedService</name>
			<param>
				<name>serviceReference</name>
				<type>org.osgi.framework.ServiceReference</type>
			</param>
			<param>
				<name>logReaderService</name>
				<type>org.osgi.service.log.LogReaderService</type>
			</param>
		</method>
		<method>
			<name>removedService</name>
			<param>
				<name>serviceReference</name>
				<type>org.osgi.framework.ServiceReference</type>
			</param>
			<param>
				<name>logReaderService</name>
				<type>org.osgi.service.log.LogReaderService</type>
			</param>
		</method>
		<method>
			<name>start</name>
			<param>
				<name>bundleContext</name>
				<type>org.osgi.framework.BundleContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>stop</name>
			<param>
				<name>bundleContext</name>
				<type>org.osgi.framework.BundleContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_bundleContext</name>
		</field>
		<field>
			<name>_serviceTracker</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ModuleFrameworkConstants</name>
		<type>com.liferay.portal.module.framework.ModuleFrameworkConstants</type>
		<author><![CDATA[Raymond Augé]]></author>
		<field>
			<name>BEAN_ID</name>
		</field>
		<field>
			<name>ORIGINAL_BEAN</name>
		</field>
		<field>
			<name>OSGI_BUNDLE</name>
		</field>
		<field>
			<name>OSGI_BUNDLECONTEXT</name>
		</field>
		<field>
			<name>SERVICE_VENDOR</name>
		</field>
		<field>
			<name>WEB_CONTEXTPATH</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ModuleFrameworkException</name>
		<type>com.liferay.portal.module.framework.ModuleFrameworkException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ModuleFrameworkException</name>
		</method>
		<method>
			<name>ModuleFrameworkException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ModuleFrameworkException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ModuleFrameworkException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ModuleFrameworkUtil</name>
		<type>com.liferay.portal.module.framework.ModuleFrameworkUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addBundle</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>addBundle</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getFramework</name>
		</method>
		<method>
			<name>getState</name>
			<param>
				<name>bundleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>registerContext</name>
			<param>
				<name>context</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setBundleStartLevel</name>
			<param>
				<name>bundleId</name>
				<type>long</type>
			</param>
			<param>
				<name>startLevel</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>startBundle</name>
			<param>
				<name>bundleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>startBundle</name>
			<param>
				<name>bundleId</name>
				<type>long</type>
			</param>
			<param>
				<name>options</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>startFramework</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>startRuntime</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>stopBundle</name>
			<param>
				<name>bundleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>stopBundle</name>
			<param>
				<name>bundleId</name>
				<type>long</type>
			</param>
			<param>
				<name>options</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>stopFramework</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>stopRuntime</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>uninstallBundle</name>
			<param>
				<name>bundleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>updateBundle</name>
			<param>
				<name>bundleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>updateBundle</name>
			<param>
				<name>bundleId</name>
				<type>long</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>ModuleFrameworkUtil</name>
		</method>
		<method>
			<name>_addBundle</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>_buildProperties</name>
		</method>
		<method>
			<name>_checkPermission</name>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>_getBundle</name>
			<param>
				<name>bundleId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>_getBundleExportPackages</name>
			<param>
				<name>bundleSymbolicNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>packages</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getFramework</name>
		</method>
		<method>
			<name>_getInterfaces</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>_getState</name>
			<param>
				<name>bundleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>_registerApplicationContext</name>
			<param>
				<name>applicationContext</name>
				<type>org.springframework.context.ApplicationContext</type>
			</param>
		</method>
		<method>
			<name>_registerContext</name>
			<param>
				<name>context</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>_registerService</name>
			<param>
				<name>bundleContext</name>
				<type>org.osgi.framework.BundleContext</type>
			</param>
			<param>
				<name>beanName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>_registerServletContext</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>_setBundleStartLevel</name>
			<param>
				<name>bundleId</name>
				<type>long</type>
			</param>
			<param>
				<name>startLevel</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>_setupLogBridge</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_startBundle</name>
			<param>
				<name>bundleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>_startBundle</name>
			<param>
				<name>bundleId</name>
				<type>long</type>
			</param>
			<param>
				<name>options</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>_startFramework</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_startRuntime</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_stopBundle</name>
			<param>
				<name>bundleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>_stopBundle</name>
			<param>
				<name>bundleId</name>
				<type>long</type>
			</param>
			<param>
				<name>options</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>_stopFramework</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_stopRuntime</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_uninstallBundle</name>
			<param>
				<name>bundleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>_updateBundle</name>
			<param>
				<name>bundleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>_updateBundle</name>
			<param>
				<name>bundleId</name>
				<type>long</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_framework</name>
		</field>
		<field>
			<name>_logBridge</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MonitorNames</name>
		<type>com.liferay.portal.monitoring.MonitorNames</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>PORTAL</name>
		</field>
		<field>
			<name>PORTLET</name>
		</field>
		<field>
			<name>SERVICE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DataSampleThreadLocalManager</name>
		<type>com.liferay.portal.monitoring.jmx.DataSampleThreadLocalManager</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DataSampleThreadLocalManager</name>
		</method>
		<method>
			<name>isMonitoringDataSampleThreadLocal</name>
		</method>
		<method>
			<name>setMonitoringDataSampleThreadLocal</name>
			<param>
				<name>monitoringDataSampleThreadLocal</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DataSampleThreadLocalManagerMBean</name>
		<type>com.liferay.portal.monitoring.jmx.DataSampleThreadLocalManagerMBean</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>isMonitoringDataSampleThreadLocal</name>
		</method>
		<method>
			<name>setMonitoringDataSampleThreadLocal</name>
			<param>
				<name>monitoringDataSampleThreadLocal</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MonitoringProcessorManager</name>
		<type>com.liferay.portal.monitoring.jmx.MonitoringProcessorManager</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getLevel</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNamespaces</name>
		</method>
		<method>
			<name>setLevel</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>levelName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMonitoringProcessor</name>
			<param>
				<name>monitoringProcessor</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringProcessor</type>
			</param>
		</method>
		<field>
			<name>_monitoringProcessor</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MonitoringProcessorManagerMBean</name>
		<type>com.liferay.portal.monitoring.jmx.MonitoringProcessorManagerMBean</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getLevel</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNamespaces</name>
		</method>
		<method>
			<name>setLevel</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>levelName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalManager</name>
		<type>com.liferay.portal.monitoring.jmx.PortalManager</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getAverageTime</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyIds</name>
		</method>
		<method>
			<name>getErrorCount</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTime</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTime</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCount</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getStartTime</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getStartTime</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCount</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCount</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getUptime</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getUptime</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getWebIds</name>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setServerStatistics</name>
			<param>
				<name>serverStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portal.ServerStatistics</type>
			</param>
		</method>
		<method>
			<name>setSummaryStatistics</name>
			<param>
				<name>summaryStatistics</name>
				<type>com.liferay.portal.kernel.monitoring.statistics.SummaryStatistics</type>
			</param>
		</method>
		<field>
			<name>_serverStatistics</name>
		</field>
		<field>
			<name>_summaryStatistics</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalManagerMBean</name>
		<type>com.liferay.portal.monitoring.jmx.PortalManagerMBean</type>
		<author><![CDATA[Karthik Sudarshan]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getCompanyIds</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getUptime</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getUptime</name>
			<param>
				<name>companyWebId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getWebIds</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletManager</name>
		<type>com.liferay.portal.monitoring.jmx.PortletManager</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getAverageTime</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyIds</name>
		</method>
		<method>
			<name>getErrorCount</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTime</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTime</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getPortletIds</name>
		</method>
		<method>
			<name>getRequestCount</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCount</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCount</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getWebIds</name>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletSummaryStatistics</name>
			<param>
				<name>portletSummaryStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.PortletSummaryStatistics</type>
			</param>
		</method>
		<method>
			<name>setServerStatistics</name>
			<param>
				<name>serverStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.ServerStatistics</type>
			</param>
		</method>
		<field>
			<name>_portletSummaryStatistics</name>
		</field>
		<field>
			<name>_serverStatistics</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletManagerMBean</name>
		<type>com.liferay.portal.monitoring.jmx.PortletManagerMBean</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getCompanyIds</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getPortletIds</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getWebIds</name>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ServiceManager</name>
		<type>com.liferay.portal.monitoring.jmx.ServiceManager</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>addMonitoredClass</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addMonitoredMethod</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCount</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTime</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMinTime</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMonitoredClasses</name>
		</method>
		<method>
			<name>getMonitoredMethods</name>
		</method>
		<method>
			<name>getRequestCount</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isActive</name>
		</method>
		<method>
			<name>isPermissiveMode</name>
		</method>
		<method>
			<name>setActive</name>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setPermissiveMode</name>
			<param>
				<name>permissiveMode</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setServerStatistics</name>
			<param>
				<name>serverStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.service.ServerStatistics</type>
			</param>
		</method>
		<method>
			<name>setServiceMonitorAdvice</name>
			<param>
				<name>serviceMonitorAdvice</name>
				<type>com.liferay.portal.monitoring.statistics.service.ServiceMonitorAdvice</type>
			</param>
		</method>
		<field>
			<name>_serverStatistics</name>
		</field>
		<field>
			<name>_serviceMonitorAdvice</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServiceManagerMBean</name>
		<type>com.liferay.portal.monitoring.jmx.ServiceManagerMBean</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>addMonitoredClass</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addMonitoredMethod</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCount</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTime</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMinTime</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMonitoredClasses</name>
		</method>
		<method>
			<name>getMonitoredMethods</name>
		</method>
		<method>
			<name>getRequestCount</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isActive</name>
		</method>
		<method>
			<name>isPermissiveMode</name>
		</method>
		<method>
			<name>setActive</name>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setPermissiveMode</name>
			<param>
				<name>permissiveMode</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MonitoringMessageListener</name>
		<type>com.liferay.portal.monitoring.messaging.MonitoringMessageListener</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setDataSampleProcessor</name>
			<param>
				<name>dataSampleProcessor</name>
				<type>com.liferay.portal.kernel.monitoring.statistics.DataSampleProcessor</type>
			</param>
		</method>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_dataSampleProcessor</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseDataSample</name>
		<type>com.liferay.portal.monitoring.statistics.BaseDataSample</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>capture</name>
			<param>
				<name>requestStatus</name>
				<type>com.liferay.portal.kernel.monitoring.RequestStatus</type>
			</param>
		</method>
		<method>
			<name>getAttributes</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getDuration</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getNamespace</name>
		</method>
		<method>
			<name>getRequestStatus</name>
		</method>
		<method>
			<name>getTimeout</name>
		</method>
		<method>
			<name>getUser</name>
		</method>
		<method>
			<name>prepare</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>attributes</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setDescription</name>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setNamespace</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTimeout</name>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setUser</name>
			<param>
				<name>user</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_attributes</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_description</name>
		</field>
		<field>
			<name>_duration</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_namespace</name>
		</field>
		<field>
			<name>_requestStatus</name>
		</field>
		<field>
			<name>_stopWatch</name>
		</field>
		<field>
			<name>_timeout</name>
		</field>
		<field>
			<name>_user</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CompanyStatistics</name>
		<type>com.liferay.portal.monitoring.statistics.portal.CompanyStatistics</type>
		<author><![CDATA[Rajesh Thiagarajan]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CompanyStatistics</name>
		</method>
		<method>
			<name>CompanyStatistics</name>
			<param>
				<name>companyLocalService</name>
				<type>com.liferay.portal.service.CompanyLocalService</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getMaxTime</name>
		</method>
		<method>
			<name>getMinTime</name>
		</method>
		<method>
			<name>getRequestStatistics</name>
		</method>
		<method>
			<name>getStartTime</name>
		</method>
		<method>
			<name>getUptime</name>
		</method>
		<method>
			<name>getWebId</name>
		</method>
		<method>
			<name>processDataSample</name>
			<param>
				<name>portalRequestDataSample</name>
				<type>com.liferay.portal.monitoring.statistics.portal.PortalRequestDataSample</type>
			</param>
		</method>
		<method>
			<name>reset</name>
		</method>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_maxTime</name>
		</field>
		<field>
			<name>_minTime</name>
		</field>
		<field>
			<name>_requestStatistics</name>
		</field>
		<field>
			<name>_startTime</name>
		</field>
		<field>
			<name>_webId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalRequestDataSample</name>
		<type>com.liferay.portal.monitoring.statistics.portal.PortalRequestDataSample</type>
		<author><![CDATA[Rajesh Thiagarajan]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortalRequestDataSample</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>user</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestURI</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRequestURL</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_requestURL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServerStatistics</name>
		<type>com.liferay.portal.monitoring.statistics.portal.ServerStatistics</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>getCompanyIds</name>
		</method>
		<method>
			<name>getCompanyStatistics</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyStatistics</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyStatisticsSet</name>
		</method>
		<method>
			<name>getWebIds</name>
		</method>
		<method>
			<name>processDataSample</name>
			<param>
				<name>portalRequestDataSample</name>
				<type>com.liferay.portal.monitoring.statistics.portal.PortalRequestDataSample</type>
			</param>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCompanyLocalService</name>
			<param>
				<name>companyLocalService</name>
				<type>com.liferay.portal.service.CompanyLocalService</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_companyLocalService</name>
		</field>
		<field>
			<name>_companyStatisticsByCompanyId</name>
		</field>
		<field>
			<name>_companyStatisticsByWebId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServerSummaryStatistics</name>
		<type>com.liferay.portal.monitoring.statistics.portal.ServerSummaryStatistics</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getAverageTime</name>
		</method>
		<method>
			<name>getAverageTimeByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCount</name>
		</method>
		<method>
			<name>getErrorCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTime</name>
		</method>
		<method>
			<name>getMaxTimeByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTime</name>
		</method>
		<method>
			<name>getMinTimeByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCount</name>
		</method>
		<method>
			<name>getRequestCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCount</name>
		</method>
		<method>
			<name>getSuccessCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCount</name>
		</method>
		<method>
			<name>getTimeoutCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>setServerStatistics</name>
			<param>
				<name>serverStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portal.ServerStatistics</type>
			</param>
		</method>
		<method>
			<name>getRequestStatistics</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestStatistics</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<field>
			<name>_serverStatistics</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ActionRequestSummaryStatistics</name>
		<type>com.liferay.portal.monitoring.statistics.portlet.ActionRequestSummaryStatistics</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getAverageTime</name>
		</method>
		<method>
			<name>getAverageTimeByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCount</name>
		</method>
		<method>
			<name>getErrorCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTime</name>
		</method>
		<method>
			<name>getMaxTimeByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTime</name>
		</method>
		<method>
			<name>getMinTimeByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCount</name>
		</method>
		<method>
			<name>getRequestCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCount</name>
		</method>
		<method>
			<name>getSuccessCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCount</name>
		</method>
		<method>
			<name>getTimeoutCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>setServerStatistics</name>
			<param>
				<name>serverStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.ServerStatistics</type>
			</param>
		</method>
		<method>
			<name>getAverageTimeByCompany</name>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
		</method>
		<method>
			<name>getErrorCountByCompany</name>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
		</method>
		<method>
			<name>getErrorCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByCompany</name>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
		</method>
		<method>
			<name>getRequestCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByCompany</name>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
		</method>
		<method>
			<name>getSuccessCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByCompany</name>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
		</method>
		<method>
			<name>getTimeoutCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<field>
			<name>_serverStatistics</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CompanyStatistics</name>
		<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
		<author><![CDATA[Karthik Sudarshan]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CompanyStatistics</name>
		</method>
		<method>
			<name>CompanyStatistics</name>
			<param>
				<name>companyLocalService</name>
				<type>com.liferay.portal.service.CompanyLocalService</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getActionRequestStatistics</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getActionRequestStatisticsSet</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getEventRequestStatistics</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getEventRequestStatisticsSet</name>
		</method>
		<method>
			<name>getMaxTime</name>
		</method>
		<method>
			<name>getMinTime</name>
		</method>
		<method>
			<name>getPortletIds</name>
		</method>
		<method>
			<name>getRenderRequestStatistics</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRenderRequestStatisticsSet</name>
		</method>
		<method>
			<name>getResourceRequestStatistics</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getResourceRequestStatisticsSet</name>
		</method>
		<method>
			<name>getWebId</name>
		</method>
		<method>
			<name>processDataSample</name>
			<param>
				<name>portletRequestDataSample</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.PortletRequestDataSample</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>reset</name>
		</method>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_maxTime</name>
		</field>
		<field>
			<name>_minTime</name>
		</field>
		<field>
			<name>_portletStatisticsByPortletId</name>
		</field>
		<field>
			<name>_webId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EventRequestSummaryStatistics</name>
		<type>com.liferay.portal.monitoring.statistics.portlet.EventRequestSummaryStatistics</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getAverageTime</name>
		</method>
		<method>
			<name>getAverageTimeByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCount</name>
		</method>
		<method>
			<name>getErrorCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTime</name>
		</method>
		<method>
			<name>getMaxTimeByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTime</name>
		</method>
		<method>
			<name>getMinTimeByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCount</name>
		</method>
		<method>
			<name>getRequestCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCount</name>
		</method>
		<method>
			<name>getSuccessCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCount</name>
		</method>
		<method>
			<name>getTimeoutCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>setServerStatistics</name>
			<param>
				<name>serverStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.ServerStatistics</type>
			</param>
		</method>
		<method>
			<name>getAverageTimeByCompany</name>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
		</method>
		<method>
			<name>getErrorCountByCompany</name>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
		</method>
		<method>
			<name>getErrorCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByCompany</name>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
		</method>
		<method>
			<name>getRequestCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByCompany</name>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
		</method>
		<method>
			<name>getSuccessCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByCompany</name>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
		</method>
		<method>
			<name>getTimeoutCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<field>
			<name>_serverStatistics</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletRequestDataSample</name>
		<type>com.liferay.portal.monitoring.statistics.portlet.PortletRequestDataSample</type>
		<author><![CDATA[Karthik Sudarshan]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletRequestDataSample</name>
			<param>
				<name>requestType</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.PortletRequestType</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
		</method>
		<method>
			<name>getDisplayName</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getRequestType</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_displayName</name>
		</field>
		<field>
			<name>_portletId</name>
		</field>
		<field>
			<name>_requestType</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletRequestType</name>
		<type>com.liferay.portal.monitoring.statistics.portlet.PortletRequestType</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>ACTION</name>
		</field>
		<field>
			<name>EVENT</name>
		</field>
		<field>
			<name>RENDER</name>
		</field>
		<field>
			<name>RESOURCE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletStatistics</name>
		<type>com.liferay.portal.monitoring.statistics.portlet.PortletStatistics</type>
		<author><![CDATA[Karthik Sudarshan]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletStatistics</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getActionRequestStatistics</name>
		</method>
		<method>
			<name>getDisplayName</name>
		</method>
		<method>
			<name>getEventRequestStatistics</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getPortletName</name>
		</method>
		<method>
			<name>getRenderRequestStatistics</name>
		</method>
		<method>
			<name>getResourceRequestStatistics</name>
		</method>
		<method>
			<name>processDataSample</name>
			<param>
				<name>portletRequestDataSample</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.PortletRequestDataSample</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>reset</name>
		</method>
		<field>
			<name>_actionRequestStatistics</name>
		</field>
		<field>
			<name>_displayName</name>
		</field>
		<field>
			<name>_eventRequestStatistics</name>
		</field>
		<field>
			<name>_portletId</name>
		</field>
		<field>
			<name>_portletName</name>
		</field>
		<field>
			<name>_renderRequestStatistics</name>
		</field>
		<field>
			<name>_requestStatistics</name>
		</field>
		<field>
			<name>_resourceRequestStatistics</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletSummaryStatistics</name>
		<type>com.liferay.portal.monitoring.statistics.portlet.PortletSummaryStatistics</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getAverageTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RenderRequestSummaryStatistics</name>
		<type>com.liferay.portal.monitoring.statistics.portlet.RenderRequestSummaryStatistics</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getAverageTime</name>
		</method>
		<method>
			<name>getAverageTimeByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCount</name>
		</method>
		<method>
			<name>getErrorCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTime</name>
		</method>
		<method>
			<name>getMaxTimeByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTime</name>
		</method>
		<method>
			<name>getMinTimeByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCount</name>
		</method>
		<method>
			<name>getRequestCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCount</name>
		</method>
		<method>
			<name>getSuccessCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCount</name>
		</method>
		<method>
			<name>getTimeoutCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>setServerStatistics</name>
			<param>
				<name>serverStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.ServerStatistics</type>
			</param>
		</method>
		<method>
			<name>getAverageTimeByCompany</name>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
		</method>
		<method>
			<name>getErrorCountByCompany</name>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
		</method>
		<method>
			<name>getErrorCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByCompany</name>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
		</method>
		<method>
			<name>getRequestCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByCompany</name>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
		</method>
		<method>
			<name>getSuccessCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByCompany</name>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
		</method>
		<method>
			<name>getTimeoutCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<field>
			<name>_serverStatistics</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourceRequestSummaryStatistics</name>
		<type>com.liferay.portal.monitoring.statistics.portlet.ResourceRequestSummaryStatistics</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getAverageTime</name>
		</method>
		<method>
			<name>getAverageTimeByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getAverageTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCount</name>
		</method>
		<method>
			<name>getErrorCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTime</name>
		</method>
		<method>
			<name>getMaxTimeByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTime</name>
		</method>
		<method>
			<name>getMinTimeByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCount</name>
		</method>
		<method>
			<name>getRequestCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCount</name>
		</method>
		<method>
			<name>getSuccessCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCount</name>
		</method>
		<method>
			<name>getTimeoutCountByCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByCompany</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>setServerStatistics</name>
			<param>
				<name>serverStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.ServerStatistics</type>
			</param>
		</method>
		<method>
			<name>getAverageTimeByCompany</name>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
		</method>
		<method>
			<name>getErrorCountByCompany</name>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
		</method>
		<method>
			<name>getErrorCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getMinTimeByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCountByCompany</name>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
		</method>
		<method>
			<name>getRequestCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getSuccessCountByCompany</name>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
		</method>
		<method>
			<name>getSuccessCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getTimeoutCountByCompany</name>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
		</method>
		<method>
			<name>getTimeoutCountByPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyStatistics</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.CompanyStatistics</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<field>
			<name>_serverStatistics</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServerStatistics</name>
		<type>com.liferay.portal.monitoring.statistics.portlet.ServerStatistics</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>getCompanyIds</name>
		</method>
		<method>
			<name>getCompanyStatistics</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyStatistics</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyStatisticsSet</name>
		</method>
		<method>
			<name>getPortletIds</name>
		</method>
		<method>
			<name>getWebIds</name>
		</method>
		<method>
			<name>processDataSample</name>
			<param>
				<name>portletRequestDataSample</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.PortletRequestDataSample</type>
			</param>
			<throws>
				<name>MonitoringException</name>
				<type>com.liferay.portal.kernel.monitoring.MonitoringException</type>
			</throws>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCompanyLocalService</name>
			<param>
				<name>companyLocalService</name>
				<type>com.liferay.portal.service.CompanyLocalService</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_companyLocalService</name>
		</field>
		<field>
			<name>_companyStatisticsByCompanyId</name>
		</field>
		<field>
			<name>_companyStatisticsByWebId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServerStatistics</name>
		<type>com.liferay.portal.monitoring.statistics.service.ServerStatistics</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getAverageTime</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCount</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTime</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMinTime</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCount</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>processDataSample</name>
			<param>
				<name>serviceRequestDataSample</name>
				<type>com.liferay.portal.monitoring.statistics.service.ServiceRequestDataSample</type>
			</param>
		</method>
		<field>
			<name>_serviceStatistics</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServiceMonitorAdvice</name>
		<type>com.liferay.portal.monitoring.statistics.service.ServiceMonitorAdvice</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getInstance</name>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>addMonitoredClass</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addMonitoredMethod</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>afterReturning</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<param>
				<name>result</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>afterThrowing</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<param>
				<name>throwable</name>
				<type>java.lang.Throwable</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>before</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>duringFinally</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
		</method>
		<method>
			<name>getMonitoredClasses</name>
		</method>
		<method>
			<name>getMonitoredMethods</name>
		</method>
		<method>
			<name>getMonitoringDestinationName</name>
		</method>
		<method>
			<name>isActive</name>
		</method>
		<method>
			<name>isPermissiveMode</name>
		</method>
		<method>
			<name>setActive</name>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setMonitoredClasses</name>
			<param>
				<name>monitoredClasses</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<method>
			<name>setMonitoredMethods</name>
			<param>
				<name>monitoredMethods</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<method>
			<name>setMonitoringDestinationName</name>
			<param>
				<name>monitoringDestinationName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPermissiveMode</name>
			<param>
				<name>permissiveMode</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>isMonitored</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
		</method>
		<field>
			<name>_serviceRequestDataSampleThreadLocal</name>
		</field>
		<field>
			<name>_active</name>
		</field>
		<field>
			<name>_monitoredClasses</name>
		</field>
		<field>
			<name>_monitoredMethods</name>
		</field>
		<field>
			<name>_monitoringDestinationName</name>
		</field>
		<field>
			<name>_permissiveMode</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServiceRequestDataSample</name>
		<type>com.liferay.portal.monitoring.statistics.service.ServiceRequestDataSample</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>ServiceRequestDataSample</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
		</method>
		<method>
			<name>getMethodKey</name>
		</method>
		<field>
			<name>_methodKey</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServiceStatistics</name>
		<type>com.liferay.portal.monitoring.statistics.service.ServiceStatistics</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>ServiceStatistics</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAverageTime</name>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getErrorCount</name>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMaxTime</name>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMinTime</name>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRequestCount</name>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>processDataSample</name>
			<param>
				<name>serviceRequestDataSample</name>
				<type>com.liferay.portal.monitoring.statistics.service.ServiceRequestDataSample</type>
			</param>
		</method>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_methodRequestStatistics</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ChannelHubImpl</name>
		<type>com.liferay.portal.notifications.ChannelHubImpl</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>cleanUp</name>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<param>
				<name>archive</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>archive</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>createChannel</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserNotificiationEvent</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserNotificiationEvents</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>destroy</name>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>destroyChannel</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>fetchChannel</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>fetchChannel</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>createIfAbsent</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>fetchNotificationEvents</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>fetchNotificationEvents</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>flush</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>timestamp</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getChannel</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getChannel</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>createIfAbsent</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getNotificationEvents</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getNotificationEvents</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>flush</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getUserIds</name>
		</method>
		<method>
			<name>registerChannelListener</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>channelListener</name>
				<type>com.liferay.portal.kernel.notifications.ChannelListener</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>removeTransientNotificationEvents</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEvents</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>removeTransientNotificationEventsByUuid</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>sendNotificationEvent</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEvent</name>
				<type>com.liferay.portal.kernel.notifications.NotificationEvent</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>sendNotificationEvents</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEvents</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>setChannelPrototype</name>
			<param>
				<name>channel</name>
				<type>com.liferay.portal.kernel.notifications.Channel</type>
			</param>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>unregisterChannelListener</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>channelListener</name>
				<type>com.liferay.portal.kernel.notifications.ChannelListener</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<field>
			<name>_channel</name>
		</field>
		<field>
			<name>_channels</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ChannelHubManagerImpl</name>
		<type>com.liferay.portal.notifications.ChannelHubManagerImpl</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<param>
				<name>archive</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>archive</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>createChannel</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>createChannelHub</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserNotificiationEvent</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserNotificiationEvents</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>destroyChannel</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>destroyChannelHub</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>fetchChannelHub</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>fetchChannelHub</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>createIfAbsent</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>fetchNotificationEvents</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>flush</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>timestamp</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getChannel</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getChannel</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>createIfAbsent</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getChannelHub</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getChannelHub</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>createIfAbsent</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getNotificationEvents</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getNotificationEvents</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>flush</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>getUserIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>registerChannelListener</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>channelListener</name>
				<type>com.liferay.portal.kernel.notifications.ChannelListener</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>removeTransientNotificationEvents</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEvents</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>removeTransientNotificationEventsByUuid</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>sendNotificationEvent</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEvent</name>
				<type>com.liferay.portal.kernel.notifications.NotificationEvent</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>sendNotificationEvents</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEvents</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>setChannelHubPrototype</name>
			<param>
				<name>channelHub</name>
				<type>com.liferay.portal.kernel.notifications.ChannelHub</type>
			</param>
		</method>
		<method>
			<name>unregisterChannelListener</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>channelListener</name>
				<type>com.liferay.portal.kernel.notifications.ChannelListener</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<field>
			<name>_channelHub</name>
		</field>
		<field>
			<name>_channelHubs</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ChannelImpl</name>
		<type>com.liferay.portal.notifications.ChannelImpl</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jonathan Lee]]></author>
		<method>
			<name>ChannelImpl</name>
		</method>
		<method>
			<name>ChannelImpl</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>usedId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<param>
				<name>archive</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>notificationEventUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>confirmDelivery</name>
			<param>
				<name>notificationEventUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>archive</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserNotificiationEvent</name>
			<param>
				<name>notificationEventUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserNotificiationEvents</name>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
		</method>
		<method>
			<name>flush</name>
			<param>
				<name>timestamp</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getNotificationEvents</name>
			<param>
				<name>flush</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>init</name>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>removeTransientNotificationEvents</name>
			<param>
				<name>notificationEvents</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>removeTransientNotificationEventsByUuid</name>
			<param>
				<name>notificationEventUuids</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>sendNotificationEvent</name>
			<param>
				<name>notificationEvent</name>
				<type>com.liferay.portal.kernel.notifications.NotificationEvent</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>sendNotificationEvents</name>
			<param>
				<name>notificationEvents</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>doCleanUp</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetNotificationEvents</name>
			<param>
				<name>flush</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doInit</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isRemoveNotificationEvent</name>
			<param>
				<name>notificationEvent</name>
				<type>com.liferay.portal.kernel.notifications.NotificationEvent</type>
			</param>
			<param>
				<name>currentTime</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>storeNotificationEvent</name>
			<param>
				<name>notificationEvent</name>
				<type>com.liferay.portal.kernel.notifications.NotificationEvent</type>
			</param>
			<param>
				<name>currentTime</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>_getNotificationEvents</name>
		</method>
		<method>
			<name>_getUnconfirmedNotificationEvents</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_comparator</name>
		</field>
		<field>
			<name>_notificationEvents</name>
		</field>
		<field>
			<name>_reentrantLock</name>
		</field>
		<field>
			<name>_unconfirmedNotificationEvents</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NotificationEventFactoryImpl</name>
		<type>com.liferay.portal.notifications.NotificationEventFactoryImpl</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>createNotificationEvent</name>
			<param>
				<name>timestamp</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>payloadJSONObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>OAuthFactoryImpl</name>
		<type>com.liferay.portal.oauth.OAuthFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>createOAuthManager</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secret</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>accessURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>callbackURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>OAuthException</name>
				<type>com.liferay.portal.kernel.oauth.OAuthException</type>
			</throws>
		</method>
		<method>
			<name>createOAuthRequest</name>
			<param>
				<name>verb</name>
				<type>com.liferay.portal.kernel.oauth.Verb</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>OAuthException</name>
				<type>com.liferay.portal.kernel.oauth.OAuthException</type>
			</throws>
		</method>
		<method>
			<name>createToken</name>
			<param>
				<name>token</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secret</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>OAuthException</name>
				<type>com.liferay.portal.kernel.oauth.OAuthException</type>
			</throws>
		</method>
		<method>
			<name>createVerifier</name>
			<param>
				<name>verifier</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>OAuthException</name>
				<type>com.liferay.portal.kernel.oauth.OAuthException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>OAuthManagerImpl</name>
		<type>com.liferay.portal.oauth.OAuthManagerImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>OAuthManagerImpl</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secret</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>accessURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>callbackURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAccessToken</name>
			<param>
				<name>requestToken</name>
				<type>com.liferay.portal.kernel.oauth.Token</type>
			</param>
			<param>
				<name>verifier</name>
				<type>com.liferay.portal.kernel.oauth.Verifier</type>
			</param>
			<throws>
				<name>OAuthException</name>
				<type>com.liferay.portal.kernel.oauth.OAuthException</type>
			</throws>
		</method>
		<method>
			<name>getRequestToken</name>
			<throws>
				<name>OAuthException</name>
				<type>com.liferay.portal.kernel.oauth.OAuthException</type>
			</throws>
		</method>
		<method>
			<name>getVersion</name>
			<throws>
				<name>OAuthException</name>
				<type>com.liferay.portal.kernel.oauth.OAuthException</type>
			</throws>
		</method>
		<method>
			<name>signRequest</name>
			<param>
				<name>accessToken</name>
				<type>com.liferay.portal.kernel.oauth.Token</type>
			</param>
			<param>
				<name>oAuthRequest</name>
				<type>com.liferay.portal.kernel.oauth.OAuthRequest</type>
			</param>
			<throws>
				<name>OAuthException</name>
				<type>com.liferay.portal.kernel.oauth.OAuthException</type>
			</throws>
		</method>
		<field>
			<name>_oAuthService</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OAuthRequestImpl</name>
		<type>com.liferay.portal.oauth.OAuthRequestImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>OAuthRequestImpl</name>
			<param>
				<name>oAuthRequest</name>
				<type>org.scribe.model.OAuthRequest</type>
			</param>
		</method>
		<method>
			<name>addBodyParameter</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getURL</name>
		</method>
		<method>
			<name>getVerb</name>
		</method>
		<method>
			<name>getWrappedOAuthRequest</name>
		</method>
		<method>
			<name>send</name>
			<throws>
				<name>OAuthException</name>
				<type>com.liferay.portal.kernel.oauth.OAuthException</type>
			</throws>
		</method>
		<field>
			<name>_oAuthRequest</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OAuthResponseImpl</name>
		<type>com.liferay.portal.oauth.OAuthResponseImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>OAuthResponseImpl</name>
			<param>
				<name>response</name>
				<type>org.scribe.model.Response</type>
			</param>
		</method>
		<method>
			<name>getBody</name>
		</method>
		<method>
			<name>getStatus</name>
		</method>
		<method>
			<name>getWrappedOAuthResponse</name>
		</method>
		<field>
			<name>_response</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TokenImpl</name>
		<type>com.liferay.portal.oauth.TokenImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TokenImpl</name>
			<param>
				<name>token</name>
				<type>org.scribe.model.Token</type>
			</param>
		</method>
		<method>
			<name>getSecret</name>
		</method>
		<method>
			<name>getToken</name>
		</method>
		<method>
			<name>getWrappedToken</name>
		</method>
		<field>
			<name>_token</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VerbTranslator</name>
		<type>com.liferay.portal.oauth.VerbTranslator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>translate</name>
			<param>
				<name>verb</name>
				<type>org.scribe.model.Verb</type>
			</param>
		</method>
		<method>
			<name>translate</name>
			<param>
				<name>verb</name>
				<type>com.liferay.portal.kernel.oauth.Verb</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>VerifierImpl</name>
		<type>com.liferay.portal.oauth.VerifierImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>VerifierImpl</name>
			<param>
				<name>verifier</name>
				<type>org.scribe.model.Verifier</type>
			</param>
		</method>
		<method>
			<name>getWrappedVerifier</name>
		</method>
		<field>
			<name>_verifier</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BBCodeItem</name>
		<type>com.liferay.portal.parsers.bbcode.BBCodeItem</type>
		<author><![CDATA[Iliyan Peychev]]></author>
		<method>
			<name>BBCodeItem</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>attribute</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAttribute</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<field>
			<name>_attribute</name>
		</field>
		<field>
			<name>_type</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BBCodeLexer</name>
		<type>com.liferay.portal.parsers.bbcode.BBCodeLexer</type>
		<author><![CDATA[Iliyan Peychev]]></author>
		<method>
			<name>BBCodeLexer</name>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLastIndex</name>
		</method>
		<method>
			<name>getNextBBCodeToken</name>
		</method>
		<field>
			<name>_pattern</name>
		</field>
		<field>
			<name>_matcher</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BBCodeParser</name>
		<type>com.liferay.portal.parsers.bbcode.BBCodeParser</type>
		<author><![CDATA[Iliyan Peychev]]></author>
		<method>
			<name>BBCodeParser</name>
		</method>
		<method>
			<name>parse</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>handleData</name>
			<param>
				<name>bbCodeItems</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>bbCodeLexer</name>
				<type>com.liferay.portal.parsers.bbcode.BBCodeLexer</type>
			</param>
			<param>
				<name>marker</name>
				<type>com.liferay.portal.kernel.util.IntegerWrapper</type>
			</param>
			<param>
				<name>bbCodeToken</name>
				<type>com.liferay.portal.parsers.bbcode.BBCodeToken</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>handleTagEnd</name>
			<param>
				<name>bbCodeItems</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.util.Stack</type>
			</param>
			<param>
				<name>bbCodeToken</name>
				<type>com.liferay.portal.parsers.bbcode.BBCodeToken</type>
			</param>
		</method>
		<method>
			<name>handleTagStart</name>
			<param>
				<name>bbCodeItems</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.util.Stack</type>
			</param>
			<param>
				<name>bbCodeToken</name>
				<type>com.liferay.portal.parsers.bbcode.BBCodeToken</type>
			</param>
		</method>
		<field>
			<name>TYPE_DATA</name>
		</field>
		<field>
			<name>TYPE_TAG_END</name>
		</field>
		<field>
			<name>TYPE_TAG_START</name>
		</field>
		<field>
			<name>TYPE_TAG_START_END</name>
		</field>
		<field>
			<name>_blockElements</name>
		</field>
		<field>
			<name>_inlineElements</name>
		</field>
		<field>
			<name>_selfCloseElements</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BBCodeToken</name>
		<type>com.liferay.portal.parsers.bbcode.BBCodeToken</type>
		<author><![CDATA[Iliyan Peychev]]></author>
		<method>
			<name>BBCodeToken</name>
			<param>
				<name>endTag</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>BBCodeToken</name>
			<param>
				<name>startTag</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>attribute</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>endTag</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getAttribute</name>
		</method>
		<method>
			<name>getEnd</name>
		</method>
		<method>
			<name>getEndTag</name>
		</method>
		<method>
			<name>getStart</name>
		</method>
		<method>
			<name>getStartTag</name>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>attribute</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_attribute</name>
		</field>
		<field>
			<name>_end</name>
		</field>
		<field>
			<name>_endTag</name>
		</field>
		<field>
			<name>_start</name>
		</field>
		<field>
			<name>_startTag</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HtmlBBCodeTranslatorImpl</name>
		<type>com.liferay.portal.parsers.bbcode.HtmlBBCodeTranslatorImpl</type>
		<author><![CDATA[Iliyan Peychev]]></author>
		<method>
			<name>HtmlBBCodeTranslatorImpl</name>
		</method>
		<method>
			<name>getEmoticonDescriptions</name>
		</method>
		<method>
			<name>getEmoticonFiles</name>
		</method>
		<method>
			<name>getEmoticons</name>
		</method>
		<method>
			<name>getEmoticonSymbols</name>
		</method>
		<method>
			<name>getHTML</name>
			<param>
				<name>bbcode</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>parse</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>escapeQuote</name>
			<param>
				<name>quote</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>extractData</name>
			<param>
				<name>bbCodeItems</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>marker</name>
				<type>com.liferay.portal.kernel.util.IntegerWrapper</type>
			</param>
			<param>
				<name>tag</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>consume</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>handleBold</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.util.Stack</type>
			</param>
		</method>
		<method>
			<name>handleCode</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>bbCodeItems</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>marker</name>
				<type>com.liferay.portal.kernel.util.IntegerWrapper</type>
			</param>
		</method>
		<method>
			<name>handleColor</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.util.Stack</type>
			</param>
			<param>
				<name>bbCodeItem</name>
				<type>com.liferay.portal.parsers.bbcode.BBCodeItem</type>
			</param>
		</method>
		<method>
			<name>handleData</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>bbCodeItems</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.util.Stack</type>
			</param>
			<param>
				<name>marker</name>
				<type>com.liferay.portal.kernel.util.IntegerWrapper</type>
			</param>
			<param>
				<name>bbCodeItem</name>
				<type>com.liferay.portal.parsers.bbcode.BBCodeItem</type>
			</param>
		</method>
		<method>
			<name>handleEmail</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>bbCodeItems</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.util.Stack</type>
			</param>
			<param>
				<name>marker</name>
				<type>com.liferay.portal.kernel.util.IntegerWrapper</type>
			</param>
			<param>
				<name>bbCodeItem</name>
				<type>com.liferay.portal.parsers.bbcode.BBCodeItem</type>
			</param>
		</method>
		<method>
			<name>handleFontFamily</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.util.Stack</type>
			</param>
			<param>
				<name>bbCodeItem</name>
				<type>com.liferay.portal.parsers.bbcode.BBCodeItem</type>
			</param>
		</method>
		<method>
			<name>handleFontSize</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.util.Stack</type>
			</param>
			<param>
				<name>bbCodeItem</name>
				<type>com.liferay.portal.parsers.bbcode.BBCodeItem</type>
			</param>
		</method>
		<method>
			<name>handleImage</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>bbCodeItems</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>marker</name>
				<type>com.liferay.portal.kernel.util.IntegerWrapper</type>
			</param>
		</method>
		<method>
			<name>handleItalic</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.util.Stack</type>
			</param>
		</method>
		<method>
			<name>handleList</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.util.Stack</type>
			</param>
			<param>
				<name>bbCodeItem</name>
				<type>com.liferay.portal.parsers.bbcode.BBCodeItem</type>
			</param>
		</method>
		<method>
			<name>handleListItem</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.util.Stack</type>
			</param>
		</method>
		<method>
			<name>handleNewLine</name>
			<param>
				<name>bbCodeItems</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.util.Stack</type>
			</param>
			<param>
				<name>marker</name>
				<type>com.liferay.portal.kernel.util.IntegerWrapper</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>handleQuote</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.util.Stack</type>
			</param>
			<param>
				<name>bbCodeItem</name>
				<type>com.liferay.portal.parsers.bbcode.BBCodeItem</type>
			</param>
		</method>
		<method>
			<name>handleSimpleTag</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.util.Stack</type>
			</param>
			<param>
				<name>bbCodeItem</name>
				<type>com.liferay.portal.parsers.bbcode.BBCodeItem</type>
			</param>
		</method>
		<method>
			<name>handleSimpleTag</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.util.Stack</type>
			</param>
			<param>
				<name>tag</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>handleStrikeThrough</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.util.Stack</type>
			</param>
		</method>
		<method>
			<name>handleTable</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.util.Stack</type>
			</param>
		</method>
		<method>
			<name>handleTableCell</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.util.Stack</type>
			</param>
		</method>
		<method>
			<name>handleTableHeader</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.util.Stack</type>
			</param>
		</method>
		<method>
			<name>handleTableRow</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.util.Stack</type>
			</param>
		</method>
		<method>
			<name>handleTagEnd</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.util.Stack</type>
			</param>
			<param>
				<name>bbCodeItem</name>
				<type>com.liferay.portal.parsers.bbcode.BBCodeItem</type>
			</param>
		</method>
		<method>
			<name>handleTagStart</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>bbCodeItems</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.util.Stack</type>
			</param>
			<param>
				<name>marker</name>
				<type>com.liferay.portal.kernel.util.IntegerWrapper</type>
			</param>
			<param>
				<name>bbCodeItem</name>
				<type>com.liferay.portal.parsers.bbcode.BBCodeItem</type>
			</param>
		</method>
		<method>
			<name>handleTextAlign</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.util.Stack</type>
			</param>
			<param>
				<name>bbCodeItem</name>
				<type>com.liferay.portal.parsers.bbcode.BBCodeItem</type>
			</param>
		</method>
		<method>
			<name>handleURL</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>bbCodeItems</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.util.Stack</type>
			</param>
			<param>
				<name>marker</name>
				<type>com.liferay.portal.kernel.util.IntegerWrapper</type>
			</param>
			<param>
				<name>bbCodeItem</name>
				<type>com.liferay.portal.parsers.bbcode.BBCodeItem</type>
			</param>
		</method>
		<method>
			<name>isValidTag</name>
			<param>
				<name>tag</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_EMOTICONS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_bbCodeCharacters</name>
		</field>
		<field>
			<name>_bbCodeParser</name>
		</field>
		<field>
			<name>_bbCodePattern</name>
		</field>
		<field>
			<name>_colorPattern</name>
		</field>
		<field>
			<name>_emoticonDescriptions</name>
		</field>
		<field>
			<name>_emoticonFiles</name>
		</field>
		<field>
			<name>_emoticonSymbols</name>
		</field>
		<field>
			<name>_excludeNewLineTypes</name>
		</field>
		<field>
			<name>_fontSizes</name>
		</field>
		<field>
			<name>_imagePattern</name>
		</field>
		<field>
			<name>_listStyles</name>
		</field>
		<field>
			<name>_tagPattern</name>
		</field>
		<field>
			<name>_urlPattern</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ASTNode</name>
		<type>com.liferay.portal.parsers.creole.ast.ASTNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>ASTNode</name>
		</method>
		<method>
			<name>ASTNode</name>
			<param>
				<name>tokenType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>ASTNode</name>
			<param>
				<name>token</name>
				<type>org.antlr.runtime.Token</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>astVisitor</name>
				<type>com.liferay.portal.parsers.creole.visitor.ASTVisitor</type>
			</param>
		</method>
		<method>
			<name>getToken</name>
		</method>
		<method>
			<name>setToken</name>
			<param>
				<name>token</name>
				<type>org.antlr.runtime.Token</type>
			</param>
		</method>
		<field>
			<name>_token</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseListNode</name>
		<type>com.liferay.portal.parsers.creole.ast.BaseListNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>BaseListNode</name>
		</method>
		<method>
			<name>BaseListNode</name>
			<param>
				<name>collectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.CollectionNode</type>
			</param>
		</method>
		<method>
			<name>BaseListNode</name>
			<param>
				<name>token</name>
				<type>int</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseParentableNode</name>
		<type>com.liferay.portal.parsers.creole.ast.BaseParentableNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>BaseParentableNode</name>
		</method>
		<method>
			<name>BaseParentableNode</name>
			<param>
				<name>collectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.CollectionNode</type>
			</param>
		</method>
		<method>
			<name>BaseParentableNode</name>
			<param>
				<name>tokenType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addChildASTNode</name>
			<param>
				<name>astNode</name>
				<type>com.liferay.portal.parsers.creole.ast.ASTNode</type>
			</param>
		</method>
		<method>
			<name>getChildASTNode</name>
			<param>
				<name>position</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getChildASTNodes</name>
		</method>
		<method>
			<name>getChildASTNodesCount</name>
		</method>
		<field>
			<name>_collectionNode</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BoldTextNode</name>
		<type>com.liferay.portal.parsers.creole.ast.BoldTextNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>BoldTextNode</name>
			<param>
				<name>astNode</name>
				<type>com.liferay.portal.parsers.creole.ast.ASTNode</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>astVisitor</name>
				<type>com.liferay.portal.parsers.creole.visitor.ASTVisitor</type>
			</param>
		</method>
		<method>
			<name>hasContent</name>
		</method>
	</javadoc>
	<javadoc>
		<name>CollectionNode</name>
		<type>com.liferay.portal.parsers.creole.ast.CollectionNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>CollectionNode</name>
		</method>
		<method>
			<name>CollectionNode</name>
			<param>
				<name>token</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>CollectionNode</name>
			<param>
				<name>astNodes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>astVisitor</name>
				<type>com.liferay.portal.parsers.creole.visitor.ASTVisitor</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>astNode</name>
				<type>com.liferay.portal.parsers.creole.ast.ASTNode</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>position</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getASTNodes</name>
		</method>
		<method>
			<name>size</name>
		</method>
		<field>
			<name>_astNodes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ForcedEndOfLineNode</name>
		<type>com.liferay.portal.parsers.creole.ast.ForcedEndOfLineNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>ForcedEndOfLineNode</name>
		</method>
		<method>
			<name>ForcedEndOfLineNode</name>
			<param>
				<name>tokenType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>astVisitor</name>
				<type>com.liferay.portal.parsers.creole.visitor.ASTVisitor</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FormattedTextNode</name>
		<type>com.liferay.portal.parsers.creole.ast.FormattedTextNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>FormattedTextNode</name>
			<param>
				<name>astNode</name>
				<type>com.liferay.portal.parsers.creole.ast.ASTNode</type>
			</param>
		</method>
		<method>
			<name>FormattedTextNode</name>
			<param>
				<name>tokenType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>FormattedTextNode</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>astVisitor</name>
				<type>com.liferay.portal.parsers.creole.visitor.ASTVisitor</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>HeadingNode</name>
		<type>com.liferay.portal.parsers.creole.ast.HeadingNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>HeadingNode</name>
			<param>
				<name>level</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>HeadingNode</name>
			<param>
				<name>collectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.CollectionNode</type>
			</param>
			<param>
				<name>level</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>astVisitor</name>
				<type>com.liferay.portal.parsers.creole.visitor.ASTVisitor</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>headingNode</name>
				<type>com.liferay.portal.parsers.creole.ast.HeadingNode</type>
			</param>
		</method>
		<method>
			<name>getLevel</name>
		</method>
		<method>
			<name>setLevel</name>
			<param>
				<name>level</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_level</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HorizontalNode</name>
		<type>com.liferay.portal.parsers.creole.ast.HorizontalNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>HorizontalNode</name>
		</method>
		<method>
			<name>HorizontalNode</name>
			<param>
				<name>tokenType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>astVisitor</name>
				<type>com.liferay.portal.parsers.creole.visitor.ASTVisitor</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ImageNode</name>
		<type>com.liferay.portal.parsers.creole.ast.ImageNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>ImageNode</name>
		</method>
		<method>
			<name>ImageNode</name>
			<param>
				<name>altCollectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.CollectionNode</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ImageNode</name>
			<param>
				<name>token</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>ImageNode</name>
			<param>
				<name>tokenType</name>
				<type>int</type>
			</param>
			<param>
				<name>altCollectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.CollectionNode</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>astVisitor</name>
				<type>com.liferay.portal.parsers.creole.visitor.ASTVisitor</type>
			</param>
		</method>
		<method>
			<name>getAltNode</name>
		</method>
		<method>
			<name>hasAltCollectionNode</name>
		</method>
		<method>
			<name>setAltCollectionNode</name>
			<param>
				<name>altCollectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.CollectionNode</type>
			</param>
		</method>
		<field>
			<name>_altCollectionNode</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ItalicTextNode</name>
		<type>com.liferay.portal.parsers.creole.ast.ItalicTextNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>ItalicTextNode</name>
			<param>
				<name>astNode</name>
				<type>com.liferay.portal.parsers.creole.ast.ASTNode</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>astVisitor</name>
				<type>com.liferay.portal.parsers.creole.visitor.ASTVisitor</type>
			</param>
		</method>
		<method>
			<name>hasContent</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ItemNode</name>
		<type>com.liferay.portal.parsers.creole.ast.ItemNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>ItemNode</name>
			<param>
				<name>tokenType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>ItemNode</name>
			<param>
				<name>level</name>
				<type>int</type>
			</param>
			<param>
				<name>collectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.CollectionNode</type>
			</param>
		</method>
		<method>
			<name>getLevel</name>
		</method>
		<field>
			<name>_level</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LineNode</name>
		<type>com.liferay.portal.parsers.creole.ast.LineNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>LineNode</name>
		</method>
		<method>
			<name>LineNode</name>
			<param>
				<name>collectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.CollectionNode</type>
			</param>
		</method>
		<method>
			<name>LineNode</name>
			<param>
				<name>token</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>astVisitor</name>
				<type>com.liferay.portal.parsers.creole.visitor.ASTVisitor</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoWikiSectionNode</name>
		<type>com.liferay.portal.parsers.creole.ast.NoWikiSectionNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>NoWikiSectionNode</name>
			<param>
				<name>tokenType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>NoWikiSectionNode</name>
			<param>
				<name>tokenType</name>
				<type>int</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoWikiSectionNode</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>astVisitor</name>
				<type>com.liferay.portal.parsers.creole.visitor.ASTVisitor</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
		</method>
		<method>
			<name>setContent</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_content</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OrderedListItemNode</name>
		<type>com.liferay.portal.parsers.creole.ast.OrderedListItemNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>OrderedListItemNode</name>
			<param>
				<name>tokenType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>OrderedListItemNode</name>
			<param>
				<name>level</name>
				<type>int</type>
			</param>
			<param>
				<name>collectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.CollectionNode</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>astVisitor</name>
				<type>com.liferay.portal.parsers.creole.visitor.ASTVisitor</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>OrderedListNode</name>
		<type>com.liferay.portal.parsers.creole.ast.OrderedListNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>OrderedListNode</name>
		</method>
		<method>
			<name>OrderedListNode</name>
			<param>
				<name>collectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.CollectionNode</type>
			</param>
		</method>
		<method>
			<name>OrderedListNode</name>
			<param>
				<name>tokenType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>astVisitor</name>
				<type>com.liferay.portal.parsers.creole.visitor.ASTVisitor</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ParagraphNode</name>
		<type>com.liferay.portal.parsers.creole.ast.ParagraphNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>ParagraphNode</name>
		</method>
		<method>
			<name>ParagraphNode</name>
			<param>
				<name>collectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.CollectionNode</type>
			</param>
		</method>
		<method>
			<name>ParagraphNode</name>
			<param>
				<name>tokenType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>astVisitor</name>
				<type>com.liferay.portal.parsers.creole.visitor.ASTVisitor</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ScapedNode</name>
		<type>com.liferay.portal.parsers.creole.ast.ScapedNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>ScapedNode</name>
		</method>
		<method>
			<name>ScapedNode</name>
			<param>
				<name>tokenType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>ScapedNode</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>astVisitor</name>
				<type>com.liferay.portal.parsers.creole.visitor.ASTVisitor</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
		</method>
		<method>
			<name>setContent</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_content</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TextNode</name>
		<type>com.liferay.portal.parsers.creole.ast.TextNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>TextNode</name>
			<param>
				<name>astNode</name>
				<type>com.liferay.portal.parsers.creole.ast.ASTNode</type>
			</param>
		</method>
		<method>
			<name>TextNode</name>
			<param>
				<name>tokenType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>TextNode</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
		</method>
		<method>
			<name>hasContent</name>
		</method>
		<field>
			<name>_content</name>
		</field>
	</javadoc>
	<javadoc>
		<name>URLNode</name>
		<type>com.liferay.portal.parsers.creole.ast.URLNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>URLNode</name>
		</method>
		<method>
			<name>URLNode</name>
			<param>
				<name>token</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>URLNode</name>
			<param>
				<name>token</name>
				<type>int</type>
			</param>
			<param>
				<name>link</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>URLNode</name>
			<param>
				<name>link</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLink</name>
		</method>
		<method>
			<name>getSupportedProtocols</name>
		</method>
		<method>
			<name>isAbsoluteLink</name>
		</method>
		<method>
			<name>setLink</name>
			<param>
				<name>link</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSupportedProtocols</name>
			<param>
				<name>supportedProtocols</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<field>
			<name>_SUPPORTED_PROTOCOL_LINK</name>
		</field>
		<field>
			<name>_link</name>
		</field>
		<field>
			<name>_supportedProtocols</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnformattedTextNode</name>
		<type>com.liferay.portal.parsers.creole.ast.UnformattedTextNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>UnformattedTextNode</name>
			<param>
				<name>astNode</name>
				<type>com.liferay.portal.parsers.creole.ast.ASTNode</type>
			</param>
		</method>
		<method>
			<name>UnformattedTextNode</name>
			<param>
				<name>tokenType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>UnformattedTextNode</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>astVisitor</name>
				<type>com.liferay.portal.parsers.creole.visitor.ASTVisitor</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UnorderedListItemNode</name>
		<type>com.liferay.portal.parsers.creole.ast.UnorderedListItemNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>UnorderedListItemNode</name>
			<param>
				<name>tokenType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>UnorderedListItemNode</name>
			<param>
				<name>level</name>
				<type>int</type>
			</param>
			<param>
				<name>collectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.CollectionNode</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>astVisitor</name>
				<type>com.liferay.portal.parsers.creole.visitor.ASTVisitor</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UnorderedListNode</name>
		<type>com.liferay.portal.parsers.creole.ast.UnorderedListNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>UnorderedListNode</name>
		</method>
		<method>
			<name>UnorderedListNode</name>
			<param>
				<name>collectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.CollectionNode</type>
			</param>
		</method>
		<method>
			<name>UnorderedListNode</name>
			<param>
				<name>tokenType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>astVisitor</name>
				<type>com.liferay.portal.parsers.creole.visitor.ASTVisitor</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WikiPageNode</name>
		<type>com.liferay.portal.parsers.creole.ast.WikiPageNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>WikiPageNode</name>
			<param>
				<name>collectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.CollectionNode</type>
			</param>
		</method>
		<method>
			<name>WikiPageNode</name>
			<param>
				<name>tokenType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>WikiPageNode</name>
			<param>
				<name>token</name>
				<type>org.antlr.runtime.Token</type>
			</param>
			<param>
				<name>collectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.CollectionNode</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>astVisitor</name>
				<type>com.liferay.portal.parsers.creole.visitor.ASTVisitor</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TableOfContentsNode</name>
		<type>com.liferay.portal.parsers.creole.ast.extension.TableOfContentsNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>TableOfContentsNode</name>
		</method>
		<method>
			<name>TableOfContentsNode</name>
			<param>
				<name>token</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>astVisitor</name>
				<type>com.liferay.portal.parsers.creole.visitor.ASTVisitor</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>InterwikiLinkNode</name>
		<type>com.liferay.portal.parsers.creole.ast.link.InterwikiLinkNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>InterwikiLinkNode</name>
		</method>
		<method>
			<name>InterwikiLinkNode</name>
			<param>
				<name>token</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>InterwikiLinkNode</name>
			<param>
				<name>token</name>
				<type>int</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wikiName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>InterwikiLinkNode</name>
			<param>
				<name>wikiname</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>InterwikiLinkNode</name>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wikiname</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUri</name>
		</method>
		<method>
			<name>getWikiName</name>
		</method>
		<method>
			<name>setUri</name>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_uri</name>
		</field>
		<field>
			<name>_wikiName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LinkNode</name>
		<type>com.liferay.portal.parsers.creole.ast.link.LinkNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>LinkNode</name>
		</method>
		<method>
			<name>LinkNode</name>
			<param>
				<name>token</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>LinkNode</name>
			<param>
				<name>token</name>
				<type>int</type>
			</param>
			<param>
				<name>link</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>LinkNode</name>
			<param>
				<name>link</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>astVisitor</name>
				<type>com.liferay.portal.parsers.creole.visitor.ASTVisitor</type>
			</param>
		</method>
		<method>
			<name>getAltCollectionNode</name>
		</method>
		<method>
			<name>hasAltCollectionNode</name>
		</method>
		<method>
			<name>setAltCollectionNode</name>
			<param>
				<name>altCollectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.CollectionNode</type>
			</param>
		</method>
		<field>
			<name>_altCollectionNode</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TableCellNode</name>
		<type>com.liferay.portal.parsers.creole.ast.table.TableCellNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>TableCellNode</name>
		</method>
		<method>
			<name>TableCellNode</name>
			<param>
				<name>collectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.CollectionNode</type>
			</param>
		</method>
		<method>
			<name>TableCellNode</name>
			<param>
				<name>tokenType</name>
				<type>int</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TableDataNode</name>
		<type>com.liferay.portal.parsers.creole.ast.table.TableDataNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>TableDataNode</name>
		</method>
		<method>
			<name>TableDataNode</name>
			<param>
				<name>collectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.CollectionNode</type>
			</param>
		</method>
		<method>
			<name>TableDataNode</name>
			<param>
				<name>tokenType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>astVisitor</name>
				<type>com.liferay.portal.parsers.creole.visitor.ASTVisitor</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TableHeaderNode</name>
		<type>com.liferay.portal.parsers.creole.ast.table.TableHeaderNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>TableHeaderNode</name>
		</method>
		<method>
			<name>TableHeaderNode</name>
			<param>
				<name>cellsNode</name>
				<type>com.liferay.portal.parsers.creole.ast.CollectionNode</type>
			</param>
		</method>
		<method>
			<name>TableHeaderNode</name>
			<param>
				<name>token</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>astVisitor</name>
				<type>com.liferay.portal.parsers.creole.visitor.ASTVisitor</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TableNode</name>
		<type>com.liferay.portal.parsers.creole.ast.table.TableNode</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>TableNode</name>
		</method>
		<method>
			<name>TableNode</name>
			<param>
				<name>collectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.CollectionNode</type>
			</param>
		</method>
		<method>
			<name>TableNode</name>
			<param>
				<name>tokenType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>astVisitor</name>
				<type>com.liferay.portal.parsers.creole.visitor.ASTVisitor</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ASTVisitor</name>
		<type>com.liferay.portal.parsers.creole.visitor.ASTVisitor</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>visit</name>
			<param>
				<name>boldTextNode</name>
				<type>com.liferay.portal.parsers.creole.ast.BoldTextNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>collectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.CollectionNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>forcedEndOfLineNode</name>
				<type>com.liferay.portal.parsers.creole.ast.ForcedEndOfLineNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>formattedTextNode</name>
				<type>com.liferay.portal.parsers.creole.ast.FormattedTextNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>headingNode</name>
				<type>com.liferay.portal.parsers.creole.ast.HeadingNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>horizontalNode</name>
				<type>com.liferay.portal.parsers.creole.ast.HorizontalNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>imageNode</name>
				<type>com.liferay.portal.parsers.creole.ast.ImageNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>italicTextNode</name>
				<type>com.liferay.portal.parsers.creole.ast.ItalicTextNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>lineNode</name>
				<type>com.liferay.portal.parsers.creole.ast.LineNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>linkNode</name>
				<type>com.liferay.portal.parsers.creole.ast.link.LinkNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>noWikiSectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.NoWikiSectionNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>orderedListItemNode</name>
				<type>com.liferay.portal.parsers.creole.ast.OrderedListItemNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>orderedListNode</name>
				<type>com.liferay.portal.parsers.creole.ast.OrderedListNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>paragraphNode</name>
				<type>com.liferay.portal.parsers.creole.ast.ParagraphNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>scapedNode</name>
				<type>com.liferay.portal.parsers.creole.ast.ScapedNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>tableDataNode</name>
				<type>com.liferay.portal.parsers.creole.ast.table.TableDataNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>tableHeaderNode</name>
				<type>com.liferay.portal.parsers.creole.ast.table.TableHeaderNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>tableNode</name>
				<type>com.liferay.portal.parsers.creole.ast.table.TableNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>tableOfContentsNode</name>
				<type>com.liferay.portal.parsers.creole.ast.extension.TableOfContentsNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>unformattedTextNode</name>
				<type>com.liferay.portal.parsers.creole.ast.UnformattedTextNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>unorderedListItemNode</name>
				<type>com.liferay.portal.parsers.creole.ast.UnorderedListItemNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>unorderedListNode</name>
				<type>com.liferay.portal.parsers.creole.ast.UnorderedListNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>wikiPageNode</name>
				<type>com.liferay.portal.parsers.creole.ast.WikiPageNode</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseASTVisitor</name>
		<type>com.liferay.portal.parsers.creole.visitor.impl.BaseASTVisitor</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>visit</name>
			<param>
				<name>boldTextNode</name>
				<type>com.liferay.portal.parsers.creole.ast.BoldTextNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>collectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.CollectionNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>forcedEndOfLineNode</name>
				<type>com.liferay.portal.parsers.creole.ast.ForcedEndOfLineNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>formattedTextNode</name>
				<type>com.liferay.portal.parsers.creole.ast.FormattedTextNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>headingNode</name>
				<type>com.liferay.portal.parsers.creole.ast.HeadingNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>horizontalNode</name>
				<type>com.liferay.portal.parsers.creole.ast.HorizontalNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>imageNode</name>
				<type>com.liferay.portal.parsers.creole.ast.ImageNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>italicTextNode</name>
				<type>com.liferay.portal.parsers.creole.ast.ItalicTextNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>lineNode</name>
				<type>com.liferay.portal.parsers.creole.ast.LineNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>linkNode</name>
				<type>com.liferay.portal.parsers.creole.ast.link.LinkNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>noWikiSectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.NoWikiSectionNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>orderedListItemNode</name>
				<type>com.liferay.portal.parsers.creole.ast.OrderedListItemNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>orderedListNode</name>
				<type>com.liferay.portal.parsers.creole.ast.OrderedListNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>paragraphNode</name>
				<type>com.liferay.portal.parsers.creole.ast.ParagraphNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>scapedNode</name>
				<type>com.liferay.portal.parsers.creole.ast.ScapedNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>tableDataNode</name>
				<type>com.liferay.portal.parsers.creole.ast.table.TableDataNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>tableHeaderNode</name>
				<type>com.liferay.portal.parsers.creole.ast.table.TableHeaderNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>tableNode</name>
				<type>com.liferay.portal.parsers.creole.ast.table.TableNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>tableOfContentsNode</name>
				<type>com.liferay.portal.parsers.creole.ast.extension.TableOfContentsNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>unformattedTextNode</name>
				<type>com.liferay.portal.parsers.creole.ast.UnformattedTextNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>unorderedListItemNode</name>
				<type>com.liferay.portal.parsers.creole.ast.UnorderedListItemNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>unorderedListNode</name>
				<type>com.liferay.portal.parsers.creole.ast.UnorderedListNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>wikiPageNode</name>
				<type>com.liferay.portal.parsers.creole.ast.WikiPageNode</type>
			</param>
		</method>
		<method>
			<name>traverse</name>
			<param>
				<name>astNodes</name>
				<type>java.util.List</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LinkNodeCollectorVisitor</name>
		<type>com.liferay.portal.parsers.creole.visitor.impl.LinkNodeCollectorVisitor</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>visit</name>
			<param>
				<name>linkNode</name>
				<type>com.liferay.portal.parsers.creole.ast.link.LinkNode</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NodeCollectorVisitor</name>
		<type>com.liferay.portal.parsers.creole.visitor.impl.NodeCollectorVisitor</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>collect</name>
			<param>
				<name>wikiPageNode</name>
				<type>com.liferay.portal.parsers.creole.ast.WikiPageNode</type>
			</param>
		</method>
		<method>
			<name>addNode</name>
			<param>
				<name>node</name>
				<type>com.liferay.portal.parsers.creole.ast.ASTNode</type>
			</param>
		</method>
		<field>
			<name>_astNodes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>XhtmlTranslationVisitor</name>
		<type>com.liferay.portal.parsers.creole.visitor.impl.XhtmlTranslationVisitor</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>translate</name>
			<param>
				<name>wikiPageNode</name>
				<type>com.liferay.portal.parsers.creole.ast.WikiPageNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>boldTextNode</name>
				<type>com.liferay.portal.parsers.creole.ast.BoldTextNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>collectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.CollectionNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>forcedEndOfLineNode</name>
				<type>com.liferay.portal.parsers.creole.ast.ForcedEndOfLineNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>formattedTextNode</name>
				<type>com.liferay.portal.parsers.creole.ast.FormattedTextNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>headingNode</name>
				<type>com.liferay.portal.parsers.creole.ast.HeadingNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>horizontalNode</name>
				<type>com.liferay.portal.parsers.creole.ast.HorizontalNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>imageNode</name>
				<type>com.liferay.portal.parsers.creole.ast.ImageNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>italicTextNode</name>
				<type>com.liferay.portal.parsers.creole.ast.ItalicTextNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>lineNode</name>
				<type>com.liferay.portal.parsers.creole.ast.LineNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>linkNode</name>
				<type>com.liferay.portal.parsers.creole.ast.link.LinkNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>noWikiSectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.NoWikiSectionNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>orderedListItemNode</name>
				<type>com.liferay.portal.parsers.creole.ast.OrderedListItemNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>orderedListNode</name>
				<type>com.liferay.portal.parsers.creole.ast.OrderedListNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>paragraphNode</name>
				<type>com.liferay.portal.parsers.creole.ast.ParagraphNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>scapedNode</name>
				<type>com.liferay.portal.parsers.creole.ast.ScapedNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>tableDataNode</name>
				<type>com.liferay.portal.parsers.creole.ast.table.TableDataNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>tableHeaderNode</name>
				<type>com.liferay.portal.parsers.creole.ast.table.TableHeaderNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>tableNode</name>
				<type>com.liferay.portal.parsers.creole.ast.table.TableNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>tableOfContentsNode</name>
				<type>com.liferay.portal.parsers.creole.ast.extension.TableOfContentsNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>unformattedTextNode</name>
				<type>com.liferay.portal.parsers.creole.ast.UnformattedTextNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>unorderedListItemNode</name>
				<type>com.liferay.portal.parsers.creole.ast.UnorderedListItemNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>unorderedListNode</name>
				<type>com.liferay.portal.parsers.creole.ast.UnorderedListNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>wikiPageNode</name>
				<type>com.liferay.portal.parsers.creole.ast.WikiPageNode</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>appendLevelTags</name>
			<param>
				<name>nodeLevel</name>
				<type>int</type>
			</param>
			<param>
				<name>ordered</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>traverse</name>
			<param>
				<name>astNodes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>traverse</name>
			<param>
				<name>astNodes</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>open</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>close</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>traverseAndWriteForEach</name>
			<param>
				<name>astNodes</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>open</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>close</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_currentNodeLevel</name>
		</field>
		<field>
			<name>_sb</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LocalPluginPackageRepository</name>
		<type>com.liferay.portal.plugin.LocalPluginPackageRepository</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>LocalPluginPackageRepository</name>
		</method>
		<method>
			<name>addPluginPackage</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<method>
			<name>getInstallingPluginPackage</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLatestPluginPackage</name>
			<param>
				<name>groupId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>artifactId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPluginPackage</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPluginPackages</name>
		</method>
		<method>
			<name>getPluginPackages</name>
			<param>
				<name>groupId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>artifactId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSortedPluginPackages</name>
		</method>
		<method>
			<name>registerPluginPackageInstallation</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<method>
			<name>registerPluginPackageInstallation</name>
			<param>
				<name>deploymentContext</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removePluginPackage</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>removePluginPackage</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>unregisterPluginPackageInstallation</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_pendingPackages</name>
		</field>
		<field>
			<name>_pluginPackages</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ModuleId</name>
		<type>com.liferay.portal.plugin.ModuleId</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getInstance</name>
			<param>
				<name>moduleId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>groupId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>artifactId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getArtifactId</name>
		</method>
		<method>
			<name>getArtifactPath</name>
		</method>
		<method>
			<name>getArtifactWARName</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getPackageId</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getVersion</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>isLaterVersionThan</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isPreviousVersionThan</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isSameVersionAs</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>ModuleId</name>
			<param>
				<name>groupId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>artifactId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginVersion</name>
				<type>com.liferay.portal.kernel.plugin.Version</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ModuleId</name>
			<param>
				<name>moduleId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_moduleIds</name>
		</field>
		<field>
			<name>_artifactId</name>
		</field>
		<field>
			<name>_groupId</name>
		</field>
		<field>
			<name>_pluginVersion</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PluginPackageException</name>
		<type>com.liferay.portal.plugin.PluginPackageException</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>PluginPackageException</name>
		</method>
		<method>
			<name>PluginPackageException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PluginPackageException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>PluginPackageException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PluginPackageImpl</name>
		<type>com.liferay.portal.plugin.PluginPackageImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>PluginPackageImpl</name>
			<param>
				<name>moduleId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getArtifactId</name>
		</method>
		<method>
			<name>getArtifactURL</name>
		</method>
		<method>
			<name>getAuthor</name>
		</method>
		<method>
			<name>getChangeLog</name>
		</method>
		<method>
			<name>getContext</name>
		</method>
		<method>
			<name>getDeploymentSettings</name>
		</method>
		<method>
			<name>getDownloadURL</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getLicenses</name>
		</method>
		<method>
			<name>getLiferayVersions</name>
		</method>
		<method>
			<name>getLongDescription</name>
		</method>
		<method>
			<name>getModifiedDate</name>
		</method>
		<method>
			<name>getModuleId</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getPackageId</name>
		</method>
		<method>
			<name>getPageURL</name>
		</method>
		<method>
			<name>getRecommendedDeploymentContext</name>
		</method>
		<method>
			<name>getRepository</name>
		</method>
		<method>
			<name>getRepositoryURL</name>
		</method>
		<method>
			<name>getRequiredDeploymentContexts</name>
		</method>
		<method>
			<name>getScreenshots</name>
		</method>
		<method>
			<name>getShortDescription</name>
		</method>
		<method>
			<name>getTags</name>
		</method>
		<method>
			<name>getTypes</name>
		</method>
		<method>
			<name>getVersion</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>isLaterVersionThan</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<method>
			<name>isPreviousVersionThan</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<method>
			<name>isSameVersionAs</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<method>
			<name>setAuthor</name>
			<param>
				<name>author</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setChangeLog</name>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setContext</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDeploymentSettings</name>
			<param>
				<name>deploymentSettings</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>setDownloadURL</name>
			<param>
				<name>downloadURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLicenses</name>
			<param>
				<name>licenses</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setLiferayVersions</name>
			<param>
				<name>liferayVersions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setLongDescription</name>
			<param>
				<name>longDescription</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModifiedDate</name>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPageURL</name>
			<param>
				<name>pageURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRecommendedDeploymentContext</name>
			<param>
				<name>recommendedDeploymentContext</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRepository</name>
			<param>
				<name>repository</name>
				<type>com.liferay.portal.kernel.plugin.RemotePluginPackageRepository</type>
			</param>
		</method>
		<method>
			<name>setRequiredDeploymentContexts</name>
			<param>
				<name>requiredDeploymentContexts</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setScreenshots</name>
			<param>
				<name>screenshots</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setShortDescription</name>
			<param>
				<name>shortDescription</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTags</name>
			<param>
				<name>tags</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setTypes</name>
			<param>
				<name>types</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>STATUS_ALL</name>
		</field>
		<field>
			<name>STATUS_INSTALLATION_IN_PROCESS</name>
		</field>
		<field>
			<name>STATUS_NEWER_VERSION_INSTALLED</name>
		</field>
		<field>
			<name>STATUS_NOT_INSTALLED</name>
		</field>
		<field>
			<name>STATUS_NOT_INSTALLED_OR_OLDER_VERSION_INSTALLED</name>
		</field>
		<field>
			<name>STATUS_OLDER_VERSION_INSTALLED</name>
		</field>
		<field>
			<name>STATUS_SAME_VERSION_INSTALLED</name>
		</field>
		<field>
			<name>_author</name>
		</field>
		<field>
			<name>_changeLog</name>
		</field>
		<field>
			<name>_context</name>
		</field>
		<field>
			<name>_deploymentSettings</name>
		</field>
		<field>
			<name>_downloadURL</name>
		</field>
		<field>
			<name>_licenses</name>
		</field>
		<field>
			<name>_liferayVersions</name>
		</field>
		<field>
			<name>_longDescription</name>
		</field>
		<field>
			<name>_modifiedDate</name>
		</field>
		<field>
			<name>_moduleId</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_pageURL</name>
		</field>
		<field>
			<name>_recommendedDeploymentContext</name>
		</field>
		<field>
			<name>_repository</name>
		</field>
		<field>
			<name>_requiredDeploymentContexts</name>
		</field>
		<field>
			<name>_screenshots</name>
		</field>
		<field>
			<name>_shortDescription</name>
		</field>
		<field>
			<name>_tags</name>
		</field>
		<field>
			<name>_types</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PluginPackageIndexer</name>
		<type>com.liferay.portal.plugin.PluginPackageIndexer</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>PluginPackageIndexer</name>
		</method>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>doDelete</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetDocument</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetSummary</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>snippet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortletId</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>postProcessFullQuery</name>
			<param>
				<name>fullQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>CLASS_NAMES</name>
		</field>
		<field>
			<name>PORTLET_ID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PluginPackageUtil</name>
		<type>com.liferay.portal.plugin.PluginPackageUtil</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Sandeep Soni]]></author>
		<method>
			<name>endPluginPackageInstallation</name>
			<param>
				<name>preliminaryContext</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAllAvailablePluginPackages</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAvailableTags</name>
		</method>
		<method>
			<name>getInstalledPluginPackage</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInstalledPluginPackages</name>
		</method>
		<method>
			<name>getLastUpdateDate</name>
		</method>
		<method>
			<name>getLatestAvailablePluginPackage</name>
			<param>
				<name>groupId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>artifactId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLatestInstalledPluginPackage</name>
			<param>
				<name>groupId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>artifactId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPluginPackageByModuleId</name>
			<param>
				<name>moduleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>repositoryURL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPluginPackageByURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepository</name>
			<param>
				<name>repositoryURL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryURLs</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStatusAndInstalledVersion</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<method>
			<name>getSupportedTypes</name>
		</method>
		<method>
			<name>isCurrentVersionSupported</name>
			<param>
				<name>versions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>isIgnored</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isInstallationInProcess</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isInstalled</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isTrusted</name>
			<param>
				<name>repositoryURL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isUpdateAvailable</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>readPluginPackageProperties</name>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>readPluginPackageServletContext</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>readPluginPackageXml</name>
			<param>
				<name>pluginPackageElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>readPluginPackageXml</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>refreshUpdatesAvailableCache</name>
		</method>
		<method>
			<name>registerInstalledPluginPackage</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>registerPluginPackageInstallation</name>
			<param>
				<name>preliminaryContext</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>reloadRepositories</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tag</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>license</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>repositoryURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>status</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unregisterInstalledPluginPackage</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateInstallingPluginPackage</name>
			<param>
				<name>preliminaryContext</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<method>
			<name>PluginPackageUtil</name>
		</method>
		<method>
			<name>_checkRepositories</name>
			<param>
				<name>repositoryURL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_endPluginPackageInstallation</name>
			<param>
				<name>preliminaryContext</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_findLatestVersion</name>
			<param>
				<name>pluginPackages</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>_getAllAvailablePluginPackages</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_getAvailablePluginPackages</name>
			<param>
				<name>groupId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>artifactId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_getAvailableTags</name>
		</method>
		<method>
			<name>_getInstalledPluginPackage</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getInstalledPluginPackages</name>
		</method>
		<method>
			<name>_getLastUpdateDate</name>
		</method>
		<method>
			<name>_getLatestAvailablePluginPackage</name>
			<param>
				<name>groupId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>artifactId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_getLatestInstalledPluginPackage</name>
			<param>
				<name>groupId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>artifactId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getPluginPackageByModuleId</name>
			<param>
				<name>moduleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>repositoryURL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_getPluginPackageByURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_getRepository</name>
			<param>
				<name>repositoryURL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_getRepositoryURLs</name>
			<throws>
				<name>PluginPackageException</name>
				<type>com.liferay.portal.plugin.PluginPackageException</type>
			</throws>
		</method>
		<method>
			<name>_getStatusAndInstalledVersion</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<method>
			<name>_getSupportedTypes</name>
		</method>
		<method>
			<name>_indexPluginPackage</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>_isCurrentVersionSupported</name>
			<param>
				<name>versions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>_isIgnored</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_isInstallationInProcess</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_isInstalled</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_isTrusted</name>
			<param>
				<name>repositoryURL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PluginPackageException</name>
				<type>com.liferay.portal.plugin.PluginPackageException</type>
			</throws>
		</method>
		<method>
			<name>_isUpdateAvailable</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_loadRepository</name>
			<param>
				<name>repositoryURL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PluginPackageException</name>
				<type>com.liferay.portal.plugin.PluginPackageException</type>
			</throws>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>_parseRepositoryXml</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>repositoryURL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>_readDate</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_readHtml</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_readLicenseList</name>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_readList</name>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_readPluginPackageProperties</name>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>_readPluginPackageServletContext</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<see><![CDATA[{@link com.liferay.portal.tools.deploy.BaseDeployer#readPluginPackage( java.io.File)}]]></see>
		</method>
		<method>
			<name>_readPluginPackageServletManifest</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_readPluginPackageXml</name>
			<param>
				<name>pluginPackageElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>_readPluginPackageXml</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>_readProperties</name>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_readScreenshots</name>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>_readText</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_refreshUpdatesAvailableCache</name>
		</method>
		<method>
			<name>_registerInstalledPluginPackage</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>_registerPluginPackageInstallation</name>
			<param>
				<name>preliminaryContext</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_reloadRepositories</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_search</name>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tag</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>license</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>repositoryURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>status</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_unregisterInstalledPluginPackage</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_updateInstallingPluginPackage</name>
			<param>
				<name>preliminaryContext</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<field>
			<name>REPOSITORY_XML_FILENAME_EXTENSION</name>
		</field>
		<field>
			<name>REPOSITORY_XML_FILENAME_PREFIX</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_availableTagsCache</name>
		</field>
		<field>
			<name>_installedPluginPackages</name>
		</field>
		<field>
			<name>_lastUpdateDate</name>
		</field>
		<field>
			<name>_repositoryCache</name>
		</field>
		<field>
			<name>_settingUpdateAvailable</name>
		</field>
		<field>
			<name>_updateAvailable</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PluginUtil</name>
		<type>com.liferay.portal.plugin.PluginUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>restrictPlugins</name>
			<param>
				<name>plugins</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>restrictPlugins</name>
			<param>
				<name>plugins</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RepositoryReport</name>
		<type>com.liferay.portal.plugin.RepositoryReport</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>addError</name>
			<param>
				<name>repositoryURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ppe</name>
				<type>com.liferay.portal.plugin.PluginPackageException</type>
			</param>
		</method>
		<method>
			<name>addSuccess</name>
			<param>
				<name>repositoryURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRepositoryURLs</name>
		</method>
		<method>
			<name>getState</name>
			<param>
				<name>repositoryURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>SUCCESS</name>
		</field>
		<field>
			<name>_reportMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PollerProcessorUtil</name>
		<type>com.liferay.portal.poller.PollerProcessorUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addPollerProcessor</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pollerProcessor</name>
				<type>com.liferay.portal.kernel.poller.PollerProcessor</type>
			</param>
		</method>
		<method>
			<name>deletePollerProcessor</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPollerProcessor</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PollerProcessorUtil</name>
		</method>
		<method>
			<name>_addPollerProcessor</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pollerProcessor</name>
				<type>com.liferay.portal.kernel.poller.PollerProcessor</type>
			</param>
		</method>
		<method>
			<name>_deletePollerProcessor</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getPollerProcessor</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_pollerPorcessors</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PollerRequestHandler</name>
		<type>com.liferay.portal.poller.PollerRequestHandler</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>getPollerHeader</name>
			<param>
				<name>pollerRequestString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>processRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>pollerRequestString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PollerRequestHandlerImpl</name>
		<type>com.liferay.portal.poller.PollerRequestHandlerImpl</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>getPollerHeader</name>
			<param>
				<name>pollerRequestString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>processRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>pollerRequestString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>receive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>createPollerRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>receiveRequest</name>
				<type>boolean</type>
			</param>
			<param>
				<name>pollerHeader</name>
				<type>com.liferay.portal.kernel.poller.PollerHeader</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>createPollerRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>receiveRequest</name>
				<type>boolean</type>
			</param>
			<param>
				<name>pollerHeader</name>
				<type>com.liferay.portal.kernel.poller.PollerHeader</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>chunkId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>createPollerRequests</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>pollerHeader</name>
				<type>com.liferay.portal.kernel.poller.PollerHeader</type>
			</param>
			<param>
				<name>pollerRequestChunks</name>
				<type>java.util.Map[]</type>
			</param>
			<param>
				<name>receiveRequest</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>createPollerResponseHeader</name>
			<param>
				<name>pollerHeader</name>
				<type>com.liferay.portal.kernel.poller.PollerHeader</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>executePollerRequests</name>
			<param>
				<name>pollerSession</name>
				<type>com.liferay.portal.poller.PollerSession</type>
			</param>
			<param>
				<name>pollerRequests</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>fixPollerRequestString</name>
			<param>
				<name>pollerRequestString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPollerSessionId</name>
			<param>
				<name>pollerHeader</name>
				<type>com.liferay.portal.kernel.poller.PollerHeader</type>
			</param>
		</method>
		<method>
			<name>getUserId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userIdString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isReceiveRequest</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>parseData</name>
			<param>
				<name>pollerRequestChunk</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>parsePollerRequestHeader</name>
			<param>
				<name>pollerRequestChunks</name>
				<type>java.util.Map[]</type>
			</param>
		</method>
		<method>
			<name>parsePollerRequestParameters</name>
			<param>
				<name>pollerRequestString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_ESCAPED_CLOSE_CURLY_BRACE</name>
		</field>
		<field>
			<name>_ESCAPED_OPEN_CURLY_BRACE</name>
		</field>
		<field>
			<name>_OPEN_HASH_MAP_WRAPPER</name>
		</field>
		<field>
			<name>_PATH_RECEIVE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_pollerSessions</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PollerRequestHandlerUtil</name>
		<type>com.liferay.portal.poller.PollerRequestHandlerUtil</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>getPollerHeader</name>
			<param>
				<name>pollerRequestString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPollerRequestHandler</name>
		</method>
		<method>
			<name>processRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>pollerRequestString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setPollerRequestHandler</name>
			<param>
				<name>pollerRequestHandler</name>
				<type>com.liferay.portal.poller.PollerRequestHandler</type>
			</param>
		</method>
		<field>
			<name>_pollerRequestHandler</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PollerRequestResponsePair</name>
		<type>com.liferay.portal.poller.PollerRequestResponsePair</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>PollerRequestResponsePair</name>
			<param>
				<name>pollerRequest</name>
				<type>com.liferay.portal.kernel.poller.PollerRequest</type>
			</param>
		</method>
		<method>
			<name>PollerRequestResponsePair</name>
			<param>
				<name>pollerRequest</name>
				<type>com.liferay.portal.kernel.poller.PollerRequest</type>
			</param>
			<param>
				<name>pollerResponse</name>
				<type>com.liferay.portal.kernel.poller.PollerResponse</type>
			</param>
		</method>
		<method>
			<name>getPollerRequest</name>
		</method>
		<method>
			<name>getPollerResponse</name>
		</method>
		<method>
			<name>setPollerRequest</name>
			<param>
				<name>pollerRequest</name>
				<type>com.liferay.portal.kernel.poller.PollerRequest</type>
			</param>
		</method>
		<method>
			<name>setPollerResponse</name>
			<param>
				<name>pollerResponse</name>
				<type>com.liferay.portal.kernel.poller.PollerResponse</type>
			</param>
		</method>
		<field>
			<name>_pollerRequest</name>
		</field>
		<field>
			<name>_pollerResponse</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PollerServlet</name>
		<type>com.liferay.portal.poller.PollerServlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PollerSession</name>
		<type>com.liferay.portal.poller.PollerSession</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>PollerSession</name>
			<param>
				<name>pollerSessionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>beginPortletProcessing</name>
			<param>
				<name>pollerRequestResponsePair</name>
				<type>com.liferay.portal.poller.PollerRequestResponsePair</type>
			</param>
			<param>
				<name>responseId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>completePortletProcessing</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>responseId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPollerSessionId</name>
		</method>
		<field>
			<name>_pendingResponseIds</name>
		</field>
		<field>
			<name>_pollerRequestResponsePairs</name>
		</field>
		<field>
			<name>_pollerSessionId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SynchronousPollerChannelListener</name>
		<type>com.liferay.portal.poller.SynchronousPollerChannelListener</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>SynchronousPollerChannelListener</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>pollerResponseHeaderJSONObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
		<method>
			<name>channelListenerRemoved</name>
			<param>
				<name>channelId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getNotificationEvents</name>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<throws>
				<name>ChannelException</name>
				<type>com.liferay.portal.kernel.notifications.ChannelException</type>
			</throws>
		</method>
		<method>
			<name>notificationEventsAvailable</name>
			<param>
				<name>channelId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_complete</name>
		</field>
		<field>
			<name>_pollerResponseHeaderJSONObject</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PollerCometChannelListener</name>
		<type>com.liferay.portal.poller.comet.PollerCometChannelListener</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>PollerCometChannelListener</name>
			<param>
				<name>cometSession</name>
				<type>com.liferay.portal.kernel.poller.comet.CometSession</type>
			</param>
			<param>
				<name>pollerResponseHeaderJSONObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
		<method>
			<name>channelListenerRemoved</name>
			<param>
				<name>channelId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>notificationEventsAvailable</name>
			<param>
				<name>channelId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>sendProcessMessage</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_cometSession</name>
		</field>
		<field>
			<name>_pollerResponseHeaderJSONObject</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PollerCometDelayedJob</name>
		<type>com.liferay.portal.poller.comet.PollerCometDelayedJob</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>addPollerCometDelayedTask</name>
			<param>
				<name>pollerCometDelayedTask</name>
				<type>com.liferay.portal.poller.comet.PollerCometDelayedTask</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PollerCometDelayedJobImpl</name>
		<type>com.liferay.portal.poller.comet.PollerCometDelayedJobImpl</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>addPollerCometDelayedTask</name>
			<param>
				<name>pollerCometDelayedTask</name>
				<type>com.liferay.portal.poller.comet.PollerCometDelayedTask</type>
			</param>
		</method>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_pollerCometDelayedTasks</name>
		</field>
		<field>
			<name>_timer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PollerCometDelayedJobUtil</name>
		<type>com.liferay.portal.poller.comet.PollerCometDelayedJobUtil</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>addPollerCometDelayedTask</name>
			<param>
				<name>pollerCometDelayedTask</name>
				<type>com.liferay.portal.poller.comet.PollerCometDelayedTask</type>
			</param>
		</method>
		<method>
			<name>getPollerCometDelayedJob</name>
		</method>
		<method>
			<name>setPollerCometDelayedJob</name>
			<param>
				<name>pollerCometDelayedJob</name>
				<type>com.liferay.portal.poller.comet.PollerCometDelayedJob</type>
			</param>
		</method>
		<field>
			<name>_pollerCometDelayedJob</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PollerCometDelayedTask</name>
		<type>com.liferay.portal.poller.comet.PollerCometDelayedTask</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>PollerCometDelayedTask</name>
			<param>
				<name>cometSession</name>
				<type>com.liferay.portal.kernel.poller.comet.CometSession</type>
			</param>
			<param>
				<name>pollerResponseHeaderJSONObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
		<method>
			<name>executeTask</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_cometSession</name>
		</field>
		<field>
			<name>_pollerResponseHeaderJSONObject</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PollerCometHandler</name>
		<type>com.liferay.portal.poller.comet.PollerCometHandler</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>receiveData</name>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>doDestroy</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doInit</name>
			<param>
				<name>cometSession</name>
				<type>com.liferay.portal.kernel.poller.comet.CometSession</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_channelListener</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PollerNotificationsBridgeMessageListener</name>
		<type>com.liferay.portal.poller.messaging.PollerNotificationsBridgeMessageListener</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PollerRequestMessageListener</name>
		<type>com.liferay.portal.poller.messaging.PollerRequestMessageListener</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MessageListenerWrapper</name>
		<type>com.liferay.portal.pop.MessageListenerWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MessageListenerWrapper</name>
			<param>
				<name>listener</name>
				<type>com.liferay.portal.kernel.pop.MessageListener</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>from</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>recipient</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>javax.mail.Message</type>
			</param>
		</method>
		<method>
			<name>deliver</name>
			<param>
				<name>from</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>recipient</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>javax.mail.Message</type>
			</param>
			<throws>
				<name>MessageListenerException</name>
				<type>com.liferay.portal.kernel.pop.MessageListenerException</type>
			</throws>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getId</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_listener</name>
		</field>
	</javadoc>
	<javadoc>
		<name>POPServerUtil</name>
		<type>com.liferay.portal.pop.POPServerUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addListener</name>
			<param>
				<name>listener</name>
				<type>com.liferay.portal.kernel.pop.MessageListener</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteListener</name>
			<param>
				<name>listener</name>
				<type>com.liferay.portal.kernel.pop.MessageListener</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getListeners</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>start</name>
		</method>
		<method>
			<name>POPServerUtil</name>
		</method>
		<method>
			<name>_addListener</name>
			<param>
				<name>listener</name>
				<type>com.liferay.portal.kernel.pop.MessageListener</type>
			</param>
		</method>
		<method>
			<name>_deleteListener</name>
			<param>
				<name>listener</name>
				<type>com.liferay.portal.kernel.pop.MessageListener</type>
			</param>
		</method>
		<method>
			<name>_deleteListener</name>
			<param>
				<name>listener</name>
				<type>com.liferay.portal.pop.MessageListenerWrapper</type>
			</param>
		</method>
		<method>
			<name>_getListeners</name>
		</method>
		<method>
			<name>_start</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_listeners</name>
		</field>
	</javadoc>
	<javadoc>
		<name>POPNotificationsMessageListener</name>
		<type>com.liferay.portal.pop.messaging.POPNotificationsMessageListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getEmailAddress</name>
			<param>
				<name>addresses</name>
				<type>javax.mail.Address[]</type>
			</param>
		</method>
		<method>
			<name>initInboxFolder</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initStore</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>nostifyListeners</name>
			<param>
				<name>listeners</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>message</name>
				<type>javax.mail.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>nostifyListeners</name>
			<param>
				<name>messages</name>
				<type>javax.mail.Message[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>pollPopServer</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_inboxFolder</name>
		</field>
		<field>
			<name>_store</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CMISAtomPubRepository</name>
		<type>com.liferay.portal.repository.cmis.CMISAtomPubRepository</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getSession</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSupportedConfigurations</name>
		</method>
		<method>
			<name>getSupportedParameters</name>
		</method>
		<method>
			<name>getTypeSettingsValue</name>
			<param>
				<name>typeSettingsKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>InvalidRepositoryException</name>
				<type>com.liferay.portal.InvalidRepositoryException</type>
			</throws>
		</method>
		<field>
			<name>_ATOMPUB_URL</name>
		</field>
		<field>
			<name>_CONFIGURATION_ATOMPUB</name>
		</field>
		<field>
			<name>_REPOSITORY_ID</name>
		</field>
		<field>
			<name>_SUPPORTED_CONFIGURATIONS</name>
		</field>
		<field>
			<name>_SUPPORTED_PARAMETERS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CMISRepository</name>
		<type>com.liferay.portal.repository.cmis.CMISRepository</type>
		<comment><![CDATA[CMIS does not provide vendor neutral support for workflow, metadata, tags, categories, etc. They will be ignored in this implementation.]]></comment>
		<author><![CDATA[Alexander Chow]]></author>
		<see><![CDATA[<a href="http://wiki.oasis-open.org/cmis/Candidate%20v2%20topics"> Candidate v2 topics</a>]]></see>
		<see><![CDATA[<a href="http://wiki.oasis-open.org/cmis/Mixin_Proposal">Mixin / Aspect Support</a>]]></see>
		<see><![CDATA[<a href="http://www.oasis-open.org/committees/document.php?document_id=39631"> CMIS Type Mutability proposal</a>]]></see>
		<method>
			<name>CMISRepository</name>
			<param>
				<name>cmisRepositoryHandler</name>
				<type>com.liferay.portal.kernel.repository.cmis.CMISRepositoryHandler</type>
			</param>
		</method>
		<method>
			<name>addFileEntry</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFolder</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>cancelCheckOut</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkInFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>major</name>
				<type>boolean</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
		<method>
			<name>checkInFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>checkOutFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkOutFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
		<method>
			<name>copyFileEntry</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>destFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryByUuid</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileVersion</name>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeMountfolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersCount</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeMountfolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersFileEntriesCount</name>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLatestVersionId</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMountFolders</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>getMountFoldersCount</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getObjectName</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getObjectPaths</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSession</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubfolderIds</name>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubfolderIds</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>recurse</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSupportedConfigurations</name>
		</method>
		<method>
			<name>getSupportedParameters</name>
		</method>
		<method>
			<name>initRepository</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isCancelCheckOutAllowable</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isCheckInAllowable</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isCheckOutAllowable</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isDocumentRetrievableByVersionSeriesId</name>
		</method>
		<method>
			<name>isRefreshBeforePermissionCheck</name>
		</method>
		<method>
			<name>isSupportsMinorVersions</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>lockFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>lockFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inheritable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>moveFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>moveFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>refreshFileEntryLock</name>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>refreshFolderLock</name>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>revertFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>toFileEntry</name>
			<param>
				<name>document</name>
				<type>org.apache.chemistry.opencmis.client.api.Document</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>toFileEntry</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>toFileVersion</name>
			<param>
				<name>version</name>
				<type>org.apache.chemistry.opencmis.client.api.Document</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>toFolder</name>
			<param>
				<name>cmisFolder</name>
				<type>org.apache.chemistry.opencmis.client.api.Folder</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>toFolder</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unlockFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>verifyFileEntryCheckOut</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>verifyInheritableLock</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cacheFoldersAndFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkUpdatable</name>
			<param>
				<name>allowableActionsSet</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>contentStream</name>
				<type>org.apache.chemistry.opencmis.commons.data.ContentStream</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>deleteMappedFileEntry</name>
			<param>
				<name>document</name>
				<type>org.apache.chemistry.opencmis.client.api.Document</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteMappedFolder</name>
			<param>
				<name>cmisFolder</name>
				<type>org.apache.chemistry.opencmis.client.api.Folder</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doSearch</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getCachedSession</name>
		</method>
		<method>
			<name>getCmisFolder</name>
			<param>
				<name>session</name>
				<type>org.apache.chemistry.opencmis.client.api.Session</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCmisFolderIds</name>
			<param>
				<name>session</name>
				<type>org.apache.chemistry.opencmis.client.api.Session</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDocument</name>
			<param>
				<name>session</name>
				<type>org.apache.chemistry.opencmis.client.api.Session</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDocumentIds</name>
			<param>
				<name>session</name>
				<type>org.apache.chemistry.opencmis.client.api.Session</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getFileVersion</name>
			<param>
				<name>session</name>
				<type>org.apache.chemistry.opencmis.client.api.Session</type>
			</param>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>session</name>
				<type>org.apache.chemistry.opencmis.client.api.Session</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getObjectId</name>
			<param>
				<name>session</name>
				<type>org.apache.chemistry.opencmis.client.api.Session</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>boolean</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubfolderIds</name>
			<param>
				<name>subfolderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>subfolders</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>recurse</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isActionAllowable</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>action</name>
				<type>org.apache.chemistry.opencmis.commons.enums.Action</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isAllVersionsSearchableSupported</name>
			<param>
				<name>session</name>
				<type>org.apache.chemistry.opencmis.client.api.Session</type>
			</param>
		</method>
		<method>
			<name>processException</name>
			<param>
				<name>e</name>
				<type>java.lang.Exception</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>setCachedSession</name>
			<param>
				<name>session</name>
				<type>org.apache.chemistry.opencmis.client.api.Session</type>
			</param>
		</method>
		<method>
			<name>subList</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>toFileEntry</name>
			<param>
				<name>document</name>
				<type>org.apache.chemistry.opencmis.client.api.Document</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>toFileEntry</name>
			<param>
				<name>objectId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>toFileEntryId</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>toFileVersionId</name>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>toFolderId</name>
			<param>
				<name>session</name>
				<type>org.apache.chemistry.opencmis.client.api.Session</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>toFolderOrFileEntry</name>
			<param>
				<name>cmisObject</name>
				<type>org.apache.chemistry.opencmis.client.api.CmisObject</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateMappedId</name>
			<param>
				<name>repositoryEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>mappedId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchRepositoryEntryException</name>
				<type>com.liferay.portal.NoSuchRepositoryEntryException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validateTitle</name>
			<param>
				<name>session</name>
				<type>org.apache.chemistry.opencmis.client.api.Session</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_DELETE_DEEP</name>
		</field>
		<field>
			<name>_DELETE_NONE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_fileEntriesCache</name>
		</field>
		<field>
			<name>_foldersAndFileEntriesCache</name>
		</field>
		<field>
			<name>_foldersCache</name>
		</field>
		<field>
			<name>_cmisRepositoryHandler</name>
		</field>
		<field>
			<name>_sessionKey</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CMISRepositoryUtil</name>
		<type>com.liferay.portal.repository.cmis.CMISRepositoryUtil</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>checkRepository</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>parameters</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>typeSettingsKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>RepositoryException</name>
				<type>com.liferay.portal.kernel.repository.RepositoryException</type>
			</throws>
		</method>
		<method>
			<name>createSession</name>
			<param>
				<name>parameters</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
			<throws>
				<name>RepositoryException</name>
				<type>com.liferay.portal.kernel.repository.RepositoryException</type>
			</throws>
		</method>
		<method>
			<name>getOperationContext</name>
		</method>
		<method>
			<name>getSessionFactory</name>
		</method>
		<method>
			<name>getTypeSettingsValue</name>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>typeSettingsKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>InvalidRepositoryException</name>
				<type>com.liferay.portal.InvalidRepositoryException</type>
			</throws>
		</method>
		<field>
			<name>_operationContext</name>
		</field>
		<field>
			<name>_sessionFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CMISWebServicesRepository</name>
		<type>com.liferay.portal.repository.cmis.CMISWebServicesRepository</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getSession</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSupportedConfigurations</name>
		</method>
		<method>
			<name>getSupportedParameters</name>
		</method>
		<method>
			<name>getTypeSettingsValue</name>
			<param>
				<name>typeSettingsKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>InvalidRepositoryException</name>
				<type>com.liferay.portal.InvalidRepositoryException</type>
			</throws>
		</method>
		<field>
			<name>_CONFIGURATION_WEBSERVICES</name>
		</field>
		<field>
			<name>_REPOSITORY_ID</name>
		</field>
		<field>
			<name>_SUPPORTED_CONFIGURATIONS</name>
		</field>
		<field>
			<name>_SUPPORTED_PARAMETERS</name>
		</field>
		<field>
			<name>_WEBSERVICES_ACL_SERVICE</name>
		</field>
		<field>
			<name>_WEBSERVICES_DISCOVERY_SERVICE</name>
		</field>
		<field>
			<name>_WEBSERVICES_MULTIFILING_SERVICE</name>
		</field>
		<field>
			<name>_WEBSERVICES_NAVIGATION_SERVICE</name>
		</field>
		<field>
			<name>_WEBSERVICES_OBJECT_SERVICE</name>
		</field>
		<field>
			<name>_WEBSERVICES_POLICY_SERVICE</name>
		</field>
		<field>
			<name>_WEBSERVICES_RELATIONSHIP_SERVICE</name>
		</field>
		<field>
			<name>_WEBSERVICES_REPOSITORY_SERVICE</name>
		</field>
		<field>
			<name>_WEBSERVICES_VERSIONING_SERVICE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SessionImpl</name>
		<type>com.liferay.portal.repository.cmis.SessionImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>SessionImpl</name>
			<param>
				<name>session</name>
				<type>org.apache.chemistry.opencmis.client.api.Session</type>
			</param>
		</method>
		<method>
			<name>getSession</name>
		</method>
		<method>
			<name>setDefaultContext</name>
			<param>
				<name>filter</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>includeAcls</name>
				<type>boolean</type>
			</param>
			<param>
				<name>includeAllowableActions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>includePolicies</name>
				<type>boolean</type>
			</param>
			<param>
				<name>includeRelationships</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>renditionFilter</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>includePathSegments</name>
				<type>boolean</type>
			</param>
			<param>
				<name>orderBy</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cacheEnabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>maxItemsPerPage</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_session</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CMISFileEntry</name>
		<type>com.liferay.portal.repository.cmis.model.CMISFileEntry</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>CMISFileEntry</name>
			<param>
				<name>cmisRepository</name>
				<type>com.liferay.portal.repository.cmis.CMISRepository</type>
			</param>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>document</name>
				<type>org.apache.chemistry.opencmis.client.api.Document</type>
			</param>
		</method>
		<method>
			<name>containsPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAttributes</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getContentStream</name>
		</method>
		<method>
			<name>getContentStream</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getCreateDate</name>
		</method>
		<method>
			<name>getExtension</name>
		</method>
		<method>
			<name>getFileEntryId</name>
		</method>
		<method>
			<name>getFileVersion</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileVersion</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileVersions</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
		</method>
		<method>
			<name>getFolderId</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getIcon</name>
		</method>
		<method>
			<name>getLatestFileVersion</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLock</name>
		</method>
		<method>
			<name>getMimeType</name>
		</method>
		<method>
			<name>getMimeType</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModel</name>
		</method>
		<method>
			<name>getModelClass</name>
		</method>
		<method>
			<name>getModelClassName</name>
		</method>
		<method>
			<name>getModifiedDate</name>
		</method>
		<method>
			<name>getPrimaryKey</name>
		</method>
		<method>
			<name>getPrimaryKeyObj</name>
		</method>
		<method>
			<name>getReadCount</name>
		</method>
		<method>
			<name>getRepositoryId</name>
		</method>
		<method>
			<name>getSize</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUserUuid</name>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>getVersion</name>
		</method>
		<method>
			<name>getVersionUserId</name>
		</method>
		<method>
			<name>getVersionUserName</name>
		</method>
		<method>
			<name>getVersionUserUuid</name>
		</method>
		<method>
			<name>hasLock</name>
		</method>
		<method>
			<name>isCheckedOut</name>
		</method>
		<method>
			<name>isDefaultRepository</name>
		</method>
		<method>
			<name>isEscapedModel</name>
		</method>
		<method>
			<name>isSupportsLocking</name>
		</method>
		<method>
			<name>isSupportsMetadata</name>
		</method>
		<method>
			<name>isSupportsSocial</name>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setCreateDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setFileEntryId</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setModifiedDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setPrimaryKey</name>
			<param>
				<name>primaryKey</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPrimaryKeyObj</name>
			<param>
				<name>primaryKeyObj</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setUserName</name>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUserUuid</name>
			<param>
				<name>userUuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toEscapedModel</name>
		</method>
		<method>
			<name>getAllVersions</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getCmisRepository</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_allVersions</name>
		</field>
		<field>
			<name>_cmisRepository</name>
		</field>
		<field>
			<name>_document</name>
		</field>
		<field>
			<name>_fileEntryId</name>
		</field>
		<field>
			<name>_latestFileVersion</name>
		</field>
		<field>
			<name>_uuid</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CMISFileVersion</name>
		<type>com.liferay.portal.repository.cmis.model.CMISFileVersion</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>CMISFileVersion</name>
			<param>
				<name>cmisRepository</name>
				<type>com.liferay.portal.repository.cmis.CMISRepository</type>
			</param>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<param>
				<name>document</name>
				<type>org.apache.chemistry.opencmis.client.api.Document</type>
			</param>
		</method>
		<method>
			<name>getAttributes</name>
		</method>
		<method>
			<name>getChangeLog</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getContentStream</name>
			<param>
				<name>incrementCounter</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getCreateDate</name>
		</method>
		<method>
			<name>getExpandoBridge</name>
		</method>
		<method>
			<name>getExtension</name>
		</method>
		<method>
			<name>getExtraSettings</name>
		</method>
		<method>
			<name>getFileEntry</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryId</name>
		</method>
		<method>
			<name>getFileVersionId</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getIcon</name>
		</method>
		<method>
			<name>getMimeType</name>
		</method>
		<method>
			<name>getModel</name>
		</method>
		<method>
			<name>getModelClass</name>
		</method>
		<method>
			<name>getModelClassName</name>
		</method>
		<method>
			<name>getModifiedDate</name>
		</method>
		<method>
			<name>getPrimaryKey</name>
		</method>
		<method>
			<name>getPrimaryKeyObj</name>
		</method>
		<method>
			<name>getRepositoryId</name>
		</method>
		<method>
			<name>getSize</name>
		</method>
		<method>
			<name>getStatus</name>
		</method>
		<method>
			<name>getStatusByUserId</name>
		</method>
		<method>
			<name>getStatusByUserName</name>
		</method>
		<method>
			<name>getStatusByUserUuid</name>
		</method>
		<method>
			<name>getStatusDate</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUserUuid</name>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>getVersion</name>
		</method>
		<method>
			<name>isApproved</name>
		</method>
		<method>
			<name>isDefaultRepository</name>
		</method>
		<method>
			<name>isDraft</name>
		</method>
		<method>
			<name>isEscapedModel</name>
		</method>
		<method>
			<name>isExpired</name>
		</method>
		<method>
			<name>isPending</name>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setCreateDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setFileVersionId</name>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setModifiedDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setPrimaryKey</name>
			<param>
				<name>primaryKey</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPrimaryKeyObj</name>
			<param>
				<name>primaryKeyObj</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setUserName</name>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUserUuid</name>
			<param>
				<name>userUuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toEscapedModel</name>
		</method>
		<method>
			<name>getCmisRepository</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_cmisRepository</name>
		</field>
		<field>
			<name>_document</name>
		</field>
		<field>
			<name>_fileVersionId</name>
		</field>
		<field>
			<name>_uuid</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CMISFolder</name>
		<type>com.liferay.portal.repository.cmis.model.CMISFolder</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>CMISFolder</name>
			<param>
				<name>cmisRepository</name>
				<type>com.liferay.portal.repository.cmis.CMISRepository</type>
			</param>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>cmisFolder</name>
				<type>org.apache.chemistry.opencmis.client.api.Folder</type>
			</param>
		</method>
		<method>
			<name>containsPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAncestors</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAttributes</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getCreateDate</name>
		</method>
		<method>
			<name>getFolderId</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getLastPostDate</name>
		</method>
		<method>
			<name>getModel</name>
		</method>
		<method>
			<name>getModelClass</name>
		</method>
		<method>
			<name>getModelClassName</name>
		</method>
		<method>
			<name>getModifiedDate</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getParentFolder</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getParentFolderId</name>
		</method>
		<method>
			<name>getPrimaryKey</name>
		</method>
		<method>
			<name>getPrimaryKeyObj</name>
		</method>
		<method>
			<name>getRepositoryId</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUserUuid</name>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>hasInheritableLock</name>
		</method>
		<method>
			<name>hasLock</name>
		</method>
		<method>
			<name>isDefaultRepository</name>
		</method>
		<method>
			<name>isEscapedModel</name>
		</method>
		<method>
			<name>isLocked</name>
		</method>
		<method>
			<name>isMountPoint</name>
		</method>
		<method>
			<name>isRoot</name>
		</method>
		<method>
			<name>isSupportsLocking</name>
		</method>
		<method>
			<name>isSupportsMetadata</name>
		</method>
		<method>
			<name>isSupportsMultipleUpload</name>
		</method>
		<method>
			<name>isSupportsShortcuts</name>
		</method>
		<method>
			<name>isSupportsSocial</name>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setCreateDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setFolderId</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setModifiedDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setPrimaryKey</name>
			<param>
				<name>primaryKey</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPrimaryKeyObj</name>
			<param>
				<name>primaryKeyObj</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setUserName</name>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUserUuid</name>
			<param>
				<name>userUuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toEscapedModel</name>
		</method>
		<method>
			<name>getCmisRepository</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_cmisFolder</name>
		</field>
		<field>
			<name>_cmisRepository</name>
		</field>
		<field>
			<name>_folderId</name>
		</field>
		<field>
			<name>_uuid</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CMISModel</name>
		<type>com.liferay.portal.repository.cmis.model.CMISModel</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getExpandoBridge</name>
		</method>
		<method>
			<name>getModelClassName</name>
		</method>
		<method>
			<name>getPrimaryKey</name>
		</method>
		<method>
			<name>setParentFolder</name>
			<param>
				<name>parentFolder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
		</method>
		<method>
			<name>containsPermission</name>
			<param>
				<name>cmisObject</name>
				<type>org.apache.chemistry.opencmis.client.api.CmisObject</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RepositoryException</name>
				<type>com.liferay.portal.kernel.repository.RepositoryException</type>
			</throws>
		</method>
		<method>
			<name>getCmisRepository</name>
		</method>
		<method>
			<name>getParentFolder</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUser</name>
			<param>
				<name>createdBy</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_mappedActionKeys</name>
		</field>
		<field>
			<name>_unsupportedActionKeys</name>
		</field>
		<field>
			<name>_parentFolder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayLocalRepository</name>
		<type>com.liferay.portal.repository.liferayrepository.LiferayLocalRepository</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>LiferayLocalRepository</name>
			<param>
				<name>repositoryLocalService</name>
				<type>com.liferay.portal.service.RepositoryLocalService</type>
			</param>
			<param>
				<name>repositoryService</name>
				<type>com.liferay.portal.service.RepositoryService</type>
			</param>
			<param>
				<name>dlAppHelperLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService</type>
			</param>
			<param>
				<name>dlFileEntryLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService</type>
			</param>
			<param>
				<name>dlFileEntryService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFileEntryService</type>
			</param>
			<param>
				<name>dlFileVersionLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService</type>
			</param>
			<param>
				<name>dlFileVersionService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFileVersionService</type>
			</param>
			<param>
				<name>dlFolderLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFolderLocalService</type>
			</param>
			<param>
				<name>dlFolderService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFolderService</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>LiferayLocalRepository</name>
			<param>
				<name>repositoryLocalService</name>
				<type>com.liferay.portal.service.RepositoryLocalService</type>
			</param>
			<param>
				<name>repositoryService</name>
				<type>com.liferay.portal.service.RepositoryService</type>
			</param>
			<param>
				<name>dlAppHelperLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService</type>
			</param>
			<param>
				<name>dlFileEntryLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService</type>
			</param>
			<param>
				<name>dlFileEntryService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFileEntryService</type>
			</param>
			<param>
				<name>dlFileVersionLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService</type>
			</param>
			<param>
				<name>dlFileVersionService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFileVersionService</type>
			</param>
			<param>
				<name>dlFolderLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFolderLocalService</type>
			</param>
			<param>
				<name>dlFolderService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFolderService</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFolder</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addRepository</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
		</method>
		<method>
			<name>deleteAll</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcuts</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryByUuid</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileVersion</name>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeMountfolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersCount</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeMountfolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersFileEntriesCount</name>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMountFolders</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMountFoldersCount</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>moveFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAsset</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>assetCategoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>assetTagNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>assetLinkEntryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateRepository</name>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
		</method>
		<method>
			<name>initByFileEntryId</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>initByFileVersionId</name>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>initByFolderId</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>initByRepositoryId</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayRepository</name>
		<type>com.liferay.portal.repository.liferayrepository.LiferayRepository</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>LiferayRepository</name>
			<param>
				<name>repositoryLocalService</name>
				<type>com.liferay.portal.service.RepositoryLocalService</type>
			</param>
			<param>
				<name>repositoryService</name>
				<type>com.liferay.portal.service.RepositoryService</type>
			</param>
			<param>
				<name>dlAppHelperLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService</type>
			</param>
			<param>
				<name>dlFileEntryLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService</type>
			</param>
			<param>
				<name>dlFileEntryService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFileEntryService</type>
			</param>
			<param>
				<name>dlFileVersionLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService</type>
			</param>
			<param>
				<name>dlFileVersionService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFileVersionService</type>
			</param>
			<param>
				<name>dlFolderLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFolderLocalService</type>
			</param>
			<param>
				<name>dlFolderService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFolderService</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>LiferayRepository</name>
			<param>
				<name>repositoryLocalService</name>
				<type>com.liferay.portal.service.RepositoryLocalService</type>
			</param>
			<param>
				<name>repositoryService</name>
				<type>com.liferay.portal.service.RepositoryService</type>
			</param>
			<param>
				<name>dlAppHelperLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService</type>
			</param>
			<param>
				<name>dlFileEntryLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService</type>
			</param>
			<param>
				<name>dlFileEntryService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFileEntryService</type>
			</param>
			<param>
				<name>dlFileVersionLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService</type>
			</param>
			<param>
				<name>dlFileVersionService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFileVersionService</type>
			</param>
			<param>
				<name>dlFolderLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFolderLocalService</type>
			</param>
			<param>
				<name>dlFolderService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFolderService</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addFileEntry</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFileEntry</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFolder</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>cancelCheckOut</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkInFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>major</name>
				<type>boolean</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkInFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkOutFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkOutFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyFileEntry</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>destFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntry</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileVersion</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFolder</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcuts</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryByUuid</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryLock</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getFileVersion</name>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeMountfolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersCount</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersCount</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeMountfolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersFileEntriesCount</name>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMountFolders</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMountFoldersCount</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryFileEntries</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>rootFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryFileEntries</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>rootFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryFileEntriesCount</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>rootFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryFileEntriesCount</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>rootFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubfolderIds</name>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubfolderIds</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>recurse</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>lockFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #checkOutFileEntry(long, ServiceContext)}]]></deprecated>
		</method>
		<method>
			<name>lockFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #checkOutFileEntry(long, String, long, ServiceContext)}]]></deprecated>
		</method>
		<method>
			<name>lockFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>lockFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inheritable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>moveFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>moveFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>refreshFileEntryLock</name>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>refreshFolderLock</name>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>revertFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>unlockFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unlockFolder</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>verifyFileEntryCheckOut</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>verifyFileEntryLock</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>verifyInheritableLock</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>initByFileEntryId</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>initByFileVersionId</name>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>initByFolderId</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>initByRepositoryId</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayRepositoryBase</name>
		<type>com.liferay.portal.repository.liferayrepository.LiferayRepositoryBase</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>LiferayRepositoryBase</name>
			<param>
				<name>repositoryLocalService</name>
				<type>com.liferay.portal.service.RepositoryLocalService</type>
			</param>
			<param>
				<name>repositoryService</name>
				<type>com.liferay.portal.service.RepositoryService</type>
			</param>
			<param>
				<name>dlAppHelperLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService</type>
			</param>
			<param>
				<name>dlFileEntryLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService</type>
			</param>
			<param>
				<name>dlFileEntryService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFileEntryService</type>
			</param>
			<param>
				<name>dlFileVersionLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService</type>
			</param>
			<param>
				<name>dlFileVersionService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFileVersionService</type>
			</param>
			<param>
				<name>dlFolderLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFolderLocalService</type>
			</param>
			<param>
				<name>dlFolderService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFolderService</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>LiferayRepositoryBase</name>
			<param>
				<name>repositoryLocalService</name>
				<type>com.liferay.portal.service.RepositoryLocalService</type>
			</param>
			<param>
				<name>repositoryService</name>
				<type>com.liferay.portal.service.RepositoryService</type>
			</param>
			<param>
				<name>dlAppHelperLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService</type>
			</param>
			<param>
				<name>dlFileEntryLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFileEntryLocalService</type>
			</param>
			<param>
				<name>dlFileEntryService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFileEntryService</type>
			</param>
			<param>
				<name>dlFileVersionLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFileVersionLocalService</type>
			</param>
			<param>
				<name>dlFileVersionService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFileVersionService</type>
			</param>
			<param>
				<name>dlFolderLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFolderLocalService</type>
			</param>
			<param>
				<name>dlFolderService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLFolderService</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getRepositoryId</name>
		</method>
		<method>
			<name>addFileEntryResources</name>
			<param>
				<name>dlFileEntry</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntry</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFieldsMap</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getLongList</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>initByFileEntryId</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>initByFileVersionId</name>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>initByFolderId</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>initByRepositoryId</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isDefaultRepository</name>
		</method>
		<method>
			<name>setDlFolderId</name>
			<param>
				<name>dlFolderId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setRepositoryId</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>toFolderId</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>toFolderIds</name>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
		</method>
		<field>
			<name>dlAppHelperLocalService</name>
		</field>
		<field>
			<name>dlFileEntryLocalService</name>
		</field>
		<field>
			<name>dlFileEntryService</name>
		</field>
		<field>
			<name>dlFileVersionLocalService</name>
		</field>
		<field>
			<name>dlFileVersionService</name>
		</field>
		<field>
			<name>dlFolderLocalService</name>
		</field>
		<field>
			<name>dlFolderService</name>
		</field>
		<field>
			<name>repositoryLocalService</name>
		</field>
		<field>
			<name>repositoryService</name>
		</field>
		<field>
			<name>_dlFolderId</name>
		</field>
		<field>
			<name>_groupId</name>
		</field>
		<field>
			<name>_repositoryId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayFileEntry</name>
		<type>com.liferay.portal.repository.liferayrepository.model.LiferayFileEntry</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>LiferayFileEntry</name>
			<param>
				<name>dlFileEntry</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntry</type>
			</param>
		</method>
		<method>
			<name>LiferayFileEntry</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntry</type>
			</param>
			<param>
				<name>escapedModel</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>containsPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAttributes</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getContentStream</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getContentStream</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCreateDate</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getDLFileEntry</name>
		</method>
		<method>
			<name>getExpandoBridge</name>
		</method>
		<method>
			<name>getExtension</name>
		</method>
		<method>
			<name>getFileEntryId</name>
		</method>
		<method>
			<name>getFileVersion</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileVersion</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileVersions</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
		</method>
		<method>
			<name>getFolderId</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getIcon</name>
		</method>
		<method>
			<name>getLatestFileVersion</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLock</name>
		</method>
		<method>
			<name>getMimeType</name>
		</method>
		<method>
			<name>getMimeType</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModel</name>
		</method>
		<method>
			<name>getModelClass</name>
		</method>
		<method>
			<name>getModelClassName</name>
		</method>
		<method>
			<name>getModifiedDate</name>
		</method>
		<method>
			<name>getPrimaryKey</name>
		</method>
		<method>
			<name>getPrimaryKeyObj</name>
		</method>
		<method>
			<name>getReadCount</name>
		</method>
		<method>
			<name>getRepositoryId</name>
		</method>
		<method>
			<name>getSize</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUserUuid</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>getVersion</name>
		</method>
		<method>
			<name>getVersionUserId</name>
		</method>
		<method>
			<name>getVersionUserName</name>
		</method>
		<method>
			<name>getVersionUserUuid</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasLock</name>
		</method>
		<method>
			<name>isCheckedOut</name>
		</method>
		<method>
			<name>isDefaultRepository</name>
		</method>
		<method>
			<name>isEscapedModel</name>
		</method>
		<method>
			<name>isSupportsLocking</name>
		</method>
		<method>
			<name>isSupportsMetadata</name>
		</method>
		<method>
			<name>isSupportsSocial</name>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setCreateDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setModifiedDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setPrimaryKey</name>
			<param>
				<name>primaryKey</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPrimaryKeyObj</name>
			<param>
				<name>primaryKeyObj</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setUserName</name>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUserUuid</name>
			<param>
				<name>userUuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toEscapedModel</name>
		</method>
		<field>
			<name>_dlFileEntry</name>
		</field>
		<field>
			<name>_escapedModel</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayFileVersion</name>
		<type>com.liferay.portal.repository.liferayrepository.model.LiferayFileVersion</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>LiferayFileVersion</name>
			<param>
				<name>dlFileVersion</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileVersion</type>
			</param>
		</method>
		<method>
			<name>LiferayFileVersion</name>
			<param>
				<name>dlFileVersion</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileVersion</type>
			</param>
			<param>
				<name>escapedModel</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getAttributes</name>
		</method>
		<method>
			<name>getChangeLog</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getContentStream</name>
			<param>
				<name>incrementCounter</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCreateDate</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getExpandoBridge</name>
		</method>
		<method>
			<name>getExtension</name>
		</method>
		<method>
			<name>getExtraSettings</name>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>incrementCounter</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryId</name>
		</method>
		<method>
			<name>getFileVersionId</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getIcon</name>
		</method>
		<method>
			<name>getMimeType</name>
		</method>
		<method>
			<name>getModel</name>
		</method>
		<method>
			<name>getModelClass</name>
		</method>
		<method>
			<name>getModelClassName</name>
		</method>
		<method>
			<name>getModifiedDate</name>
		</method>
		<method>
			<name>getPrimaryKey</name>
		</method>
		<method>
			<name>getPrimaryKeyObj</name>
		</method>
		<method>
			<name>getRepositoryId</name>
		</method>
		<method>
			<name>getSize</name>
		</method>
		<method>
			<name>getStatus</name>
		</method>
		<method>
			<name>getStatusByUserId</name>
		</method>
		<method>
			<name>getStatusByUserName</name>
		</method>
		<method>
			<name>getStatusByUserUuid</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStatusDate</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUserUuid</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>getVersion</name>
		</method>
		<method>
			<name>isApproved</name>
		</method>
		<method>
			<name>isDefaultRepository</name>
		</method>
		<method>
			<name>isDraft</name>
		</method>
		<method>
			<name>isEscapedModel</name>
		</method>
		<method>
			<name>isExpired</name>
		</method>
		<method>
			<name>isPending</name>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setCreateDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setModifiedDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setPrimaryKey</name>
			<param>
				<name>primaryKey</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPrimaryKeyObj</name>
			<param>
				<name>primaryKeyObj</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setUserName</name>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUserUuid</name>
			<param>
				<name>userUuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toEscapedModel</name>
		</method>
		<field>
			<name>_dlFileVersion</name>
		</field>
		<field>
			<name>_escapedModel</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayFolder</name>
		<type>com.liferay.portal.repository.liferayrepository.model.LiferayFolder</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>LiferayFolder</name>
			<param>
				<name>dlFolder</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFolder</type>
			</param>
		</method>
		<method>
			<name>LiferayFolder</name>
			<param>
				<name>dlFolder</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFolder</type>
			</param>
			<param>
				<name>escapedModel</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>containsPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAncestors</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAttributes</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getCreateDate</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getExpandoBridge</name>
		</method>
		<method>
			<name>getFolderId</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getLastPostDate</name>
		</method>
		<method>
			<name>getModel</name>
		</method>
		<method>
			<name>getModelClass</name>
		</method>
		<method>
			<name>getModelClassName</name>
		</method>
		<method>
			<name>getModifiedDate</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getParentFolder</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getParentFolderId</name>
		</method>
		<method>
			<name>getPrimaryKey</name>
		</method>
		<method>
			<name>getPrimaryKeyObj</name>
		</method>
		<method>
			<name>getRepositoryId</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUserUuid</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>hasInheritableLock</name>
		</method>
		<method>
			<name>hasLock</name>
		</method>
		<method>
			<name>isDefaultRepository</name>
		</method>
		<method>
			<name>isEscapedModel</name>
		</method>
		<method>
			<name>isLocked</name>
		</method>
		<method>
			<name>isMountPoint</name>
		</method>
		<method>
			<name>isRoot</name>
		</method>
		<method>
			<name>isSupportsLocking</name>
		</method>
		<method>
			<name>isSupportsMetadata</name>
		</method>
		<method>
			<name>isSupportsMultipleUpload</name>
		</method>
		<method>
			<name>isSupportsShortcuts</name>
		</method>
		<method>
			<name>isSupportsSocial</name>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setCreateDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setModifiedDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setPrimaryKey</name>
			<param>
				<name>primaryKey</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPrimaryKeyObj</name>
			<param>
				<name>primaryKeyObj</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setUserName</name>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUserUuid</name>
			<param>
				<name>userUuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toEscapedModel</name>
		</method>
		<field>
			<name>_dlFolder</name>
		</field>
		<field>
			<name>_escapedModel</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayModel</name>
		<type>com.liferay.portal.repository.liferayrepository.model.LiferayModel</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getExpandoBridge</name>
		</method>
		<method>
			<name>getModelClassName</name>
		</method>
		<method>
			<name>getPrimaryKey</name>
		</method>
	</javadoc>
	<javadoc>
		<name>LiferayBase</name>
		<type>com.liferay.portal.repository.liferayrepository.util.LiferayBase</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>toFileEntries</name>
			<param>
				<name>dlFileEntries</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>toFileEntriesAndFolders</name>
			<param>
				<name>dlFileEntriesAndDLFolders</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>toFileVersions</name>
			<param>
				<name>dlFileVersions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>toFolders</name>
			<param>
				<name>dlFolders</name>
				<type>java.util.List</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseRepositoryProxyBean</name>
		<type>com.liferay.portal.repository.proxy.BaseRepositoryProxyBean</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>BaseRepositoryProxyBean</name>
			<param>
				<name>baseRepository</name>
				<type>com.liferay.portal.kernel.repository.BaseRepository</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>addFileEntry</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFileEntry</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFolder</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>cancelCheckOut</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkInFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>major</name>
				<type>boolean</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkInFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkOutFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkOutFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyFileEntry</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>destFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntry</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileVersion</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFolder</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>documentTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcuts</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>documentTypeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryByUuid</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileVersion</name>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeMountfolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersCount</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeMountfolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersFileEntriesCount</name>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLocalRepository</name>
		</method>
		<method>
			<name>getMountFolders</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMountFoldersCount</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProxyBean</name>
		</method>
		<method>
			<name>getRepositoryFileEntries</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>rootFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryFileEntries</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>rootFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryFileEntriesCount</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>rootFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryFileEntriesCount</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>rootFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryId</name>
		</method>
		<method>
			<name>getSubfolderIds</name>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubfolderIds</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>recurse</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSupportedConfigurations</name>
		</method>
		<method>
			<name>getSupportedParameters</name>
		</method>
		<method>
			<name>initRepository</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>lockFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #checkOutFileEntry(long, ServiceContext)}]]></deprecated>
		</method>
		<method>
			<name>lockFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #checkOutFileEntry(long, String, long, ServiceContext)}]]></deprecated>
		</method>
		<method>
			<name>lockFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>lockFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inheritable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>moveFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>moveFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>newParentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>refreshFileEntryLock</name>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>refreshFolderLock</name>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>revertFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>setAssetEntryLocalService</name>
			<param>
				<name>assetEntryLocalService</name>
				<type>com.liferay.portlet.asset.service.AssetEntryLocalService</type>
			</param>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setCompanyLocalService</name>
			<param>
				<name>companyLocalService</name>
				<type>com.liferay.portal.service.CompanyLocalService</type>
			</param>
		</method>
		<method>
			<name>setCounterLocalService</name>
			<param>
				<name>counterLocalService</name>
				<type>com.liferay.counter.service.CounterLocalService</type>
			</param>
		</method>
		<method>
			<name>setDLAppHelperLocalService</name>
			<param>
				<name>dlAppHelperLocalService</name>
				<type>com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService</type>
			</param>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setRepositoryId</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setTypeSettingsProperties</name>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
		</method>
		<method>
			<name>setUserLocalService</name>
			<param>
				<name>userLocalService</name>
				<type>com.liferay.portal.service.UserLocalService</type>
			</param>
		</method>
		<method>
			<name>unlockFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unlockFolder</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>verifyFileEntryCheckOut</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>verifyFileEntryLock</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>verifyInheritableLock</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_baseRepository</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FileEntryProxyBean</name>
		<type>com.liferay.portal.repository.proxy.FileEntryProxyBean</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>FileEntryProxyBean</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>containsPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAttributes</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getContentStream</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getContentStream</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCreateDate</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getExpandoBridge</name>
		</method>
		<method>
			<name>getExtension</name>
		</method>
		<method>
			<name>getFileEntryId</name>
		</method>
		<method>
			<name>getFileVersion</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileVersion</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileVersions</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
		</method>
		<method>
			<name>getFolderId</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getIcon</name>
		</method>
		<method>
			<name>getLatestFileVersion</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLock</name>
		</method>
		<method>
			<name>getMimeType</name>
		</method>
		<method>
			<name>getMimeType</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModel</name>
		</method>
		<method>
			<name>getModelClass</name>
		</method>
		<method>
			<name>getModelClassName</name>
		</method>
		<method>
			<name>getModifiedDate</name>
		</method>
		<method>
			<name>getPrimaryKey</name>
		</method>
		<method>
			<name>getPrimaryKeyObj</name>
		</method>
		<method>
			<name>getReadCount</name>
		</method>
		<method>
			<name>getRepositoryId</name>
		</method>
		<method>
			<name>getSize</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUserUuid</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>getVersion</name>
		</method>
		<method>
			<name>getVersionUserId</name>
		</method>
		<method>
			<name>getVersionUserName</name>
		</method>
		<method>
			<name>getVersionUserUuid</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasLock</name>
		</method>
		<method>
			<name>isCheckedOut</name>
		</method>
		<method>
			<name>isDefaultRepository</name>
		</method>
		<method>
			<name>isEscapedModel</name>
		</method>
		<method>
			<name>isSupportsLocking</name>
		</method>
		<method>
			<name>isSupportsMetadata</name>
		</method>
		<method>
			<name>isSupportsSocial</name>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setCreateDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setModifiedDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setPrimaryKeyObj</name>
			<param>
				<name>primaryKeyObj</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setUserName</name>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUserUuid</name>
			<param>
				<name>userUuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toEscapedModel</name>
		</method>
		<field>
			<name>_fileEntry</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FileVersionProxyBean</name>
		<type>com.liferay.portal.repository.proxy.FileVersionProxyBean</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>FileVersionProxyBean</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>getAttributes</name>
		</method>
		<method>
			<name>getChangeLog</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getContentStream</name>
			<param>
				<name>incrementCounter</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCreateDate</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getExpandoBridge</name>
		</method>
		<method>
			<name>getExtension</name>
		</method>
		<method>
			<name>getExtraSettings</name>
		</method>
		<method>
			<name>getFileEntry</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryId</name>
		</method>
		<method>
			<name>getFileVersionId</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getIcon</name>
		</method>
		<method>
			<name>getMimeType</name>
		</method>
		<method>
			<name>getModel</name>
		</method>
		<method>
			<name>getModelClass</name>
		</method>
		<method>
			<name>getModelClassName</name>
		</method>
		<method>
			<name>getModifiedDate</name>
		</method>
		<method>
			<name>getPrimaryKey</name>
		</method>
		<method>
			<name>getPrimaryKeyObj</name>
		</method>
		<method>
			<name>getRepositoryId</name>
		</method>
		<method>
			<name>getSize</name>
		</method>
		<method>
			<name>getStatus</name>
		</method>
		<method>
			<name>getStatusByUserId</name>
		</method>
		<method>
			<name>getStatusByUserName</name>
		</method>
		<method>
			<name>getStatusByUserUuid</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStatusDate</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUserUuid</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>getVersion</name>
		</method>
		<method>
			<name>isApproved</name>
		</method>
		<method>
			<name>isDefaultRepository</name>
		</method>
		<method>
			<name>isDraft</name>
		</method>
		<method>
			<name>isEscapedModel</name>
		</method>
		<method>
			<name>isExpired</name>
		</method>
		<method>
			<name>isPending</name>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setCreateDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setModifiedDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setPrimaryKeyObj</name>
			<param>
				<name>primaryKeyObj</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setUserName</name>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUserUuid</name>
			<param>
				<name>userUuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toEscapedModel</name>
		</method>
		<field>
			<name>_fileVersion</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FolderProxyBean</name>
		<type>com.liferay.portal.repository.proxy.FolderProxyBean</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>FolderProxyBean</name>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>containsPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAncestors</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAttributes</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getCreateDate</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getExpandoBridge</name>
		</method>
		<method>
			<name>getFolderId</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getLastPostDate</name>
		</method>
		<method>
			<name>getModel</name>
		</method>
		<method>
			<name>getModelClass</name>
		</method>
		<method>
			<name>getModelClassName</name>
		</method>
		<method>
			<name>getModifiedDate</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getParentFolder</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getParentFolderId</name>
		</method>
		<method>
			<name>getPrimaryKey</name>
		</method>
		<method>
			<name>getPrimaryKeyObj</name>
		</method>
		<method>
			<name>getRepositoryId</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUserUuid</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>hasInheritableLock</name>
		</method>
		<method>
			<name>hasLock</name>
		</method>
		<method>
			<name>isDefaultRepository</name>
		</method>
		<method>
			<name>isEscapedModel</name>
		</method>
		<method>
			<name>isLocked</name>
		</method>
		<method>
			<name>isMountPoint</name>
		</method>
		<method>
			<name>isRoot</name>
		</method>
		<method>
			<name>isSupportsLocking</name>
		</method>
		<method>
			<name>isSupportsMetadata</name>
		</method>
		<method>
			<name>isSupportsMultipleUpload</name>
		</method>
		<method>
			<name>isSupportsShortcuts</name>
		</method>
		<method>
			<name>isSupportsSocial</name>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setCreateDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setModifiedDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setPrimaryKeyObj</name>
			<param>
				<name>primaryKeyObj</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setUserName</name>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUserUuid</name>
			<param>
				<name>userUuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toEscapedModel</name>
		</method>
		<field>
			<name>_folder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LocalRepositoryProxyBean</name>
		<type>com.liferay.portal.repository.proxy.LocalRepositoryProxyBean</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>LocalRepositoryProxyBean</name>
			<param>
				<name>localRepository</name>
				<type>com.liferay.portal.kernel.repository.LocalRepository</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>addFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFolder</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteAll</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcuts</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryByUuid</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileVersion</name>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeMountfolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersCount</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersFileEntriesCount</name>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMountFolders</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMountFoldersCount</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryId</name>
		</method>
		<method>
			<name>moveFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAsset</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>assetCategoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>assetTagNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>assetLinkEntryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_localRepository</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RepositoryModelProxyBean</name>
		<type>com.liferay.portal.repository.proxy.RepositoryModelProxyBean</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>RepositoryModelProxyBean</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>newFileEntryProxyBean</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>newFileVersionProxyBean</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>newFolderProxyBean</name>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
		</method>
		<method>
			<name>newLocalRepositoryProxyBean</name>
			<param>
				<name>localRepository</name>
				<type>com.liferay.portal.kernel.repository.LocalRepository</type>
			</param>
		</method>
		<method>
			<name>newProxyBean</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>newProxyInstance</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>toFileEntryProxyBeans</name>
			<param>
				<name>fileEntries</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>toFileVersionProxyBeans</name>
			<param>
				<name>fileVersions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>toFolderProxyBeans</name>
			<param>
				<name>folders</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>toObjectProxyBeans</name>
			<param>
				<name>objects</name>
				<type>java.util.List</type>
			</param>
		</method>
		<field>
			<name>_classLoader</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RepositorySearchQueryBuilderImpl</name>
		<type>com.liferay.portal.repository.search.RepositorySearchQueryBuilderImpl</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>getFullQuery</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>setAnalyzer</name>
			<param>
				<name>analyzer</name>
				<type>org.apache.lucene.analysis.Analyzer</type>
			</param>
		</method>
		<method>
			<name>addContext</name>
			<param>
				<name>contextQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addSearchKeywords</name>
			<param>
				<name>searchQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>query1</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>query2</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
		</method>
		<method>
			<name>getBooleanClauseOccur</name>
			<param>
				<name>occur</name>
				<type>com.liferay.portal.kernel.search.BooleanClauseOccur</type>
			</param>
		</method>
		<method>
			<name>getBooleanClauseOccur</name>
			<param>
				<name>occur</name>
				<type>org.apache.lucene.search.BooleanClause.Occur</type>
			</param>
		</method>
		<method>
			<name>translateQuery</name>
			<param>
				<name>booleanQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>query</name>
				<type>org.apache.lucene.search.Query</type>
			</param>
			<param>
				<name>occur</name>
				<type>org.apache.lucene.search.BooleanClause.Occur</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_analyzer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RepositoryFactory</name>
		<type>com.liferay.portal.repository.util.RepositoryFactory</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>getInstance</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RepositoryFactoryImpl</name>
		<type>com.liferay.portal.repository.util.RepositoryFactoryImpl</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>RepositoryFactoryImpl</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RepositoryFactoryImpl</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>getInstance</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_classLoader</name>
		</field>
		<field>
			<name>_className</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RepositoryFactoryUtil</name>
		<type>com.liferay.portal.repository.util.RepositoryFactoryUtil</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>getInstance</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryClassNames</name>
		</method>
		<method>
			<name>registerRepositoryFactory</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>repositoryFactory</name>
				<type>com.liferay.portal.repository.util.RepositoryFactory</type>
			</param>
		</method>
		<method>
			<name>unregisterRepositoryFactory</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_repositoryFactories</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DummySanitizerImpl</name>
		<type>com.liferay.portal.sanitizer.DummySanitizerImpl</type>
		<author><![CDATA[Zsolt Balogh]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>sanitize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>sanitize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>SanitizerException</name>
				<type>com.liferay.portal.kernel.sanitizer.SanitizerException</type>
			</throws>
		</method>
		<method>
			<name>sanitize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SanitizerImpl</name>
		<type>com.liferay.portal.sanitizer.SanitizerImpl</type>
		<author><![CDATA[Zsolt Balogh]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SanitizerImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ClusterSchedulerEngine</name>
		<type>com.liferay.portal.scheduler.ClusterSchedulerEngine</type>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>createClusterSchedulerEngine</name>
			<param>
				<name>schedulerEngine</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerEngine</type>
			</param>
		</method>
		<method>
			<name>ClusterSchedulerEngine</name>
			<param>
				<name>schedulerEngine</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerEngine</type>
			</param>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getBeanIdentifier</name>
		</method>
		<method>
			<name>getScheduledJob</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getScheduledJobs</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getScheduledJobs</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>initialize</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>pause</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>pause</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>resume</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>resume</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>schedule</name>
			<param>
				<name>trigger</name>
				<type>com.liferay.portal.kernel.scheduler.Trigger</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>setBeanIdentifier</name>
			<param>
				<name>beanIdentifier</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>shutdown</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>start</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>suppressError</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>unschedule</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>unschedule</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>trigger</name>
				<type>com.liferay.portal.kernel.scheduler.Trigger</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>updateMemorySchedulerClusterMaster</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>callMaster</name>
			<param>
				<name>masterAddressString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodKey</name>
				<type>com.liferay.portal.kernel.util.MethodKey</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getDeserializedObject</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getFullName</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getMasterAddressString</name>
			<param>
				<name>asynchronous</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getSerializedString</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getStorageType</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>initMemoryClusteredJobs</name>
			<param>
				<name>schedulerResponses</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isMemoryClusteredSlaveJob</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>masterToSlave</name>
			<param>
				<name>masterAddressString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>asynchronous</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>removeMemoryClusteredJobs</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>skipClusterInvoking</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>slaveToMaster</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>updateMemoryClusteredJob</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>triggerState</name>
				<type>com.liferay.portal.kernel.scheduler.TriggerState</type>
			</param>
		</method>
		<method>
			<name>updateMemoryClusteredJobs</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>triggerState</name>
				<type>com.liferay.portal.kernel.scheduler.TriggerState</type>
			</param>
		</method>
		<method>
			<name>_doMasterToSlave</name>
			<param>
				<name>schedulerResponses</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<field>
			<name>schedulerEngine</name>
		</field>
		<field>
			<name>_LOCK_CLASS_NAME</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_getScheduledJobMethodKey</name>
		</field>
		<field>
			<name>_getScheduledJobsMethodKey1</name>
		</field>
		<field>
			<name>_getScheduledJobsMethodKey2</name>
		</field>
		<field>
			<name>_getScheduledJobsMethodKey3</name>
		</field>
		<field>
			<name>_beanIdentifier</name>
		</field>
		<field>
			<name>_clusterEventListener</name>
		</field>
		<field>
			<name>_localClusterNodeAddress</name>
		</field>
		<field>
			<name>_master</name>
		</field>
		<field>
			<name>_memoryClusteredJobs</name>
		</field>
		<field>
			<name>_readLock</name>
		</field>
		<field>
			<name>_schedulerEngine</name>
		</field>
		<field>
			<name>_writeLock</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SchedulerEngineProxyBean</name>
		<type>com.liferay.portal.scheduler.SchedulerEngineProxyBean</type>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>delete</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getScheduledJob</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getScheduledJobs</name>
		</method>
		<method>
			<name>getScheduledJobs</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>pause</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>pause</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>resume</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>resume</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>schedule</name>
			<param>
				<name>trigger</name>
				<type>com.liferay.portal.kernel.scheduler.Trigger</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
		</method>
		<method>
			<name>shutdown</name>
		</method>
		<method>
			<name>start</name>
		</method>
		<method>
			<name>suppressError</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>unschedule</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>unschedule</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>trigger</name>
				<type>com.liferay.portal.kernel.scheduler.Trigger</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MessageSenderJob</name>
		<type>com.liferay.portal.scheduler.job.MessageSenderJob</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>jobExecutionContext</name>
				<type>org.quartz.JobExecutionContext</type>
			</param>
		</method>
		<method>
			<name>doExecute</name>
			<param>
				<name>jobExecutionContext</name>
				<type>org.quartz.JobExecutionContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>notifyClusterMember</name>
			<param>
				<name>jobKey</name>
				<type>org.quartz.JobKey</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_deleteJobMethodKey</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ScriptingMessageListener</name>
		<type>com.liferay.portal.scheduler.messaging.ScriptingMessageListener</type>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalJobStore</name>
		<type>com.liferay.portal.scheduler.quartz.PortalJobStore</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getDelegate</name>
			<throws>
				<name>NoSuchDelegateException</name>
				<type>org.quartz.impl.jdbcjobstore.NoSuchDelegateException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_driverDelegate</name>
		</field>
	</javadoc>
	<javadoc>
		<name>QuartzConnectionProvider</name>
		<type>com.liferay.portal.scheduler.quartz.QuartzConnectionProvider</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>getConnection</name>
		</method>
		<method>
			<name>shutdown</name>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>QuartzSchedulerEngine</name>
		<type>com.liferay.portal.scheduler.quartz.QuartzSchedulerEngine</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>getScheduledJob</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getScheduledJobs</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getScheduledJobs</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>pause</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>pause</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>resume</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>resume</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>schedule</name>
			<param>
				<name>trigger</name>
				<type>com.liferay.portal.kernel.scheduler.Trigger</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>shutdown</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>start</name>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>suppressError</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>unschedule</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>unschedule</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>trigger</name>
				<type>com.liferay.portal.kernel.scheduler.Trigger</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>fixMaxLength</name>
			<param>
				<name>argument</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>maxLength</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getFullName</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getJobState</name>
			<param>
				<name>jobDataMap</name>
				<type>org.quartz.JobDataMap</type>
			</param>
		</method>
		<method>
			<name>getMessage</name>
			<param>
				<name>jobDataMap</name>
				<type>org.quartz.JobDataMap</type>
			</param>
		</method>
		<method>
			<name>getMessageListener</name>
			<param>
				<name>messageListenerClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getOriginalGroupName</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getQuartzTrigger</name>
			<param>
				<name>trigger</name>
				<type>com.liferay.portal.kernel.scheduler.Trigger</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>getScheduledJob</name>
			<param>
				<name>scheduler</name>
				<type>org.quartz.Scheduler</type>
			</param>
			<param>
				<name>jobKey</name>
				<type>org.quartz.JobKey</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getScheduledJobs</name>
			<param>
				<name>scheduler</name>
				<type>org.quartz.Scheduler</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getScheduler</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getStorageType</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>initializeScheduler</name>
			<param>
				<name>propertiesPrefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>useQuartzCluster</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initJobState</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>registerMessageListeners</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>SchedulerException</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerException</type>
			</throws>
		</method>
		<method>
			<name>schedule</name>
			<param>
				<name>scheduler</name>
				<type>org.quartz.Scheduler</type>
			</param>
			<param>
				<name>storageType</name>
				<type>com.liferay.portal.kernel.scheduler.StorageType</type>
			</param>
			<param>
				<name>trigger</name>
				<type>org.quartz.Trigger</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>unregisterMessageListener</name>
			<param>
				<name>scheduler</name>
				<type>org.quartz.Scheduler</type>
			</param>
			<param>
				<name>jobKey</name>
				<type>org.quartz.JobKey</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>unschedule</name>
			<param>
				<name>scheduler</name>
				<type>org.quartz.Scheduler</type>
			</param>
			<param>
				<name>jobKey</name>
				<type>org.quartz.JobKey</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>scheduler</name>
				<type>org.quartz.Scheduler</type>
			</param>
			<param>
				<name>trigger</name>
				<type>com.liferay.portal.kernel.scheduler.Trigger</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateJobState</name>
			<param>
				<name>scheduler</name>
				<type>org.quartz.Scheduler</type>
			</param>
			<param>
				<name>jobKey</name>
				<type>org.quartz.JobKey</type>
			</param>
			<param>
				<name>triggerState</name>
				<type>com.liferay.portal.kernel.scheduler.TriggerState</type>
			</param>
			<param>
				<name>suppressError</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>quartzLocalService</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_memoryScheduler</name>
		</field>
		<field>
			<name>_persistedScheduler</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClassVisibilityChecker</name>
		<type>com.liferay.portal.scripting.ClassVisibilityChecker</type>
		<author><![CDATA[Alberto Montero]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ClassVisibilityChecker</name>
			<param>
				<name>allowedClasses</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<method>
			<name>isVisible</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>ALL_CLASSES</name>
		</field>
		<field>
			<name>_forbiddenClasses</name>
		</field>
		<field>
			<name>_allowAll</name>
		</field>
		<field>
			<name>_allowedPatterns</name>
		</field>
		<field>
			<name>_denyAll</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ScriptingImpl</name>
		<type>com.liferay.portal.scripting.ScriptingImpl</type>
		<author><![CDATA[Alberto Montero]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addScriptionExecutor</name>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scriptingExecutor</name>
				<type>com.liferay.portal.kernel.scripting.ScriptingExecutor</type>
			</param>
		</method>
		<method>
			<name>clearCache</name>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ScriptingException</name>
				<type>com.liferay.portal.kernel.scripting.ScriptingException</type>
			</throws>
		</method>
		<method>
			<name>eval</name>
			<param>
				<name>allowedClasses</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>inputObjects</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>outputNames</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>ScriptingException</name>
				<type>com.liferay.portal.kernel.scripting.ScriptingException</type>
			</throws>
		</method>
		<method>
			<name>exec</name>
			<param>
				<name>allowedClasses</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>inputObjects</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>ScriptingException</name>
				<type>com.liferay.portal.kernel.scripting.ScriptingException</type>
			</throws>
		</method>
		<method>
			<name>getPortletObjects</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
		</method>
		<method>
			<name>getSupportedLanguages</name>
		</method>
		<method>
			<name>setScriptingExecutors</name>
			<param>
				<name>scriptingExecutors</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>getErrorMessage</name>
			<param>
				<name>e</name>
				<type>java.lang.Exception</type>
			</param>
		</method>
		<method>
			<name>getErrorMessage</name>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>e</name>
				<type>java.lang.Exception</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_scriptingExecutors</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ScriptingProxyBean</name>
		<type>com.liferay.portal.scripting.ScriptingProxyBean</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>addScriptionExecutor</name>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scriptingExecutor</name>
				<type>com.liferay.portal.kernel.scripting.ScriptingExecutor</type>
			</param>
		</method>
		<method>
			<name>clearCache</name>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>eval</name>
			<param>
				<name>allowedClasses</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>inputObjects</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>outputNames</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>exec</name>
			<param>
				<name>allowedClasses</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>inputObjects</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>getPortletObjects</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
		</method>
		<method>
			<name>getSupportedLanguages</name>
		</method>
		<method>
			<name>setScriptingExecutors</name>
			<param>
				<name>scriptingExecutors</name>
				<type>java.util.Map</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BeanShellExecutor</name>
		<type>com.liferay.portal.scripting.beanshell.BeanShellExecutor</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>eval</name>
			<param>
				<name>allowedClasses</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>inputObjects</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>outputNames</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>ScriptingException</name>
				<type>com.liferay.portal.kernel.scripting.ScriptingException</type>
			</throws>
		</method>
		<method>
			<name>getLanguage</name>
		</method>
		<field>
			<name>LANGUAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GroovyExecutor</name>
		<type>com.liferay.portal.scripting.groovy.GroovyExecutor</type>
		<author><![CDATA[Alberto Montero]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clearCache</name>
		</method>
		<method>
			<name>eval</name>
			<param>
				<name>allowedClasses</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>inputObjects</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>outputNames</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>ScriptingException</name>
				<type>com.liferay.portal.kernel.scripting.ScriptingException</type>
			</throws>
		</method>
		<method>
			<name>getLanguage</name>
		</method>
		<method>
			<name>getCompiledScript</name>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoaders</name>
				<type>java.lang.ClassLoader[]</type>
			</param>
		</method>
		<method>
			<name>getGroovyShell</name>
			<param>
				<name>classLoaders</name>
				<type>java.lang.ClassLoader[]</type>
			</param>
		</method>
		<field>
			<name>_CACHE_NAME</name>
		</field>
		<field>
			<name>_LANGUAGE</name>
		</field>
		<field>
			<name>_groovyShell</name>
		</field>
		<field>
			<name>_groovyShells</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JavaScriptClassVisibilityChecker</name>
		<type>com.liferay.portal.scripting.javascript.JavaScriptClassVisibilityChecker</type>
		<author><![CDATA[Alberto Montero]]></author>
		<method>
			<name>JavaScriptClassVisibilityChecker</name>
			<param>
				<name>allowedClasses</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<method>
			<name>visibleToScripts</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JavaScriptExecutor</name>
		<type>com.liferay.portal.scripting.javascript.JavaScriptExecutor</type>
		<author><![CDATA[Alberto Montero]]></author>
		<method>
			<name>clearCache</name>
		</method>
		<method>
			<name>eval</name>
			<param>
				<name>allowedClasses</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>inputObjects</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>outputNames</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>ScriptingException</name>
				<type>com.liferay.portal.kernel.scripting.ScriptingException</type>
			</throws>
		</method>
		<method>
			<name>getLanguage</name>
		</method>
		<method>
			<name>getCompiledScript</name>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<field>
			<name>_CACHE_NAME</name>
		</field>
		<field>
			<name>_LANGUAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PythonExecutor</name>
		<type>com.liferay.portal.scripting.python.PythonExecutor</type>
		<author><![CDATA[Alberto Montero]]></author>
		<method>
			<name>clearCache</name>
		</method>
		<method>
			<name>eval</name>
			<param>
				<name>allowedClasses</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>inputObjects</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>outputNames</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>ScriptingException</name>
				<type>com.liferay.portal.kernel.scripting.ScriptingException</type>
			</throws>
		</method>
		<method>
			<name>getLanguage</name>
		</method>
		<method>
			<name>getCompiledScript</name>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_CACHE_NAME</name>
		</field>
		<field>
			<name>_LANGUAGE</name>
		</field>
		<field>
			<name>_initialized</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BeanGlobalVariable</name>
		<type>com.liferay.portal.scripting.ruby.BeanGlobalVariable</type>
		<author><![CDATA[Alberto Montero]]></author>
		<method>
			<name>BeanGlobalVariable</name>
			<param>
				<name>ruby</name>
				<type>org.jruby.Ruby</type>
			</param>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>bean</name>
				<type>org.jruby.runtime.builtin.IRubyObject</type>
			</param>
		</method>
		<field>
			<name>_bean</name>
		</field>
		<field>
			<name>_ruby</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RubyExecutor</name>
		<type>com.liferay.portal.scripting.ruby.RubyExecutor</type>
		<author><![CDATA[Alberto Montero]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>RubyExecutor</name>
		</method>
		<method>
			<name>eval</name>
			<param>
				<name>allowedClasses</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>inputObjects</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>outputNames</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>scriptFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>classLoaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>ScriptingException</name>
				<type>com.liferay.portal.kernel.scripting.ScriptingException</type>
			</throws>
		</method>
		<method>
			<name>eval</name>
			<param>
				<name>allowedClasses</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>inputObjects</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>outputNames</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>ScriptingException</name>
				<type>com.liferay.portal.kernel.scripting.ScriptingException</type>
			</throws>
		</method>
		<method>
			<name>getLanguage</name>
		</method>
		<method>
			<name>eval</name>
			<param>
				<name>allowedClasses</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>inputObjects</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>outputNames</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>scriptFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoaders</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>ScriptingException</name>
				<type>com.liferay.portal.kernel.scripting.ScriptingException</type>
			</throws>
		</method>
		<method>
			<name>initRubyGems</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>LANGUAGE</name>
		</field>
		<field>
			<name>_COMPILE_MODE_FORCE</name>
		</field>
		<field>
			<name>_COMPILE_MODE_JIT</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_basePath</name>
		</field>
		<field>
			<name>_loadPaths</name>
		</field>
		<field>
			<name>_scriptingContainer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BoboFacetCollector</name>
		<type>com.liferay.portal.search.BoboFacetCollector</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>BoboFacetCollector</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>facetAccessible</name>
				<type>com.browseengine.bobo.api.FacetAccessible</type>
			</param>
		</method>
		<method>
			<name>getFieldName</name>
		</method>
		<method>
			<name>getTermCollector</name>
			<param>
				<name>term</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTermCollectors</name>
		</method>
		<field>
			<name>_facetAccessible</name>
		</field>
		<field>
			<name>_fieldName</name>
		</field>
		<field>
			<name>_termCollectors</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BoboTermCollector</name>
		<type>com.liferay.portal.search.BoboTermCollector</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>BoboTermCollector</name>
			<param>
				<name>browseFacet</name>
				<type>com.browseengine.bobo.api.BrowseFacet</type>
			</param>
		</method>
		<method>
			<name>getFrequency</name>
		</method>
		<method>
			<name>getTerm</name>
		</method>
		<field>
			<name>_browseFacet</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IndexableAdvice</name>
		<type>com.liferay.portal.search.IndexableAdvice</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>afterReturning</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<param>
				<name>result</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>getNullAnnotation</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_nullIndexable</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IndexerRegistryImpl</name>
		<type>com.liferay.portal.search.IndexerRegistryImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getIndexer</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getIndexers</name>
		</method>
		<method>
			<name>nullSafeGetIndexer</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>indexerInstance</name>
				<type>com.liferay.portal.kernel.search.Indexer</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_dummyIndexer</name>
		</field>
		<field>
			<name>_indexers</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalOpenSearchImpl</name>
		<type>com.liferay.portal.search.PortalOpenSearchImpl</type>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>search</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPage</name>
				<type>int</type>
			</param>
			<param>
				<name>itemsPerPage</name>
				<type>int</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>getJournalURL</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>result</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>SEARCH_PATH</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SearchPermissionCheckerImpl</name>
		<type>com.liferay.portal.search.SearchPermissionCheckerImpl</type>
		<author><![CDATA[Allen Chiang]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>addPermissionFields</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
		</method>
		<method>
			<name>getPermissionQuery</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>updatePermissionFields</name>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>updatePermissionFields</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourceClassPK</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addRequiredMemberRole</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>permissionQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doAddPermissionFields_5</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doAddPermissionFields_6</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>doc</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetPermissionQuery</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetPermissionQuery_5</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>advancedPermissionChecker</name>
				<type>com.liferay.portal.security.permission.AdvancedPermissionChecker</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>userGroupRoles</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groupIdsToRoles</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetPermissionQuery_6</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>advancedPermissionChecker</name>
				<type>com.liferay.portal.security.permission.AdvancedPermissionChecker</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>userGroupRoles</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groupIdsToRoles</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpdatePermissionFields_5</name>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpdatePermissionFields_6</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourceClassPK</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPermissionCheckerBag</name>
			<param>
				<name>advancedPermissionChecker</name>
				<type>com.liferay.portal.security.permission.AdvancedPermissionChecker</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BooleanClauseFactoryImpl</name>
		<type>com.liferay.portal.search.generic.BooleanClauseFactoryImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>create</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>occur</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>create</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>occur</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BooleanClauseImpl</name>
		<type>com.liferay.portal.search.generic.BooleanClauseImpl</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>BooleanClauseImpl</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>booleanClauseOccur</name>
				<type>com.liferay.portal.kernel.search.BooleanClauseOccur</type>
			</param>
		</method>
		<method>
			<name>getBooleanClauseOccur</name>
		</method>
		<method>
			<name>getQuery</name>
		</method>
		<field>
			<name>_booleanClauseOccur</name>
		</field>
		<field>
			<name>_query</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BooleanQueryFactoryImpl</name>
		<type>com.liferay.portal.search.generic.BooleanQueryFactoryImpl</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>create</name>
		</method>
	</javadoc>
	<javadoc>
		<name>BooleanQueryImpl</name>
		<type>com.liferay.portal.search.generic.BooleanQueryImpl</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>add</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>booleanClauseOccur</name>
				<type>com.liferay.portal.kernel.search.BooleanClauseOccur</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>occur</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Double</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Short</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>int</type>
			</param>
			<param>
				<name>endValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>long</type>
			</param>
			<param>
				<name>endValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>short</type>
			</param>
			<param>
				<name>endValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.Short</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.Short</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>int</type>
			</param>
			<param>
				<name>endValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>long</type>
			</param>
			<param>
				<name>endValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>short</type>
			</param>
			<param>
				<name>endValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.Short</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.Short</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Double</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Short</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
			<param>
				<name>parseKeywords</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
			<param>
				<name>parseKeywords</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
			<param>
				<name>booleanClauseOccur</name>
				<type>com.liferay.portal.kernel.search.BooleanClauseOccur</type>
			</param>
		</method>
		<method>
			<name>clauses</name>
		</method>
		<method>
			<name>getWrappedQuery</name>
		</method>
		<method>
			<name>hasClauses</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_booleanClauses</name>
		</field>
	</javadoc>
	<javadoc>
		<name>QueryTermImpl</name>
		<type>com.liferay.portal.search.generic.QueryTermImpl</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>QueryTermImpl</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getField</name>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<field>
			<name>_field</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TermQueryFactoryImpl</name>
		<type>com.liferay.portal.search.generic.TermQueryFactoryImpl</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>create</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>create</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TermQueryImpl</name>
		<type>com.liferay.portal.search.generic.TermQueryImpl</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>TermQueryImpl</name>
			<param>
				<name>queryTerm</name>
				<type>com.liferay.portal.kernel.search.QueryTerm</type>
			</param>
		</method>
		<method>
			<name>getQueryTerm</name>
		</method>
		<method>
			<name>getWrappedQuery</name>
		</method>
		<field>
			<name>_queryTerm</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TermRangeQueryFactoryImpl</name>
		<type>com.liferay.portal.search.generic.TermRangeQueryFactoryImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>create</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lowerTerm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>upperTerm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includesLower</name>
				<type>boolean</type>
			</param>
			<param>
				<name>includesUpper</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TermRangeQueryImpl</name>
		<type>com.liferay.portal.search.generic.TermRangeQueryImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>TermRangeQueryImpl</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lowerTerm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>upperTerm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includesLower</name>
				<type>boolean</type>
			</param>
			<param>
				<name>includesUpper</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getField</name>
		</method>
		<method>
			<name>getLowerTerm</name>
		</method>
		<method>
			<name>getUpperTerm</name>
		</method>
		<method>
			<name>getWrappedQuery</name>
		</method>
		<method>
			<name>includesLower</name>
		</method>
		<method>
			<name>includesUpper</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_field</name>
		</field>
		<field>
			<name>_includesLower</name>
		</field>
		<field>
			<name>_includesUpper</name>
		</field>
		<field>
			<name>_lowerTerm</name>
		</field>
		<field>
			<name>_upperTerm</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WildcardQueryImpl</name>
		<type>com.liferay.portal.search.generic.WildcardQueryImpl</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>WildcardQueryImpl</name>
			<param>
				<name>queryTerm</name>
				<type>com.liferay.portal.kernel.search.QueryTerm</type>
			</param>
		</method>
		<method>
			<name>getQueryTerm</name>
		</method>
		<method>
			<name>getWrappedQuery</name>
		</method>
		<field>
			<name>_queryTerm</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BooleanClauseImpl</name>
		<type>com.liferay.portal.search.lucene.BooleanClauseImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BooleanClauseImpl</name>
			<param>
				<name>booleanClause</name>
				<type>org.apache.lucene.search.BooleanClause</type>
			</param>
		</method>
		<method>
			<name>getBooleanClause</name>
		</method>
		<method>
			<name>getBooleanClauseOccur</name>
		</method>
		<method>
			<name>getQuery</name>
		</method>
		<field>
			<name>_booleanClause</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BooleanClauseOccurTranslator</name>
		<type>com.liferay.portal.search.lucene.BooleanClauseOccurTranslator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>translate</name>
			<param>
				<name>occur</name>
				<type>com.liferay.portal.kernel.search.BooleanClauseOccur</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BooleanQueryFactoryImpl</name>
		<type>com.liferay.portal.search.lucene.BooleanQueryFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
		</method>
	</javadoc>
	<javadoc>
		<name>BooleanQueryImpl</name>
		<type>com.liferay.portal.search.lucene.BooleanQueryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>BooleanQueryImpl</name>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>booleanClauseOccur</name>
				<type>com.liferay.portal.kernel.search.BooleanClauseOccur</type>
			</param>
			<throws>
				<name>ParseException</name>
				<type>com.liferay.portal.kernel.search.ParseException</type>
			</throws>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>occur</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ParseException</name>
				<type>com.liferay.portal.kernel.search.ParseException</type>
			</throws>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Double</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Short</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>int</type>
			</param>
			<param>
				<name>endValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>long</type>
			</param>
			<param>
				<name>endValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>short</type>
			</param>
			<param>
				<name>endValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.Short</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.Short</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>int</type>
			</param>
			<param>
				<name>endValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>long</type>
			</param>
			<param>
				<name>endValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>short</type>
			</param>
			<param>
				<name>endValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.Short</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.Short</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Double</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Short</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addTerm</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
			<param>
				<name>booleanClauseOccur</name>
				<type>com.liferay.portal.kernel.search.BooleanClauseOccur</type>
			</param>
		</method>
		<method>
			<name>clauses</name>
		</method>
		<method>
			<name>getBooleanQuery</name>
		</method>
		<method>
			<name>getWrappedQuery</name>
		</method>
		<method>
			<name>hasClauses</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_booleanQuery</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FieldWeightSimilarity</name>
		<type>com.liferay.portal.search.lucene.FieldWeightSimilarity</type>
		<author><![CDATA[Daeyoung Song]]></author>
		<method>
			<name>coord</name>
			<param>
				<name>overlap</name>
				<type>int</type>
			</param>
			<param>
				<name>maxOverlap</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>idf</name>
			<param>
				<name>docFreq</name>
				<type>int</type>
			</param>
			<param>
				<name>numDocs</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>lengthNorm</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>numTerms</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>queryNorm</name>
			<param>
				<name>sumOfSquaredWeights</name>
				<type>float</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>IndexAccessor</name>
		<type>com.liferay.portal.search.lucene.IndexAccessor</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>addDocument</name>
			<param>
				<name>document</name>
				<type>org.apache.lucene.document.Document</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>close</name>
		</method>
		<method>
			<name>delete</name>
		</method>
		<method>
			<name>deleteDocuments</name>
			<param>
				<name>term</name>
				<type>org.apache.lucene.index.Term</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>dumpIndex</name>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getLastGeneration</name>
		</method>
		<method>
			<name>getLuceneDir</name>
		</method>
		<method>
			<name>loadIndex</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>updateDocument</name>
			<param>
				<name>term</name>
				<type>org.apache.lucene.index.Term</type>
			</param>
			<param>
				<name>document</name>
				<type>org.apache.lucene.document.Document</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>DEFAULT_LAST_GENERATION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IndexAccessorImpl</name>
		<type>com.liferay.portal.search.lucene.IndexAccessorImpl</type>
		<author><![CDATA[Harry Mark]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>IndexAccessorImpl</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addDocument</name>
			<param>
				<name>document</name>
				<type>org.apache.lucene.document.Document</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>close</name>
		</method>
		<method>
			<name>delete</name>
		</method>
		<method>
			<name>deleteDocuments</name>
			<param>
				<name>term</name>
				<type>org.apache.lucene.index.Term</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>dumpIndex</name>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getLastGeneration</name>
		</method>
		<method>
			<name>getLuceneDir</name>
		</method>
		<method>
			<name>loadIndex</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>updateDocument</name>
			<param>
				<name>term</name>
				<type>org.apache.lucene.index.Term</type>
			</param>
			<param>
				<name>document</name>
				<type>org.apache.lucene.document.Document</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_checkLuceneDir</name>
		</method>
		<method>
			<name>_commit</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_deleteDirectory</name>
		</method>
		<method>
			<name>_deleteFile</name>
		</method>
		<method>
			<name>_deleteRam</name>
		</method>
		<method>
			<name>_doCommit</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_getDirectory</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_getLuceneDirFile</name>
		</method>
		<method>
			<name>_getLuceneDirRam</name>
		</method>
		<method>
			<name>_getPath</name>
		</method>
		<method>
			<name>_initCommitScheduler</name>
		</method>
		<method>
			<name>_initIndexWriter</name>
		</method>
		<method>
			<name>_write</name>
			<param>
				<name>term</name>
				<type>org.apache.lucene.index.Term</type>
			</param>
			<param>
				<name>document</name>
				<type>org.apache.lucene.document.Document</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_LUCENE_STORE_TYPE_FILE</name>
		</field>
		<field>
			<name>_LUCENE_STORE_TYPE_JDBC</name>
		</field>
		<field>
			<name>_LUCENE_STORE_TYPE_RAM</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_batchCount</name>
		</field>
		<field>
			<name>_commitLock</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_dumpIndexDeletionPolicy</name>
		</field>
		<field>
			<name>_indexWriter</name>
		</field>
		<field>
			<name>_optimizeCount</name>
		</field>
		<field>
			<name>_ramDirectories</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LikeKeywordAnalyzer</name>
		<type>com.liferay.portal.search.lucene.LikeKeywordAnalyzer</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>LikeKeywordAnalyzer</name>
		</method>
		<method>
			<name>tokenStream</name>
			<param>
				<name>token</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>reader</name>
				<type>java.io.Reader</type>
			</param>
		</method>
		<field>
			<name>_analyzer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LuceneFields</name>
		<type>com.liferay.portal.search.lucene.LuceneFields</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getDate</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>fileExt</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>fileExt</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>fileExt</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getKeyword</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>keyword</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getKeyword</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>keyword</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getKeyword</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>keyword</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>getKeyword</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>keyword</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNumber</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>number</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getText</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getText</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sb</name>
				<type>java.lang.StringBuilder</type>
			</param>
		</method>
		<method>
			<name>getUID</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field1</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getUID</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field1</name>
				<type>long</type>
			</param>
			<param>
				<name>field2</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUID</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field1</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>getUID</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field1</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>field2</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUID</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field1</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUID</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field2</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUID</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field2</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field3</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_UID_FIELD</name>
		</field>
		<field>
			<name>_UID_PORTLET</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LuceneFileExtractor</name>
		<type>com.liferay.portal.search.lucene.LuceneFileExtractor</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getFile</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>fileExt</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>fileExt</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>fileExt</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>regexpStrip</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LuceneHelper</name>
		<type>com.liferay.portal.search.lucene.LuceneHelper</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>addDocument</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>document</name>
				<type>org.apache.lucene.document.Document</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
			<param>
				<name>booleanClauseOccur</name>
				<type>com.liferay.portal.kernel.search.BooleanClauseOccur</type>
			</param>
		</method>
		<method>
			<name>addTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>countScoredFieldNames</name>
			<param>
				<name>query</name>
				<type>org.apache.lucene.search.Query</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>deleteDocuments</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>term</name>
				<type>org.apache.lucene.index.Term</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>dumpIndex</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getAnalyzer</name>
		</method>
		<method>
			<name>getLastGeneration</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLoadIndexesInputStreamFromCluster</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>bootupAddress</name>
				<type>com.liferay.portal.kernel.cluster.Address</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getQueryTerms</name>
			<param>
				<name>query</name>
				<type>org.apache.lucene.search.Query</type>
			</param>
		</method>
		<method>
			<name>getSearcher</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>readOnly</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getSnippet</name>
			<param>
				<name>query</name>
				<type>org.apache.lucene.search.Query</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>maxNumFragments</name>
				<type>int</type>
			</param>
			<param>
				<name>fragmentLength</name>
				<type>int</type>
			</param>
			<param>
				<name>fragmentSuffix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>preTag</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>postTag</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getVersion</name>
		</method>
		<method>
			<name>isLoadIndexFromClusterEnabled</name>
		</method>
		<method>
			<name>loadIndex</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>loadIndexesFromCluster</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>shutdown</name>
		</method>
		<method>
			<name>startup</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>updateDocument</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>term</name>
				<type>org.apache.lucene.index.Term</type>
			</param>
			<param>
				<name>document</name>
				<type>org.apache.lucene.document.Document</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LuceneHelperImpl</name>
		<type>com.liferay.portal.search.lucene.LuceneHelperImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Harry Mark]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Tina Tian]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>addDocument</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>document</name>
				<type>org.apache.lucene.document.Document</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
			<param>
				<name>booleanClauseOccur</name>
				<type>com.liferay.portal.kernel.search.BooleanClauseOccur</type>
			</param>
		</method>
		<method>
			<name>addTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>countScoredFieldNames</name>
			<param>
				<name>query</name>
				<type>org.apache.lucene.search.Query</type>
			</param>
			<param>
				<name>filedNames</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>deleteDocuments</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>term</name>
				<type>org.apache.lucene.index.Term</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>dumpIndex</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getAnalyzer</name>
		</method>
		<method>
			<name>getLastGeneration</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLoadIndexesInputStreamFromCluster</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>bootupAddress</name>
				<type>com.liferay.portal.kernel.cluster.Address</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getQueryTerms</name>
			<param>
				<name>query</name>
				<type>org.apache.lucene.search.Query</type>
			</param>
		</method>
		<method>
			<name>getSearcher</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>readOnly</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getSnippet</name>
			<param>
				<name>query</name>
				<type>org.apache.lucene.search.Query</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>maxNumFragments</name>
				<type>int</type>
			</param>
			<param>
				<name>fragmentLength</name>
				<type>int</type>
			</param>
			<param>
				<name>fragmentSuffix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>preTag</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>postTag</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getVersion</name>
		</method>
		<method>
			<name>isLoadIndexFromClusterEnabled</name>
		</method>
		<method>
			<name>loadIndex</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>loadIndexesFromCluster</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setAnalyzer</name>
			<param>
				<name>analyzer</name>
				<type>org.apache.lucene.analysis.Analyzer</type>
			</param>
		</method>
		<method>
			<name>setVersion</name>
			<param>
				<name>version</name>
				<type>org.apache.lucene.util.Version</type>
			</param>
		</method>
		<method>
			<name>shutdown</name>
		</method>
		<method>
			<name>startup</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>updateDocument</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>term</name>
				<type>org.apache.lucene.index.Term</type>
			</param>
			<param>
				<name>document</name>
				<type>org.apache.lucene.document.Document</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>LuceneHelperImpl</name>
		</method>
		<method>
			<name>_getBootupClusterNodeObjectValuePair</name>
			<param>
				<name>bootupAddress</name>
				<type>com.liferay.portal.kernel.cluster.Address</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_getIndexAccessor</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>_includeIfUnique</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>query</name>
				<type>org.apache.lucene.search.Query</type>
			</param>
			<param>
				<name>occur</name>
				<type>org.apache.lucene.search.BooleanClause.Occur</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>_loadIndexFromCluster</name>
			<param>
				<name>indexAccessor</name>
				<type>com.liferay.portal.search.lucene.IndexAccessor</type>
			</param>
			<param>
				<name>localLastGeneration</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_BOOTUP_CLUSTER_NODE_RESPONSE_TIMEOUT</name>
		</field>
		<field>
			<name>_TRANSIENT_TOKEN_KEEP_ALIVE_TIME</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_createTokenMethodKey</name>
		</field>
		<field>
			<name>_getLastGenerationMethodKey</name>
		</field>
		<field>
			<name>_analyzer</name>
		</field>
		<field>
			<name>_indexAccessors</name>
		</field>
		<field>
			<name>_loadIndexClusterEventListener</name>
		</field>
		<field>
			<name>_luceneIndexThreadPoolExecutor</name>
		</field>
		<field>
			<name>_version</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LuceneHelperUtil</name>
		<type>com.liferay.portal.search.lucene.LuceneHelperUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Harry Mark]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>addDate</name>
			<param>
				<name>doc</name>
				<type>org.apache.lucene.document.Document</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>addDocument</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>document</name>
				<type>org.apache.lucene.document.Document</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>addExactTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>int</type>
			</param>
			<param>
				<name>endValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>long</type>
			</param>
			<param>
				<name>endValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>short</type>
			</param>
			<param>
				<name>endValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>addNumericRangeTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.Short</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.Short</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>int</type>
			</param>
			<param>
				<name>endValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>long</type>
			</param>
			<param>
				<name>endValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>short</type>
			</param>
			<param>
				<name>endValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.Short</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.Short</type>
			</param>
		</method>
		<method>
			<name>addRangeTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startValue</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>endValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addRequiredTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
			<param>
				<name>booleanClauseOccur</name>
				<type>com.liferay.portal.kernel.search.BooleanClauseOccur</type>
			</param>
		</method>
		<method>
			<name>addTerm</name>
			<param>
				<name>booleanQuery</name>
				<type>org.apache.lucene.search.BooleanQuery</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>countScoredFieldNames</name>
			<param>
				<name>query</name>
				<type>org.apache.lucene.search.Query</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>deleteDocuments</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>term</name>
				<type>org.apache.lucene.index.Term</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>dumpIndex</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getAnalyzer</name>
		</method>
		<method>
			<name>getLastGeneration</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLoadIndexesInputStreamFromCluster</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>bootupAddress</name>
				<type>com.liferay.portal.kernel.cluster.Address</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLuceneHelper</name>
		</method>
		<method>
			<name>getQueryTerms</name>
			<param>
				<name>query</name>
				<type>org.apache.lucene.search.Query</type>
			</param>
		</method>
		<method>
			<name>getSearcher</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>readOnly</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getSnippet</name>
			<param>
				<name>query</name>
				<type>org.apache.lucene.search.Query</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getSnippet</name>
			<param>
				<name>query</name>
				<type>org.apache.lucene.search.Query</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>maxNumFragments</name>
				<type>int</type>
			</param>
			<param>
				<name>fragmentLength</name>
				<type>int</type>
			</param>
			<param>
				<name>fragmentSuffix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>preTag</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>postTag</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getVersion</name>
		</method>
		<method>
			<name>isLoadIndexFromClusterEnabled</name>
		</method>
		<method>
			<name>loadIndex</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>loadIndexesFromCluster</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>shutdown</name>
		</method>
		<method>
			<name>startup</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>updateDocument</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>term</name>
				<type>org.apache.lucene.index.Term</type>
			</param>
			<param>
				<name>document</name>
				<type>org.apache.lucene.document.Document</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>setLuceneHelper</name>
			<param>
				<name>luceneHelper</name>
				<type>com.liferay.portal.search.lucene.LuceneHelper</type>
			</param>
		</method>
		<field>
			<name>_luceneHelper</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LuceneIndexSearcherImpl</name>
		<type>com.liferay.portal.search.lucene.LuceneIndexSearcherImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>search</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>searchEngineId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>sorts</name>
				<type>com.liferay.portal.kernel.search.Sort[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>getDocument</name>
			<param>
				<name>oldDocument</name>
				<type>org.apache.lucene.document.Document</type>
			</param>
		</method>
		<method>
			<name>getQueryTerms</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
		</method>
		<method>
			<name>getSnippet</name>
			<param>
				<name>doc</name>
				<type>org.apache.lucene.document.Document</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>toHits</name>
			<param>
				<name>indexSearcher</name>
				<type>org.apache.lucene.search.IndexSearcher</type>
			</param>
			<param>
				<name>hitDocs</name>
				<type>com.liferay.portal.search.lucene.LuceneIndexSearcherImpl.HitDocs</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<param>
				<name>startTime</name>
				<type>long</type>
			</param>
			<param>
				<name>searchTime</name>
				<type>float</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ParseException</name>
				<type>com.liferay.portal.kernel.search.ParseException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LuceneIndexWriterImpl</name>
		<type>com.liferay.portal.search.lucene.LuceneIndexWriterImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Allen Chiang]]></author>
		<author><![CDATA[Alex Wallace]]></author>
		<method>
			<name>addDocument</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>addDocuments</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>documents</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>deleteDocument</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>uid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>deleteDocuments</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>uids</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>deletePortletDocuments</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>updateDocument</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>updateDocuments</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>documents</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>_addLuceneFieldable</name>
			<param>
				<name>luceneDocument</name>
				<type>org.apache.lucene.document.Document</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>numeric</name>
				<type>boolean</type>
			</param>
			<param>
				<name>tokenized</name>
				<type>boolean</type>
			</param>
			<param>
				<name>boost</name>
				<type>float</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getLuceneDocument</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LuceneIndexer</name>
		<type>com.liferay.portal.search.lucene.LuceneIndexer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LuceneIndexer</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getUsedSearchEngineIds</name>
		</method>
		<method>
			<name>halt</name>
		</method>
		<method>
			<name>isFinished</name>
		</method>
		<method>
			<name>reindex</name>
		</method>
		<method>
			<name>reindex</name>
			<param>
				<name>delay</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>run</name>
		</method>
		<method>
			<name>doReIndex</name>
			<param>
				<name>delay</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>reindex</name>
			<param>
				<name>indexer</name>
				<type>com.liferay.portal.kernel.search.Indexer</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_finished</name>
		</field>
		<field>
			<name>_usedSearchEngineIds</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LuceneQueryImpl</name>
		<type>com.liferay.portal.search.lucene.LuceneQueryImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>LuceneQueryImpl</name>
			<param>
				<name>query</name>
				<type>org.apache.lucene.search.Query</type>
			</param>
		</method>
		<method>
			<name>getQuery</name>
		</method>
		<method>
			<name>getWrappedQuery</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_query</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PerFieldAnalyzerWrapper</name>
		<type>com.liferay.portal.search.lucene.PerFieldAnalyzerWrapper</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>PerFieldAnalyzerWrapper</name>
			<param>
				<name>defaultAnalyzer</name>
				<type>org.apache.lucene.analysis.Analyzer</type>
			</param>
			<param>
				<name>analyzerMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>addAnalyzer</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>analyzer</name>
				<type>org.apache.lucene.analysis.Analyzer</type>
			</param>
		</method>
		<method>
			<name>getAnalyzer</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOffsetGap</name>
			<param>
				<name>field</name>
				<type>org.apache.lucene.document.Fieldable</type>
			</param>
		</method>
		<method>
			<name>getPositionIncrementGap</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>reusableTokenStream</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>reader</name>
				<type>java.io.Reader</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>tokenStream</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>reader</name>
				<type>java.io.Reader</type>
			</param>
		</method>
		<field>
			<name>_analyzer</name>
		</field>
		<field>
			<name>_analyzers</name>
		</field>
	</javadoc>
	<javadoc>
		<name>QueryTranslatorImpl</name>
		<type>com.liferay.portal.search.lucene.QueryTranslatorImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>translate</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<throws>
				<name>ParseException</name>
				<type>com.liferay.portal.kernel.search.ParseException</type>
			</throws>
		</method>
		<method>
			<name>translateForSolr</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
		</method>
		<method>
			<name>adjustQuery</name>
			<param>
				<name>query</name>
				<type>org.apache.lucene.search.Query</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_textField</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SynchronizedIndexAccessorImpl</name>
		<type>com.liferay.portal.search.lucene.SynchronizedIndexAccessorImpl</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>SynchronizedIndexAccessorImpl</name>
			<param>
				<name>indexAccessor</name>
				<type>com.liferay.portal.search.lucene.IndexAccessor</type>
			</param>
		</method>
		<method>
			<name>addDocument</name>
			<param>
				<name>document</name>
				<type>org.apache.lucene.document.Document</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>close</name>
		</method>
		<method>
			<name>delete</name>
		</method>
		<method>
			<name>deleteDocuments</name>
			<param>
				<name>term</name>
				<type>org.apache.lucene.index.Term</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>dumpIndex</name>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getLastGeneration</name>
		</method>
		<method>
			<name>getLuceneDir</name>
		</method>
		<method>
			<name>loadIndex</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>updateDocument</name>
			<param>
				<name>term</name>
				<type>org.apache.lucene.index.Term</type>
			</param>
			<param>
				<name>document</name>
				<type>org.apache.lucene.document.Document</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_indexAccessor</name>
		</field>
		<field>
			<name>_readLock</name>
		</field>
		<field>
			<name>_writeLock</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TermQueryFactoryImpl</name>
		<type>com.liferay.portal.search.lucene.TermQueryFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>create</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TermQueryImpl</name>
		<type>com.liferay.portal.search.lucene.TermQueryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TermQueryImpl</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>TermQueryImpl</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getQueryTerm</name>
		</method>
		<method>
			<name>getTermQuery</name>
		</method>
		<method>
			<name>getWrappedQuery</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_termQuery</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TermRangeQueryFactoryImpl</name>
		<type>com.liferay.portal.search.lucene.TermRangeQueryFactoryImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>create</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lowerTerm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>upperTerm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includesLower</name>
				<type>boolean</type>
			</param>
			<param>
				<name>includesUpper</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TermRangeQueryImpl</name>
		<type>com.liferay.portal.search.lucene.TermRangeQueryImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>TermRangeQueryImpl</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lowerTerm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>upperTerm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includesLower</name>
				<type>boolean</type>
			</param>
			<param>
				<name>includesUpper</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getField</name>
		</method>
		<method>
			<name>getLowerTerm</name>
		</method>
		<method>
			<name>getTermRangeQuery</name>
		</method>
		<method>
			<name>getUpperTerm</name>
		</method>
		<method>
			<name>getWrappedQuery</name>
		</method>
		<method>
			<name>includesLower</name>
		</method>
		<method>
			<name>includesUpper</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_termRangeQuery</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LuceneClusterUtil</name>
		<type>com.liferay.portal.search.lucene.cluster.LuceneClusterUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>loadIndexesFromCluster</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>loadIndexesFromCluster</name>
			<param>
				<name>companyIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>bootupAddress</name>
				<type>com.liferay.portal.kernel.cluster.Address</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DumpIndexDeletionPolicy</name>
		<type>com.liferay.portal.search.lucene.dump.DumpIndexDeletionPolicy</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>dump</name>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<param>
				<name>indexWriter</name>
				<type>org.apache.lucene.index.IndexWriter</type>
			</param>
			<param>
				<name>commitLock</name>
				<type>java.util.concurrent.locks.Lock</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getLastGeneration</name>
		</method>
		<method>
			<name>onCommit</name>
			<param>
				<name>indexCommits</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>onInit</name>
			<param>
				<name>indexCommits</name>
				<type>java.util.List</type>
			</param>
		</method>
		<field>
			<name>_lastIndexCommit</name>
		</field>
		<field>
			<name>_segmentsFileNames</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IndexCommitMetaInfo</name>
		<type>com.liferay.portal.search.lucene.dump.IndexCommitMetaInfo</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>IndexCommitMetaInfo</name>
			<param>
				<name>indexCommit</name>
				<type>org.apache.lucene.index.IndexCommit</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getGeneration</name>
		</method>
		<method>
			<name>getSegments</name>
		</method>
		<method>
			<name>isEmpty</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_empty</name>
		</field>
		<field>
			<name>_generation</name>
		</field>
		<field>
			<name>_segments</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IndexCommitSerializationUtil</name>
		<type>com.liferay.portal.search.lucene.dump.IndexCommitSerializationUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>deserializeIndex</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>directory</name>
				<type>org.apache.lucene.store.Directory</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>serializeIndex</name>
			<param>
				<name>indexCommit</name>
				<type>org.apache.lucene.index.IndexCommit</type>
			</param>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_deserializeSegment</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>length</name>
				<type>long</type>
			</param>
			<param>
				<name>indexOutput</name>
				<type>org.apache.lucene.store.IndexOutput</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_serializeSegment</name>
			<param>
				<name>indexInput</name>
				<type>org.apache.lucene.store.IndexInput</type>
			</param>
			<param>
				<name>length</name>
				<type>long</type>
			</param>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_writeSegmentsGen</name>
			<param>
				<name>directory</name>
				<type>org.apache.lucene.store.Directory</type>
			</param>
			<param>
				<name>generation</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_BUFFER_SIZE</name>
		</field>
		<field>
			<name>_SEGMENTS_GEN_FILE_NAME</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>QueryTermExtractor</name>
		<type>com.liferay.portal.search.lucene.highlight.QueryTermExtractor</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getTerms</name>
			<param>
				<name>query</name>
				<type>org.apache.lucene.search.Query</type>
			</param>
			<param>
				<name>prohibited</name>
				<type>boolean</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_emptyWeightedTermArray</name>
		</field>
		<field>
			<name>_queryClasses</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CleanUpMessageListener</name>
		<type>com.liferay.portal.search.lucene.messaging.CleanUpMessageListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AuthException</name>
		<type>com.liferay.portal.security.auth.AuthException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AuthException</name>
		</method>
		<method>
			<name>AuthException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>AuthException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>AuthException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AuthFailure</name>
		<type>com.liferay.portal.security.auth.AuthFailure</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>onFailureByEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
		<method>
			<name>onFailureByScreenName</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
		<method>
			<name>onFailureByUserId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AuthPipeline</name>
		<type>com.liferay.portal.security.auth.AuthPipeline</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>authenticateByEmailAddress</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
		<method>
			<name>authenticateByScreenName</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
		<method>
			<name>authenticateByUserId</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
		<method>
			<name>onFailureByEmailAddress</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
		<method>
			<name>onFailureByScreenName</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
		<method>
			<name>onFailureByUserId</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
		<method>
			<name>onMaxFailuresByEmailAddress</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
		<method>
			<name>onMaxFailuresByScreenName</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
		<method>
			<name>onMaxFailuresByUserId</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
		<method>
			<name>registerAuthenticator</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>authenticator</name>
				<type>com.liferay.portal.security.auth.Authenticator</type>
			</param>
		</method>
		<method>
			<name>registerAuthFailure</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>authFailure</name>
				<type>com.liferay.portal.security.auth.AuthFailure</type>
			</param>
		</method>
		<method>
			<name>unregisterAuthenticator</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>authenticator</name>
				<type>com.liferay.portal.security.auth.Authenticator</type>
			</param>
		</method>
		<method>
			<name>unregisterAuthFailure</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>authFailure</name>
				<type>com.liferay.portal.security.auth.AuthFailure</type>
			</param>
		</method>
		<method>
			<name>AuthPipeline</name>
		</method>
		<method>
			<name>_authenticate</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>login</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>authType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
		<method>
			<name>_onFailure</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>login</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>authType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
		<method>
			<name>_registerAuthenticator</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>authenticator</name>
				<type>com.liferay.portal.security.auth.Authenticator</type>
			</param>
		</method>
		<method>
			<name>_registerAuthFailure</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>authFailure</name>
				<type>com.liferay.portal.security.auth.AuthFailure</type>
			</param>
		</method>
		<method>
			<name>_unregisterAuthenticator</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>authenticator</name>
				<type>com.liferay.portal.security.auth.Authenticator</type>
			</param>
		</method>
		<method>
			<name>_unregisterAuthFailure</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>authFailure</name>
				<type>com.liferay.portal.security.auth.AuthFailure</type>
			</param>
		</method>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_authenticators</name>
		</field>
		<field>
			<name>_authFailures</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AuthSettingsUtil</name>
		<type>com.liferay.portal.security.auth.AuthSettingsUtil</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>isLDAPAuthEnabled</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isNtlmEnabled</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isSiteMinderEnabled</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AuthToken</name>
		<type>com.liferay.portal.security.auth.AuthToken</type>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>check</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getToken</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getToken</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AuthTokenImpl</name>
		<type>com.liferay.portal.security.auth.AuthTokenImpl</type>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>AuthTokenImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>AuthTokenUtil</name>
		<type>com.liferay.portal.security.auth.AuthTokenUtil</type>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>check</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getAuthToken</name>
		</method>
		<method>
			<name>getToken</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getToken</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setAuthToken</name>
			<param>
				<name>authToken</name>
				<type>com.liferay.portal.security.auth.AuthToken</type>
			</param>
		</method>
		<field>
			<name>_authToken</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AuthTokenWrapper</name>
		<type>com.liferay.portal.security.auth.AuthTokenWrapper</type>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>AuthTokenWrapper</name>
			<param>
				<name>authToken</name>
				<type>com.liferay.portal.security.auth.AuthToken</type>
			</param>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getToken</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getToken</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setAuthToken</name>
			<param>
				<name>authToken</name>
				<type>com.liferay.portal.security.auth.AuthToken</type>
			</param>
		</method>
		<field>
			<name>_authToken</name>
		</field>
		<field>
			<name>_originalAuthToken</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AuthenticatedUserUUIDStore</name>
		<type>com.liferay.portal.security.auth.AuthenticatedUserUUIDStore</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>exists</name>
			<param>
				<name>userUUID</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>userUUID</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>userUUID</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AuthenticatedUserUUIDStoreUtil</name>
		<type>com.liferay.portal.security.auth.AuthenticatedUserUUIDStoreUtil</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>exists</name>
			<param>
				<name>userUUID</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAuthenticatedUserUUIDStore</name>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>userUUID</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>userUUID</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setAuthenticatedUserUUIDStore</name>
			<param>
				<name>authenticatedUserUUIDStore</name>
				<type>com.liferay.portal.security.auth.AuthenticatedUserUUIDStore</type>
			</param>
		</method>
		<field>
			<name>_authenticatedUserUUIDStore</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Authenticator</name>
		<type>com.liferay.portal.security.auth.Authenticator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>authenticateByEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
		<method>
			<name>authenticateByScreenName</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
		<method>
			<name>authenticateByUserId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
		<field>
			<name>DNE</name>
		</field>
		<field>
			<name>FAILURE</name>
		</field>
		<field>
			<name>SUCCESS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AutoLogin</name>
		<type>com.liferay.portal.security.auth.AutoLogin</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>login</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>AutoLoginException</name>
				<type>com.liferay.portal.security.auth.AutoLoginException</type>
			</throws>
		</method>
		<field>
			<name>AUTO_LOGIN_REDIRECT</name>
			<comment><![CDATA[Set a request attribute with this variable to tell the AutoLoginFilter to stop processing filters and redirect the user to a specified location.]]></comment>
		</field>
		<field>
			<name>AUTO_LOGIN_REDIRECT_AND_CONTINUE</name>
			<comment><![CDATA[Set a request attribute with this variable to tell the AutoLoginFilter to continue processing filters and then redirect the user to a specified location.]]></comment>
		</field>
	</javadoc>
	<javadoc>
		<name>AutoLoginException</name>
		<type>com.liferay.portal.security.auth.AutoLoginException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AutoLoginException</name>
		</method>
		<method>
			<name>AutoLoginException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>AutoLoginException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>AutoLoginException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BasicAuthHeaderAutoLogin</name>
		<type>com.liferay.portal.security.auth.BasicAuthHeaderAutoLogin</type>
		<comment><![CDATA[<p>
1. Install Firefox. These instructions assume you have Firefox 2.0.0.1. Previous version of Firefox have been tested and are known to work.
</p>

<p>
2. Install the Modify Headers 0.5.4 Add-on. Tools > Add Ons. Click the get extensions link at the bottom of the window. Type in "Modify Headers" in the Search box. Find Modify Headers in the results page and click on it. Then click the install now link.
</p>

<p>
3. Configure Modify Headers to add a basic authentication header. Tools > Modify Headers. In the Modify Headers window select the Add drop down. Type in "Authorization" in the next box. Type in "Basic bGlmZXJheS5jb20uMTp0ZXN0" in the next box. Click the Add button.
</p>

<p>
4. Make sure your header modification is enabled and point your browser to the Liferay portal.
</p>

<p>
5. You should now be authenticated as Joe Bloggs.
</p>]]></comment>
		<author><![CDATA[Britt Courtney]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>login</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>AutoLoginException</name>
				<type>com.liferay.portal.security.auth.AutoLoginException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CASAutoLogin</name>
		<type>com.liferay.portal.security.auth.CASAutoLogin</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<author><![CDATA[Daeyoung Song]]></author>
		<method>
			<name>login</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>addUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[Use <code>importLDAPUser</code>.]]></deprecated>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CompanyThreadLocal</name>
		<type>com.liferay.portal.security.auth.CompanyThreadLocal</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultAuthenticatedUserUUIDStoreImpl</name>
		<type>com.liferay.portal.security.auth.DefaultAuthenticatedUserUUIDStoreImpl</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>exists</name>
			<param>
				<name>userUUID</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>userUUID</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>userUUID</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_userUUIDStore</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultEmailAddressGenerator</name>
		<type>com.liferay.portal.security.auth.DefaultEmailAddressGenerator</type>
		<author><![CDATA[Wesley Gong]]></author>
		<method>
			<name>generate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isFake</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isGenerated</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DefaultEmailAddressValidator</name>
		<type>com.liferay.portal.security.auth.DefaultEmailAddressValidator</type>
		<author><![CDATA[Shinn Lok]]></author>
		<method>
			<name>validate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DefaultFullNameGenerator</name>
		<type>com.liferay.portal.security.auth.DefaultFullNameGenerator</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getFullName</name>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>splitFullName</name>
			<param>
				<name>fullName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>buildFullName</name>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>useInitials</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultFullNameValidator</name>
		<type>com.liferay.portal.security.auth.DefaultFullNameValidator</type>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>validate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DefaultScreenNameGenerator</name>
		<type>com.liferay.portal.security.auth.DefaultScreenNameGenerator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>generate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUnusedScreenName</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_ADMIN_RESERVED_SCREEN_NAMES</name>
		</field>
		<field>
			<name>_NON_NUMERICAL_PREFIX</name>
		</field>
		<field>
			<name>_USERS_SCREEN_NAME_ALLOW_NUMERIC</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultScreenNameValidator</name>
		<type>com.liferay.portal.security.auth.DefaultScreenNameValidator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>validate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>CYRUS</name>
		</field>
		<field>
			<name>POSTFIX</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EmailAddressGenerator</name>
		<type>com.liferay.portal.security.auth.EmailAddressGenerator</type>
		<author><![CDATA[Wesley Gong]]></author>
		<method>
			<name>generate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isFake</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isGenerated</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>EmailAddressGeneratorFactory</name>
		<type>com.liferay.portal.security.auth.EmailAddressGeneratorFactory</type>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>setInstance</name>
			<param>
				<name>emailAddressGenerator</name>
				<type>com.liferay.portal.security.auth.EmailAddressGenerator</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_emailAddressGenerator</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EmailAddressValidator</name>
		<type>com.liferay.portal.security.auth.EmailAddressValidator</type>
		<author><![CDATA[Shinn Lok]]></author>
		<method>
			<name>validate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>EmailAddressValidatorFactory</name>
		<type>com.liferay.portal.security.auth.EmailAddressValidatorFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>setInstance</name>
			<param>
				<name>emailAddressValidator</name>
				<type>com.liferay.portal.security.auth.EmailAddressValidator</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_emailAddressValidator</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FacebookAutoLogin</name>
		<type>com.liferay.portal.security.auth.FacebookAutoLogin</type>
		<author><![CDATA[Wilson Man]]></author>
		<method>
			<name>login</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FamilyNameFirstFullNameGenerator</name>
		<type>com.liferay.portal.security.auth.FamilyNameFirstFullNameGenerator</type>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>splitFullName</name>
			<param>
				<name>fullName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>buildFullName</name>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>useInitials</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FullNameGenerator</name>
		<type>com.liferay.portal.security.auth.FullNameGenerator</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getFullName</name>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>splitFullName</name>
			<param>
				<name>fullName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FullNameGeneratorFactory</name>
		<type>com.liferay.portal.security.auth.FullNameGeneratorFactory</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>setInstance</name>
			<param>
				<name>fullNameValidator</name>
				<type>com.liferay.portal.security.auth.FullNameGenerator</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_fullNameGenerator</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FullNameValidator</name>
		<type>com.liferay.portal.security.auth.FullNameValidator</type>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>validate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FullNameValidatorFactory</name>
		<type>com.liferay.portal.security.auth.FullNameValidatorFactory</type>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>setInstance</name>
			<param>
				<name>fullNameValidator</name>
				<type>com.liferay.portal.security.auth.FullNameValidator</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_fullNameValidator</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HttpPrincipal</name>
		<type>com.liferay.portal.security.auth.HttpPrincipal</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>HttpPrincipal</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>HttpPrincipal</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>login</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>HttpPrincipal</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>login</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>digested</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getLogin</name>
		</method>
		<method>
			<name>getPassword</name>
		</method>
		<method>
			<name>getUrl</name>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_login</name>
		</field>
		<field>
			<name>_password</name>
		</field>
		<field>
			<name>_url</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LDAPAuth</name>
		<type>com.liferay.portal.security.auth.LDAPAuth</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>authenticateByEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
		<method>
			<name>authenticateByScreenName</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
		<method>
			<name>authenticateByUserId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
		<method>
			<name>authenticate</name>
			<param>
				<name>ctx</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<param>
				<name>userDN</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>authenticate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>authenticate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>authenticateOmniadmin</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>authenticateRequired</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>allowOmniadmin</name>
				<type>boolean</type>
			</param>
			<param>
				<name>failureCode</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>AUTH_METHOD_BIND</name>
		</field>
		<field>
			<name>AUTH_METHOD_PASSWORD_COMPARE</name>
		</field>
		<field>
			<name>RESULT_PASSWORD_EXP_WARNING</name>
		</field>
		<field>
			<name>RESULT_PASSWORD_RESET</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LDAPAuthResult</name>
		<type>com.liferay.portal.security.auth.LDAPAuthResult</type>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>getErrorMessage</name>
		</method>
		<method>
			<name>getResponseControl</name>
		</method>
		<method>
			<name>isAuthenticated</name>
		</method>
		<method>
			<name>setAuthenticated</name>
			<param>
				<name>authenticated</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setErrorMessage</name>
			<param>
				<name>errorMessage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setResponseControl</name>
			<param>
				<name>response</name>
				<type>javax.naming.ldap.Control[]</type>
			</param>
		</method>
		<field>
			<name>_authenticated</name>
		</field>
		<field>
			<name>_errorMessage</name>
		</field>
		<field>
			<name>_responseControl</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiberalEmailAddressValidator</name>
		<type>com.liferay.portal.security.auth.LiberalEmailAddressValidator</type>
		<author><![CDATA[Shinn Lok]]></author>
		<method>
			<name>validate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LiberalScreenNameValidator</name>
		<type>com.liferay.portal.security.auth.LiberalScreenNameValidator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>validate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LoginFailure</name>
		<type>com.liferay.portal.security.auth.LoginFailure</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>onFailureByEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
		<method>
			<name>onFailureByScreenName</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
		<method>
			<name>onFailureByUserId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LoginMaxFailures</name>
		<type>com.liferay.portal.security.auth.LoginMaxFailures</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>onFailureByEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
		<method>
			<name>onFailureByScreenName</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
		<method>
			<name>onFailureByUserId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>AuthException</name>
				<type>com.liferay.portal.security.auth.AuthException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>NtlmAutoLogin</name>
		<type>com.liferay.portal.security.auth.NtlmAutoLogin</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>login</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OpenIdAutoLogin</name>
		<type>com.liferay.portal.security.auth.OpenIdAutoLogin</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>login</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OpenSSOAutoLogin</name>
		<type>com.liferay.portal.security.auth.OpenSSOAutoLogin</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Prashant Dighe]]></author>
		<method>
			<name>login</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>addUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ParameterAutoLogin</name>
		<type>com.liferay.portal.security.auth.ParameterAutoLogin</type>
		<author><![CDATA[Minhchau Dang]]></author>
		<method>
			<name>login</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>AutoLoginException</name>
				<type>com.liferay.portal.security.auth.AutoLoginException</type>
			</throws>
		</method>
		<method>
			<name>getLoginParam</name>
		</method>
		<method>
			<name>getPasswordParam</name>
		</method>
		<field>
			<name>_LOGIN_PARAM</name>
		</field>
		<field>
			<name>_PASSWORD_PARAM</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalCallbackHandler</name>
		<type>com.liferay.portal.security.auth.PortalCallbackHandler</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortalCallbackHandler</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>handle</name>
			<param>
				<name>callbacks</name>
				<type>javax.security.auth.callback.Callback[]</type>
			</param>
		</method>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_password</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PrincipalException</name>
		<type>com.liferay.portal.security.auth.PrincipalException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PrincipalException</name>
		</method>
		<method>
			<name>PrincipalException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PrincipalException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>PrincipalException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PrincipalThreadLocal</name>
		<type>com.liferay.portal.security.auth.PrincipalThreadLocal</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getPassword</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPassword</name>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_password</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RememberMeAutoLogin</name>
		<type>com.liferay.portal.security.auth.RememberMeAutoLogin</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>login</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>AutoLoginException</name>
				<type>com.liferay.portal.security.auth.AutoLoginException</type>
			</throws>
		</method>
		<method>
			<name>removeCookies</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RequestHeaderAutoLogin</name>
		<type>com.liferay.portal.security.auth.RequestHeaderAutoLogin</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<method>
			<name>login</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ScreenNameGenerator</name>
		<type>com.liferay.portal.security.auth.ScreenNameGenerator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>generate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ScreenNameGeneratorFactory</name>
		<type>com.liferay.portal.security.auth.ScreenNameGeneratorFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>setInstance</name>
			<param>
				<name>screenNameGenerator</name>
				<type>com.liferay.portal.security.auth.ScreenNameGenerator</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_screenNameGenerator</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ScreenNameValidator</name>
		<type>com.liferay.portal.security.auth.ScreenNameValidator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>validate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ScreenNameValidatorFactory</name>
		<type>com.liferay.portal.security.auth.ScreenNameValidatorFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>setInstance</name>
			<param>
				<name>screenNameValidator</name>
				<type>com.liferay.portal.security.auth.ScreenNameValidator</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_screenNameValidator</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SessionAuthToken</name>
		<type>com.liferay.portal.security.auth.SessionAuthToken</type>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>check</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>getToken</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getToken</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSessionAuthenticationToken</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isIgnoreAction</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isIgnoreAction</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ppid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strutsAction</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isIgnorePortlet</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isIgnorePortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_PORTAL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SiteMinderAutoLogin</name>
		<type>com.liferay.portal.security.auth.SiteMinderAutoLogin</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<method>
			<name>login</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TransientTokenUtil</name>
		<type>com.liferay.portal.security.auth.TransientTokenUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>checkToken</name>
			<param>
				<name>token</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>clearAll</name>
		</method>
		<method>
			<name>createToken</name>
			<param>
				<name>timeTolive</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>_expungeExpiredToken</name>
			<param>
				<name>currentTime</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_tokens</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalLoginModule</name>
		<type>com.liferay.portal.security.jaas.PortalLoginModule</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortalLoginModule</name>
		</method>
		<method>
			<name>abort</name>
			<throws>
				<name>LoginException</name>
				<type>javax.security.auth.login.LoginException</type>
			</throws>
		</method>
		<method>
			<name>commit</name>
			<throws>
				<name>LoginException</name>
				<type>javax.security.auth.login.LoginException</type>
			</throws>
		</method>
		<method>
			<name>initialize</name>
			<param>
				<name>subject</name>
				<type>javax.security.auth.Subject</type>
			</param>
			<param>
				<name>callbackHandler</name>
				<type>javax.security.auth.callback.CallbackHandler</type>
			</param>
			<param>
				<name>sharedState</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>login</name>
			<throws>
				<name>LoginException</name>
				<type>javax.security.auth.login.LoginException</type>
			</throws>
		</method>
		<method>
			<name>logout</name>
			<throws>
				<name>LoginException</name>
				<type>javax.security.auth.login.LoginException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_loginModule</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BasicLoginModule</name>
		<type>com.liferay.portal.security.jaas.ext.BasicLoginModule</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>abort</name>
		</method>
		<method>
			<name>commit</name>
			<throws>
				<name>LoginException</name>
				<type>javax.security.auth.login.LoginException</type>
			</throws>
		</method>
		<method>
			<name>initialize</name>
			<param>
				<name>subject</name>
				<type>javax.security.auth.Subject</type>
			</param>
			<param>
				<name>callbackHandler</name>
				<type>javax.security.auth.callback.CallbackHandler</type>
			</param>
			<param>
				<name>sharedState</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>login</name>
			<throws>
				<name>LoginException</name>
				<type>javax.security.auth.login.LoginException</type>
			</throws>
		</method>
		<method>
			<name>logout</name>
		</method>
		<method>
			<name>authenticate</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>UnsupportedCallbackException</name>
				<type>javax.security.auth.callback.UnsupportedCallbackException</type>
			</throws>
		</method>
		<method>
			<name>getPassword</name>
		</method>
		<method>
			<name>getPortalPrincipal</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>LoginException</name>
				<type>javax.security.auth.login.LoginException</type>
			</throws>
		</method>
		<method>
			<name>getPrincipal</name>
		</method>
		<method>
			<name>getSubject</name>
		</method>
		<method>
			<name>setPassword</name>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPrincipal</name>
			<param>
				<name>principal</name>
				<type>java.security.Principal</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_callbackHandler</name>
		</field>
		<field>
			<name>_password</name>
		</field>
		<field>
			<name>_principal</name>
		</field>
		<field>
			<name>_subject</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalLoginModule</name>
		<type>com.liferay.portal.security.jaas.ext.jboss.PortalLoginModule</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>commit</name>
			<throws>
				<name>LoginException</name>
				<type>javax.security.auth.login.LoginException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalLoginModule</name>
		<type>com.liferay.portal.security.jaas.ext.jetty.PortalLoginModule</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>commit</name>
			<throws>
				<name>LoginException</name>
				<type>javax.security.auth.login.LoginException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalLoginModule</name>
		<type>com.liferay.portal.security.jaas.ext.jonas.PortalLoginModule</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>commit</name>
			<throws>
				<name>LoginException</name>
				<type>javax.security.auth.login.LoginException</type>
			</throws>
		</method>
		<method>
			<name>getPortalPrincipal</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>LoginException</name>
				<type>javax.security.auth.login.LoginException</type>
			</throws>
		</method>
		<field>
			<name>_JGROUP</name>
		</field>
		<field>
			<name>_JPRINCIPAL</name>
		</field>
		<field>
			<name>_JROLE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalLoginModule</name>
		<type>com.liferay.portal.security.jaas.ext.resin.PortalLoginModule</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>commit</name>
			<throws>
				<name>LoginException</name>
				<type>javax.security.auth.login.LoginException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalLoginModule</name>
		<type>com.liferay.portal.security.jaas.ext.tomcat.PortalLoginModule</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>commit</name>
			<throws>
				<name>LoginException</name>
				<type>javax.security.auth.login.LoginException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalLoginModule</name>
		<type>com.liferay.portal.security.jaas.ext.weblogic.PortalLoginModule</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getPortalPrincipal</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>LoginException</name>
				<type>javax.security.auth.login.LoginException</type>
			</throws>
		</method>
		<field>
			<name>_WLS_USER_IMPL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalSecurityManager</name>
		<type>com.liferay.portal.security.lang.PortalSecurityManager</type>
		<comment><![CDATA[This is the portal's implementation of a security manager. The goal is to protect portal resources from plugins and prevent security issues by forcing plugin developers to openly declare their requirements. Where a SecurityManager exists, we set that as the parent and delegate to it as a fallback. This class will not delegate checks to super when there is no parent so as to avoid forcing the need for a default policy.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>PortalSecurityManager</name>
		</method>
		<method>
			<name>checkPermission</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<method>
			<name>checkPermission</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
			<param>
				<name>context</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getPACLPolicy</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<method>
			<name>initClasses</name>
		</method>
		<method>
			<name>initInitialContextFactoryBuilder</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>parentCheckPermission</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
			<param>
				<name>context</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_parentSecurityManager</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalSecurityManagerThreadLocal</name>
		<type>com.liferay.portal.security.lang.PortalSecurityManagerThreadLocal</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getPACLPolicy</name>
		</method>
		<method>
			<name>isCheckCreateClassLoader</name>
		</method>
		<method>
			<name>isCheckGetClassLoader</name>
		</method>
		<method>
			<name>isCheckReadFile</name>
		</method>
		<method>
			<name>isCheckReadFileDescriptor</name>
		</method>
		<method>
			<name>isCheckSQL</name>
		</method>
		<method>
			<name>isCheckWriteFileDescriptor</name>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>setCheckCreateClassLoader</name>
			<param>
				<name>checkCreateClassLoader</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setCheckGetClassLoader</name>
			<param>
				<name>checkGetClassLoader</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setCheckReadFile</name>
			<param>
				<name>checkReadFile</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setCheckReadFileDescriptor</name>
			<param>
				<name>checkReadFileDescriptor</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setCheckSQL</name>
			<param>
				<name>checkSQL</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setCheckWriteFileDescriptor</name>
			<param>
				<name>checkWriteFileDescriptor</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setEnabled</name>
			<param>
				<name>enabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setPACLPolicy</name>
			<param>
				<name>paclPolicy</name>
				<type>com.liferay.portal.security.pacl.PACLPolicy</type>
			</param>
		</method>
		<field>
			<name>_checkCreateClassLoader</name>
		</field>
		<field>
			<name>_checkGetClassLoader</name>
		</field>
		<field>
			<name>_checkReadFile</name>
		</field>
		<field>
			<name>_checkReadFileDescriptor</name>
		</field>
		<field>
			<name>_checkSQL</name>
		</field>
		<field>
			<name>_checkWriteFileDescriptor</name>
		</field>
		<field>
			<name>_enabled</name>
		</field>
		<field>
			<name>_paclPolicy</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AttributesTransformer</name>
		<type>com.liferay.portal.security.ldap.AttributesTransformer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>transformGroup</name>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
		</method>
		<method>
			<name>transformUser</name>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AttributesTransformerFactory</name>
		<type>com.liferay.portal.security.ldap.AttributesTransformerFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>setInstance</name>
			<param>
				<name>attributesTransformer</name>
				<type>com.liferay.portal.security.ldap.AttributesTransformer</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_attributesTransformer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultAttributesTransformer</name>
		<type>com.liferay.portal.security.ldap.DefaultAttributesTransformer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>transformGroup</name>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
		</method>
		<method>
			<name>transformUser</name>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DefaultLDAPToPortalConverter</name>
		<type>com.liferay.portal.security.ldap.DefaultLDAPToPortalConverter</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>importLDAPGroup</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<param>
				<name>groupMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importLDAPUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<param>
				<name>userMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>userExpandoMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>contactMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>contactExpandoMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getExpandoAttributes</name>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<param>
				<name>expandoMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultPortalToLDAPConverter</name>
		<type>com.liferay.portal.security.ldap.DefaultPortalToLDAPConverter</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<method>
			<name>DefaultPortalToLDAPConverter</name>
		</method>
		<method>
			<name>getGroupDNName</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>userGroup</name>
				<type>com.liferay.portal.model.UserGroup</type>
			</param>
			<param>
				<name>groupMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLDAPContactModifications</name>
			<param>
				<name>contact</name>
				<type>com.liferay.portal.model.Contact</type>
			</param>
			<param>
				<name>contactExpandoAttributes</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>contactMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>contactExpandoMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLDAPGroupAttributes</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>userGroup</name>
				<type>com.liferay.portal.model.UserGroup</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>userMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLDAPGroupModifications</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>userGroup</name>
				<type>com.liferay.portal.model.UserGroup</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>userMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>getLDAPGroupModifications</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>userGroup</name>
				<type>com.liferay.portal.model.UserGroup</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>userMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>ldapOperation</name>
				<type>com.liferay.portal.security.ldap.LDAPOperation</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLDAPUserAttributes</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>userMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLDAPUserGroupModifications</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>userGroups</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>userMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLDAPUserModifications</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>userExpandoAttributes</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>userMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>userExpandoMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUserDNName</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>userMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setContactReservedFieldNames</name>
			<param>
				<name>reservedContactFieldNames</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setUserDNFieldName</name>
			<param>
				<name>userDNFieldName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUserReservedFieldNames</name>
			<param>
				<name>reservedUserFieldNames</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>addAttributeMapping</name>
			<param>
				<name>attributeName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>attributeValue</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
		</method>
		<method>
			<name>addAttributeMapping</name>
			<param>
				<name>attributeName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>attributeValue</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
		</method>
		<method>
			<name>addModificationItem</name>
			<param>
				<name>basicAttribute</name>
				<type>javax.naming.directory.BasicAttribute</type>
			</param>
			<param>
				<name>modifications</name>
				<type>com.liferay.portal.security.ldap.Modifications</type>
			</param>
		</method>
		<method>
			<name>addModificationItem</name>
			<param>
				<name>attributeName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>attributeValue</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modifications</name>
				<type>com.liferay.portal.security.ldap.Modifications</type>
			</param>
		</method>
		<method>
			<name>getEncryptedPasswordForLDAP</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getModifications</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>objectMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>reservedFieldNames</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>getUserPortrait</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>populateCustomAttributeModifications</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>expandoBridge</name>
				<type>com.liferay.portlet.expando.model.ExpandoBridge</type>
			</param>
			<param>
				<name>expandoAttributes</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>expandoMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>modifications</name>
				<type>com.liferay.portal.security.ldap.Modifications</type>
			</param>
		</method>
		<field>
			<name>_DEFAULT_DN</name>
		</field>
		<field>
			<name>_OBJECT_CLASS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_groupDNFieldName</name>
		</field>
		<field>
			<name>_reservedContactFieldNames</name>
		</field>
		<field>
			<name>_reservedUserFieldNames</name>
		</field>
		<field>
			<name>_userDNFieldName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GroupConverterKeys</name>
		<type>com.liferay.portal.security.ldap.GroupConverterKeys</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>DESCRIPTION</name>
		</field>
		<field>
			<name>GROUP_NAME</name>
		</field>
		<field>
			<name>USER</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LDAPGroup</name>
		<type>com.liferay.portal.security.ldap.LDAPGroup</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getGroupName</name>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setDescription</name>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setGroupName</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_description</name>
		</field>
		<field>
			<name>_groupName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LDAPOperation</name>
		<type>com.liferay.portal.security.ldap.LDAPOperation</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<field>
			<name>ADD</name>
		</field>
		<field>
			<name>REMOVE</name>
		</field>
		<field>
			<name>UPDATE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LDAPSettingsUtil</name>
		<type>com.liferay.portal.security.ldap.LDAPSettingsUtil</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getAuthSearchFilter</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getContactExpandoMappings</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getContactMappings</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGroupMappings</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPropertyPostfix</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getUserExpandoMappings</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUserMappings</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isExportEnabled</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isExportGroupEnabled</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isImportEnabled</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isImportOnStartup</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isPasswordPolicyEnabled</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LDAPToPortalConverter</name>
		<type>com.liferay.portal.security.ldap.LDAPToPortalConverter</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>importLDAPGroup</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<param>
				<name>groupMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importLDAPUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<param>
				<name>userMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>userExpandoMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>contactMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>contactExpandoMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LDAPUser</name>
		<type>com.liferay.portal.security.ldap.LDAPUser</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getAimSn</name>
		</method>
		<method>
			<name>getBirthday</name>
		</method>
		<method>
			<name>getComments</name>
		</method>
		<method>
			<name>getContact</name>
		</method>
		<method>
			<name>getContactExpandoAttributes</name>
		</method>
		<method>
			<name>getCreatorUserId</name>
		</method>
		<method>
			<name>getEmailAddress</name>
		</method>
		<method>
			<name>getFacebookId</name>
		</method>
		<method>
			<name>getFacebookSn</name>
		</method>
		<method>
			<name>getFirstName</name>
		</method>
		<method>
			<name>getGreeting</name>
		</method>
		<method>
			<name>getGroupIds</name>
		</method>
		<method>
			<name>getIcqSn</name>
		</method>
		<method>
			<name>getJabberSn</name>
		</method>
		<method>
			<name>getJobTitle</name>
		</method>
		<method>
			<name>getLanguageId</name>
		</method>
		<method>
			<name>getLastName</name>
		</method>
		<method>
			<name>getLocale</name>
		</method>
		<method>
			<name>getMiddleName</name>
		</method>
		<method>
			<name>getMsnSn</name>
		</method>
		<method>
			<name>getMySpaceSn</name>
		</method>
		<method>
			<name>getOpenId</name>
		</method>
		<method>
			<name>getOrganizationIds</name>
		</method>
		<method>
			<name>getPortraitBytes</name>
		</method>
		<method>
			<name>getPrefixId</name>
		</method>
		<method>
			<name>getReminderQueryAnswer</name>
		</method>
		<method>
			<name>getReminderQueryQuestion</name>
		</method>
		<method>
			<name>getRoleIds</name>
		</method>
		<method>
			<name>getScreenName</name>
		</method>
		<method>
			<name>getServiceContext</name>
		</method>
		<method>
			<name>getSkypeSn</name>
		</method>
		<method>
			<name>getSmsSn</name>
		</method>
		<method>
			<name>getSuffixId</name>
		</method>
		<method>
			<name>getTimeZoneId</name>
		</method>
		<method>
			<name>getTwitterSn</name>
		</method>
		<method>
			<name>getUser</name>
		</method>
		<method>
			<name>getUserExpandoAttributes</name>
		</method>
		<method>
			<name>getUserGroupIds</name>
		</method>
		<method>
			<name>getUserGroupRoles</name>
		</method>
		<method>
			<name>getYmSn</name>
		</method>
		<method>
			<name>isAutoPassword</name>
		</method>
		<method>
			<name>isAutoScreenName</name>
		</method>
		<method>
			<name>isMale</name>
		</method>
		<method>
			<name>isMale</name>
			<param>
				<name>male</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>isPasswordReset</name>
		</method>
		<method>
			<name>isSendEmail</name>
		</method>
		<method>
			<name>isUpdatePassword</name>
		</method>
		<method>
			<name>isUpdatePortrait</name>
		</method>
		<method>
			<name>setAimSn</name>
			<param>
				<name>aimSn</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setAutoPassword</name>
			<param>
				<name>autoPassword</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setAutoScreenName</name>
			<param>
				<name>autoScreenName</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setBirthday</name>
			<param>
				<name>birthday</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setComments</name>
			<param>
				<name>comments</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setContact</name>
			<param>
				<name>contact</name>
				<type>com.liferay.portal.model.Contact</type>
			</param>
		</method>
		<method>
			<name>setContactExpandoAttributes</name>
			<param>
				<name>contactExpandoAttributes</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setCreatorUserId</name>
			<param>
				<name>creatorUserId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setEmailAddress</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFacebookId</name>
			<param>
				<name>facebookId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setFacebookSn</name>
			<param>
				<name>facebookSn</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFirstName</name>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setGreeting</name>
			<param>
				<name>greeting</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setGroupIds</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setIcqSn</name>
			<param>
				<name>icqSn</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setJabberSn</name>
			<param>
				<name>jabberSn</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setJobTitle</name>
			<param>
				<name>jobTitle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLanguageId</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLastName</name>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLocale</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>setMiddleName</name>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMsnSn</name>
			<param>
				<name>msnSn</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMySpaceSn</name>
			<param>
				<name>mySpaceSn</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setOpenId</name>
			<param>
				<name>openId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setOrganizationIds</name>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setPasswordReset</name>
			<param>
				<name>passwordReset</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setPortraitBytes</name>
			<param>
				<name>portraitBytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>setPrefixId</name>
			<param>
				<name>prefixId</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setReminderQueryAnswer</name>
			<param>
				<name>reminderQueryAnswer</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setReminderQueryQuestion</name>
			<param>
				<name>reminderQueryQuestion</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRoleIds</name>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setScreenName</name>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSendEmail</name>
			<param>
				<name>sendEmail</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setServiceContext</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
		<method>
			<name>setSkypeSn</name>
			<param>
				<name>skypeSn</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSmsSn</name>
			<param>
				<name>smsSn</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSuffixId</name>
			<param>
				<name>suffixId</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setTimeZoneId</name>
			<param>
				<name>timeZoneId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTwitterSn</name>
			<param>
				<name>twitterSn</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUpdatePassword</name>
			<param>
				<name>updatePassword</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setUpdatePortrait</name>
			<param>
				<name>updatePortrait</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setUser</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>setUserExpandoAttributes</name>
			<param>
				<name>userExpandoAttributes</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setUserGroupIds</name>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setUserGroupRoles</name>
			<param>
				<name>userGroupRoles</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setYmSn</name>
			<param>
				<name>ymSn</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_autoPassword</name>
		</field>
		<field>
			<name>_autoScreenName</name>
		</field>
		<field>
			<name>_contact</name>
		</field>
		<field>
			<name>_contactExpandoAttributes</name>
		</field>
		<field>
			<name>_creatorUserId</name>
		</field>
		<field>
			<name>_groupIds</name>
		</field>
		<field>
			<name>_organizationIds</name>
		</field>
		<field>
			<name>_passwordReset</name>
		</field>
		<field>
			<name>_portraitBytes</name>
		</field>
		<field>
			<name>_roleIds</name>
		</field>
		<field>
			<name>_sendEmail</name>
		</field>
		<field>
			<name>_serviceContext</name>
		</field>
		<field>
			<name>_updatePassword</name>
		</field>
		<field>
			<name>_updatePortrait</name>
		</field>
		<field>
			<name>_user</name>
		</field>
		<field>
			<name>_userExpandoAttributes</name>
		</field>
		<field>
			<name>_userGroupIds</name>
		</field>
		<field>
			<name>_userGroupRoles</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LDAPUserGroupTransactionThreadLocal</name>
		<type>com.liferay.portal.security.ldap.LDAPUserGroupTransactionThreadLocal</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>isOriginatesFromLDAP</name>
		</method>
		<method>
			<name>setOriginatesFromLDAP</name>
			<param>
				<name>originatesFromLDAP</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_originatesFromLDAP</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LDAPUserTransactionThreadLocal</name>
		<type>com.liferay.portal.security.ldap.LDAPUserTransactionThreadLocal</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>isOriginatesFromLDAP</name>
		</method>
		<method>
			<name>setOriginatesFromLDAP</name>
			<param>
				<name>originatesFromLDAP</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_originatesFromLDAP</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Modifications</name>
		<type>com.liferay.portal.security.ldap.Modifications</type>
		<author><![CDATA[Amos Fong]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>addItem</name>
			<param>
				<name>basicAttribute</name>
				<type>javax.naming.directory.BasicAttribute</type>
			</param>
		</method>
		<method>
			<name>addItem</name>
			<param>
				<name>modificationOp</name>
				<type>int</type>
			</param>
			<param>
				<name>basicAttribute</name>
				<type>javax.naming.directory.BasicAttribute</type>
			</param>
		</method>
		<method>
			<name>addItem</name>
			<param>
				<name>modificationOp</name>
				<type>int</type>
			</param>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>addItem</name>
			<param>
				<name>modificationOp</name>
				<type>int</type>
			</param>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addItem</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>addItem</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getItems</name>
		</method>
		<method>
			<name>Modifications</name>
		</method>
		<field>
			<name>_modificationItems</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalLDAPContext</name>
		<type>com.liferay.portal.security.ldap.PortalLDAPContext</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>PortalLDAPContext</name>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
		</method>
		<method>
			<name>PortalLDAPContext</name>
			<param>
				<name>ignoreCase</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getAttributes</name>
		</method>
		<method>
			<name>getAttributes</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getAttributes</name>
			<param>
				<name>name</name>
				<type>javax.naming.Name</type>
			</param>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getAttributes</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>getAttributes</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
		</method>
		<field>
			<name>_attributes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalLDAPExporter</name>
		<type>com.liferay.portal.security.ldap.PortalLDAPExporter</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>exportToLDAP</name>
			<param>
				<name>contact</name>
				<type>com.liferay.portal.model.Contact</type>
			</param>
			<param>
				<name>contactExpandoAttributes</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportToLDAP</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>exportToLDAP</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapOperation</name>
				<type>com.liferay.portal.security.ldap.LDAPOperation</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportToLDAP</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>userExpandoAttributes</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalLDAPExporterImpl</name>
		<type>com.liferay.portal.security.ldap.PortalLDAPExporterImpl</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<method>
			<name>exportToLDAP</name>
			<param>
				<name>contact</name>
				<type>com.liferay.portal.model.Contact</type>
			</param>
			<param>
				<name>contactExpandoAttributes</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportToLDAP</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>exportToLDAP</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapOperation</name>
				<type>com.liferay.portal.security.ldap.LDAPOperation</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportToLDAP</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>userExpandoAttributes</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setPortalToLDAPConverter</name>
			<param>
				<name>portalToLDAPConverter</name>
				<type>com.liferay.portal.security.ldap.PortalToLDAPConverter</type>
			</param>
		</method>
		<method>
			<name>addGroup</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapContext</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>userGroup</name>
				<type>com.liferay.portal.model.UserGroup</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>userMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addUser</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapContext</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>userMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_portalToLDAPConverter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalLDAPExporterUtil</name>
		<type>com.liferay.portal.security.ldap.PortalLDAPExporterUtil</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>exportToLDAP</name>
			<param>
				<name>contact</name>
				<type>com.liferay.portal.model.Contact</type>
			</param>
			<param>
				<name>contactExpandoAttributes</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportToLDAP</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>exportToLDAP</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapOperation</name>
				<type>com.liferay.portal.security.ldap.LDAPOperation</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportToLDAP</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>userExpandoAttributes</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortalLDAPExporter</name>
		</method>
		<method>
			<name>setPortalLDAPExporter</name>
			<param>
				<name>portalLDAPExporter</name>
				<type>com.liferay.portal.security.ldap.PortalLDAPExporter</type>
			</param>
		</method>
		<field>
			<name>_portalLDAPExporter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalLDAPImporter</name>
		<type>com.liferay.portal.security.ldap.PortalLDAPImporter</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>importFromLDAP</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importFromLDAP</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importFromLDAP</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importLDAPUser</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapContext</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importLDAPUser</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importLDAPUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importLDAPUserByScreenName</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalLDAPImporterImpl</name>
		<type>com.liferay.portal.security.ldap.PortalLDAPImporterImpl</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>importFromLDAP</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importFromLDAP</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importFromLDAP</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importLDAPUser</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapContext</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importLDAPUser</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importLDAPUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importLDAPUserByScreenName</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setLDAPToPortalConverter</name>
			<param>
				<name>ldapToPortalConverter</name>
				<type>com.liferay.portal.security.ldap.LDAPToPortalConverter</type>
			</param>
		</method>
		<method>
			<name>addRole</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapGroup</name>
				<type>com.liferay.portal.security.ldap.LDAPGroup</type>
			</param>
			<param>
				<name>userGroup</name>
				<type>com.liferay.portal.model.UserGroup</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapUser</name>
				<type>com.liferay.portal.security.ldap.LDAPUser</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addUserGroupsNotAddedByLDAPImport</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userGroupIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>escapeValue</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapUser</name>
				<type>com.liferay.portal.security.ldap.LDAPUser</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUsers</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapContext</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<param>
				<name>userGroup</name>
				<type>com.liferay.portal.model.UserGroup</type>
			</param>
			<param>
				<name>groupMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importFromLDAPByGroup</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapContext</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>userMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>userExpandoMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>contactMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>contactExpandoMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>groupMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importFromLDAPByUser</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapContext</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>userMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>userExpandoMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>contactMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>contactExpandoMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>groupMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importGroup</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapContext</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>fullGroupDN</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>newUserGroupIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importGroups</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapContext</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>userMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>groupMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<param>
				<name>userMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>userExpandoMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>contactMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>contactExpandoMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importUserGroup</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<param>
				<name>groupMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importUsers</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapContext</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>userMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>userExpandoMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>contactMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>contactExpandoMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>attribute</name>
				<type>javax.naming.directory.Attribute</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>populateExpandoAttributes</name>
			<param>
				<name>expandoBridge</name>
				<type>com.liferay.portlet.expando.model.ExpandoBridge</type>
			</param>
			<param>
				<name>expandoAttributes</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>updateExpandoAttributes</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>ldapUser</name>
				<type>com.liferay.portal.security.ldap.LDAPUser</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapUser</name>
				<type>com.liferay.portal.security.ldap.LDAPUser</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_IMPORT_BY_GROUP</name>
		</field>
		<field>
			<name>_IMPORT_BY_USER</name>
		</field>
		<field>
			<name>_USER_PASSWORD_SCREEN_NAME</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_ldapToPortalConverter</name>
		</field>
		<field>
			<name>_portalCache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalLDAPImporterUtil</name>
		<type>com.liferay.portal.security.ldap.PortalLDAPImporterUtil</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getPortalLDAPImporter</name>
		</method>
		<method>
			<name>importFromLDAP</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importFromLDAP</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importFromLDAP</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importLDAPUser</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapContext</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>attributes</name>
				<type>javax.naming.directory.Attributes</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importLDAPUser</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importLDAPUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importLDAPUserByScreenName</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setPortalLDAPImporter</name>
			<param>
				<name>portalLDAPImporter</name>
				<type>com.liferay.portal.security.ldap.PortalLDAPImporter</type>
			</param>
		</method>
		<field>
			<name>_portalLDAPImporter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalLDAPUtil</name>
		<type>com.liferay.portal.security.ldap.PortalLDAPUtil</type>
		<author><![CDATA[Michael Young]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jerry Niu]]></author>
		<author><![CDATA[Scott Lee]]></author>
		<author><![CDATA[Hervé Ménage]]></author>
		<author><![CDATA[Samuel Kong]]></author>
		<author><![CDATA[Ryan Park]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>getContext</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getContext</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>providerURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>principal</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>credentials</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGroup</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGroupAttributes</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapContext</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>fullDistinguishedName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGroupAttributes</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapContext</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>fullDistinguishedName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includeReferenceAttributes</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGroups</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapContext</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>cookie</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>maxResults</name>
				<type>int</type>
			</param>
			<param>
				<name>baseDN</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupFilter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>searchResults</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGroups</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapContext</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>cookie</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>maxResults</name>
				<type>int</type>
			</param>
			<param>
				<name>baseDN</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupFilter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>attributeIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>searchResults</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGroups</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapContext</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>cookie</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>maxResults</name>
				<type>int</type>
			</param>
			<param>
				<name>searchResults</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGroups</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapContext</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>cookie</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>maxResults</name>
				<type>int</type>
			</param>
			<param>
				<name>attributeIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>searchResults</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGroupsDN</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLdapServerId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getMultivaluedAttribute</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapContext</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>baseDN</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>attribute</name>
				<type>javax.naming.directory.Attribute</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getNameInNamespace</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>binding</name>
				<type>javax.naming.Binding</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUser</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUserAttributes</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapContext</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>fullDistinguishedName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUsers</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapContext</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>cookie</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>maxResults</name>
				<type>int</type>
			</param>
			<param>
				<name>baseDN</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userFilter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>searchResults</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUsers</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapContext</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>cookie</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>maxResults</name>
				<type>int</type>
			</param>
			<param>
				<name>baseDN</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userFilter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>attributeIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>searchResults</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUsers</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapContext</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>cookie</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>maxResults</name>
				<type>int</type>
			</param>
			<param>
				<name>searchResults</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUsers</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapContext</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>cookie</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>maxResults</name>
				<type>int</type>
			</param>
			<param>
				<name>attributeIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>searchResults</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUsersDN</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>hasUser</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isGroupMember</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupDN</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userDN</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isUserGroupMember</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupDN</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userDN</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>searchLDAP</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ldapContext</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>cookie</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>maxResults</name>
				<type>int</type>
			</param>
			<param>
				<name>baseDN</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>attributeIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>searchResults</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getAttributes</name>
			<param>
				<name>ldapContext</name>
				<type>javax.naming.ldap.LdapContext</type>
			</param>
			<param>
				<name>fullDistinguishedName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>attributeIds</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getCookie</name>
			<param>
				<name>controls</name>
				<type>javax.naming.ldap.Control[]</type>
			</param>
		</method>
		<method>
			<name>_getNextRange</name>
			<param>
				<name>attributeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalToLDAPConverter</name>
		<type>com.liferay.portal.security.ldap.PortalToLDAPConverter</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<method>
			<name>getGroupDNName</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>userGroup</name>
				<type>com.liferay.portal.model.UserGroup</type>
			</param>
			<param>
				<name>groupMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLDAPContactModifications</name>
			<param>
				<name>contact</name>
				<type>com.liferay.portal.model.Contact</type>
			</param>
			<param>
				<name>contactExpandoAttributes</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>contactMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>contactExpandoMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLDAPGroupAttributes</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>userGroup</name>
				<type>com.liferay.portal.model.UserGroup</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>userMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLDAPGroupModifications</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>userGroup</name>
				<type>com.liferay.portal.model.UserGroup</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>userMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>getLDAPGroupModifications</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>userGroup</name>
				<type>com.liferay.portal.model.UserGroup</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>userMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>ldapOperation</name>
				<type>com.liferay.portal.security.ldap.LDAPOperation</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLDAPUserAttributes</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>userMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLDAPUserGroupModifications</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>userGroups</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>userMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLDAPUserModifications</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>userExpandoAttributes</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>userMappings</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>userExpandoMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUserDNName</name>
			<param>
				<name>ldapServerId</name>
				<type>long</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>userMappings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UserConverterKeys</name>
		<type>com.liferay.portal.security.ldap.UserConverterKeys</type>
		<author><![CDATA[Edward Han]]></author>
		<field>
			<name>EMAIL_ADDRESS</name>
		</field>
		<field>
			<name>FIRST_NAME</name>
		</field>
		<field>
			<name>FULL_NAME</name>
		</field>
		<field>
			<name>GROUP</name>
		</field>
		<field>
			<name>JOB_TITLE</name>
		</field>
		<field>
			<name>LAST_NAME</name>
		</field>
		<field>
			<name>MIDDLE_NAME</name>
		</field>
		<field>
			<name>PASSWORD</name>
		</field>
		<field>
			<name>PORTRAIT</name>
		</field>
		<field>
			<name>SCREEN_NAME</name>
		</field>
		<field>
			<name>UUID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Netlogon</name>
		<type>com.liferay.portal.security.ntlm.Netlogon</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>logon</name>
			<param>
				<name>domain</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workstation</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serverChallenge</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>ntResponse</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>lmResponse</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>NtlmLogonException</name>
				<type>com.liferay.portal.security.ntlm.NtlmLogonException</type>
			</throws>
		</method>
		<method>
			<name>setConfiguration</name>
			<param>
				<name>domainController</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>domainControllerName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ntlmServiceAccount</name>
				<type>com.liferay.portal.security.ntlm.NtlmServiceAccount</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_domainController</name>
		</field>
		<field>
			<name>_domainControllerName</name>
		</field>
		<field>
			<name>_ntlmServiceAccount</name>
		</field>
		<field>
			<name>_secureRandom</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NetlogonConnection</name>
		<type>com.liferay.portal.security.ntlm.NetlogonConnection</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>NetlogonConnection</name>
		</method>
		<method>
			<name>computeNetlogonAuthenticator</name>
		</method>
		<method>
			<name>connect</name>
			<param>
				<name>domainController</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>domainControllerName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ntlmServiceAccount</name>
				<type>com.liferay.portal.security.ntlm.NtlmServiceAccount</type>
			</param>
			<param>
				<name>secureRandom</name>
				<type>java.security.SecureRandom</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>NoSuchAlgorithmException</name>
				<type>java.security.NoSuchAlgorithmException</type>
			</throws>
			<throws>
				<name>NtlmLogonException</name>
				<type>com.liferay.portal.security.ntlm.NtlmLogonException</type>
			</throws>
		</method>
		<method>
			<name>disconnect</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getClientCredential</name>
		</method>
		<method>
			<name>getDcerpcHandle</name>
		</method>
		<method>
			<name>getSessionKey</name>
		</method>
		<method>
			<name>setDcerpcHandle</name>
			<param>
				<name>dcerpcHandle</name>
				<type>jcifs.dcerpc.DcerpcHandle</type>
			</param>
		</method>
		<method>
			<name>computeNetlogonCredential</name>
			<param>
				<name>input</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>sessionKey</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>computeSessionKey</name>
			<param>
				<name>sharedSecret</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>clientChallenge</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>serverChallenge</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>NoSuchAlgorithmException</name>
				<type>java.security.NoSuchAlgorithmException</type>
			</throws>
		</method>
		<field>
			<name>_negotiateFlags</name>
		</field>
		<field>
			<name>_clientCredential</name>
		</field>
		<field>
			<name>_dcerpcHandle</name>
		</field>
		<field>
			<name>_sessionKey</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NtlmLogonException</name>
		<type>com.liferay.portal.security.ntlm.NtlmLogonException</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>NtlmLogonException</name>
		</method>
		<method>
			<name>NtlmLogonException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NtlmLogonException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NtlmLogonException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NtlmManager</name>
		<type>com.liferay.portal.security.ntlm.NtlmManager</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>NtlmManager</name>
			<param>
				<name>domain</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>domainController</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>domainControllerName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceAccount</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servicePassword</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>authenticate</name>
			<param>
				<name>material</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>serverChallenge</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>NoSuchAlgorithmException</name>
				<type>java.security.NoSuchAlgorithmException</type>
			</throws>
			<throws>
				<name>NtlmLogonException</name>
				<type>com.liferay.portal.security.ntlm.NtlmLogonException</type>
			</throws>
		</method>
		<method>
			<name>getDomain</name>
		</method>
		<method>
			<name>getDomainController</name>
		</method>
		<method>
			<name>getDomainControllerName</name>
		</method>
		<method>
			<name>getServiceAccount</name>
		</method>
		<method>
			<name>getServicePassword</name>
		</method>
		<method>
			<name>negotiate</name>
			<param>
				<name>material</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>serverChallenge</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>setConfiguration</name>
			<param>
				<name>domain</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>domainController</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>domainControllerName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceAccount</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servicePassword</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAVPairBytes</name>
			<param>
				<name>avId</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>UnsupportedEncodingException</name>
				<type>java.io.UnsupportedEncodingException</type>
			</throws>
		</method>
		<method>
			<name>getTargetInformation</name>
			<throws>
				<name>UnsupportedEncodingException</name>
				<type>java.io.UnsupportedEncodingException</type>
			</throws>
		</method>
		<field>
			<name>_NTLMSSP_NEGOTIATE_EXTENDED_SESSION_SECURITY</name>
		</field>
		<field>
			<name>_domain</name>
		</field>
		<field>
			<name>_domainController</name>
		</field>
		<field>
			<name>_domainControllerName</name>
		</field>
		<field>
			<name>_netlogon</name>
		</field>
		<field>
			<name>_ntlmServiceAccount</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NtlmServiceAccount</name>
		<type>com.liferay.portal.security.ntlm.NtlmServiceAccount</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>NtlmServiceAccount</name>
			<param>
				<name>account</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAccount</name>
		</method>
		<method>
			<name>getAccountName</name>
		</method>
		<method>
			<name>getComputerName</name>
		</method>
		<method>
			<name>getPassword</name>
		</method>
		<method>
			<name>setAccount</name>
			<param>
				<name>account</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPassword</name>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_account</name>
		</field>
		<field>
			<name>_accountName</name>
		</field>
		<field>
			<name>_computerName</name>
		</field>
		<field>
			<name>_password</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NtlmUserAccount</name>
		<type>com.liferay.portal.security.ntlm.NtlmUserAccount</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>NtlmUserAccount</name>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<field>
			<name>_userName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GroupMembership</name>
		<type>com.liferay.portal.security.ntlm.msrpc.GroupMembership</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>GroupMembership</name>
		</method>
		<method>
			<name>GroupMembership</name>
			<param>
				<name>relativeId</name>
				<type>int</type>
			</param>
			<param>
				<name>attributes</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>decode</name>
			<param>
				<name>ndrBuffer</name>
				<type>jcifs.dcerpc.ndr.NdrBuffer</type>
			</param>
		</method>
		<method>
			<name>encode</name>
			<param>
				<name>ndrBuffer</name>
				<type>jcifs.dcerpc.ndr.NdrBuffer</type>
			</param>
		</method>
		<method>
			<name>getAttributes</name>
		</method>
		<method>
			<name>getRelativeId</name>
		</method>
		<field>
			<name>_attributes</name>
		</field>
		<field>
			<name>_relativeId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NetlogonAuthenticator</name>
		<type>com.liferay.portal.security.ntlm.msrpc.NetlogonAuthenticator</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>NetlogonAuthenticator</name>
		</method>
		<method>
			<name>NetlogonAuthenticator</name>
			<param>
				<name>credential</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>timestamp</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>decode</name>
			<param>
				<name>ndrBuffer</name>
				<type>jcifs.dcerpc.ndr.NdrBuffer</type>
			</param>
		</method>
		<method>
			<name>encode</name>
			<param>
				<name>ndrBuffer</name>
				<type>jcifs.dcerpc.ndr.NdrBuffer</type>
			</param>
		</method>
		<field>
			<name>_credential</name>
		</field>
		<field>
			<name>_timestamp</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NetlogonIdentityInfo</name>
		<type>com.liferay.portal.security.ntlm.msrpc.NetlogonIdentityInfo</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>NetlogonIdentityInfo</name>
			<param>
				<name>logonDomainName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterControl</name>
				<type>int</type>
			</param>
			<param>
				<name>reservedLow</name>
				<type>int</type>
			</param>
			<param>
				<name>reservedHigh</name>
				<type>int</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workstation</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>decode</name>
			<param>
				<name>ndrBuffer</name>
				<type>jcifs.dcerpc.ndr.NdrBuffer</type>
			</param>
		</method>
		<method>
			<name>encode</name>
			<param>
				<name>ndrBuffer</name>
				<type>jcifs.dcerpc.ndr.NdrBuffer</type>
			</param>
		</method>
		<method>
			<name>encodeLogonDomainName</name>
			<param>
				<name>ndrBuffer</name>
				<type>jcifs.dcerpc.ndr.NdrBuffer</type>
			</param>
		</method>
		<method>
			<name>encodeUserName</name>
			<param>
				<name>ndrBuffer</name>
				<type>jcifs.dcerpc.ndr.NdrBuffer</type>
			</param>
		</method>
		<method>
			<name>encodeWorkStationName</name>
			<param>
				<name>ndrBuffer</name>
				<type>jcifs.dcerpc.ndr.NdrBuffer</type>
			</param>
		</method>
		<method>
			<name>encodeUnicodeString</name>
			<param>
				<name>ndrBuffer</name>
				<type>jcifs.dcerpc.ndr.NdrBuffer</type>
			</param>
			<param>
				<name>string</name>
				<type>jcifs.dcerpc.rpc.unicode_string</type>
			</param>
		</method>
		<field>
			<name>_logonDomainName</name>
		</field>
		<field>
			<name>_parameterControl</name>
		</field>
		<field>
			<name>_reservedHigh</name>
		</field>
		<field>
			<name>_reservedLow</name>
		</field>
		<field>
			<name>_userName</name>
		</field>
		<field>
			<name>_workstation</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NetlogonNetworkInfo</name>
		<type>com.liferay.portal.security.ntlm.msrpc.NetlogonNetworkInfo</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>NetlogonNetworkInfo</name>
			<param>
				<name>netlogonIdentityInfo</name>
				<type>com.liferay.portal.security.ntlm.msrpc.NetlogonIdentityInfo</type>
			</param>
			<param>
				<name>lmChallenge</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>ntChallengeResponse</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>lmChallengeResponse</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>decode</name>
			<param>
				<name>ndrBuffer</name>
				<type>jcifs.dcerpc.ndr.NdrBuffer</type>
			</param>
		</method>
		<method>
			<name>encode</name>
			<param>
				<name>ndrBuffer</name>
				<type>jcifs.dcerpc.ndr.NdrBuffer</type>
			</param>
		</method>
		<method>
			<name>encodeChallengeResponse</name>
			<param>
				<name>ndrBuffer</name>
				<type>jcifs.dcerpc.ndr.NdrBuffer</type>
			</param>
			<param>
				<name>challenge</name>
				<type>byte[]</type>
			</param>
		</method>
		<field>
			<name>_lmChallenge</name>
		</field>
		<field>
			<name>_lmChallengeResponse</name>
		</field>
		<field>
			<name>_netlogonIdentityInfo</name>
		</field>
		<field>
			<name>_ntChallengeResponse</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NetlogonValidationSamInfo</name>
		<type>com.liferay.portal.security.ntlm.msrpc.NetlogonValidationSamInfo</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>NetlogonValidationSamInfo</name>
		</method>
		<method>
			<name>decode</name>
			<param>
				<name>ndrBuffer</name>
				<type>jcifs.dcerpc.ndr.NdrBuffer</type>
			</param>
			<throws>
				<name>NdrException</name>
				<type>jcifs.dcerpc.ndr.NdrException</type>
			</throws>
		</method>
		<method>
			<name>encode</name>
			<param>
				<name>ndrBuffer</name>
				<type>jcifs.dcerpc.ndr.NdrBuffer</type>
			</param>
		</method>
		<method>
			<name>getEffectiveName</name>
		</method>
		<method>
			<name>decodeUnicodeString</name>
			<param>
				<name>ndrBuffer</name>
				<type>jcifs.dcerpc.ndr.NdrBuffer</type>
			</param>
			<param>
				<name>string</name>
				<type>jcifs.dcerpc.rpc.unicode_string</type>
			</param>
		</method>
		<field>
			<name>_badPasswordCount</name>
		</field>
		<field>
			<name>_effectiveName</name>
		</field>
		<field>
			<name>_fullName</name>
		</field>
		<field>
			<name>_groupCount</name>
		</field>
		<field>
			<name>_groupIds</name>
		</field>
		<field>
			<name>_homeDirectory</name>
		</field>
		<field>
			<name>_homeDirectoryDrive</name>
		</field>
		<field>
			<name>_kickoffTime</name>
		</field>
		<field>
			<name>_logoffTime</name>
		</field>
		<field>
			<name>_logonCount</name>
		</field>
		<field>
			<name>_logonDomain</name>
		</field>
		<field>
			<name>_logonDomainName</name>
		</field>
		<field>
			<name>_logonScript</name>
		</field>
		<field>
			<name>_logonServer</name>
		</field>
		<field>
			<name>_logonTime</name>
		</field>
		<field>
			<name>_passwordCanChange</name>
		</field>
		<field>
			<name>_passwordLastSet</name>
		</field>
		<field>
			<name>_passwordMustChange</name>
		</field>
		<field>
			<name>_primaryGroupId</name>
		</field>
		<field>
			<name>_profilePath</name>
		</field>
		<field>
			<name>_userFlags</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
		<field>
			<name>_userSessionKey</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NetrLogonSamLogon</name>
		<type>com.liferay.portal.security.ntlm.msrpc.NetrLogonSamLogon</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>NetrLogonSamLogon</name>
			<param>
				<name>logonServer</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>computerName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>netlogonAuthenticator</name>
				<type>com.liferay.portal.security.ntlm.msrpc.NetlogonAuthenticator</type>
			</param>
			<param>
				<name>returnNetlogonAuthenticator</name>
				<type>com.liferay.portal.security.ntlm.msrpc.NetlogonAuthenticator</type>
			</param>
			<param>
				<name>logonLevel</name>
				<type>int</type>
			</param>
			<param>
				<name>netlogonNetworkInfo</name>
				<type>com.liferay.portal.security.ntlm.msrpc.NetlogonNetworkInfo</type>
			</param>
			<param>
				<name>validationLevel</name>
				<type>int</type>
			</param>
			<param>
				<name>netlogonValidationSamInfo</name>
				<type>com.liferay.portal.security.ntlm.msrpc.NetlogonValidationSamInfo</type>
			</param>
			<param>
				<name>authoritative</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>decode_out</name>
			<param>
				<name>ndrBuffer</name>
				<type>jcifs.dcerpc.ndr.NdrBuffer</type>
			</param>
			<throws>
				<name>NdrException</name>
				<type>jcifs.dcerpc.ndr.NdrException</type>
			</throws>
		</method>
		<method>
			<name>encode_in</name>
			<param>
				<name>ndrBuffer</name>
				<type>jcifs.dcerpc.ndr.NdrBuffer</type>
			</param>
		</method>
		<method>
			<name>getNetlogonValidationSamInfo</name>
		</method>
		<method>
			<name>getOpnum</name>
		</method>
		<method>
			<name>getStatus</name>
		</method>
		<field>
			<name>_authenticator</name>
		</field>
		<field>
			<name>_authoritative</name>
		</field>
		<field>
			<name>_computerName</name>
		</field>
		<field>
			<name>_logonInformation</name>
		</field>
		<field>
			<name>_logonLevel</name>
		</field>
		<field>
			<name>_logonServer</name>
		</field>
		<field>
			<name>_returnAuthenticator</name>
		</field>
		<field>
			<name>_status</name>
		</field>
		<field>
			<name>_validationInformation</name>
		</field>
		<field>
			<name>_validationLevel</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NetrServerAuthenticate3</name>
		<type>com.liferay.portal.security.ntlm.msrpc.NetrServerAuthenticate3</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>NetrServerAuthenticate3</name>
			<param>
				<name>primaryName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>accountName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secureChannelType</name>
				<type>int</type>
			</param>
			<param>
				<name>computerName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>clientCredential</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>serverCredential</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>negotiateFlags</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>decode_out</name>
			<param>
				<name>ndrBuffer</name>
				<type>jcifs.dcerpc.ndr.NdrBuffer</type>
			</param>
		</method>
		<method>
			<name>encode_in</name>
			<param>
				<name>ndrBuffer</name>
				<type>jcifs.dcerpc.ndr.NdrBuffer</type>
			</param>
		</method>
		<method>
			<name>getAccountRid</name>
		</method>
		<method>
			<name>getNegotiatedFlags</name>
		</method>
		<method>
			<name>getOpnum</name>
		</method>
		<method>
			<name>getServerCredential</name>
		</method>
		<method>
			<name>getStatus</name>
		</method>
		<field>
			<name>_accountName</name>
		</field>
		<field>
			<name>_accountRid</name>
		</field>
		<field>
			<name>_clientCredential</name>
		</field>
		<field>
			<name>_computerName</name>
		</field>
		<field>
			<name>_negotiateFlags</name>
		</field>
		<field>
			<name>_primaryName</name>
		</field>
		<field>
			<name>_secureChannelType</name>
		</field>
		<field>
			<name>_serverCredential</name>
		</field>
		<field>
			<name>_status</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NetrServerReqChallenge</name>
		<type>com.liferay.portal.security.ntlm.msrpc.NetrServerReqChallenge</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>NetrServerReqChallenge</name>
			<param>
				<name>primaryName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>computerName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>clientChallenge</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>serverChallenge</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>decode_out</name>
			<param>
				<name>ndrBuffer</name>
				<type>jcifs.dcerpc.ndr.NdrBuffer</type>
			</param>
		</method>
		<method>
			<name>encode_in</name>
			<param>
				<name>ndrBuffer</name>
				<type>jcifs.dcerpc.ndr.NdrBuffer</type>
			</param>
		</method>
		<method>
			<name>getOpnum</name>
		</method>
		<method>
			<name>getServerChallenge</name>
		</method>
		<method>
			<name>getStatus</name>
		</method>
		<field>
			<name>_clientChallenge</name>
		</field>
		<field>
			<name>_computerName</name>
		</field>
		<field>
			<name>_primaryName</name>
		</field>
		<field>
			<name>_serverChallenge</name>
		</field>
		<field>
			<name>_status</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ActivePACLPolicy</name>
		<type>com.liferay.portal.security.pacl.ActivePACLPolicy</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ActivePACLPolicy</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>checkPermission</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<method>
			<name>hasJNDI</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasPortalService</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>hasSQL</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isActive</name>
		</method>
		<method>
			<name>initJNDIChecker</name>
		</method>
		<method>
			<name>initPortalServiceChecker</name>
		</method>
		<method>
			<name>initSQLChecker</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_jndiChecker</name>
		</field>
		<field>
			<name>_portalServiceChecker</name>
		</field>
		<field>
			<name>_sqlChecker</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BasePACLPolicy</name>
		<type>com.liferay.portal.security.pacl.BasePACLPolicy</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BasePACLPolicy</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>getClassLoader</name>
		</method>
		<method>
			<name>getProperties</name>
		</method>
		<method>
			<name>getProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPropertyArray</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPropertyBoolean</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPropertySet</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getServletContextName</name>
		</method>
		<method>
			<name>isCheckablePermission</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>getChecker</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>initChecker</name>
			<param>
				<name>checker</name>
				<type>com.liferay.portal.security.pacl.checker.Checker</type>
			</param>
		</method>
		<method>
			<name>initCheckers</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_checkers</name>
		</field>
		<field>
			<name>_classLoader</name>
		</field>
		<field>
			<name>_properties</name>
		</field>
		<field>
			<name>_servletContextName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InactivePACLPolicy</name>
		<type>com.liferay.portal.security.pacl.InactivePACLPolicy</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>InactivePACLPolicy</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>checkPermission</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<method>
			<name>hasJNDI</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasPortalService</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>hasSQL</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isActive</name>
		</method>
	</javadoc>
	<javadoc>
		<name>PACLAdvice</name>
		<type>com.liferay.portal.security.pacl.PACLAdvice</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>invoke</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<field>
			<name>_ENTRY_LOCAL_SERVICE_IMPL_CLASS_NAME</name>
		</field>
		<field>
			<name>_STATUS_LOCAL_SERVICE_IMPL_CLASS_NAME</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PACLBeanHandler</name>
		<type>com.liferay.portal.security.pacl.PACLBeanHandler</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PACLBeanHandler</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getBean</name>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>proxy</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>doInvoke</name>
			<param>
				<name>proxy</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_bean</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PACLClassLoaderUtil</name>
		<type>com.liferay.portal.security.pacl.PACLClassLoaderUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getClassLoader</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getContextClassLoader</name>
		</method>
		<method>
			<name>getPortalClassLoader</name>
		</method>
		<method>
			<name>setContextClassLoader</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PACLClassUtil</name>
		<type>com.liferay.portal.security.pacl.PACLClassUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getCallerClassLoader</name>
			<param>
				<name>callerClass</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getClassLocation</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getPACLPolicy</name>
			<param>
				<name>deep</name>
				<type>boolean</type>
			</param>
			<param>
				<name>debug</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getPACLPolicyByReflection</name>
			<param>
				<name>deep</name>
				<type>boolean</type>
			</param>
			<param>
				<name>debug</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>PACLClassUtil</name>
		</method>
		<method>
			<name>_getCallerClassLoader</name>
			<param>
				<name>callerClass</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>_getPACLPolicyByReflection</name>
			<param>
				<name>deep</name>
				<type>boolean</type>
			</param>
			<param>
				<name>debug</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_ClASS_NAME_DYNAMIC_CLASS_LOADER</name>
		</field>
		<field>
			<name>_ClASS_NAME_JASPER_LOADER</name>
		</field>
		<field>
			<name>_CLASS_NAME_JSP_CLASS_LOADER</name>
		</field>
		<field>
			<name>_CLASS_NAME_JSP_EXTENSION_CLASS_LOADER</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_commonClassLoader</name>
		</field>
		<field>
			<name>_portalClassLoader</name>
		</field>
		<field>
			<name>_systemClassLoader</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PACLPolicy</name>
		<type>com.liferay.portal.security.pacl.PACLPolicy</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>checkPermission</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<method>
			<name>getClassLoader</name>
		</method>
		<method>
			<name>getProperties</name>
		</method>
		<method>
			<name>getProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPropertyArray</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPropertyBoolean</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPropertySet</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getServletContextName</name>
		</method>
		<method>
			<name>hasJNDI</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasPortalService</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>hasSQL</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isActive</name>
		</method>
		<method>
			<name>isCheckablePermission</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PACLPolicyManager</name>
		<type>com.liferay.portal.security.pacl.PACLPolicyManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>buildPACLPolicy</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>getActiveCount</name>
		</method>
		<method>
			<name>getDefaultPACLPolicy</name>
		</method>
		<method>
			<name>getPACLPolicy</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>isActive</name>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>paclPolicy</name>
				<type>com.liferay.portal.security.pacl.PACLPolicy</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>_overridePortalSecurityManager</name>
		</method>
		<method>
			<name>_resetPortalSecurityManager</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_activeCount</name>
		</field>
		<field>
			<name>_defaultPACLPolicy</name>
		</field>
		<field>
			<name>_originalSecurityManager</name>
		</field>
		<field>
			<name>_paclPolicies</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseChecker</name>
		<type>com.liferay.portal.security.pacl.checker.BaseChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>BaseChecker</name>
		</method>
		<method>
			<name>getClassLoader</name>
		</method>
		<method>
			<name>getCommonClassLoader</name>
		</method>
		<method>
			<name>getPACLPolicy</name>
		</method>
		<method>
			<name>getPortalClassLoader</name>
		</method>
		<method>
			<name>getServletContextName</name>
		</method>
		<method>
			<name>getSystemClassLoader</name>
		</method>
		<method>
			<name>setPACLPolicy</name>
			<param>
				<name>paclPolicy</name>
				<type>com.liferay.portal.security.pacl.PACLPolicy</type>
			</param>
		</method>
		<method>
			<name>getProperties</name>
		</method>
		<method>
			<name>getProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPropertyArray</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPropertyBoolean</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPropertySet</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isJSPCompiler</name>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actions</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>throwSecurityException</name>
			<param>
				<name>log</name>
				<type>com.liferay.portal.kernel.log.Log</type>
			</param>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_ClASS_NAME_COMPILER</name>
		</field>
		<field>
			<name>_ClASS_NAME_DEFAULT_ANNOTATION_PROCESSOR</name>
		</field>
		<field>
			<name>_ClASS_NAME_DEFAULT_INSTANCE_MANAGER</name>
		</field>
		<field>
			<name>_ClASS_NAME_JASPER_LOADER</name>
		</field>
		<field>
			<name>_CLASS_NAME_JASPER_SERVLET_CONTEXT_CUSTOMIZER</name>
		</field>
		<field>
			<name>_CLASS_NAME_JSP_CLASS_LOADER</name>
		</field>
		<field>
			<name>_ClASS_NAME_JSP_COMPILATION_CONTEXT</name>
		</field>
		<field>
			<name>_CLASS_NAME_JSP_EXTENSION_CLASS_LOADER</name>
		</field>
		<field>
			<name>_ClASS_NAME_JSP_MANAGER</name>
		</field>
		<field>
			<name>_CLASS_NAME_JSP_STUB</name>
		</field>
		<field>
			<name>_ClASS_NAME_JSP_TRANSLATOR_UTIL</name>
		</field>
		<field>
			<name>_ClASS_NAME_PAGE_MANAGER</name>
		</field>
		<field>
			<name>_ClASS_NAME_TAG_HANDLER_POOL</name>
		</field>
		<field>
			<name>_MODULE_NAME_ORG_JBOSS_AS_WEB_MAIN</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_commonClassLoader</name>
		</field>
		<field>
			<name>_paclPolicy</name>
		</field>
		<field>
			<name>_portalClassLoader</name>
		</field>
		<field>
			<name>_systemClassLoader</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseReflectChecker</name>
		<type>com.liferay.portal.security.pacl.checker.BaseReflectChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>hasReflect</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actions</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isGlassfishSecureAction</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>isResinJavaSessionSerializer</name>
		</method>
		<method>
			<name>isResinReflectionAnnotatedType</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>isWebLogicAbstractApplicationContextDelegator</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>isWebLogicAbstractBeanDefinitionDelegator</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>logReflect</name>
			<param>
				<name>callerClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>frame</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_CLASS_NAME_ABSTRACT_BEAN_DEFINITION_DELEGATOR</name>
		</field>
		<field>
			<name>_CLASS_NAME_ABSTRACT_APPLICATION_CONTEXT_DELEGATOR</name>
		</field>
		<field>
			<name>_CLASS_NAME_JAVA_SESSION_SERIALIZER</name>
		</field>
		<field>
			<name>_CLASS_NAME_REFLECTION_ANNOTATED_TYPE</name>
		</field>
		<field>
			<name>_CLASS_NAME_SECURE_ACTION</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Checker</name>
		<type>com.liferay.portal.security.pacl.checker.Checker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>checkPermission</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<method>
			<name>getClassLoader</name>
		</method>
		<method>
			<name>getPACLPolicy</name>
		</method>
		<method>
			<name>getServletContextName</name>
		</method>
		<method>
			<name>setPACLPolicy</name>
			<param>
				<name>paclPolicy</name>
				<type>com.liferay.portal.security.pacl.PACLPolicy</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CheckerUtil</name>
		<type>com.liferay.portal.security.pacl.checker.CheckerUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>isAccessControllerDoPrivileged</name>
			<param>
				<name>frame</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_METHOD_NAME_DO_PRIVILEGED</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultAcceptChecker</name>
		<type>com.liferay.portal.security.pacl.checker.DefaultAcceptChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>checkPermission</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultRejectChecker</name>
		<type>com.liferay.portal.security.pacl.checker.DefaultRejectChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>checkPermission</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FileChecker</name>
		<type>com.liferay.portal.security.pacl.checker.FileChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>checkPermission</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<method>
			<name>addCanonicalPath</name>
			<param>
				<name>paths</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addCanonicalPaths</name>
			<param>
				<name>paths</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>directory</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>addDefaultReadPaths</name>
			<param>
				<name>paths</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>selector</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addPermission</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actions</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPermissions</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actions</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasDelete</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<method>
			<name>hasExecute</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<method>
			<name>hasRead</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<method>
			<name>hasWrite</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<method>
			<name>initPermissions</name>
		</method>
		<field>
			<name>_CLASS_NAME_FILE_PATH</name>
		</field>
		<field>
			<name>_CLASS_NAME_METHOD_UTIL</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_defaultReadPathsFromArray</name>
		</field>
		<field>
			<name>_defaultReadPathsToArray</name>
		</field>
		<field>
			<name>_deletePermissions</name>
		</field>
		<field>
			<name>_executePermissions</name>
		</field>
		<field>
			<name>_globalSharedLibDir</name>
		</field>
		<field>
			<name>_portalDir</name>
		</field>
		<field>
			<name>_readPermissions</name>
		</field>
		<field>
			<name>_rootDir</name>
		</field>
		<field>
			<name>_workDir</name>
		</field>
		<field>
			<name>_writePermissions</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JNDIChecker</name>
		<type>com.liferay.portal.security.pacl.checker.JNDIChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>checkPermission</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<method>
			<name>hasJNDI</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>initNames</name>
		</method>
		<field>
			<name>_patterns</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBeanChecker</name>
		<type>com.liferay.portal.security.pacl.checker.MBeanChecker</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>checkPermission</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NetChecker</name>
		<type>com.liferay.portal.security.pacl.checker.NetChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>checkPermission</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<method>
			<name>hasGetProxySelector</name>
		</method>
		<method>
			<name>logGetProxySelector</name>
			<param>
				<name>callerClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>frame</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_CLASS_NAME_SOCKS_SOCKET_IMPL</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalHookChecker</name>
		<type>com.liferay.portal.security.pacl.checker.PortalHookChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>checkPermission</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<method>
			<name>initCustomJspDir</name>
		</method>
		<method>
			<name>initIndexers</name>
		</method>
		<method>
			<name>initLanguagePropertiesLocales</name>
		</method>
		<method>
			<name>initPortalPropertiesKeys</name>
		</method>
		<method>
			<name>initServices</name>
		</method>
		<method>
			<name>initServletFilters</name>
		</method>
		<method>
			<name>initStrutsActionPaths</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_customJspDir</name>
		</field>
		<field>
			<name>_indexers</name>
		</field>
		<field>
			<name>_languagePropertiesLanguageIds</name>
		</field>
		<field>
			<name>_portalPropertiesKeys</name>
		</field>
		<field>
			<name>_services</name>
		</field>
		<field>
			<name>_servletFilters</name>
		</field>
		<field>
			<name>_strutsActionPaths</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalMessageBusChecker</name>
		<type>com.liferay.portal.security.pacl.checker.PortalMessageBusChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>checkPermission</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<method>
			<name>initListenDestinationNames</name>
		</method>
		<method>
			<name>initSendDestinationNames</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_listenDestinationNames</name>
		</field>
		<field>
			<name>_sendDestinationNames</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalRuntimeChecker</name>
		<type>com.liferay.portal.security.pacl.checker.PortalRuntimeChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>checkPermission</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<method>
			<name>hasGetBeanProperty</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>property</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasSetBeanProperty</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>property</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>initExpandoBridgeClassNames</name>
		</method>
		<method>
			<name>initGetBeanPropertyClassNames</name>
		</method>
		<method>
			<name>initSearchEngineIds</name>
		</method>
		<method>
			<name>initSetBeanPropertyClassNames</name>
		</method>
		<method>
			<name>initThreadPoolExecutorNames</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_expandoBridgeClassNames</name>
		</field>
		<field>
			<name>_getBeanPropertyClassNames</name>
		</field>
		<field>
			<name>_searchEngineIds</name>
		</field>
		<field>
			<name>_setBeanPropertyClassNames</name>
		</field>
		<field>
			<name>_threadPoolExecutorNames</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalServiceChecker</name>
		<type>com.liferay.portal.security.pacl.checker.PortalServiceChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>checkPermission</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<method>
			<name>hasService</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>getInterfaceName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getServices</name>
			<param>
				<name>paclPolicy</name>
				<type>com.liferay.portal.security.pacl.PACLPolicy</type>
			</param>
		</method>
		<method>
			<name>hasDynamicQuery</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>initServices</name>
		</method>
		<method>
			<name>touchService</name>
			<param>
				<name>service</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>touchServices</name>
			<param>
				<name>services</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<field>
			<name>_PORTAL_SERVLET_CONTEXT_NAME</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_pluginServices</name>
		</field>
		<field>
			<name>_portalServices</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ReflectChecker</name>
		<type>com.liferay.portal.security.pacl.checker.ReflectChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>checkPermission</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RuntimeChecker</name>
		<type>com.liferay.portal.security.pacl.checker.RuntimeChecker</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>checkPermission</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<method>
			<name>hasAccessClassInPackage</name>
			<param>
				<name>pkg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasCreateClassLoader</name>
		</method>
		<method>
			<name>hasGetClassLoader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasGetEnv</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasGetProtectionDomain</name>
		</method>
		<method>
			<name>hasReadFileDescriptor</name>
		</method>
		<method>
			<name>hasWriteFileDescriptor</name>
		</method>
		<method>
			<name>initClassLoaderReferenceIds</name>
		</method>
		<method>
			<name>isDefaultMBeanServerInterceptor</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>isGlassfishAPIClassLoaderServiceImpl</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>isJBossMessages</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>isJBossServiceControllerImpl</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>isJOnASModuleImpl</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>isResinEnvironmentLocal</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>isTomcatJdbcLeakPrevention</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>isWebLogicGenericClassLoader</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>isWebSphereProtectionClassLoader</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>isXercesSecuritySupport</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>logCreateClassLoader</name>
			<param>
				<name>callerClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>frame</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>logGetClassLoader</name>
			<param>
				<name>callerClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>frame</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>logGetEnv</name>
			<param>
				<name>callerClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>frame</name>
				<type>int</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>logGetProtectionDomain</name>
			<param>
				<name>callerClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>frame</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>logReadFileDescriptor</name>
			<param>
				<name>callerClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>frame</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>logWriteFileDescriptor</name>
			<param>
				<name>callerClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>frame</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_CLASS_NAME_API_CLASS_LOADER_SERVICE_IMPL</name>
		</field>
		<field>
			<name>_CLASS_NAME_CLASS_DEFINER</name>
		</field>
		<field>
			<name>_CLASS_NAME_DEFAULT_MBEAN_SERVER_INTERCEPTOR</name>
		</field>
		<field>
			<name>_CLASS_NAME_ENVIRONMENT_LOCAL</name>
		</field>
		<field>
			<name>_CLASS_NAME_GENERIC_CLASS_LOADER</name>
		</field>
		<field>
			<name>_CLASS_NAME_JDBC_LEAK_PREVENTION</name>
		</field>
		<field>
			<name>_CLASS_NAME_MESSAGES</name>
		</field>
		<field>
			<name>_CLASS_NAME_MODULE_IMPL</name>
		</field>
		<field>
			<name>_CLASS_NAME_PROCESS_IMPL</name>
		</field>
		<field>
			<name>_CLASS_NAME_PROTECTION_CLASS_LOADER</name>
		</field>
		<field>
			<name>_CLASS_NAME_SERVICE_CONTROLLER_IMPL</name>
		</field>
		<field>
			<name>_METHOD_NAME_GET_SYSTEM_CLASS_LOADER</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_classLoaderReferenceIds</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SQLChecker</name>
		<type>com.liferay.portal.security.pacl.checker.SQLChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>checkPermission</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<method>
			<name>hasSQL</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasSQL</name>
			<param>
				<name>createTable</name>
				<type>net.sf.jsqlparser.statement.create.table.CreateTable</type>
			</param>
		</method>
		<method>
			<name>hasSQL</name>
			<param>
				<name>delete</name>
				<type>net.sf.jsqlparser.statement.delete.Delete</type>
			</param>
		</method>
		<method>
			<name>hasSQL</name>
			<param>
				<name>drop</name>
				<type>net.sf.jsqlparser.statement.drop.Drop</type>
			</param>
		</method>
		<method>
			<name>hasSQL</name>
			<param>
				<name>insert</name>
				<type>net.sf.jsqlparser.statement.insert.Insert</type>
			</param>
		</method>
		<method>
			<name>hasSQL</name>
			<param>
				<name>replace</name>
				<type>net.sf.jsqlparser.statement.replace.Replace</type>
			</param>
		</method>
		<method>
			<name>hasSQL</name>
			<param>
				<name>select</name>
				<type>net.sf.jsqlparser.statement.select.Select</type>
			</param>
		</method>
		<method>
			<name>hasSQL</name>
			<param>
				<name>truncate</name>
				<type>net.sf.jsqlparser.statement.truncate.Truncate</type>
			</param>
		</method>
		<method>
			<name>hasSQL</name>
			<param>
				<name>update</name>
				<type>net.sf.jsqlparser.statement.update.Update</type>
			</param>
		</method>
		<method>
			<name>initTableNames</name>
		</method>
		<method>
			<name>isAllowedTable</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>allowedTableNames</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<method>
			<name>isAllowedTable</name>
			<param>
				<name>table</name>
				<type>net.sf.jsqlparser.schema.Table</type>
			</param>
			<param>
				<name>allowedTableNames</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<method>
			<name>isAllowedTables</name>
			<param>
				<name>tableNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>allowedTableNames</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_allTableNames</name>
		</field>
		<field>
			<name>_createTableNames</name>
		</field>
		<field>
			<name>_deleteTableNames</name>
		</field>
		<field>
			<name>_dropTableNames</name>
		</field>
		<field>
			<name>_insertTableNames</name>
		</field>
		<field>
			<name>_jSqlParser</name>
		</field>
		<field>
			<name>_replaceTableNames</name>
		</field>
		<field>
			<name>_selectTableNames</name>
		</field>
		<field>
			<name>_truncateTableNames</name>
		</field>
		<field>
			<name>_updateTableNames</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SecurityChecker</name>
		<type>com.liferay.portal.security.pacl.checker.SecurityChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>checkPermission</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<method>
			<name>hasGetPolicy</name>
		</method>
		<method>
			<name>hasSetPolicy</name>
		</method>
		<method>
			<name>isGeronimoDispatchListener</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>isGlassfishJ2EEInstanceListener</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>isGlassfishPolicyContextHandlerImpl</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>isWebSphereWASJSPExtensionServletWrapper</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>logGetPolicy</name>
			<param>
				<name>callerClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>frame</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>logSetPolicy</name>
			<param>
				<name>callerClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>frame</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_CLASS_NAME_DISPATCH_LISTENER</name>
		</field>
		<field>
			<name>_CLASS_NAME_J2EE_INSTANCE_LISTENER</name>
		</field>
		<field>
			<name>_CLASS_NAME_POLICY_CONTEXT_HANDLER_IMPL</name>
		</field>
		<field>
			<name>_CLASS_NAME_WAS_JSP_EXTENSION_SERVLET_WRAPPER</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocketChecker</name>
		<type>com.liferay.portal.security.pacl.checker.SocketChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>checkPermission</name>
			<param>
				<name>permission</name>
				<type>java.security.Permission</type>
			</param>
		</method>
		<method>
			<name>hasAccept</name>
			<param>
				<name>host</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>port</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>hasConnect</name>
			<param>
				<name>host</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>port</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>hasListen</name>
			<param>
				<name>port</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>initAcceptHostsAndPorts</name>
		</method>
		<method>
			<name>initConnectHostsAndPorts</name>
		</method>
		<method>
			<name>initHostsAndPorts</name>
			<param>
				<name>networkPart</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>accept</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>initListenPorts</name>
		</method>
		<method>
			<name>initListenPorts</name>
			<param>
				<name>listenPart</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_acceptHostsAndPorts</name>
		</field>
		<field>
			<name>_connectHostsAndPorts</name>
		</field>
		<field>
			<name>_listenPorts</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ActionKeys</name>
		<type>com.liferay.portal.security.permission.ActionKeys</type>
		<comment><![CDATA[Contains constant versions of common action IDs.]]></comment>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>ACCESS</name>
		</field>
		<field>
			<name>ACCESS_IN_CONTROL_PANEL</name>
		</field>
		<field>
			<name>ADD_ARTICLE</name>
		</field>
		<field>
			<name>ADD_ATTACHMENT</name>
		</field>
		<field>
			<name>ADD_CATEGORY</name>
		</field>
		<field>
			<name>ADD_COMMUNITY</name>
		</field>
		<field>
			<name>ADD_COUPON</name>
		</field>
		<field>
			<name>ADD_DEFINITION</name>
		</field>
		<field>
			<name>ADD_DISCUSSION</name>
		</field>
		<field>
			<name>ADD_DOCUMENT</name>
		</field>
		<field>
			<name>ADD_DOCUMENT_TYPE</name>
		</field>
		<field>
			<name>ADD_ENTRY</name>
		</field>
		<field>
			<name>ADD_EVENT</name>
		</field>
		<field>
			<name>ADD_EXPANDO</name>
		</field>
		<field>
			<name>ADD_FEED</name>
		</field>
		<field>
			<name>ADD_FILE</name>
		</field>
		<field>
			<name>ADD_FOLDER</name>
		</field>
		<field>
			<name>ADD_FRAMEWORK_VERSION</name>
		</field>
		<field>
			<name>ADD_IMAGE</name>
		</field>
		<field>
			<name>ADD_INSTANCE</name>
		</field>
		<field>
			<name>ADD_ITEM</name>
		</field>
		<field>
			<name>ADD_LAYOUT</name>
		</field>
		<field>
			<name>ADD_LAYOUT_BRANCH</name>
		</field>
		<field>
			<name>ADD_LAYOUT_PROTOTYPE</name>
		</field>
		<field>
			<name>ADD_LAYOUT_SET_BRANCH</name>
		</field>
		<field>
			<name>ADD_LAYOUT_SET_PROTOTYPE</name>
		</field>
		<field>
			<name>ADD_LICENSE</name>
		</field>
		<field>
			<name>ADD_MESSAGE</name>
		</field>
		<field>
			<name>ADD_NODE</name>
		</field>
		<field>
			<name>ADD_ORGANIZATION</name>
		</field>
		<field>
			<name>ADD_PAGE</name>
		</field>
		<field>
			<name>ADD_PASSWORD_POLICY</name>
		</field>
		<field>
			<name>ADD_PRODUCT_ENTRY</name>
		</field>
		<field>
			<name>ADD_PRODUCT_VERSION</name>
		</field>
		<field>
			<name>ADD_QUESTION</name>
		</field>
		<field>
			<name>ADD_RECORD</name>
		</field>
		<field>
			<name>ADD_RECORD_SET</name>
		</field>
		<field>
			<name>ADD_REPOSITORY</name>
		</field>
		<field>
			<name>ADD_ROLE</name>
		</field>
		<field>
			<name>ADD_RULE_GROUP</name>
		</field>
		<field>
			<name>ADD_RULE_GROUP_INSTANCE</name>
		</field>
		<field>
			<name>ADD_SHORTCUT</name>
		</field>
		<field>
			<name>ADD_STRUCTURE</name>
		</field>
		<field>
			<name>ADD_SUBCATEGORY</name>
		</field>
		<field>
			<name>ADD_SUBFOLDER</name>
		</field>
		<field>
			<name>ADD_TAG</name>
		</field>
		<field>
			<name>ADD_TEMPLATE</name>
		</field>
		<field>
			<name>ADD_TO_PAGE</name>
		</field>
		<field>
			<name>ADD_TOPIC</name>
		</field>
		<field>
			<name>ADD_USER</name>
		</field>
		<field>
			<name>ADD_USER_GROUP</name>
		</field>
		<field>
			<name>ADD_VOCABULARY</name>
		</field>
		<field>
			<name>ADD_VOTE</name>
		</field>
		<field>
			<name>ASSIGN_MEMBERS</name>
		</field>
		<field>
			<name>ASSIGN_USER_ROLES</name>
		</field>
		<field>
			<name>BAN_USER</name>
		</field>
		<field>
			<name>CONFIGURATION</name>
		</field>
		<field>
			<name>CONFIGURE_PORTLETS</name>
		</field>
		<field>
			<name>CUSTOMIZE</name>
		</field>
		<field>
			<name>DEFINE_PERMISSIONS</name>
		</field>
		<field>
			<name>DELEGATE</name>
		</field>
		<field>
			<name>DELETE</name>
		</field>
		<field>
			<name>DELETE_DISCUSSION</name>
		</field>
		<field>
			<name>DELETE_LAYOUT_BRANCH</name>
		</field>
		<field>
			<name>DELETE_USER</name>
		</field>
		<field>
			<name>EXPIRE</name>
		</field>
		<field>
			<name>EXPORT_ALL_EVENTS</name>
		</field>
		<field>
			<name>EXPORT_IMPORT_LAYOUTS</name>
		</field>
		<field>
			<name>EXPORT_IMPORT_PORTLET_INFO</name>
		</field>
		<field>
			<name>EXPORT_USER</name>
		</field>
		<field>
			<name>GUEST_PREFERENCES</name>
		</field>
		<field>
			<name>HELP</name>
		</field>
		<field>
			<name>IMPERSONATE</name>
		</field>
		<field>
			<name>IMPORT</name>
		</field>
		<field>
			<name>LOCK_THREAD</name>
		</field>
		<field>
			<name>MANAGE</name>
		</field>
		<field>
			<name>MANAGE_ANNOUNCEMENTS</name>
		</field>
		<field>
			<name>MANAGE_ARCHIVED_SETUPS</name>
		</field>
		<field>
			<name>MANAGE_COUPONS</name>
		</field>
		<field>
			<name>MANAGE_LAYOUTS</name>
		</field>
		<field>
			<name>MANAGE_ORDERS</name>
		</field>
		<field>
			<name>MANAGE_STAGING</name>
		</field>
		<field>
			<name>MANAGE_SUBORGANIZATIONS</name>
		</field>
		<field>
			<name>MANAGE_TEAMS</name>
		</field>
		<field>
			<name>MANAGE_USERS</name>
		</field>
		<field>
			<name>MERGE</name>
		</field>
		<field>
			<name>MOVE_THREAD</name>
		</field>
		<field>
			<name>PERMISSIONS</name>
		</field>
		<field>
			<name>PERMISSIONS_USER</name>
		</field>
		<field>
			<name>PREFERENCES</name>
		</field>
		<field>
			<name>PRINT</name>
		</field>
		<field>
			<name>PUBLISH_STAGING</name>
		</field>
		<field>
			<name>PUBLISH_TO_REMOTE</name>
		</field>
		<field>
			<name>REPLY_TO_MESSAGE</name>
		</field>
		<field>
			<name>SIGNAL</name>
		</field>
		<field>
			<name>SUBMIT</name>
		</field>
		<field>
			<name>SUBSCRIBE</name>
		</field>
		<field>
			<name>UNLINK_LAYOUT_SET_PROTOTYPE</name>
		</field>
		<field>
			<name>UPDATE</name>
		</field>
		<field>
			<name>UPDATE_DISCUSSION</name>
		</field>
		<field>
			<name>UPDATE_THREAD_PRIORITY</name>
		</field>
		<field>
			<name>UPDATE_USER</name>
		</field>
		<field>
			<name>VIEW</name>
		</field>
		<field>
			<name>VIEW_CONTROL_PANEL</name>
		</field>
		<field>
			<name>VIEW_MEMBERS</name>
		</field>
		<field>
			<name>VIEW_STAGING</name>
		</field>
		<field>
			<name>VIEW_TREE</name>
		</field>
		<field>
			<name>VIEW_USER</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AdvancedPermissionChecker</name>
		<type>com.liferay.portal.security.permission.AdvancedPermissionChecker</type>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>getGuestResourceBlockIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getGuestResourceBlockIdsBag</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGuestUserBag</name>
			<comment><![CDATA[Returns the permission checker bag for the guest user.]]></comment>
			<return>
				<comment><![CDATA[the permission checker bag for the guest user]]></comment>
			</return>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
				<comment><![CDATA[if an exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getOwnerResourceBlockIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOwnerResourceBlockIdsBag</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getResourceBlockIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResourceBlockIdsBag</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRoleIds</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getUserBag</name>
			<comment><![CDATA[Returns the permission checker bag for the user and group. Users can have different roles and permissions in different groups.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the permission checker bag for the user and group]]></comment>
			</return>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
				<comment><![CDATA[if a user or group with the primary key could not be found]]></comment>
			</throws>
		</method>
		<method>
			<name>hasOwnerPermission</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasUserPermission</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkAdmin</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>isCompanyAdmin</name>
		</method>
		<method>
			<name>isCompanyAdmin</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isGroupAdmin</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isGroupMember</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isGroupOwner</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isOrganizationAdmin</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addTeamRoles</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getResources</name>
			<comment><![CDATA[Returns representations of the resource at each scope level.

<p>
For example, if the class name and primary key of a blog entry were passed to this method, it would return a resource for the blog entry itself (individual scope), a resource representing all blog entries within its group (group scope), a resource standing for all blog entries within a group the user has a suitable role in (group-template scope), and a resource signifying all blog entries within the company (company scope).
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group containing the resource]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[unused]]></comment>
			</param>
			<return>
				<comment><![CDATA[representations of the resource at each scope level]]></comment>
			</return>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
				<comment><![CDATA[if an exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserOrgs</name>
			<comment><![CDATA[Returns all of the organizations that the user is a member of, including their parent organizations.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[all of the organizations that the user is a member of, including their parent organizations]]></comment>
			</return>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
		</method>
		<method>
			<name>hasGuestPermission</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>hasPermissionImpl</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasUserPermissionImpl</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkAdmin</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCompanyAdminImpl</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCompanyAdminImpl</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isGroupAdminImpl</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isGroupMemberImpl</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isGroupOwnerImpl</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isOrganizationAdminImpl</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>logHasUserPermission</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>stopWatch</name>
				<type>org.apache.commons.lang.time.StopWatch</type>
			</param>
			<param>
				<name>block</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>RESULTS_SEPARATOR</name>
			<deprecated><![CDATA[]]></deprecated>
		</field>
		<field>
			<name>companyAdmins</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BasePermissionChecker</name>
		<type>com.liferay.portal.security.permission.BasePermissionChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getGuestResourceBlockIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOwnerResourceBlockIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOwnerRoleId</name>
		</method>
		<method>
			<name>getResourceBlockIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRoleIds</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>hasOwnerPermission</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>isCheckGuest</name>
		</method>
		<method>
			<name>isCommunityAdmin</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<deprecated><![CDATA[As of 6.1, renamed to {@link #isGroupAdmin(long)}]]></deprecated>
		</method>
		<method>
			<name>isCommunityOwner</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<deprecated><![CDATA[As of 6.1, renamed to {@link #isGroupOwner(long)}]]></deprecated>
		</method>
		<method>
			<name>isOmniadmin</name>
		</method>
		<method>
			<name>isSignedIn</name>
		</method>
		<method>
			<name>resetValues</name>
		</method>
		<method>
			<name>setValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<field>
			<name>checkGuest</name>
		</field>
		<field>
			<name>defaultUserId</name>
		</field>
		<field>
			<name>omniadmin</name>
		</field>
		<field>
			<name>ownerRole</name>
		</field>
		<field>
			<name>signedIn</name>
		</field>
		<field>
			<name>user</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BasePermissionPropagator</name>
		<type>com.liferay.portal.security.permission.BasePermissionPropagator</type>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>getActionIds</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAvailableActionIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.util.Set</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>propagateRolePermissions</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parentPrimKey</name>
				<type>long</type>
			</param>
			<param>
				<name>childClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>childPrimKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DoAsUserThread</name>
		<type>com.liferay.portal.security.permission.DoAsUserThread</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DoAsUserThread</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isSuccess</name>
		</method>
		<method>
			<name>run</name>
		</method>
		<method>
			<name>doRun</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_success</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InlineSQLHelper</name>
		<type>com.liferay.portal.security.permission.InlineSQLHelper</type>
		<comment><![CDATA[Provides utility methods for filtering SQL queries by the user's permissions.]]></comment>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>isEnabled</name>
			<comment><![CDATA[Returns <code>true</code> if the inline SQL helper is enabled.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the inline SQL helper is enabled; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isEnabled</name>
			<comment><![CDATA[Returns <code>true</code> if the inline SQL helper is enabled for the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the inline SQL helper is enabled for the group; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isEnabled</name>
			<comment><![CDATA[Returns <code>true</code> if the inline SQL helper is enabled for the groups.]]></comment>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the groups]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the inline SQL helper is enabled for the groups; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<comment><![CDATA[Modifies the SQL query to only match resources that the user has permission to view.]]></comment>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the SQL query]]></comment>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the fully qualified class name of the resources matched by the query]]></comment>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the column containing the resource's primary key]]></comment>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<comment><![CDATA[Modifies the SQL query to only match resources that the user has permission to view.]]></comment>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the SQL query]]></comment>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the fully qualified class name of the resources matched by the query]]></comment>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the column containing the resource's primary key]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group containing the resources (optionally <code>null</code>)]]></comment>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<comment><![CDATA[Modifies the SQL query to only match resources that the user has permission to view.]]></comment>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the SQL query]]></comment>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the fully qualified class name of the resources matched by the query]]></comment>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the column containing the resource's primary key]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group containing the resources (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>bridgeJoin</name>
				<type>java.lang.String</type>
				<comment><![CDATA[an additional join clause to insert before the permission join (optionally <code>null</code>)]]></comment>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<comment><![CDATA[Modifies the SQL query to only match resources that the user has permission to view.]]></comment>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the SQL query]]></comment>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the fully qualified class name of the resources matched by the query]]></comment>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the column containing the resource's primary key]]></comment>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the groups containing the resources (optionally <code>null</code>)]]></comment>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<comment><![CDATA[Modifies the SQL query to only match resources that the user has permission to view.]]></comment>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the SQL query]]></comment>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the fully qualified class name of the resources matched by the query]]></comment>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the column containing the resource's primary key]]></comment>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the groups containing the resources (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>bridgeJoin</name>
				<type>java.lang.String</type>
				<comment><![CDATA[an additional join clause to insert before the permission join (optionally <code>null</code>)]]></comment>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<comment><![CDATA[Modifies the SQL query to only match resources that the user has permission to view.]]></comment>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the SQL query]]></comment>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the fully qualified class name of the resources matched by the query]]></comment>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the column containing the resource's primary key]]></comment>
			</param>
			<param>
				<name>userIdField</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the column containing  the resource owner's primary key (optionally <code>null</code>)]]></comment>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<comment><![CDATA[Modifies the SQL query to only match resources that the user has permission to view.]]></comment>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the SQL query]]></comment>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the fully qualified class name of the resources matched by the query]]></comment>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the column containing the resource's primary key]]></comment>
			</param>
			<param>
				<name>userIdField</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the column containing  the resource owner's primary key (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group containing the resources (optionally <code>null</code>)]]></comment>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<comment><![CDATA[Modifies the SQL query to only match resources that the user has permission to view.]]></comment>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the SQL query]]></comment>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the fully qualified class name of the resources matched by the query]]></comment>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the column containing the resource's primary key]]></comment>
			</param>
			<param>
				<name>userIdField</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the column containing  the resource owner's primary key (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group containing the resources (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>bridgeJoin</name>
				<type>java.lang.String</type>
				<comment><![CDATA[an additional join clause to insert before the permission join (optionally <code>null</code>)]]></comment>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<comment><![CDATA[Modifies the SQL query to only match resources that the user has permission to view.]]></comment>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the SQL query]]></comment>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the fully qualified class name of the resources matched by the query]]></comment>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the column containing the resource's primary key]]></comment>
			</param>
			<param>
				<name>userIdField</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the column containing  the resource owner's primary key (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the groups containing the resources (optionally <code>null</code>)]]></comment>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<comment><![CDATA[Modifies the SQL query to only match resources that the user has permission to view.]]></comment>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the SQL query]]></comment>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the fully qualified class name of the resources matched by the query]]></comment>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the column containing the resource's primary key]]></comment>
			</param>
			<param>
				<name>userIdField</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the column containing  the resource owner's primary key (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the groups containing the resources (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>bridgeJoin</name>
				<type>java.lang.String</type>
				<comment><![CDATA[an additional join clause to insert before the permission join (optionally <code>null</code>)]]></comment>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<comment><![CDATA[Modifies the SQL query to only match resources that the user has permission to view.]]></comment>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the SQL query]]></comment>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the fully qualified class name of the resources matched by the query]]></comment>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the column containing the resource's primary key]]></comment>
			</param>
			<param>
				<name>userIdField</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the column containing  the resource owner's primary key (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>bridgeJoin</name>
				<type>java.lang.String</type>
				<comment><![CDATA[an additional join clause to insert before the permission join (optionally <code>null</code>)]]></comment>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<comment><![CDATA[Modifies the SQL query to only match resources that the user has permission to view.]]></comment>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the SQL query]]></comment>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the fully qualified class name of the resources matched by the query]]></comment>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the column containing the resource's primary key]]></comment>
			</param>
			<param>
				<name>userIdField</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the column containing  the resource owner's primary key (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>groupIdField</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the column containing the resource's group ID (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the groups containing the resources (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>bridgeJoin</name>
				<type>java.lang.String</type>
				<comment><![CDATA[an additional join clause to insert before the permission join (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the modified SQL query]]></comment>
			</return>
		</method>
	</javadoc>
	<javadoc>
		<name>InlineSQLHelperImpl</name>
		<type>com.liferay.portal.security.permission.InlineSQLHelperImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>isEnabled</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isEnabled</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>bridgeJoin</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>bridgeJoin</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userIdField</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userIdField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userIdField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>bridgeJoin</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userIdField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userIdField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>bridgeJoin</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userIdField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bridgeJoin</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userIdField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupIdField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>bridgeJoin</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOwnerResourceBlockIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOwnerResourceBlockIdsSQL</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>checkGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerResourceBlockIds</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<method>
			<name>getResourceBlockIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRoleIds</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getRoleIds</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserResourceBlockIdsSQL</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>checkGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userResourceBlockIds</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheckBlocks</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userIdField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>bridgeJoin</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheckJoin</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userIdField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupIdField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>bridgeJoin</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>FILTER_BY_RESOURCE_BLOCK_ID</name>
		</field>
		<field>
			<name>FILTER_BY_RESOURCE_BLOCK_ID_OWNER</name>
		</field>
		<field>
			<name>FIND_BY_RESOURCE_BLOCK_ID</name>
		</field>
		<field>
			<name>JOIN_RESOURCE_PERMISSION</name>
		</field>
		<field>
			<name>_GROUP_BY_CLAUSE</name>
		</field>
		<field>
			<name>_NO_RESOURCE_BLOCKS_ID</name>
		</field>
		<field>
			<name>_NO_ROLE_IDS</name>
		</field>
		<field>
			<name>_ORDER_BY_CLAUSE</name>
		</field>
		<field>
			<name>_WHERE_CLAUSE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InlineSQLHelperUtil</name>
		<type>com.liferay.portal.security.permission.InlineSQLHelperUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<see><![CDATA[InlineSQLHelper]]></see>
		<method>
			<name>getInlineSQLHelper</name>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>isEnabled</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isEnabled</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>bridgeJoin</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>bridgeJoin</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userIdField</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userIdField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userIdField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>bridgeJoin</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userIdField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userIdField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>bridgeJoin</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userIdField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bridgeJoin</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replacePermissionCheck</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userIdField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupIdField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>bridgeJoin</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setInlineSQLHelper</name>
			<param>
				<name>inlineSQLPermission</name>
				<type>com.liferay.portal.security.permission.InlineSQLHelper</type>
			</param>
		</method>
		<field>
			<name>_inlineSQLPermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PermissionCacheUtil</name>
		<type>com.liferay.portal.security.permission.PermissionCacheUtil</type>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Michael Young]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>clearCache</name>
		</method>
		<method>
			<name>clearLocalCache</name>
		</method>
		<method>
			<name>getBag</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getPermission</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>signedIn</name>
				<type>boolean</type>
			</param>
			<param>
				<name>checkGuest</name>
				<type>boolean</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResourceBlockIdsBag</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkGuest</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>putBag</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>bag</name>
				<type>com.liferay.portal.security.permission.PermissionCheckerBag</type>
			</param>
		</method>
		<method>
			<name>putPermission</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>signedIn</name>
				<type>boolean</type>
			</param>
			<param>
				<name>checkGuest</name>
				<type>boolean</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>putResourceBlockIdsBag</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkGuest</name>
				<type>boolean</type>
			</param>
			<param>
				<name>resourceBlockIdsBag</name>
				<type>com.liferay.portal.security.permission.ResourceBlockIdsBag</type>
			</param>
		</method>
		<field>
			<name>PERMISSION_CACHE_NAME</name>
		</field>
		<field>
			<name>PERMISSION_CHECKER_BAG_CACHE_NAME</name>
		</field>
		<field>
			<name>RESOURCE_BLOCK_IDS_BAG_CACHE_NAME</name>
		</field>
		<field>
			<name>_localCache</name>
		</field>
		<field>
			<name>_localCacheAvailable</name>
		</field>
		<field>
			<name>_permissionCheckerBagPortalCache</name>
		</field>
		<field>
			<name>_permissionPortalCache</name>
		</field>
		<field>
			<name>_resourceBlockIdsBagCache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PermissionChecker</name>
		<type>com.liferay.portal.security.permission.PermissionChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>getCompanyId</name>
			<comment><![CDATA[Returns the primary key of the user's company.]]></comment>
			<return>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</return>
		</method>
		<method>
			<name>getGuestResourceBlockIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOwnerResourceBlockIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOwnerRoleId</name>
			<comment><![CDATA[Returns the primary key of the owner role. This role is automatically given to the creator of a resource.]]></comment>
			<return>
				<comment><![CDATA[the primary key of the owner role]]></comment>
			</return>
		</method>
		<method>
			<name>getResourceBlockIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRoleIds</name>
			<comment><![CDATA[Returns the primary keys of the roles the user has within the group.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the primary keys of the roles the user has within the group]]></comment>
			</return>
		</method>
		<method>
			<name>getUserId</name>
			<comment><![CDATA[Returns the primary key of the user.]]></comment>
			<return>
				<comment><![CDATA[the primary key of the user]]></comment>
			</return>
		</method>
		<method>
			<name>hasOwnerPermission</name>
			<comment><![CDATA[Returns <code>true</code> if the user is the owner of the resource and has permission to perform the action.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource's owner]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action ID]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user is the owner of the resource and has permission to perform the action; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>hasOwnerPermission</name>
			<comment><![CDATA[Returns <code>true</code> if the user is the owner of the resource and has permission to perform the action.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource's owner]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action ID]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user is the owner of the resource and has permission to perform the action; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>hasPermission</name>
			<comment><![CDATA[Returns <code>true</code> if the user has permission to perform the action on the resource.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group containing the resource]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action ID]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user has permission to perform the action on the resource; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>hasPermission</name>
			<comment><![CDATA[Returns <code>true</code> if the user has permission to perform the action on the resource.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group containing the resource]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action ID]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user has permission to perform the action on the resource; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>hasUserPermission</name>
			<comment><![CDATA[Returns <code>true</code> if the user has permission to perform the action on the resource without using guest permissions.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group containing the resource]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action ID]]></comment>
			</param>
			<param>
				<name>checkAdmin</name>
				<type>boolean</type>
				<comment><![CDATA[whether to use permissions gained from administrator roles]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user has permission to perform the action on the resource without using guest permissions; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>init</name>
			<comment><![CDATA[Initializes this permission checker.]]></comment>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
				<comment><![CDATA[the current user]]></comment>
			</param>
		</method>
		<method>
			<name>isCheckGuest</name>
			<comment><![CDATA[Returns <code>true</code> if guest permissions will be used in permission checks.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if guest permissions will be used in permission checks; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isCommunityAdmin</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<deprecated><![CDATA[As of 6.1, renamed to {@link #isGroupAdmin(long)}]]></deprecated>
		</method>
		<method>
			<name>isCommunityOwner</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<deprecated><![CDATA[As of 6.1, renamed to {@link #isGroupOwner(long)}]]></deprecated>
		</method>
		<method>
			<name>isCompanyAdmin</name>
			<comment><![CDATA[Returns <code>true</code> if the user is an administrator of their company.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the user is an administrator of their company; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isCompanyAdmin</name>
			<comment><![CDATA[Returns <code>true</code> if the user is an administrator of the company.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user is an administrator of the company; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isGroupAdmin</name>
			<comment><![CDATA[Returns <code>true</code> if the user is an administrator of the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user is an administrator of the group; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isGroupMember</name>
			<comment><![CDATA[Returns <code>true</code> if the user is a member of the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user is a member of the group; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isGroupOwner</name>
			<comment><![CDATA[Returns <code>true</code> if the user is the owner of the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user is the owner of the group; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isOmniadmin</name>
			<comment><![CDATA[Returns <code>true</code> if the user is a universal administrator.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the user is a universal administrator; <code>false</code> otherwise]]></comment>
			</return>
			<see><![CDATA[com.liferay.portlet.admin.util.OmniadminUtil]]></see>
		</method>
		<method>
			<name>isOrganizationAdmin</name>
			<comment><![CDATA[Returns <code>true</code> if the user is an administrator of the organization.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user is an administrator of the organization; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isSignedIn</name>
			<comment><![CDATA[Returns <code>true</code> if the user is signed in.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the user is signed in; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>resetValues</name>
			<deprecated><![CDATA[Does nothing]]></deprecated>
		</method>
		<method>
			<name>setValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<deprecated><![CDATA[Does nothing]]></deprecated>
		</method>
		<field>
			<name>DEFAULT_ROLE_IDS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PermissionCheckerBag</name>
		<type>com.liferay.portal.security.permission.PermissionCheckerBag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getGroups</name>
		</method>
		<method>
			<name>getRoleIds</name>
		</method>
		<method>
			<name>getRoles</name>
		</method>
		<method>
			<name>getUserGroups</name>
		</method>
		<method>
			<name>getUserOrgGroups</name>
		</method>
		<method>
			<name>getUserOrgs</name>
		</method>
		<method>
			<name>getUserUserGroupGroups</name>
		</method>
		<method>
			<name>isCommunityAdmin</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[As of 6.1, renamed to {@link #isGroupAdmin(PermissionChecker, Group)}]]></deprecated>
		</method>
		<method>
			<name>isCommunityOwner</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[As of 6.1, renamed to {@link #isGroupOwner(PermissionChecker, Group)}]]></deprecated>
		</method>
		<method>
			<name>isGroupAdmin</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isGroupMember</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isGroupOwner</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isOrganizationAdmin</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>organization</name>
				<type>com.liferay.portal.model.Organization</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PermissionCheckerBagImpl</name>
		<type>com.liferay.portal.security.permission.PermissionCheckerBagImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PermissionCheckerBagImpl</name>
		</method>
		<method>
			<name>PermissionCheckerBagImpl</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userGroups</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>userOrgs</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>userOrgGroups</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>userUserGroupGroups</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getGroups</name>
		</method>
		<method>
			<name>getRoleIds</name>
		</method>
		<method>
			<name>getRoles</name>
		</method>
		<method>
			<name>getUserGroups</name>
		</method>
		<method>
			<name>getUserOrgGroups</name>
		</method>
		<method>
			<name>getUserOrgs</name>
		</method>
		<method>
			<name>getUserUserGroupGroups</name>
		</method>
		<method>
			<name>isCommunityAdmin</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[As of 6.1, renamed to {@link #isGroupAdmin(PermissionChecker, Group)}]]></deprecated>
		</method>
		<method>
			<name>isCommunityOwner</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[As of 6.1, renamed to {@link #isGroupOwner(PermissionChecker, Group)}]]></deprecated>
		</method>
		<method>
			<name>isGroupAdmin</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isGroupMember</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isGroupOwner</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isOrganizationAdmin</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>organization</name>
				<type>com.liferay.portal.model.Organization</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isGroupAdminImpl</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isGroupOwnerImpl</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isOrganizationAdminImpl</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>organization</name>
				<type>com.liferay.portal.model.Organization</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_groupAdmins</name>
		</field>
		<field>
			<name>_groupOwners</name>
		</field>
		<field>
			<name>_groups</name>
		</field>
		<field>
			<name>_organizationAdmins</name>
		</field>
		<field>
			<name>_roleIds</name>
		</field>
		<field>
			<name>_roles</name>
		</field>
		<field>
			<name>_userGroups</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
		<field>
			<name>_userOrgGroups</name>
		</field>
		<field>
			<name>_userOrgs</name>
		</field>
		<field>
			<name>_userUserGroupGroups</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PermissionCheckerFactory</name>
		<type>com.liferay.portal.security.permission.PermissionCheckerFactory</type>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PermissionCheckerFactoryImpl</name>
		<type>com.liferay.portal.security.permission.PermissionCheckerFactoryImpl</type>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>PermissionCheckerFactoryImpl</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>create</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_permissionChecker</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PermissionCheckerFactoryUtil</name>
		<type>com.liferay.portal.security.permission.PermissionCheckerFactoryUtil</type>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>create</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>checkGuest</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[{@link #create(User)}]]></deprecated>
		</method>
		<method>
			<name>getPermissionCheckerFactory</name>
		</method>
		<method>
			<name>setPermissionCheckerFactory</name>
			<param>
				<name>permissionCheckerFactory</name>
				<type>com.liferay.portal.security.permission.PermissionCheckerFactory</type>
			</param>
		</method>
		<field>
			<name>_permissionCheckerFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PermissionCheckerUtil</name>
		<type>com.liferay.portal.security.permission.PermissionCheckerUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setThreadValues</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PermissionPropagator</name>
		<type>com.liferay.portal.security.permission.PermissionPropagator</type>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>propagateRolePermissions</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PermissionThreadLocal</name>
		<type>com.liferay.portal.security.permission.PermissionThreadLocal</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getPermissionChecker</name>
		</method>
		<method>
			<name>isAddResource</name>
		</method>
		<method>
			<name>isFlushEnabled</name>
		</method>
		<method>
			<name>setAddResource</name>
			<param>
				<name>addResource</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setIndexEnabled</name>
			<param>
				<name>indexEnabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setPermissionChecker</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
		</method>
		<field>
			<name>_addResource</name>
		</field>
		<field>
			<name>_flushEnabled</name>
		</field>
		<field>
			<name>_permissionChecker</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PermissionsListFilter</name>
		<type>com.liferay.portal.security.permission.PermissionsListFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>filterGroupPermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>filterGuestPermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>filterUserPermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PermissionsListFilterFactory</name>
		<type>com.liferay.portal.security.permission.PermissionsListFilterFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>setInstance</name>
			<param>
				<name>permissionsListFilter</name>
				<type>com.liferay.portal.security.permission.PermissionsListFilter</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_permissionsListFilter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PermissionsListFilterImpl</name>
		<type>com.liferay.portal.security.permission.PermissionsListFilterImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>filterGroupPermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>filterGuestPermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>filterUserPermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ResourceActions</name>
		<type>com.liferay.portal.security.permission.ResourceActions</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Daeyoung Song]]></author>
		<method>
			<name>checkAction</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchResourceActionException</name>
				<type>com.liferay.portal.NoSuchResourceActionException</type>
			</throws>
		</method>
		<method>
			<name>getAction</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>action</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAction</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>action</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getActionNamePrefix</name>
		</method>
		<method>
			<name>getActions</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getActionsNames</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>actions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getActionsNames</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getModelNames</name>
		</method>
		<method>
			<name>getModelPortletResources</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModelResource</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModelResource</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModelResourceActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModelResourceGroupDefaultActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModelResourceGuestDefaultActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModelResourceGuestUnsupportedActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModelResourceNamePrefix</name>
		</method>
		<method>
			<name>getModelResourceOwnerDefaultActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOrganizationModelResources</name>
		</method>
		<method>
			<name>getPortalModelResources</name>
		</method>
		<method>
			<name>getPortletBaseResource</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletModelResources</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletNames</name>
		</method>
		<method>
			<name>getPortletResourceActions</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>getPortletResourceActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletResourceGroupDefaultActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletResourceGuestDefaultActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletResourceGuestUnsupportedActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletResourceLayoutManagerActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResourceActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResourceActions</name>
			<param>
				<name>portletResource</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modelResource</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResourceGroupDefaultActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResourceGuestUnsupportedActions</name>
			<param>
				<name>portletResource</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modelResource</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRoles</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>modelResource</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getRoles(long, Group, String, int[])}]]></deprecated>
		</method>
		<method>
			<name>getRoles</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>modelResource</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleTypes</name>
				<type>int[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasModelResourceActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isOrganizationModelResource</name>
			<param>
				<name>modelResource</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isPortalModelResource</name>
			<param>
				<name>modelResource</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ResourceActionsImpl</name>
		<type>com.liferay.portal.security.permission.ResourceActionsImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Daeyoung Song]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>checkAction</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchResourceActionException</name>
				<type>com.liferay.portal.NoSuchResourceActionException</type>
			</throws>
		</method>
		<method>
			<name>getAction</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>action</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAction</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>action</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getActionNamePrefix</name>
		</method>
		<method>
			<name>getActions</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getActionsNames</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>actions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getActionsNames</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getModelNames</name>
		</method>
		<method>
			<name>getModelPortletResources</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModelResource</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModelResource</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModelResourceActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModelResourceGroupDefaultActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModelResourceGuestDefaultActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModelResourceGuestUnsupportedActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModelResourceNamePrefix</name>
		</method>
		<method>
			<name>getModelResourceOwnerDefaultActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOrganizationModelResources</name>
		</method>
		<method>
			<name>getPortalModelResources</name>
		</method>
		<method>
			<name>getPortletBaseResource</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletModelResources</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletNames</name>
		</method>
		<method>
			<name>getPortletResourceActions</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>getPortletResourceActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletResourceGroupDefaultActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletResourceGuestDefaultActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletResourceGuestUnsupportedActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletResourceLayoutManagerActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResourceActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResourceActions</name>
			<param>
				<name>portletResource</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modelResource</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResourceGroupDefaultActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResourceGuestUnsupportedActions</name>
			<param>
				<name>portletResource</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modelResource</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRoles</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>modelResource</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getRoles(long, Group, String, int[])}]]></deprecated>
		</method>
		<method>
			<name>getRoles</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>modelResource</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleTypes</name>
				<type>int[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasModelResourceActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isOrganizationModelResource</name>
			<param>
				<name>modelResource</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isPortalModelResource</name>
			<param>
				<name>modelResource</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setPortal</name>
			<param>
				<name>portal</name>
				<type>com.liferay.portal.util.Portal</type>
			</param>
		</method>
		<method>
			<name>checkGuestUnsupportedActions</name>
			<param>
				<name>guestUnsupportedActions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>guestDefaultActions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>checkModelActions</name>
			<param>
				<name>actions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>checkPortletActions</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>actions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>checkPortletActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>checkPortletGroupDefaultActions</name>
			<param>
				<name>actions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>checkPortletGuestDefaultActions</name>
			<param>
				<name>actions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>checkPortletLayoutManagerActions</name>
			<param>
				<name>actions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getActions</name>
			<param>
				<name>actionsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPermissionsChildElement</name>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>childElementName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletMimeTypeActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRoleTypes</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>modelResource</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>readActionKeys</name>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>readGroupDefaultActions</name>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>actionsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>readGuestDefaultActions</name>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>actionsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>readGuestUnsupportedActions</name>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>actionsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>guestDefaultActions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>readLayoutManagerActions</name>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>actionsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>supportsActions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>readModelResource</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modelResourceElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>readOwnerDefaultActions</name>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>actionsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>readPortletResource</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletResourceElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>readSupportsActions</name>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>actionsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setActions</name>
			<param>
				<name>actionsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<field>
			<name>portal</name>
		</field>
		<field>
			<name>portletLocalService</name>
		</field>
		<field>
			<name>resourceActionLocalService</name>
		</field>
		<field>
			<name>roleLocalService</name>
		</field>
		<field>
			<name>_ACTION_NAME_PREFIX</name>
		</field>
		<field>
			<name>_MODEL_RESOURCE_NAME_PREFIX</name>
		</field>
		<field>
			<name>_ORGANIZATION_MODEL_RESOURCES</name>
		</field>
		<field>
			<name>_PORTAL_MODEL_RESOURCES</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_modelPortletResources</name>
		</field>
		<field>
			<name>_modelResourceActions</name>
		</field>
		<field>
			<name>_modelResourceGroupDefaultActions</name>
		</field>
		<field>
			<name>_modelResourceGuestDefaultActions</name>
		</field>
		<field>
			<name>_modelResourceGuestUnsupportedActions</name>
		</field>
		<field>
			<name>_modelResourceOwnerDefaultActions</name>
		</field>
		<field>
			<name>_organizationModelResources</name>
		</field>
		<field>
			<name>_portalModelResources</name>
		</field>
		<field>
			<name>_portletModelResources</name>
		</field>
		<field>
			<name>_portletResourceActions</name>
		</field>
		<field>
			<name>_portletResourceGroupDefaultActions</name>
		</field>
		<field>
			<name>_portletResourceGuestDefaultActions</name>
		</field>
		<field>
			<name>_portletResourceGuestUnsupportedActions</name>
		</field>
		<field>
			<name>_portletResourceLayoutManagerActions</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourceActionsUtil</name>
		<type>com.liferay.portal.security.permission.ResourceActionsUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Daeyoung Song]]></author>
		<method>
			<name>checkAction</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchResourceActionException</name>
				<type>com.liferay.portal.NoSuchResourceActionException</type>
			</throws>
		</method>
		<method>
			<name>getAction</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>action</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAction</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>action</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getActionNamePrefix</name>
		</method>
		<method>
			<name>getActions</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getActionsNames</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>actions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getActionsNames</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getModelNames</name>
		</method>
		<method>
			<name>getModelPortletResources</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModelResource</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModelResource</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModelResourceActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModelResourceGroupDefaultActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModelResourceGuestDefaultActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModelResourceGuestUnsupportedActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModelResourceNamePrefix</name>
		</method>
		<method>
			<name>getModelResourceOwnerDefaultActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOrganizationModelResources</name>
		</method>
		<method>
			<name>getPortalModelResources</name>
		</method>
		<method>
			<name>getPortletBaseResource</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletModelResources</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletNames</name>
		</method>
		<method>
			<name>getPortletResourceActions</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>getPortletResourceActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletResourceGroupDefaultActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletResourceGuestDefaultActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletResourceGuestUnsupportedActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletResourceLayoutManagerActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResourceActions</name>
		</method>
		<method>
			<name>getResourceActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResourceActions</name>
			<param>
				<name>portletResource</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modelResource</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResourceGroupDefaultActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResourceGuestUnsupportedActions</name>
			<param>
				<name>portletResource</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modelResource</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRoles</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>modelResource</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getRoles(long, Group, String, int[])}]]></deprecated>
		</method>
		<method>
			<name>getRoles</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>modelResource</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleTypes</name>
				<type>int[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasModelResourceActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>init</name>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>isOrganizationModelResource</name>
			<param>
				<name>modelResource</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isPortalModelResource</name>
			<param>
				<name>modelResource</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setResourceActions</name>
			<param>
				<name>resourceActions</name>
				<type>com.liferay.portal.security.permission.ResourceActions</type>
			</param>
		</method>
		<field>
			<name>ACTION_NAME_PREFIX</name>
			<deprecated><![CDATA[{@link #getActionNamePrefix}]]></deprecated>
		</field>
		<field>
			<name>MODEL_RESOURCE_NAME_PREFIX</name>
			<deprecated><![CDATA[{@link #getModelResourceNamePrefix}]]></deprecated>
		</field>
		<field>
			<name>ORGANIZATION_MODEL_RESOURCES</name>
			<deprecated><![CDATA[{@link #getOrganizationModelResources}]]></deprecated>
		</field>
		<field>
			<name>PORTAL_MODEL_RESOURCES</name>
			<deprecated><![CDATA[{@link #getPortalModelResources}]]></deprecated>
		</field>
		<field>
			<name>_resourceActions</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourceBlockIdsBag</name>
		<type>com.liferay.portal.security.permission.ResourceBlockIdsBag</type>
		<comment><![CDATA[Manages a list resource block IDs and the actions that can be performed on the resources in each.]]></comment>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>addResourceBlockId</name>
			<param>
				<name>resourceBlockId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getActionIds</name>
			<param>
				<name>resourceBlockId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getResourceBlockIds</name>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>hasResourceBlockId</name>
			<param>
				<name>resourceBlockId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_permissions</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SimplePermissionChecker</name>
		<type>com.liferay.portal.security.permission.SimplePermissionChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>hasOwnerPermission</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasUserPermission</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkAdmin</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>isCompanyAdmin</name>
		</method>
		<method>
			<name>isCompanyAdmin</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isGroupAdmin</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isGroupMember</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isGroupOwner</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isOrganizationAdmin</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ActionComparator</name>
		<type>com.liferay.portal.security.permission.comparator.ActionComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ActionComparator</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>action1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>action2</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_locale</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ModelResourceComparator</name>
		<type>com.liferay.portal.security.permission.comparator.ModelResourceComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ModelResourceComparator</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>resource1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resource2</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_locale</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PermissionActionIdComparator</name>
		<type>com.liferay.portal.security.permission.comparator.PermissionActionIdComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BasicToolkit</name>
		<type>com.liferay.portal.security.pwd.BasicToolkit</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>generate</name>
			<param>
				<name>passwordPolicy</name>
				<type>com.liferay.portal.model.PasswordPolicy</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password2</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>passwordPolicy</name>
				<type>com.liferay.portal.model.PasswordPolicy</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>password1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password2</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>passwordPolicy</name>
				<type>com.liferay.portal.model.PasswordPolicy</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PasswordPolicyToolkit</name>
		<type>com.liferay.portal.security.pwd.PasswordPolicyToolkit</type>
		<author><![CDATA[Scott Lee]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>PasswordPolicyToolkit</name>
		</method>
		<method>
			<name>generate</name>
			<param>
				<name>passwordPolicy</name>
				<type>com.liferay.portal.model.PasswordPolicy</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password2</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>passwordPolicy</name>
				<type>com.liferay.portal.model.PasswordPolicy</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>generateDynamic</name>
			<param>
				<name>passwordPolicy</name>
				<type>com.liferay.portal.model.PasswordPolicy</type>
			</param>
		</method>
		<method>
			<name>generateStatic</name>
			<param>
				<name>passwordPolicy</name>
				<type>com.liferay.portal.model.PasswordPolicy</type>
			</param>
		</method>
		<method>
			<name>getRandomString</name>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>getSortedCharArray</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUsageCount</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>chars</name>
				<type>char[]</type>
			</param>
		</method>
		<field>
			<name>_alphanumericCharsetArray</name>
		</field>
		<field>
			<name>_completeCharset</name>
		</field>
		<field>
			<name>_lowerCaseCharsetArray</name>
		</field>
		<field>
			<name>_numbersCharsetArray</name>
		</field>
		<field>
			<name>_symbolsCharsetArray</name>
		</field>
		<field>
			<name>_upperCaseCharsetArray</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PwdAuthenticator</name>
		<type>com.liferay.portal.security.pwd.PwdAuthenticator</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>authenticate</name>
			<param>
				<name>login</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>clearTextPassword</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>currentEncryptedPassword</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PwdEncryptorException</name>
				<type>com.liferay.portal.PwdEncryptorException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PwdEncryptor</name>
		<type>com.liferay.portal.security.pwd.PwdEncryptor</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>encrypt</name>
			<param>
				<name>clearTextPassword</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PwdEncryptorException</name>
				<type>com.liferay.portal.PwdEncryptorException</type>
			</throws>
		</method>
		<method>
			<name>encrypt</name>
			<param>
				<name>clearTextPassword</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>currentEncryptedPassword</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PwdEncryptorException</name>
				<type>com.liferay.portal.PwdEncryptorException</type>
			</throws>
		</method>
		<method>
			<name>encrypt</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>clearTextPassword</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>currentEncryptedPassword</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PwdEncryptorException</name>
				<type>com.liferay.portal.PwdEncryptorException</type>
			</throws>
		</method>
		<method>
			<name>encodePassword</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>clearTextPassword</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>saltBytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PwdEncryptorException</name>
				<type>com.liferay.portal.PwdEncryptorException</type>
			</throws>
		</method>
		<method>
			<name>_getSaltFromBCrypt</name>
			<param>
				<name>bcryptString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PwdEncryptorException</name>
				<type>com.liferay.portal.PwdEncryptorException</type>
			</throws>
		</method>
		<method>
			<name>_getSaltFromCrypt</name>
			<param>
				<name>cryptString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PwdEncryptorException</name>
				<type>com.liferay.portal.PwdEncryptorException</type>
			</throws>
		</method>
		<method>
			<name>_getSaltFromSSHA</name>
			<param>
				<name>sshaString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PwdEncryptorException</name>
				<type>com.liferay.portal.PwdEncryptorException</type>
			</throws>
		</method>
		<field>
			<name>PASSWORDS_ENCRYPTION_ALGORITHM</name>
		</field>
		<field>
			<name>SALT_CHARS</name>
		</field>
		<field>
			<name>TYPE_BCRYPT</name>
		</field>
		<field>
			<name>TYPE_CRYPT</name>
			<deprecated><![CDATA[{@link #TYPE_UFC_CRYPT}]]></deprecated>
		</field>
		<field>
			<name>TYPE_MD2</name>
		</field>
		<field>
			<name>TYPE_MD5</name>
		</field>
		<field>
			<name>TYPE_NONE</name>
		</field>
		<field>
			<name>TYPE_SHA</name>
		</field>
		<field>
			<name>TYPE_SHA_256</name>
		</field>
		<field>
			<name>TYPE_SHA_384</name>
		</field>
		<field>
			<name>TYPE_SSHA</name>
		</field>
		<field>
			<name>TYPE_UFC_CRYPT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PwdToolkitUtil</name>
		<type>com.liferay.portal.security.pwd.PwdToolkitUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>generate</name>
			<param>
				<name>passwordPolicy</name>
				<type>com.liferay.portal.model.PasswordPolicy</type>
			</param>
		</method>
		<method>
			<name>getToolkit</name>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password2</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>passwordPolicy</name>
				<type>com.liferay.portal.model.PasswordPolicy</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setToolkit</name>
			<param>
				<name>toolkit</name>
				<type>com.liferay.portal.security.pwd.Toolkit</type>
			</param>
		</method>
		<field>
			<name>_toolkit</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PwdToolkitUtilThreadLocal</name>
		<type>com.liferay.portal.security.pwd.PwdToolkitUtilThreadLocal</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>isValidate</name>
		</method>
		<method>
			<name>setValidate</name>
			<param>
				<name>validate</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_validate</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RegExpToolkit</name>
		<type>com.liferay.portal.security.pwd.RegExpToolkit</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RegExpToolkit</name>
		</method>
		<method>
			<name>generate</name>
			<param>
				<name>passwordPolicy</name>
				<type>com.liferay.portal.model.PasswordPolicy</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password2</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>passwordPolicy</name>
				<type>com.liferay.portal.model.PasswordPolicy</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_charset</name>
		</field>
		<field>
			<name>_length</name>
		</field>
		<field>
			<name>_pattern</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Toolkit</name>
		<type>com.liferay.portal.security.pwd.Toolkit</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>generate</name>
			<param>
				<name>passwordPolicy</name>
				<type>com.liferay.portal.model.PasswordPolicy</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password2</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>passwordPolicy</name>
				<type>com.liferay.portal.model.PasswordPolicy</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>password1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password2</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>passwordPolicy</name>
				<type>com.liferay.portal.model.PasswordPolicy</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ToolkitImpl</name>
		<type>com.liferay.portal.security.pwd.ToolkitImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ToolkitImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ToolkitWrapper</name>
		<type>com.liferay.portal.security.pwd.ToolkitWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ToolkitWrapper</name>
			<param>
				<name>toolkit</name>
				<type>com.liferay.portal.security.pwd.Toolkit</type>
			</param>
		</method>
		<method>
			<name>generate</name>
			<param>
				<name>passwordPolicy</name>
				<type>com.liferay.portal.model.PasswordPolicy</type>
			</param>
		</method>
		<method>
			<name>setToolkit</name>
			<param>
				<name>toolkit</name>
				<type>com.liferay.portal.security.pwd.Toolkit</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password2</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>passwordPolicy</name>
				<type>com.liferay.portal.model.PasswordPolicy</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>password1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password2</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>passwordPolicy</name>
				<type>com.liferay.portal.model.PasswordPolicy</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_originalToolkit</name>
		</field>
		<field>
			<name>_toolkit</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultServerCapabilities</name>
		<type>com.liferay.portal.server.capabilities.DefaultServerCapabilities</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>determine</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>isSupportsHotDeploy</name>
		</method>
		<field>
			<name>_SUPPORTS_HOT_DEPLOY</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GlassfishServerCapabilities</name>
		<type>com.liferay.portal.server.capabilities.GlassfishServerCapabilities</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>determine</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isSupportsHotDeploy</name>
		</method>
		<method>
			<name>determineSupportsHotDeploy</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_supportsHotDeploy</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JettyServerCapabilities</name>
		<type>com.liferay.portal.server.capabilities.JettyServerCapabilities</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>determine</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isSupportsHotDeploy</name>
		</method>
		<method>
			<name>determineSupportsHotDeploy</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_supportsHotDeploy</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServerCapabilities</name>
		<type>com.liferay.portal.server.capabilities.ServerCapabilities</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>determine</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isSupportsHotDeploy</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ServerCapabilitiesUtil</name>
		<type>com.liferay.portal.server.capabilities.ServerCapabilitiesUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>determineServerCapabilities</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TomcatServerCapabilities</name>
		<type>com.liferay.portal.server.capabilities.TomcatServerCapabilities</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>determine</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isSupportsHotDeploy</name>
		</method>
		<method>
			<name>determineSupportsHotDeploy</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_supportsHotDeploy</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseLocalService</name>
		<type>com.liferay.portal.service.BaseLocalService</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
	</javadoc>
	<javadoc>
		<name>BaseLocalServiceImpl</name>
		<type>com.liferay.portal.service.BaseLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getClassLoader</name>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseService</name>
		<type>com.liferay.portal.service.BaseService</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
	</javadoc>
	<javadoc>
		<name>BaseServiceImpl</name>
		<type>com.liferay.portal.service.BaseServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getGuestOrUser</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGuestOrUserId</name>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>getPermissionChecker</name>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>getUser</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserId</name>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>getClassLoader</name>
		</method>
		<field>
			<name>ANONYMOUS_NAMES</name>
		</field>
		<field>
			<name>JRUN_ANONYMOUS</name>
		</field>
		<field>
			<name>ORACLE_ANONYMOUS</name>
		</field>
		<field>
			<name>SUN_ANONYMOUS</name>
		</field>
		<field>
			<name>WEBLOGIC_ANONYMOUS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InvokableLocalService</name>
		<type>com.liferay.portal.service.InvokableLocalService</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>invokeMethod</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>InvokableService</name>
		<type>com.liferay.portal.service.InvokableService</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>invokeMethod</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PermissionedModelLocalService</name>
		<type>com.liferay.portal.service.PermissionedModelLocalService</type>
		<author><![CDATA[Connor McKay]]></author>
	</javadoc>
	<javadoc>
		<name>PersistedModelLocalService</name>
		<type>com.liferay.portal.service.PersistedModelLocalService</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getPersistedModel</name>
			<param>
				<name>primaryKeyObj</name>
				<type>java.io.Serializable</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PersistedModelLocalServiceRegistry</name>
		<type>com.liferay.portal.service.PersistedModelLocalServiceRegistry</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>getPersistedModelLocalService</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPersistedModelLocalServices</name>
		</method>
		<method>
			<name>isPermissionedModelLocalService</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>persistedModelLocalService</name>
				<type>com.liferay.portal.service.PersistedModelLocalService</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PersistedModelLocalServiceRegistryImpl</name>
		<type>com.liferay.portal.service.PersistedModelLocalServiceRegistryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>getPersistedModelLocalService</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPersistedModelLocalServices</name>
		</method>
		<method>
			<name>isPermissionedModelLocalService</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>persistedModelLocalService</name>
				<type>com.liferay.portal.service.PersistedModelLocalService</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_persistedModelLocalServices</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PersistedModelLocalServiceRegistryUtil</name>
		<type>com.liferay.portal.service.PersistedModelLocalServiceRegistryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>getPersistedModelLocalService</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPersistedModelLocalServiceRegistry</name>
		</method>
		<method>
			<name>getPersistedModelLocalServices</name>
		</method>
		<method>
			<name>isPermissionedModelLocalService</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>persistedModelLocalService</name>
				<type>com.liferay.portal.service.PersistedModelLocalService</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPersistedModelLocalServiceRegistry</name>
			<param>
				<name>persistedModelLocalServiceRegistry</name>
				<type>com.liferay.portal.service.PersistedModelLocalServiceRegistry</type>
			</param>
		</method>
		<field>
			<name>_persistedModelLocalServiceRegistry</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServiceContext</name>
		<type>com.liferay.portal.service.ServiceContext</type>
		<comment><![CDATA[Contains context information about a given API call.

<p>
The <code>ServiceContext</code> object simplifies method signatures and provides a way to consolidate many different methods with different sets of optional parameters into a single, easier to use method. It also aggregates information necessary for transversal features such as permissioning, tagging, categorization, etc.
</p>]]></comment>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>ServiceContext</name>
			<comment><![CDATA[Creates a new service context object with an attributes map and an expando bridge attributes map. The attributes map contains standard service context parameters and the expando bridge attributes map contains optional service context parameters.]]></comment>
		</method>
		<method>
			<name>clone</name>
			<comment><![CDATA[Returns a new service context object identical to this service context object.]]></comment>
			<return>
				<comment><![CDATA[a new service context object]]></comment>
			</return>
		</method>
		<method>
			<name>deriveDefaultPermissions</name>
			<comment><![CDATA[Derive default permissions based on the logic found in portal-web/docroot/html/taglib/ui/input_permissions/page.jsp. Do not update this logic updating the logic in the JSP.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAddCommunityPermissions</name>
			<comment><![CDATA[Returns <code>true</code> if this service context is being passed as a parameter to a method which manipulates a resource to which default group permissions apply.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if this service context is being passed as a parameter to a method which manipulates a resource to which default community permissions apply; <code>false</code> otherwise]]></comment>
			</return>
			<deprecated><![CDATA[As of 6.1, renamed to {@link #isAddGroupPermissions()}]]></deprecated>
		</method>
		<method>
			<name>getAssetCategoryIds</name>
			<comment><![CDATA[Returns the asset category IDs to be applied to an asset entry if the service context is being passed as a parameter to a method which manipulates the asset entry.]]></comment>
			<return>
				<comment><![CDATA[the asset category IDs]]></comment>
			</return>
		</method>
		<method>
			<name>getAssetLinkEntryIds</name>
			<comment><![CDATA[Returns the primary keys of the asset entries linked to an asset entry if the service context is being passed as a parameter to a method which manipulates the asset entry.]]></comment>
			<return>
				<comment><![CDATA[the primary keys of the asset entries]]></comment>
			</return>
		</method>
		<method>
			<name>getAssetTagNames</name>
			<comment><![CDATA[Returns the asset tag names to be applied to an asset entry if the service context is being passed as a parameter to a method which manipulates the asset entry.]]></comment>
			<return>
				<comment><![CDATA[the asset tag names]]></comment>
			</return>
		</method>
		<method>
			<name>getAttribute</name>
			<comment><![CDATA[Returns the serializable object associated with the name of the standard parameter of this service context.]]></comment>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the standard parameter]]></comment>
			</param>
			<return>
				<comment><![CDATA[the serializable object associated with the name]]></comment>
			</return>
		</method>
		<method>
			<name>getAttributes</name>
			<comment><![CDATA[Returns the map of name/value pairs that are the standard parameters of this service context. Each value is serializable.]]></comment>
			<return>
				<comment><![CDATA[the map of name/value pairs]]></comment>
			</return>
		</method>
		<method>
			<name>getCommand</name>
			<comment><![CDATA[Returns the value of the {@link com.liferay.portal.kernel.util.Constants#CMD} parameter used in most Liferay forms for internal portlets.]]></comment>
			<return>
				<comment><![CDATA[the value of the command parameter]]></comment>
			</return>
		</method>
		<method>
			<name>getCommunityPermissions</name>
			<comment><![CDATA[Returns the specific community permissions for a resource if the service context is being passed as a parameter to a method which manipulates the resource.]]></comment>
			<return>
				<comment><![CDATA[the community permissions]]></comment>
			</return>
			<deprecated><![CDATA[As of 6.1, renamed to {@link #getGroupPermissions()}]]></deprecated>
		</method>
		<method>
			<name>getCompanyId</name>
			<comment><![CDATA[Returns the company ID of this service context's current portal instance.]]></comment>
			<return>
				<comment><![CDATA[the company ID]]></comment>
			</return>
		</method>
		<method>
			<name>getCreateDate</name>
			<comment><![CDATA[Returns the date when an entity was created if this service context is being passed as a parameter to a method which creates an entity.]]></comment>
			<return>
				<comment><![CDATA[the creation date]]></comment>
			</return>
		</method>
		<method>
			<name>getCreateDate</name>
			<comment><![CDATA[Returns the date when an entity was created (or a default date) if this service context is being passed as a parameter to a method which creates an entity.]]></comment>
			<param>
				<name>defaultCreateDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[an optional default create date to use if the service context does not have a create date]]></comment>
			</param>
			<return>
				<comment><![CDATA[the creation date if available; the default date otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>getCurrentURL</name>
			<comment><![CDATA[Returns the current URL of this service context]]></comment>
			<return>
				<comment><![CDATA[the current URL]]></comment>
			</return>
		</method>
		<method>
			<name>getExpandoBridgeAttributes</name>
			<comment><![CDATA[Returns an arbitrary number of attributes of an entity to be persisted.

<p>
These attributes only include fields that this service context does not possess by default.
</p>]]></comment>
			<return>
				<comment><![CDATA[the expando bridge attributes]]></comment>
			</return>
		</method>
		<method>
			<name>getFormDate</name>
			<comment><![CDATA[Returns the date when an <code>aui:form</code> was generated in this service context. The form date can be used in detecting situations in which an entity has been modified while another client was editing that entity. </p>

<p>
Example:
</p>

<p>
Person1 and person2 start editing the same version of a Web Content article. Person1 publishes changes to the article first. When person2 attempts to publish changes to that article, the service implementation finds that a modification to that article has already been published some time after person2 started editing the article. Since the the article modification date was found to be later than the form date for person2, person2 could be alerted to the modification and make a backup copy of his edits before synchronizing with the published changes by person1.
</p>]]></comment>
		</method>
		<method>
			<name>getGroupPermissions</name>
			<comment><![CDATA[Returns the specific group permissions for a resource if this service context is being passed as a parameter to a method which manipulates the resource.]]></comment>
			<return>
				<comment><![CDATA[the specific group permissions]]></comment>
			</return>
		</method>
		<method>
			<name>getGuestOrUserId</name>
			<comment><![CDATA[Returns this service context's user ID or guest ID if no user ID is available.]]></comment>
			<return>
				<comment><![CDATA[the user ID, or guest ID if there is no user in this service context, or <code>0</code> if there is no company in this service context]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a default user for the company could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGuestPermissions</name>
			<comment><![CDATA[Returns the specific guest permissions for a resource if this service context is being passed as a parameter to a method which manipulates the resource.]]></comment>
			<return>
				<comment><![CDATA[the specific guest permissions]]></comment>
			</return>
		</method>
		<method>
			<name>getHeaders</name>
			<comment><![CDATA[Returns the the map of request header name/value pairs of this service context.]]></comment>
			<return>
				<comment><![CDATA[the the map of request header name/value pairs]]></comment>
			</return>
			<see><![CDATA[com.liferay.portal.kernel.servlet.HttpHeaders]]></see>
		</method>
		<method>
			<name>getLanguageId</name>
			<comment><![CDATA[Returns the language ID of the locale of this service context's current user.]]></comment>
			<return>
				<comment><![CDATA[the language ID]]></comment>
			</return>
		</method>
		<method>
			<name>getLayoutFullURL</name>
			<comment><![CDATA[Returns the complete URL of the current page if a page context can be determined for this service context.]]></comment>
			<return>
				<comment><![CDATA[the complete URL of the current page]]></comment>
			</return>
		</method>
		<method>
			<name>getLayoutURL</name>
			<comment><![CDATA[Returns the relative URL of the current page if a page context can be determined for this service context.]]></comment>
			<return>
				<comment><![CDATA[the relative URL of the current page]]></comment>
			</return>
		</method>
		<method>
			<name>getLocale</name>
		</method>
		<method>
			<name>getModifiedDate</name>
			<comment><![CDATA[Returns the date when an entity was modified if this service context is being passed as a parameter to a method which updates an entity.]]></comment>
			<return>
				<comment><![CDATA[the date when an entity was modified if this service context is being passed as a parameter to a method which updates an entity]]></comment>
			</return>
		</method>
		<method>
			<name>getModifiedDate</name>
			<comment><![CDATA[Returns the date when an entity was modified if this service context is being passed as a parameter to a method which modifies an entity.]]></comment>
			<param>
				<name>defaultModifiedDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[an optional default modified date to use if this service context does not have a modified date]]></comment>
			</param>
			<return>
				<comment><![CDATA[the modified date if available; the default date otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>getPathMain</name>
			<comment><![CDATA[Returns the main context path of the portal, concatenated with <code>/c</code>.]]></comment>
			<return>
				<comment><![CDATA[the main context path of the portal]]></comment>
			</return>
		</method>
		<method>
			<name>getPlid</name>
			<comment><![CDATA[Returns the portal layout ID of the current page of this service context.]]></comment>
			<return>
				<comment><![CDATA[the portal layout ID of the current page]]></comment>
			</return>
		</method>
		<method>
			<name>getPortalURL</name>
			<comment><![CDATA[Returns the URL of this service context's portal, including the protocol, domain, and non-default port relative to the company instance and any virtual host.

<p>
The URL returned does not include the port if a default port is used.
</p>]]></comment>
			<return>
				<comment><![CDATA[the URL of this service context's portal, including the protocol, domain, and non-default port relative to company instance and any virtual host]]></comment>
			</return>
		</method>
		<method>
			<name>getPortletId</name>
			<comment><![CDATA[Returns the ID of the current portlet if this service context is being passed as a parameter to a portlet.]]></comment>
			<return>
				<comment><![CDATA[the ID of the current portlet]]></comment>
			</return>
			<see><![CDATA[com.liferay.portal.model.PortletPreferencesIds]]></see>
		</method>
		<method>
			<name>getPortletPreferencesIds</name>
			<comment><![CDATA[Returns the portlet preferences IDs of the current portlet if the service context is being passed as a parameter to a portlet.

<p>
The {@link com.liferay.portal.model.PortletPreferencesIds} can be used to look up portlet preferences of the current portlet.
</p>]]></comment>
			<return>
				<comment><![CDATA[the portlet preferences IDs of the current portlet]]></comment>
			</return>
			<see><![CDATA[com.liferay.portal.model.PortletPreferencesIds]]></see>
		</method>
		<method>
			<name>getRemoteAddr</name>
			<comment><![CDATA[Returns the remote address of the user making the request in this service context.]]></comment>
			<return>
				<comment><![CDATA[the remote address of the user making the request]]></comment>
			</return>
		</method>
		<method>
			<name>getRemoteHost</name>
			<comment><![CDATA[Returns the remote host name of the user making the request in this service context.]]></comment>
			<return>
				<comment><![CDATA[the remote host name of the user making the request]]></comment>
			</return>
		</method>
		<method>
			<name>getRequest</name>
		</method>
		<method>
			<name>getRootPortletId</name>
		</method>
		<method>
			<name>getScopeGroupId</name>
			<comment><![CDATA[Returns the ID of the group corresponding to the current data scope of this service context.]]></comment>
			<return>
				<comment><![CDATA[the ID of the group corresponding to the current data scope]]></comment>
			</return>
			<see><![CDATA[com.liferay.portal.model.Group]]></see>
		</method>
		<method>
			<name>getUserAgent</name>
			<comment><![CDATA[Returns the user-agent request header of this service context.]]></comment>
			<return>
				<comment><![CDATA[the user-agent request header]]></comment>
			</return>
			<see><![CDATA[com.liferay.portal.kernel.servlet.HttpHeaders]]></see>
		</method>
		<method>
			<name>getUserDisplayURL</name>
			<comment><![CDATA[Returns the complete URL of this service context's current user's profile page.]]></comment>
			<return>
				<comment><![CDATA[the complete URL of this service context's current user's profile page]]></comment>
			</return>
		</method>
		<method>
			<name>getUserId</name>
			<comment><![CDATA[Returns the ID of this service context's current user.]]></comment>
			<return>
				<comment><![CDATA[the ID of this service context's current user]]></comment>
			</return>
		</method>
		<method>
			<name>getUuid</name>
			<comment><![CDATA[Returns the UUID (universally unique identifier) of this service context's current entity.]]></comment>
			<return>
				<comment><![CDATA[the UUID (universally unique identifier) of this service context's current entity]]></comment>
			</return>
		</method>
		<method>
			<name>getWorkflowAction</name>
			<comment><![CDATA[Returns the workflow action to take if this service context is being passed as a parameter to a method that processes a workflow action.]]></comment>
			<return>
				<comment><![CDATA[the workflow action to take]]></comment>
			</return>
		</method>
		<method>
			<name>isAddGroupPermissions</name>
			<comment><![CDATA[Returns <code>true</code> if this service context is being passed as a parameter to a method which manipulates a resource to which default group permissions apply.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if this service context is being passed as a parameter to a method which manipulates a resource to which default group permissions apply; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isAddGuestPermissions</name>
			<comment><![CDATA[Returns <code>true</code> if this service context is being passed as a parameter to a method which manipulates a resource to which default guest permissions apply.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if this service context is being passed as a parameter to a method which manipulates a resource to which default guest permissions apply; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isAssetEntryVisible</name>
		</method>
		<method>
			<name>isCommandAdd</name>
			<comment><![CDATA[Returns <code>true</code> if this service context contains an add command (i.e. has command value {@link com.liferay.portal.kernel.util.Constants#ADD})]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if this service context contains an add command; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isCommandUpdate</name>
			<comment><![CDATA[Returns <code>true</code> if this service context contains an update command (i.e. has command value {@link com.liferay.portal.kernel.util.Constants#UPDATE})]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if this service context contains an update command; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isDeriveDefaultPermissions</name>
		</method>
		<method>
			<name>isIndexingEnabled</name>
			<comment><![CDATA[Returns whether the primary entity of this service context is to be indexed/re-indexed.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> the primary entity of this service context is to be indexed/re-indexed; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>isSignedIn</name>
			<comment><![CDATA[Returns <code>true</code> if the sender of this service context's request is signed in.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if the sender of this service context's request is signed in; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>removeAttribute</name>
			<comment><![CDATA[Removes the mapping of the serializable object to the name of the standard parameter of this service context.]]></comment>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the standard parameter]]></comment>
			</param>
			<return>
				<comment><![CDATA[the serializable object associated to the name]]></comment>
			</return>
		</method>
		<method>
			<name>setAddCommunityPermissions</name>
			<comment><![CDATA[Sets whether or not default community permissions should apply to a resource being manipulated by a method to which this service context is passed as a parameter.]]></comment>
			<param>
				<name>addCommunityPermissions</name>
				<type>boolean</type>
				<comment><![CDATA[indicates whether or not to apply default community permissions]]></comment>
			</param>
			<deprecated><![CDATA[As of 6.1, renamed to {@link #setAddGroupPermissions(boolean)}]]></deprecated>
		</method>
		<method>
			<name>setAddGroupPermissions</name>
			<comment><![CDATA[Sets whether or not default group permissions should apply to a resource being manipulated by a method to which this service context is passed as a parameter.]]></comment>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
				<comment><![CDATA[indicates whether or not to apply default group permissions]]></comment>
			</param>
		</method>
		<method>
			<name>setAddGuestPermissions</name>
			<comment><![CDATA[Sets whether or not default guest permissions should apply to a resource being manipulated by a method to which this service context is passed as a parameter.]]></comment>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
				<comment><![CDATA[indicates whether or not to apply default guest permissions]]></comment>
			</param>
		</method>
		<method>
			<name>setAssetCategoryIds</name>
			<comment><![CDATA[Sets an array of asset category IDs to be applied to an asset entry if this service context is being passed as a parameter to a method which manipulates the asset entry.]]></comment>
			<param>
				<name>assetCategoryIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the asset categories]]></comment>
			</param>
		</method>
		<method>
			<name>setAssetEntryVisible</name>
			<param>
				<name>assetEntryVisible</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setAssetLinkEntryIds</name>
			<comment><![CDATA[Sets an array of the primary keys of asset entries to be linked to an asset entry if this service context is being passed as a parameter to a method which manipulates the asset entry.]]></comment>
			<param>
				<name>assetLinkEntryIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the asset entries to be linked to an asset entry]]></comment>
			</param>
		</method>
		<method>
			<name>setAssetTagNames</name>
			<comment><![CDATA[Sets an array of asset tag names to be applied to an asset entry if this service context is being passed as a parameter to a method which manipulates the asset entry.]]></comment>
			<param>
				<name>assetTagNames</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the tag names to be applied to an asset entry]]></comment>
			</param>
		</method>
		<method>
			<name>setAttribute</name>
			<comment><![CDATA[Sets a mapping of a standard parameter's name to its serializable object.]]></comment>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the standard parameter name to associate with the value]]></comment>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
				<comment><![CDATA[the serializable object to be associated with the name]]></comment>
			</param>
		</method>
		<method>
			<name>setAttributes</name>
			<comment><![CDATA[Sets the map of the name/value pairs that are the standard parameters of this service context. Each value must be serializable.]]></comment>
			<param>
				<name>attributes</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the map of the name/value pairs that are the standard parameters of this service context]]></comment>
			</param>
		</method>
		<method>
			<name>setCommand</name>
			<comment><![CDATA[Sets the value of the {@link com.liferay.portal.kernel.util.Constants#CMD} parameter used in most Liferay forms for internal portlets.]]></comment>
			<param>
				<name>command</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the value of the {@link com.liferay.portal.kernel.util.Constants#CMD} parameter]]></comment>
			</param>
		</method>
		<method>
			<name>setCommunityPermissions</name>
			<comment><![CDATA[Sets an array containing specific community permissions for a resource if this service context is being passed as a parameter to a method which manipulates the resource.]]></comment>
			<param>
				<name>communityPermissions</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the community permissions (optionally <code>null</code>)]]></comment>
			</param>
			<deprecated><![CDATA[As of 6.1, renamed to {@link #setGroupPermissions(String[])}]]></deprecated>
		</method>
		<method>
			<name>setCompanyId</name>
			<comment><![CDATA[Sets the company ID of this service context's current portal instance.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of this service context's current portal instance]]></comment>
			</param>
		</method>
		<method>
			<name>setCreateDate</name>
			<comment><![CDATA[Sets the date when an entity was created if this service context is being passed as a parameter to a method which creates an entity.]]></comment>
			<param>
				<name>createDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the date the entity was created]]></comment>
			</param>
		</method>
		<method>
			<name>setCurrentURL</name>
			<comment><![CDATA[Sets the current URL of this service context]]></comment>
			<param>
				<name>currentURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the current URL of this service context]]></comment>
			</param>
		</method>
		<method>
			<name>setDeriveDefaultPermissions</name>
			<param>
				<name>deriveDefaultPermissions</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setExpandoBridgeAttributes</name>
			<comment><![CDATA[Sets an arbitrary number of attributes of an entity to be persisted.

<p>
These attributes should only include fields that {@link com.liferay.portal.service.ServiceContext} does not possess by default.
</p>]]></comment>
			<param>
				<name>expandoBridgeAttributes</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the expando bridge attributes (optionally <code>null</code>)]]></comment>
			</param>
		</method>
		<method>
			<name>setFormDate</name>
			<comment><![CDATA[Sets the date when an <code>aui:form</code> was generated in this service context. The form date can be used in detecting situations in which an entity has been modified while another client was editing that entity. </p>

<p>
Example:
</p>

<p>
Person1 and person2 start editing the same version of a Web Content article. Person1 publishes changes to the article first. When person2 attempts to publish changes to that article, the service implementation finds that a modification to that article has already been published some time after person2 started editing the article. Since the the article modification date was found to be later than the form date for person2, person2 could be alerted to the modification and make a backup copy of his edits before synchronizing with the published changes by person1.
</p>]]></comment>
			<param>
				<name>formDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the date that an <code>aui:form</code> was generated for this service context (optionally <code>null</code>)]]></comment>
			</param>
		</method>
		<method>
			<name>setGroupPermissions</name>
			<comment><![CDATA[Sets an array containing specific group permissions for a resource if this service context is being passed as a parameter to a method which manipulates the resource.]]></comment>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the permissions (optionally <code>null</code>)]]></comment>
			</param>
		</method>
		<method>
			<name>setGuestPermissions</name>
			<comment><![CDATA[Sets an array containing specific guest permissions for a resource if this service context is being passed as a parameter to a method which manipulates the resource.]]></comment>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the guest permissions (optionally <code>null</code>)]]></comment>
			</param>
		</method>
		<method>
			<name>setHeaders</name>
			<comment><![CDATA[Sets the map of request header name/value pairs of this service context.]]></comment>
			<param>
				<name>headers</name>
				<type>java.util.Map</type>
				<comment><![CDATA[map of request header name/value pairs of this service context]]></comment>
			</param>
			<see><![CDATA[com.liferay.portal.kernel.servlet.HttpHeaders]]></see>
		</method>
		<method>
			<name>setIndexingEnabled</name>
			<comment><![CDATA[Sets whether the primary entity of this service context is to be indexed/re-indexed.

<p>
The entity is only indexed/re-indexed if the method receiving this service context as a parameter does indexing.
</p>]]></comment>
			<param>
				<name>indexingEnabled</name>
				<type>boolean</type>
				<comment><![CDATA[whether the primary entity of this service context is to be indexed/re-indexed (default is <code>true</code>)]]></comment>
			</param>
		</method>
		<method>
			<name>setLanguageId</name>
			<comment><![CDATA[Sets the language ID of the locale of this service context.]]></comment>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the language ID of the locale of this service context's current user]]></comment>
			</param>
		</method>
		<method>
			<name>setLayoutFullURL</name>
			<comment><![CDATA[Sets the complete URL of the current page for this service context.]]></comment>
			<param>
				<name>layoutFullURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the complete URL of the current page if a page context can be determined for this service context]]></comment>
			</param>
		</method>
		<method>
			<name>setLayoutURL</name>
			<comment><![CDATA[Sets the relative URL of the current page for this service context.]]></comment>
			<param>
				<name>layoutURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the relative URL of the current page if a page context can be determined for this service context]]></comment>
			</param>
		</method>
		<method>
			<name>setModifiedDate</name>
			<comment><![CDATA[Sets the date when an entity was modified in this service context.]]></comment>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the date when an entity was modified in this service context]]></comment>
			</param>
		</method>
		<method>
			<name>setPathMain</name>
			<comment><![CDATA[Sets the main context path of the portal, concatenated with <code>/c</code>.]]></comment>
			<param>
				<name>pathMain</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the main context path of the portal]]></comment>
			</param>
		</method>
		<method>
			<name>setPlid</name>
			<comment><![CDATA[Sets the portal layout ID of the current page in this service context.]]></comment>
			<param>
				<name>plid</name>
				<type>long</type>
				<comment><![CDATA[the portal layout ID of the current page]]></comment>
			</param>
		</method>
		<method>
			<name>setPortalURL</name>
			<comment><![CDATA[Sets the URL of this service context's portal, including the protocol, domain, and non-default port relative to the company instance and any virtual host.

<p>
The URL should not include the port if a default port is used.
</p>]]></comment>
			<param>
				<name>portalURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the portal URL]]></comment>
			</param>
		</method>
		<method>
			<name>setPortletPreferencesIds</name>
			<comment><![CDATA[Sets the portlet preferences IDs of the current portlet if this service context is being passed as a parameter to a portlet.

<p>
The {@link com.liferay.portal.model.PortletPreferencesIds} can be used to look up portlet preferences of the current portlet.
</p>]]></comment>
			<param>
				<name>portletPreferencesIds</name>
				<type>com.liferay.portal.model.PortletPreferencesIds</type>
				<comment><![CDATA[the portlet preferences]]></comment>
			</param>
			<see><![CDATA[com.liferay.portal.model.PortletPreferencesIds]]></see>
		</method>
		<method>
			<name>setRemoteAddr</name>
			<comment><![CDATA[Sets the remote address of the user making the request in this service context.]]></comment>
			<param>
				<name>remoteAddr</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the remote address of the user making the request in this service context]]></comment>
			</param>
		</method>
		<method>
			<name>setRemoteHost</name>
			<comment><![CDATA[Sets the remote host name of the user making the request in this service context.]]></comment>
			<param>
				<name>remoteHost</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the remote host name of the user making the request in this service context]]></comment>
			</param>
		</method>
		<method>
			<name>setRequest</name>
			<comment><![CDATA[Sets the optional request used when instantiating this service context. The field is volatile and so will be discarded on serialization.]]></comment>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
				<comment><![CDATA[the request]]></comment>
			</param>
		</method>
		<method>
			<name>setScopeGroupId</name>
			<comment><![CDATA[Sets the ID of the group corresponding to the current data scope of this service context.]]></comment>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
				<comment><![CDATA[the ID of the group corresponding to the current data scope of this service context]]></comment>
			</param>
			<see><![CDATA[com.liferay.portal.model.Group]]></see>
		</method>
		<method>
			<name>setSignedIn</name>
			<comment><![CDATA[Sets whether the sender of this service context's request is signed in.]]></comment>
			<param>
				<name>signedIn</name>
				<type>boolean</type>
				<comment><![CDATA[whether the sender of this service context's request is signed in]]></comment>
			</param>
		</method>
		<method>
			<name>setUserDisplayURL</name>
			<comment><![CDATA[Sets the complete URL of this service context's current user's profile page.]]></comment>
			<param>
				<name>userDisplayURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the complete URL of the current user's profile page]]></comment>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<comment><![CDATA[Sets the ID of this service context's current user.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the ID of the current user]]></comment>
			</param>
		</method>
		<method>
			<name>setUuid</name>
			<comment><![CDATA[Sets the UUID (universally unique identifier) of this service context's current entity.]]></comment>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the UUID (universally unique identifier) of the current entity]]></comment>
			</param>
		</method>
		<method>
			<name>setWorkflowAction</name>
			<comment><![CDATA[Sets the workflow action to take if this service context is being passed as parameter to a method that processes a workflow action.]]></comment>
			<param>
				<name>workflowAction</name>
				<type>int</type>
				<comment><![CDATA[workflow action to take (default is {@link com.liferay.portal.kernel.workflow.WorkflowConstants.ACTION_PUBLISH})]]></comment>
			</param>
		</method>
		<method>
			<name>translate</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>validateModifiedDate</name>
			<param>
				<name>auditedModel</name>
				<type>com.liferay.portal.model.AuditedModel</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<field>
			<name>_addGroupPermissions</name>
		</field>
		<field>
			<name>_addGuestPermissions</name>
		</field>
		<field>
			<name>_assetCategoryIds</name>
		</field>
		<field>
			<name>_assetEntryVisible</name>
		</field>
		<field>
			<name>_assetLinkEntryIds</name>
		</field>
		<field>
			<name>_assetTagNames</name>
		</field>
		<field>
			<name>_attributes</name>
		</field>
		<field>
			<name>_command</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_createDate</name>
		</field>
		<field>
			<name>_currentURL</name>
		</field>
		<field>
			<name>_deriveDefaultPermissions</name>
		</field>
		<field>
			<name>_expandoBridgeAttributes</name>
		</field>
		<field>
			<name>_formDate</name>
		</field>
		<field>
			<name>_groupPermissions</name>
		</field>
		<field>
			<name>_guestPermissions</name>
		</field>
		<field>
			<name>_headers</name>
		</field>
		<field>
			<name>_indexingEnabled</name>
		</field>
		<field>
			<name>_languageId</name>
		</field>
		<field>
			<name>_layoutFullURL</name>
		</field>
		<field>
			<name>_layoutURL</name>
		</field>
		<field>
			<name>_modifiedDate</name>
		</field>
		<field>
			<name>_pathMain</name>
		</field>
		<field>
			<name>_plid</name>
		</field>
		<field>
			<name>_portalURL</name>
		</field>
		<field>
			<name>_portletPreferencesIds</name>
		</field>
		<field>
			<name>_remoteAddr</name>
		</field>
		<field>
			<name>_remoteHost</name>
		</field>
		<field>
			<name>_request</name>
		</field>
		<field>
			<name>_scopeGroupId</name>
		</field>
		<field>
			<name>_signedIn</name>
		</field>
		<field>
			<name>_userDisplayURL</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
		<field>
			<name>_uuid</name>
		</field>
		<field>
			<name>_workflowAction</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServiceContextFactory</name>
		<type>com.liferay.portal.service.ServiceContextFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getInstance</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getInstance</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getInstance</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getInstance</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>uploadPortletRequest</name>
				<type>com.liferay.portal.kernel.upload.UploadPortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ServiceContextThreadLocal</name>
		<type>com.liferay.portal.service.ServiceContextThreadLocal</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getServiceContext</name>
		</method>
		<method>
			<name>popServiceContext</name>
		</method>
		<method>
			<name>pushServiceContext</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
		<field>
			<name>_serviceContextThreadLocal</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServiceContextUtil</name>
		<type>com.liferay.portal.service.ServiceContextUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>deserialize</name>
			<param>
				<name>jsonObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
		<method>
			<name>getPortletPreferences</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ServiceWrapper</name>
		<type>com.liferay.portal.service.ServiceWrapper</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getWrappedService</name>
		</method>
		<method>
			<name>setWrappedService</name>
			<param>
				<name>service</name>
				<type>T</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PrincipalBean</name>
		<type>com.liferay.portal.service.base.PrincipalBean</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[{@link com.liferay.portal.service.BaseServiceImpl}]]></deprecated>
		<method>
			<name>getGuestOrUser</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGuestOrUserId</name>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>getPermissionChecker</name>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>getUser</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserId</name>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<field>
			<name>ANONYMOUS_NAMES</name>
		</field>
		<field>
			<name>JRUN_ANONYMOUS</name>
		</field>
		<field>
			<name>ORACLE_ANONYMOUS</name>
		</field>
		<field>
			<name>SUN_ANONYMOUS</name>
		</field>
		<field>
			<name>WEBLOGIC_ANONYMOUS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TunnelUtil</name>
		<type>com.liferay.portal.service.http.TunnelUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>invoke</name>
			<param>
				<name>httpPrincipal</name>
				<type>com.liferay.portal.security.auth.HttpPrincipal</type>
			</param>
			<param>
				<name>methodHandler</name>
				<type>com.liferay.portal.kernel.util.MethodHandler</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>httpPrincipal</name>
				<type>com.liferay.portal.security.auth.HttpPrincipal</type>
			</param>
			<param>
				<name>methodWrapper</name>
				<type>com.liferay.portal.kernel.util.MethodWrapper</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>_getConnection</name>
			<param>
				<name>httpPrincipal</name>
				<type>com.liferay.portal.security.auth.HttpPrincipal</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_VERIFY_SSL_HOSTNAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AccountLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.AccountLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getAccount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>accountId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AccountServiceImpl</name>
		<type>com.liferay.portal.service.impl.AccountServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
	</javadoc>
	<javadoc>
		<name>AddressLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.AddressLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addAddress</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>street1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>street2</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>street3</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>city</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>zip</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>regionId</name>
				<type>long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>long</type>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
			</param>
			<param>
				<name>mailing</name>
				<type>boolean</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteAddresses</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAddresses</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAddresses</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAddress</name>
			<param>
				<name>addressId</name>
				<type>long</type>
			</param>
			<param>
				<name>street1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>street2</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>street3</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>city</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>zip</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>regionId</name>
				<type>long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>long</type>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
			</param>
			<param>
				<name>mailing</name>
				<type>boolean</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>addressId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>mailing</name>
				<type>boolean</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>addressId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>street1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>city</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>zip</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>regionId</name>
				<type>long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>long</type>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
			</param>
			<param>
				<name>mailing</name>
				<type>boolean</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AddressServiceImpl</name>
		<type>com.liferay.portal.service.impl.AddressServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addAddress</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>street1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>street2</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>street3</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>city</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>zip</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>regionId</name>
				<type>long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>long</type>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
			</param>
			<param>
				<name>mailing</name>
				<type>boolean</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteAddress</name>
			<param>
				<name>addressId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAddress</name>
			<param>
				<name>addressId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAddresses</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAddress</name>
			<param>
				<name>addressId</name>
				<type>long</type>
			</param>
			<param>
				<name>street1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>street2</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>street3</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>city</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>zip</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>regionId</name>
				<type>long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>long</type>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
			</param>
			<param>
				<name>mailing</name>
				<type>boolean</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BrowserTrackerLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.BrowserTrackerLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>deleteUserBrowserTracker</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBrowserTracker</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>browserKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateBrowserTracker</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>browserKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CMISRepositoryLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.CMISRepositoryLocalServiceImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getSession</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>toFileEntry</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>toFileVersion</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>toFolder</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCmisRepository</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ClassNameLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.ClassNameLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addClassName</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>checkClassNames</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchClassName</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchClassNameId</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>fetchClassNameId</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getClassName</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassNameId</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getClassNameId</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRegistryName</name>
		</method>
		<method>
			<name>invalidate</name>
		</method>
		<field>
			<name>_classNames</name>
		</field>
		<field>
			<name>_nullClassName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClassNameServiceImpl</name>
		<type>com.liferay.portal.service.impl.ClassNameServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>fetchClassName</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchClassNameId</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>fetchClassNameId</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ClusterGroupLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.ClusterGroupLocalServiceImpl</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addClusterGroup</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>clusterNodeIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addWholeClusterGroup</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CompanyLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.CompanyLocalServiceImpl</type>
		<comment><![CDATA[The implementation of the company local service. Each company refers to a separate portal instance.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>addCompany</name>
			<comment><![CDATA[Adds a company.]]></comment>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the the company's web domain]]></comment>
			</param>
			<param>
				<name>virtualHostname</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's virtual host name]]></comment>
			</param>
			<param>
				<name>mx</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's mail domain]]></comment>
			</param>
			<param>
				<name>shardName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's shard]]></comment>
			</param>
			<param>
				<name>system</name>
				<type>boolean</type>
				<comment><![CDATA[whether the company is the very first company (i.e., the super company)]]></comment>
			</param>
			<param>
				<name>maxUsers</name>
				<type>int</type>
				<comment><![CDATA[the max number of company users (optionally <code>0</code>)]]></comment>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
				<comment><![CDATA[whether the company is active]]></comment>
			</param>
			<return>
				<comment><![CDATA[the company]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the web domain, virtual host name, or mail domain was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>checkCompany</name>
			<comment><![CDATA[Returns the company with the web domain.

The method sets mail domain to the web domain, and the shard name to
the default name set in portal.properties]]></comment>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's web domain]]></comment>
			</param>
			<return>
				<comment><![CDATA[the company with the web domain]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>checkCompany</name>
			<comment><![CDATA[Returns the company with the web domain, mail domain, and shard. If no such company exits, the method will create a new company.

The method goes through a series of checks to ensure that the company
contains default users, groups, etc.]]></comment>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's web domain]]></comment>
			</param>
			<param>
				<name>mx</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's mail domain]]></comment>
			</param>
			<param>
				<name>shardName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's shard]]></comment>
			</param>
			<return>
				<comment><![CDATA[the company with the web domain, mail domain, and shard]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>checkCompanyKey</name>
			<comment><![CDATA[Checks if the company has an encryption key. It will create a key if one does not exist.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a company with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteLogo</name>
			<comment><![CDATA[Deletes the company's logo.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the company with the primary key could not be found or if the company's logo could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>fetchCompanyById</name>
			<comment><![CDATA[Returns the company with the primary key.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<return>
				<comment><![CDATA[the company with the primary key, <code>null</code> if a company with the primary key could not be found]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>fetchCompanyByVirtualHost</name>
			<comment><![CDATA[Returns the company with the virtual host name.]]></comment>
			<param>
				<name>virtualHostname</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the virtual host name]]></comment>
			</param>
			<return>
				<comment><![CDATA[the company with the virtual host name, <code>null</code> if a company with the virtual host could not be found]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getCompanies</name>
			<comment><![CDATA[Returns all the companies.]]></comment>
			<return>
				<comment><![CDATA[the companies]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getCompanies</name>
			<comment><![CDATA[Returns all the companies used by WSRP.]]></comment>
			<param>
				<name>system</name>
				<type>boolean</type>
				<comment><![CDATA[whether the company is the very first company (i.e., the super company)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the companies used by WSRP]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getCompaniesCount</name>
			<comment><![CDATA[Returns the number of companies used by WSRP.]]></comment>
			<param>
				<name>system</name>
				<type>boolean</type>
				<comment><![CDATA[whether the company is the very first company (i.e., the super company)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of companies used by WSRP]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getCompanyById</name>
			<comment><![CDATA[Returns the company with the primary key.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<return>
				<comment><![CDATA[the company with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a company with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getCompanyByLogoId</name>
			<comment><![CDATA[Returns the company with the logo.]]></comment>
			<param>
				<name>logoId</name>
				<type>long</type>
				<comment><![CDATA[the ID of the company's logo]]></comment>
			</param>
			<return>
				<comment><![CDATA[the company with the logo]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the company with the logo could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getCompanyByMx</name>
			<comment><![CDATA[Returns the company with the mail domain.]]></comment>
			<param>
				<name>mx</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's mail domain]]></comment>
			</param>
			<return>
				<comment><![CDATA[the company with the mail domain]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the company with the mail domain could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getCompanyByVirtualHost</name>
			<comment><![CDATA[Returns the company with the virtual host name.]]></comment>
			<param>
				<name>virtualHostname</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's virtual host name]]></comment>
			</param>
			<return>
				<comment><![CDATA[the company with the virtual host name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the company with the virtual host name could not be found or if the virtual host was not associated with a company]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getCompanyByWebId</name>
			<comment><![CDATA[Returns the company with the web domain.]]></comment>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's web domain]]></comment>
			</param>
			<return>
				<comment><![CDATA[the company with the web domain]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the company with the web domain could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getCompanyIdByUserId</name>
			<comment><![CDATA[Returns the user's company.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the first company if there is only one company or the user's company if there are more than one company; <code>0</code> otherwise]]></comment>
			</return>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
		</method>
		<method>
			<name>removePreferences</name>
			<comment><![CDATA[Removes the values that match the keys of the company's preferences.

This method is called by {@link
com.liferay.portlet.portalsettings.action.EditLDAPServerAction} remotely
through {@link com.liferay.portal.service.CompanyService}.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>keys</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the company's preferences keys to be remove]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>search</name>
			<comment><![CDATA[Returns an ordered range of all assets that match the keywords in the company.

The method is called in {@link
com.liferay.portal.search.PortalOpenSearchImpl} which is not longer used
by the Search portlet.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the keywords (space separated),which may occur in assets in the company (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of assets to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of assets to return (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching assets in the company]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>search</name>
			<comment><![CDATA[Returns an ordered range of all assets that match the keywords in the portlet within the company.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the portlet (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group (optionally <code>0</code>)]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the mime type of assets to return(optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the keywords (space separated), which may occur in any assets in the portlet (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of assets to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of assets to return (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching assets in the portlet within the company]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateCompany</name>
			<comment><![CDATA[Updates the company.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>virtualHostname</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's virtual host name]]></comment>
			</param>
			<param>
				<name>mx</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's mail domain]]></comment>
			</param>
			<param>
				<name>maxUsers</name>
				<type>int</type>
				<comment><![CDATA[the max number of company users (optionally <code>0</code>)]]></comment>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
				<comment><![CDATA[whether the company is active]]></comment>
			</param>
			<return>
				<comment><![CDATA[the company with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a company with primary key could not be found or if the new information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateCompany</name>
			<comment><![CDATA[Update the company with additional account information.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>virtualHostname</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's virtual host name]]></comment>
			</param>
			<param>
				<name>mx</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's mail domain]]></comment>
			</param>
			<param>
				<name>homeURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's home URL (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's account name(optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>legalName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's account legal name (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>legalId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's account legal ID (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>legalType</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's account legal type (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>sicCode</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's account SIC code (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>tickerSymbol</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's account ticker symbol (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>industry</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's account industry (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's account type (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>size</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's account size (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the company with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a company with the primary key could not be found or if the new information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateDisplay</name>
			<comment><![CDATA[Update the company's display.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of the company's default user's language]]></comment>
			</param>
			<param>
				<name>timeZoneId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of the company's default user's time zone]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the company's default user could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateLogo</name>
			<comment><![CDATA[Updates the company's logo.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
				<comment><![CDATA[the bytes of the company's logo image]]></comment>
			</param>
			<return>
				<comment><![CDATA[the company with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the company's logo ID could not be found or if the logo's image was corrupted]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateLogo</name>
			<comment><![CDATA[Updates the company's logo.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
				<comment><![CDATA[the file of the company's logo image]]></comment>
			</param>
			<return>
				<comment><![CDATA[the company with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[the company's logo ID could not be found or if the logo's image was corrupted]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateLogo</name>
			<comment><![CDATA[Update the company's logo.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
				<comment><![CDATA[the input stream of the company's logo image]]></comment>
			</param>
			<return>
				<comment><![CDATA[the company with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the company's logo ID could not be found or if the company's logo image was corrupted]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updatePreferences</name>
			<comment><![CDATA[Updates the company's preferences. The company's default properties are found in portal.properties.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
				<comment><![CDATA[the company's properties. See {@link com.liferay.portal.kernel.util.UnicodeProperties}]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the properties contained new locales that were not supported]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateSecurity</name>
			<comment><![CDATA[Updates the company's security properties.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>authType</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's method of authenticating users]]></comment>
			</param>
			<param>
				<name>autoLogin</name>
				<type>boolean</type>
				<comment><![CDATA[whether to allow users to select the "remember me" feature]]></comment>
			</param>
			<param>
				<name>sendPassword</name>
				<type>boolean</type>
				<comment><![CDATA[whether to allow users to ask the company to send their password]]></comment>
			</param>
			<param>
				<name>strangers</name>
				<type>boolean</type>
				<comment><![CDATA[whether to allow strangers to create accounts register themselves in the company]]></comment>
			</param>
			<param>
				<name>strangersWithMx</name>
				<type>boolean</type>
				<comment><![CDATA[whether to allow strangers to create accounts with email addresses that match the company mail suffix]]></comment>
			</param>
			<param>
				<name>strangersVerify</name>
				<type>boolean</type>
				<comment><![CDATA[whether to require strangers who create accounts to be verified via email]]></comment>
			</param>
			<param>
				<name>siteLogo</name>
				<type>boolean</type>
				<comment><![CDATA[whether to allow site administrators to use their own logo instead of the enterprise logo]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>checkLogo</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAccount</name>
			<param>
				<name>company</name>
				<type>com.liferay.portal.model.Company</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>legalName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>legalId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>legalType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sicCode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tickerSymbol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>industry</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateVirtualHost</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>virtualHostname</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>CompanyVirtualHostException</name>
				<type>com.liferay.portal.CompanyVirtualHostException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>virtualHostname</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mx</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validateLocales</name>
			<param>
				<name>locales</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<field>
			<name>_DEFAULT_VIRTUAL_HOST</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CompanyServiceImpl</name>
		<type>com.liferay.portal.service.impl.CompanyServiceImpl</type>
		<comment><![CDATA[The implementation of the company remote service. Each company refers to a separate portal instance.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>addCompany</name>
			<comment><![CDATA[Adds a company.]]></comment>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's web domain]]></comment>
			</param>
			<param>
				<name>virtualHost</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's virtual host name]]></comment>
			</param>
			<param>
				<name>mx</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's mail domain]]></comment>
			</param>
			<param>
				<name>shardName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's shard]]></comment>
			</param>
			<param>
				<name>system</name>
				<type>boolean</type>
				<comment><![CDATA[whether the company is the very first company (i.e., the]]></comment>
			</param>
			<param>
				<name>maxUsers</name>
				<type>int</type>
				<comment><![CDATA[the max number of company users (optionally <code>0</code>)]]></comment>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
				<comment><![CDATA[whether the company is active]]></comment>
			</param>
			<return>
				<comment><![CDATA[the company]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the web domain, virtual host name, or mail domain was invalid or if the user was not a universal administrator]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteLogo</name>
			<comment><![CDATA[Deletes the company's logo.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the company with the primary key could not be found or if the company's logo could not be found or if the user was not an administrator]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getCompanyById</name>
			<comment><![CDATA[Returns the company with the primary key.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the company with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a company with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getCompanyByLogoId</name>
			<comment><![CDATA[Returns the company with the logo.]]></comment>
			<param>
				<name>logoId</name>
				<type>long</type>
				<comment><![CDATA[the ID of the company's logo]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the company with the logo]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the company with the logo could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getCompanyByMx</name>
			<comment><![CDATA[Returns the company with the mail domian.]]></comment>
			<param>
				<name>mx</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's mail domain]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the company with the mail domain]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the company with the mail domain could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getCompanyByVirtualHost</name>
			<comment><![CDATA[Returns the company with the virtual host name.]]></comment>
			<param>
				<name>virtualHost</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's virtual host name]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the company with the virtual host name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the company with the virtual host name could not be found or if the virtual host was not associated with a company]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getCompanyByWebId</name>
			<comment><![CDATA[Returns the company with the web domain.]]></comment>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's web domain]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the company with the web domain]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the company with the web domain could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>removePreferences</name>
			<comment><![CDATA[Removes the values that match the keys of the company's preferences.

This method is called by {@link
com.liferay.portlet.portalsettings.action.EditLDAPServerAction} remotely
through {@link com.liferay.portal.service.CompanyService}.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>keys</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the company's preferences keys to be remove]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user was not an administrator]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateCompany</name>
			<comment><![CDATA[Updates the company]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>virtualHost</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's virtual host name]]></comment>
			</param>
			<param>
				<name>mx</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's mail domain]]></comment>
			</param>
			<param>
				<name>maxUsers</name>
				<type>int</type>
				<comment><![CDATA[the max number of company users (optionally <code>0</code>)]]></comment>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
				<comment><![CDATA[whether the company is active]]></comment>
			</param>
			<return>
				<comment><![CDATA[the company with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a company with the primary key could not be found or if the new information was invalid or if the user was not a universal administrator]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateCompany</name>
			<comment><![CDATA[Updates the company with additional account information.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>virtualHost</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's virtual host name]]></comment>
			</param>
			<param>
				<name>mx</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's mail domain]]></comment>
			</param>
			<param>
				<name>homeURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's home URL (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's account name (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>legalName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's account legal name (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>legalId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's account legal ID (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>legalType</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's account legal type (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>sicCode</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's account SIC code (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>tickerSymbol</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's account ticker symbol (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>industry</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the the company's account industry (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's account type (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>size</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's account size (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the the company with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a company with the primary key could not be found or if the new information was invalid or if the user was not an administrator]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateCompany</name>
			<comment><![CDATA[Updates the company with addition information.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>virtualHost</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's virtual host name]]></comment>
			</param>
			<param>
				<name>mx</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's mail domain]]></comment>
			</param>
			<param>
				<name>homeURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's home URL (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's account name (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>legalName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's account legal name (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>legalId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's accout legal ID (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>legalType</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's account legal type (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>sicCode</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's account SIC code (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>tickerSymbol</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's account ticker symbol (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>industry</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the the company's account industry (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's account type (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>size</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's account size (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of the company's default user's language]]></comment>
			</param>
			<param>
				<name>timeZoneId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of the company's default user's time zone]]></comment>
			</param>
			<param>
				<name>addresses</name>
				<type>java.util.List</type>
				<comment><![CDATA[the company's addresses]]></comment>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.util.List</type>
				<comment><![CDATA[the company's email addresses]]></comment>
			</param>
			<param>
				<name>phones</name>
				<type>java.util.List</type>
				<comment><![CDATA[the company's phone numbers]]></comment>
			</param>
			<param>
				<name>websites</name>
				<type>java.util.List</type>
				<comment><![CDATA[the company's websites]]></comment>
			</param>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
				<comment><![CDATA[the company's properties]]></comment>
			</param>
			<return>
				<comment><![CDATA[the company with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[the company with the primary key could not be found or if the new information was invalid or if the user was not an administrator]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateDisplay</name>
			<comment><![CDATA[Update the company's display.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of the company's default user's language]]></comment>
			</param>
			<param>
				<name>timeZoneId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ID of the company's default user's time zone]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the company's default user could not be found or if the user was not an administrator]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateLogo</name>
			<comment><![CDATA[Updates the company's logo.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
				<comment><![CDATA[the input stream of the company's logo image]]></comment>
			</param>
			<return>
				<comment><![CDATA[the company with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the company's logo ID could not be found or if the logo's image was corrupted or if the user was an administrator]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updatePreferences</name>
			<comment><![CDATA[Updates the company's preferences. The company's default properties are found in portal.properties.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
				<comment><![CDATA[the company's properties. See {@link com.liferay.portal.kernel.util.UnicodeProperties}]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user was not an administrator]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateSecurity</name>
			<comment><![CDATA[Updates the company's security properties.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>authType</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the company's method of authenticating users]]></comment>
			</param>
			<param>
				<name>autoLogin</name>
				<type>boolean</type>
				<comment><![CDATA[whether to allow users to select the "remember me" feature]]></comment>
			</param>
			<param>
				<name>sendPassword</name>
				<type>boolean</type>
				<comment><![CDATA[whether to allow users to ask the company to send their passwords]]></comment>
			</param>
			<param>
				<name>strangers</name>
				<type>boolean</type>
				<comment><![CDATA[whether to allow strangers to create accounts to register themselves in the company]]></comment>
			</param>
			<param>
				<name>strangersWithMx</name>
				<type>boolean</type>
				<comment><![CDATA[whether to allow strangers to create accounts with email addresses that match the company mail suffix]]></comment>
			</param>
			<param>
				<name>strangersVerify</name>
				<type>boolean</type>
				<comment><![CDATA[whether to require strangers who create accounts to be verified via email]]></comment>
			</param>
			<param>
				<name>siteLogo</name>
				<type>boolean</type>
				<comment><![CDATA[whether to to allow site administrators to use their own logo instead of the enterprise logo]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user was not an administrator]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ContactLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.ContactLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>deleteContact</name>
			<param>
				<name>contact</name>
				<type>com.liferay.portal.model.Contact</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteContact</name>
			<param>
				<name>contactId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ContactServiceImpl</name>
		<type>com.liferay.portal.service.impl.ContactServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
	</javadoc>
	<javadoc>
		<name>CountryServiceImpl</name>
		<type>com.liferay.portal.service.impl.CountryServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addCountry</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>a2</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>a3</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>number</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>idd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchCountry</name>
			<param>
				<name>countryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchCountryByA2</name>
			<param>
				<name>a2</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchCountryByA3</name>
			<param>
				<name>a3</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCountries</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCountries</name>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCountry</name>
			<param>
				<name>countryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCountryByA2</name>
			<param>
				<name>a2</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCountryByA3</name>
			<param>
				<name>a3</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCountryByName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EmailAddressLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.EmailAddressLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addEmailAddress</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>address</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteEmailAddresses</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEmailAddresses</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEmailAddresses</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateEmailAddress</name>
			<param>
				<name>emailAddressId</name>
				<type>long</type>
			</param>
			<param>
				<name>address</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>emailAddressId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>emailAddressId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>address</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EmailAddressServiceImpl</name>
		<type>com.liferay.portal.service.impl.EmailAddressServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addEmailAddress</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>address</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteEmailAddress</name>
			<param>
				<name>emailAddressId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEmailAddress</name>
			<param>
				<name>emailAddressId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEmailAddresses</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateEmailAddress</name>
			<param>
				<name>emailAddressId</name>
				<type>long</type>
			</param>
			<param>
				<name>address</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>GroupLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.GroupLocalServiceImpl</type>
		<comment><![CDATA[The group local service is responsible for accessing, creating, modifying and deleting groups.

<p>
Groups are mostly used in Liferay as a resource container for permissioning and content scoping purposes as described in {@link com.liferay.portal.model.impl.GroupImpl}.
</p>

<p>
Groups are also the entity to which LayoutSets are generally associated. Since LayoutSets are the parent entities of Layouts (i.e. pages), no entity can have associated pages without also having an associated Group. This relationship can be depicted as ... Layout -> LayoutSet -> Group[type] [-> Entity]. Note, the Entity part is optional.
</p>

<p>
Group has a "type" definition that is typically identified by two fields of the entity - <code>String className</code>, and <code>int type </code>.
</p>

<p>
The <code>className</code> field helps create the group's association with other entities (e.g. Organization, User, Company, UserGroup, ... etc.). The value of <code>className</code> is the full name of the entity's class and the primary key of the associated entity instance. A site has <code>className="Group"</code> and has no associated entity.
</p>

<p>
The <code>type</code> field helps distinguish between a group used strictly for scoping and a group that also has pages (in which case the type is <code>SITE</code>). For a list of types, see {@link com.liferay.portal.model.GroupConstants}.
</p>

<p>
Here is a listing of how Group is related to some portal entities ...
</p>

<ul>
<li>
Site is a Group with <code>className="Group"</code>
</li>
<li>
Company has 1 Group (this is the global scope, but never has pages)
</li>
<li>
User has 1 Group (pages are optional based on the behavior configuration for
personal pages)
</li>
<li>
Layout Template (<code>LayoutPrototype</code>) has 1 Group which uses only 1
of it's 2 LayoutSets to store a single page which can later be used to
derive a single page in any Site
</li>
<li>
Site Template (<code>LayoutSetPrototype</code>) has 1 Group which uses only
1 of it's 2 LayoutSets to store many pages which can later be used to derive
entire Sites or pulled into an existing Site
</li>
<li>
Organization has 1 Group, but can also be associated to a Site at any point
in it's life cycle in order to support having pages
</li>
<li>
UserGroup has 1 Group that can have pages in both of the group's LayoutSets
which are later inherited by users assigned to the UserGroup
</li>
</ul>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<method>
			<name>GroupLocalServiceImpl</name>
			<comment><![CDATA[Constructs a group local service.]]></comment>
		</method>
		<method>
			<name>addGroup</name>
			<comment><![CDATA[Adds a group.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group's creator/owner]]></comment>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the entity's class name]]></comment>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the entity's instance]]></comment>
			</param>
			<param>
				<name>liveGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the live group]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the entity's name]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's description (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the group's type. For more information see {@link com.liferay.portal.model.GroupConstants}]]></comment>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's friendlyURL (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>site</name>
				<type>boolean</type>
				<comment><![CDATA[whether the group is to be associated with a main site]]></comment>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
				<comment><![CDATA[whether the group is active]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied (optionally <code>null</code>). Can set asset category IDs and asset tag names for the group, and whether the group is for staging.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a creator could not be found, if the group's information was invalid, if a layout could not be found, or if a valid friendly URL could not be created for the group]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addGroup</name>
			<comment><![CDATA[Adds the group using the default live group.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group's creator/owner]]></comment>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the entity's class name]]></comment>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the entity's instance]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the entity's name]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's description (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the group's type. For more information see {@link com.liferay.portal.model.GroupConstants}]]></comment>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's friendlyURL]]></comment>
			</param>
			<param>
				<name>site</name>
				<type>boolean</type>
				<comment><![CDATA[whether the group is to be associated with a main site]]></comment>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
				<comment><![CDATA[whether the group is active]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied (optionally <code>null</code>). Can set asset category IDs and asset tag names for the group, and whether the group is for staging.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a creator could not be found, if the group's information was invalid, if a layout could not be found, or if a valid friendly URL could not be created for the group]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addRoleGroups</name>
			<comment><![CDATA[Adds the groups to the role.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the groups]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addUserGroups</name>
			<comment><![CDATA[Adds the user to the groups.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the groups]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>checkCompanyGroup</name>
			<comment><![CDATA[Adds a company group if it does not exist. This method is typically used when a virtual host is added.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a default user for the company could not be found, if the group's information was invalid, if a layout could not be found, or if a valid friendly URL could not be created for the group]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>checkSystemGroups</name>
			<comment><![CDATA[Creates systems groups and other related data needed by the system on the very first startup. Also takes care of creating the control panel groups and layouts.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a new system group could not be created]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteGroup</name>
			<comment><![CDATA[Deletes the group and its associated data.

<p>
The group is unstaged and its assets and resources including layouts, membership requests, subscriptions, teams, blogs, bookmarks, calendar events, image gallery, journals, message boards, polls, shopping related entities, software catalog, and wikis are also deleted.
</p>]]></comment>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
				<comment><![CDATA[the group]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the group was a system group, or if the user did not have permission to delete the group or its assets or its resources]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteGroup</name>
			<comment><![CDATA[Deletes the group and its associated data.

<p>
The group is unstaged and its assets and resources including layouts, membership requests, subscriptions, teams, blogs, bookmarks, calendar events, image gallery, journals, message boards, polls, shopping related entities, software catalog, and wikis are also deleted.
</p>]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group with the primary key could not be found, if the group was a system group, or if the user did not have permission to delete the group, its assets, or its resources]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>fetchFriendlyURLGroup</name>
			<comment><![CDATA[Returns the group with the matching friendly URL.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the friendly URL]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group with the friendly URL, or <code>null</code> if a matching group could not be found]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>fetchGroup</name>
			<comment><![CDATA[Returns the group with the matching group name.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group with the name and associated company, or <code>null</code> if a matching group could not be found]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getCompanyGroup</name>
			<comment><![CDATA[Returns the company group.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group associated with the company]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching group could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getCompanyGroups</name>
			<comment><![CDATA[Returns a range of all the groups associated with the company.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of groups to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of groups to return (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of groups associated with the company]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getCompanyGroupsCount</name>
			<comment><![CDATA[Returns the number of groups associated with the company.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of groups associated with the company]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFriendlyURLGroup</name>
			<comment><![CDATA[Returns the group with the matching friendly URL.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's friendlyURL]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group with the friendly URL]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching group could not be found, or if the friendly URL was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroup</name>
			<comment><![CDATA[Returns the group with the matching primary key.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroup</name>
			<comment><![CDATA[Returns the group with the matching group name.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group with the name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching group could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroupDescriptiveName</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupDescriptiveName</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroups</name>
			<comment><![CDATA[Returns the groups with the matching primary keys.]]></comment>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the groups]]></comment>
			</param>
			<return>
				<comment><![CDATA[the groups with the primary keys]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if any one of the groups could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getLayoutGroup</name>
			<comment><![CDATA[Returns the group associated with the layout.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group associated with the layout]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching group could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getLayoutPrototypeGroup</name>
			<comment><![CDATA[Returns the group associated with the layout prototype.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>layoutPrototypeId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout prototype]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group associated with the layout prototype]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching group could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getLayoutSetPrototypeGroup</name>
			<comment><![CDATA[Returns the group associated with the layout set prototype.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>layoutSetPrototypeId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout set prototype]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group associated with the layout set prototype]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching group could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getLiveGroups</name>
			<comment><![CDATA[Returns all live groups.]]></comment>
			<return>
				<comment><![CDATA[all live groups]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getNoLayoutsGroups</name>
			<comment><![CDATA[Returns a range of all non-system groups of a specified type (className) that have no layouts.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the entity's class name]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether to include groups with private layout sets or non-private layout sets]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of groups to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of groups to return (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of matching groups]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getNullFriendlyURLGroups</name>
			<comment><![CDATA[Returns all non-system groups having <code>null</code> or empty friendly URLs.]]></comment>
			<return>
				<comment><![CDATA[the non-system groups having <code>null</code> or empty friendly URLs]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getOrganizationGroup</name>
			<comment><![CDATA[Returns the specified organization group.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group associated with the organization]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching group could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getOrganizationsGroups</name>
			<comment><![CDATA[Returns the specified organization groups.]]></comment>
			<param>
				<name>organizations</name>
				<type>java.util.List</type>
				<comment><![CDATA[the organizations]]></comment>
			</param>
			<return>
				<comment><![CDATA[the groups associated with the organizations]]></comment>
			</return>
		</method>
		<method>
			<name>getOrganizationsRelatedGroups</name>
			<comment><![CDATA[Returns all the groups related to the organizations.]]></comment>
			<param>
				<name>organizations</name>
				<type>java.util.List</type>
				<comment><![CDATA[the organizations]]></comment>
			</param>
			<return>
				<comment><![CDATA[the groups related to the organizations]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRoleGroups</name>
			<comment><![CDATA[Returns all the groups associated with the role.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<return>
				<comment><![CDATA[the groups associated with the role]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getStagingGroup</name>
			<comment><![CDATA[Returns the staging group.]]></comment>
			<param>
				<name>liveGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the live group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the staging group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching staging group could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroup</name>
			<comment><![CDATA[Returns the group associated with the user.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group associated with the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching group could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroupGroup</name>
			<comment><![CDATA[Returns the specified "user group" group. That is, the group that represents the {@link com.liferay.portal.model.UserGroup} entity.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>userGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group associated with the user group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching group could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroups</name>
			<comment><![CDATA[Returns all the user's site groups and immediate organization groups. System and staged groups are not included.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user's groups and organization groups]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroups</name>
			<comment><![CDATA[Returns all the user's site groups and immediate organization groups, optionally including the user's inherited organization groups and user groups. System and staged groups are not included.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>inherit</name>
				<type>boolean</type>
				<comment><![CDATA[whether to include the user's inherited organization groups and user groups]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user's groups and immediate organization groups]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroups</name>
			<comment><![CDATA[Returns a name ordered range of all the user's site groups and immediate organization groups, optionally including the user's inherited organization groups and user groups. System and staged groups are not included.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>inherit</name>
				<type>boolean</type>
				<comment><![CDATA[whether to include the user's inherited organization groups and user groups]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of groups to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of groups to return (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of the user's groups and immediate organization groups ordered by name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroups</name>
			<comment><![CDATA[Returns a name ordered range of all the user's site groups and immediate organization groups. System and staged groups are not included.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of groups to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of groups to return (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of the user's groups and organization groups ordered by name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroupsGroups</name>
			<comment><![CDATA[Returns the groups associated with the user groups.]]></comment>
			<param>
				<name>userGroups</name>
				<type>java.util.List</type>
				<comment><![CDATA[the user groups]]></comment>
			</param>
			<return>
				<comment><![CDATA[the groups associated with the user groups]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if any one of the user group's group could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroupsRelatedGroups</name>
			<comment><![CDATA[Returns all the groups related to the user groups.]]></comment>
			<param>
				<name>userGroups</name>
				<type>java.util.List</type>
				<comment><![CDATA[the user groups]]></comment>
			</param>
			<return>
				<comment><![CDATA[the groups related to the user groups]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserOrganizationsGroups</name>
			<comment><![CDATA[Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal property <code>organizations.membership.strict</code> is set to <code>true</code>.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of groups to consider]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of groups to consider (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of groups associated with the user's organization groups]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found or if another portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasRoleGroup</name>
			<comment><![CDATA[Returns <code>true</code> if the group is associated with the role.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the group is associated with the role; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasStagingGroup</name>
			<comment><![CDATA[Returns <code>true</code> if the live group has a staging group.]]></comment>
			<param>
				<name>liveGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the live group]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the live group has a staging group; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasUserGroup</name>
			<comment><![CDATA[Returns <code>true</code> if the user is immediately associated with the group, or associated with the group via the user's organizations, inherited organizations, or user groups.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user is associated with the group; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasUserGroup</name>
			<comment><![CDATA[Returns <code>true</code> if the user is immediately associated with the group, or optionally if the user is associated with the group via the user's organizations, inherited organizations, or user groups.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>inherit</name>
				<type>boolean</type>
				<comment><![CDATA[whether to include organization groups and user groups to which the user belongs in the determination]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user is associated with the group; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>loadFetchGroup</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>loadGetGroup</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<comment><![CDATA[Returns a name ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. System and staged groups are not included.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
				<comment><![CDATA[the class names of entities to include in the search (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's name (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's description (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the finder params (optionally <code>null</code>). To include a user's organizations, inherited organizations, and user groups in the search, add an entry with key &quot;usersGroups&quot; mapped to the user's ID and an entry with key &quot;inherit&quot; mapped to a non-<code>null</code> object. For more information see {@link com.liferay.portal.service.persistence.GroupFinder} com.liferay.portal.service.persistence.GroupFinder}]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of groups to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of groups to return (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching groups ordered by name]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>search</name>
			<comment><![CDATA[Returns an ordered range of all the groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. System and staged groups are not included.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
				<comment><![CDATA[the group's class name IDs (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's name (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's description (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the finder params (optionally <code>null</code>). To include a user's organizations, inherited organizations, and user groups in the search, add an entry with key &quot;usersGroups&quot; mapped to the user's ID and an entry with key &quot;inherit&quot; mapped to a non-<code>null</code> object. For more information see {@link com.liferay.portal.service.persistence.GroupFinder}]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of groups to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of groups to return (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the groups (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching groups ordered by comparator <code>obc</code>]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>search</name>
			<comment><![CDATA[Returns a name ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. System and staged groups are not included.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's name (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's description (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the finder params (optionally <code>null</code>). To include the user's inherited organizations and user groups in the search, add entries having &quot;usersGroups&quot; and &quot;inherit&quot; as keys mapped to the the user's ID. For more information see {@link com.liferay.portal.service.persistence.GroupFinder}]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of groups to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of groups to return (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching groups ordered by name]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>search</name>
			<comment><![CDATA[Returns an ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. System and staged groups are not included.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's name (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's description (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the finder params (optionally <code>null</code>). To include the user's inherited organizations and user groups in the search, add entries having &quot;usersGroups&quot; and &quot;inherit&quot; as keys mapped to the the user's ID. For more information see {@link com.liferay.portal.service.persistence.GroupFinder}]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of groups to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of groups to return (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the groups (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching groups ordered by comparator <code>obc</code>]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<comment><![CDATA[Returns the number of groups that match the class name IDs, name, and description, optionally including the user's inherited organization groups and user groups. System and staged groups are not included.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
				<comment><![CDATA[the class names of entities to include in the search (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's name (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's description (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the finder params (optionally <code>null</code>). To include the user's inherited organization groups and user groups in the search, add entries having &quot;usersGroups&quot; and &quot;inherit&quot; as keys mapped to the the user's ID. For more information see {@link com.liferay.portal.service.persistence.GroupFinder}]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching groups]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<comment><![CDATA[Returns the number of groups and immediate organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. System and staged groups are not included.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's name (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's description (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the finder params (optionally <code>null</code>). To include the user's inherited organization groups and user groups in the search, add entries having &quot;usersGroups&quot; and &quot;inherit&quot; as keys mapped to the the user's ID. For more information see {@link com.liferay.portal.service.persistence.GroupFinder}]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching groups]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setRoleGroups</name>
			<comment><![CDATA[Sets the groups associated with the role, removing and adding associations as necessary.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the groups]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetRoleGroups</name>
			<comment><![CDATA[Removes the groups from the role.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the groups]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetUserGroups</name>
			<comment><![CDATA[Removes the user from the groups.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the groups]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateAsset</name>
			<comment><![CDATA[Updates the group's asset replacing categories and tag names.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
				<comment><![CDATA[the group]]></comment>
			</param>
			<param>
				<name>assetCategoryIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the asset categories (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>assetTagNames</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the asset tag names (optionally <code>null</code>)]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFriendlyURL</name>
			<comment><![CDATA[Updates the group's friendly URL.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's new friendlyURL (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group with the primary key could not be found or if a valid friendly URL could not be created for the group]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateGroup</name>
			<comment><![CDATA[Updates the group's type settings.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's new type settings (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateGroup</name>
			<comment><![CDATA[Updates the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's new name]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's new description (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the group's new type. For more information see {@link com.liferay.portal.model.GroupConstants}]]></comment>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's new friendlyURL (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
				<comment><![CDATA[whether the group is active]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied (optionally <code>null</code>). Can set asset category IDs and asset tag names for the group.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group with the primary key could not be found or if the friendly URL was invalid or could one not be created]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateSite</name>
			<comment><![CDATA[Associates the group with a main site if the group is an organization.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>site</name>
				<type>boolean</type>
				<comment><![CDATA[whether the group is to be associated with a main site]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addControlPanelLayouts</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addDefaultGuestPublicLayoutByProperties</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addDefaultGuestPublicLayouts</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addDefaultGuestPublicLayoutsByLAR</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>larFile</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFriendlyURL</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>friendlyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFriendlyURL</name>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOrgGroupName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRealName</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>initImportLARFile</name>
		</method>
		<method>
			<name>initUserPersonalSitePermissions</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isStaging</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
		<method>
			<name>setCompanyPermissions</name>
			<param>
				<name>role</name>
				<type>com.liferay.portal.model.Role</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setRolePermissions</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>role</name>
				<type>com.liferay.portal.model.Role</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setRolePermissions</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>role</name>
				<type>com.liferay.portal.model.Role</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unscheduleStaging</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
		</method>
		<method>
			<name>validateFriendlyURL</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validateName</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>site</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>ORGANIZATION_NAME_SUFFIX</name>
		</field>
		<field>
			<name>publicLARFile</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_systemGroupsMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GroupServiceImpl</name>
		<type>com.liferay.portal.service.impl.GroupServiceImpl</type>
		<comment><![CDATA[The group remote service is responsible for accessing, creating, modifying and deleting groups. For more information on group services and Group, see {@link com.liferay.portal.service.impl.GroupLocalServiceImpl}.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addGroup</name>
			<comment><![CDATA[Adds a group.]]></comment>
			<param>
				<name>liveGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the live group]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the entity's name]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's description (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the group's type. For more information see {@link com.liferay.portal.model.GroupConstants}]]></comment>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's friendlyURL (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>site</name>
				<type>boolean</type>
				<comment><![CDATA[whether the group is to be associated with a main site]]></comment>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
				<comment><![CDATA[whether the group is active]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied (optionally <code>null</code>). Can set the asset category IDs and asset tag names for the group, and can set whether the group is for staging]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user did not have permission to add the group, if a creator could not be found, if the group's information was invalid, if a layout could not be found, or if a valid friendly URL could not be created for the group]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addGroup</name>
			<comment><![CDATA[Adds the group using the group default live group ID.]]></comment>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the entity's name]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's description (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the group's type. For more information see {@link com.liferay.portal.model.GroupConstants}]]></comment>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's friendlyURL]]></comment>
			</param>
			<param>
				<name>site</name>
				<type>boolean</type>
				<comment><![CDATA[whether the group is to be associated with a main site]]></comment>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
				<comment><![CDATA[whether the group is active]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied (optionally <code>null</code>). Can set asset category IDs and asset tag names for the group, and can set whether the group is for staging]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user did not have permission to add the group, if a creator could not be found, if the group's information was invalid, if a layout could not be found, or if a valid friendly URL could not be created for the group]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addRoleGroups</name>
			<comment><![CDATA[Adds the groups to the role.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the groups]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user did not have permission to update the role]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteGroup</name>
			<comment><![CDATA[Deletes the group.

<p>
The group is unstaged and its assets and resources including layouts, membership requests, subscriptions, teams, blogs, bookmarks, calendar events, image gallery, journals, message boards, polls, shopping related entities, software catalog, and wikis are also deleted.
</p>]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user did not have permission to delete the group or its assets or resources, if a group with the primary key could not be found, or if the group was a system group]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroup</name>
			<comment><![CDATA[Returns the group with the primary key.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group with the primary key could not be found or if the current user did not have permission to view the group]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroup</name>
			<comment><![CDATA[Returns the group with the name.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group with the name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching group could not be found or if the current user did not have permission to view the group]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getManageableSites</name>
			<comment><![CDATA[Returns a range of all the site groups for which the user has control panel access.]]></comment>
			<param>
				<name>portlets</name>
				<type>java.util.Collection</type>
				<comment><![CDATA[the portlets to manage]]></comment>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of groups to consider (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of site groups for which the user has control panel access]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getOrganizationsGroups</name>
			<comment><![CDATA[Returns the groups associated with the organizations.]]></comment>
			<param>
				<name>organizations</name>
				<type>java.util.List</type>
				<comment><![CDATA[the organizations]]></comment>
			</param>
			<return>
				<comment><![CDATA[the groups associated with the organizations]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroup</name>
			<comment><![CDATA[Returns the group associated with the user.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group associated with the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching group could not be found or if the current user did not have permission to view the group]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroupsGroups</name>
			<comment><![CDATA[Returns the groups associated with the user groups.]]></comment>
			<param>
				<name>userGroups</name>
				<type>java.util.List</type>
				<comment><![CDATA[the user groups]]></comment>
			</param>
			<return>
				<comment><![CDATA[the groups associated with the user groups]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if any one of the user group's group could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserOrganizationsGroups</name>
			<comment><![CDATA[Returns the range of all groups associated with the user's organization groups, including the ancestors of the organization groups, unless portal property <code>organizations.membership.strict</code> is set to <code>true</code>.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of groups to consider]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of groups to consider (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of groups associated with the user's organizations]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found or if another portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserPlaces</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeControlPanel</name>
				<type>boolean</type>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserPlaces</name>
			<comment><![CDATA[Returns the user's group &quot;places&quot; associated with the group entity class names, including the control panel group if the user is permitted to view the control panel.

<p>
<ul> <li> Class name &quot;User&quot; includes the user's layout set group. </li> <li> Class name &quot;Organization&quot; includes the user's immediate organization groups and inherited organization groups. </li> <li> Class name &quot;Group&quot; includes the user's immediate organization groups and site groups. </li> <li> A <code>classNames</code> value of <code>null</code> includes the user's layout set group, organization groups, inherited organization groups, and site groups. </li> </ul>
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>classNames</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the group entity class names (optionally <code>null</code>). For more information see {@link #getUserPlaces(long, String[], int)}]]></comment>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
				<comment><![CDATA[the maximum number of groups to return]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user's group &quot;places&quot;]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserPlaces</name>
			<comment><![CDATA[Returns the guest or current user's group &quot;places&quot; associated with the group entity class names, including the control panel group if the user is permitted to view the control panel.

<p>
<ul> <li> Class name &quot;User&quot; includes the user's layout set group. </li> <li> Class name &quot;Organization&quot; includes the user's immediate organization groups and inherited organization groups. </li> <li> Class name &quot;Group&quot; includes the user's immediate organization groups and site groups. </li> <li> A <code>classNames</code> value of <code>null</code> includes the user's layout set group, organization groups, inherited organization groups, and site groups. </li> </ul>
</p>]]></comment>
			<param>
				<name>classNames</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the group entity class names (optionally <code>null</code>). For more information see {@link #getUserPlaces(String[], int)}]]></comment>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
				<comment><![CDATA[the maximum number of groups to return]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user's group &quot;places&quot;]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserSites</name>
			<comment><![CDATA[Returns the guest or current user's layout set group, organization groups, inherited organization groups, and site groups.]]></comment>
			<return>
				<comment><![CDATA[the user's layout set group, organization groups, and inherited organization groups, and site groups]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasUserGroup</name>
			<comment><![CDATA[Returns <code>true</code> if the user is associated with the group, including the user's inherited organizations and user groups. System and staged groups are not included.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user is associated with the group; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>search</name>
			<comment><![CDATA[Returns a name ordered range of all the site groups and organization groups that match the name and description, optionally including the user's inherited organization groups and user groups. System and staged groups are not included.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's name (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's description (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the finder params (optionally <code>null</code>). To include the user's inherited organizations and user groups in the search, add entries having &quot;usersGroups&quot; and &quot;inherit&quot; as keys mapped to the the user's ID. For more information see {@link com.liferay.portal.service.persistence.GroupFinder}]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of groups to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of groups to return (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching groups ordered by name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<comment><![CDATA[Returns the number of groups and organization groups that match the name and description, optionally including the user's inherited organizations and user groups. System and staged groups are not included.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's name (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's description (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the finder params (optionally <code>null</code>). To include the user's inherited organizations and user groups in the search, add entries having &quot;usersGroups&quot; and &quot;inherit&quot; as keys mapped to the the user's ID. For more information see {@link com.liferay.portal.service.persistence.GroupFinder}]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching groups]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setRoleGroups</name>
			<comment><![CDATA[Sets the groups associated with the role, removing and adding associations as necessary.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the groups]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user did not have permission to update update the role]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetRoleGroups</name>
			<comment><![CDATA[Removes the groups from the role.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the groups]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user did not have permission to update the role]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFriendlyURL</name>
			<comment><![CDATA[Updates the group's friendly URL.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's new friendlyURL (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user did not have permission to update the group, if a group with the primary key could not be found, or if a valid friendly URL could not be created for the group]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateGroup</name>
			<comment><![CDATA[Updates the group's type settings.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's new type settings (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user did not have permission to update the group or if a group with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateGroup</name>
			<comment><![CDATA[Updates the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's new name]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's new description (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the group's new type. For more information see {@link com.liferay.portal.model.GroupConstants}]]></comment>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group's new friendlyURL (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
				<comment><![CDATA[whether the group is active]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied (optionally <code>null</code>). Can set the asset category IDs and asset tag names for the group.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user did not have permission to update the group, if a group with the primary key could not be found, if the friendly URL was invalid or could one not be created]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>filterGroups</name>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ImageLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.ImageLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>deleteImage</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyLogo</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getDefaultCompanyLogo</name>
		</method>
		<method>
			<name>getDefaultOrganizationLogo</name>
		</method>
		<method>
			<name>getDefaultSpacer</name>
		</method>
		<method>
			<name>getDefaultUserFemalePortrait</name>
		</method>
		<method>
			<name>getDefaultUserMalePortrait</name>
		</method>
		<method>
			<name>getImage</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getImage</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getImage</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getImage</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>cleanUpStream</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getImage</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getImageOrDefault</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getImages</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getImagesBySize</name>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isNullOrDefaultSpacer</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>updateImage</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateImage</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>height</name>
				<type>int</type>
			</param>
			<param>
				<name>width</name>
				<type>int</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateImage</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateImage</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateImage</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>cleanUpStream</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getImage</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getImage</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>cleanUpStream</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_defaultCompanyLogo</name>
		</field>
		<field>
			<name>_defaultOrganizationLogo</name>
		</field>
		<field>
			<name>_defaultSpacer</name>
		</field>
		<field>
			<name>_defaultUserFemalePortrait</name>
		</field>
		<field>
			<name>_defaultUserMalePortrait</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ImageServiceImpl</name>
		<type>com.liferay.portal.service.impl.ImageServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>getImage</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutBranchLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.LayoutBranchLocalServiceImpl</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>addLayoutBranch</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>master</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addLayoutBranch</name>
			<param>
				<name>layoutRevisionId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>master</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutBranch</name>
			<param>
				<name>layoutBranchId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutSetBranchLayoutBranches</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutBranches</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutSetBranchLayoutBranches</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMasterLayoutBranch</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLayoutBranch</name>
			<param>
				<name>layoutBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>layoutBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutBranchServiceImpl</name>
		<type>com.liferay.portal.service.impl.LayoutBranchServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>addLayoutBranch</name>
			<param>
				<name>layoutRevisionId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>master</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutBranch</name>
			<param>
				<name>layoutBranchId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLayoutBranch</name>
			<param>
				<name>layoutBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.LayoutLocalServiceImpl</type>
		<comment><![CDATA[The implementation of the layout local service.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Joel Kozikowski]]></author>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Vilmos Papp]]></author>
		<method>
			<name>getCounterName</name>
			<comment><![CDATA[Returns the object counter's name.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether layout is private to the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the object counter's name]]></comment>
			</return>
		</method>
		<method>
			<name>addLayout</name>
			<comment><![CDATA[Adds a layout with additional parameters.

<p>
This method handles the creation of the layout including its resources, metadata, and internal data structures. It is not necessary to make subsequent calls to any methods to setup default groups, resources, ... etc.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>parentLayoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the parent layout (optionally {@link com.liferay.portal.model.LayoutConstants#DEFAULT_PARENT_LAYOUT_ID})]]></comment>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the layout's locales and localized names]]></comment>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the layout's locales and localized titles]]></comment>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the layout's locales and localized descriptions]]></comment>
			</param>
			<param>
				<name>keywordsMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the layout's locales and localized keywords]]></comment>
			</param>
			<param>
				<name>robotsMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the layout's locales and localized robots]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the layout's type (optionally {@link com.liferay.portal.model.LayoutConstants#TYPE_PORTLET}). The possible types can be found in {@link com.liferay.portal.model.LayoutConstants}.]]></comment>
			</param>
			<param>
				<name>hidden</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is hidden]]></comment>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the layout's friendly URL (optionally {@link com.liferay.portal.util.PropsValues#DEFAULT_USER_PRIVATE_LAYOUT_FRIENDLY_URL} or {@link com.liferay.portal.util.PropsValues#DEFAULT_USER_PUBLIC_LAYOUT_FRIENDLY_URL}). The default values can be overridden in <code>portal-ext.properties</code> by specifying new values for the corresponding properties defined in {@link com.liferay.portal.util.PropsValues}. To see how the URL is normalized when accessed see {@link com.liferay.portal.kernel.util.FriendlyURLNormalizerUtil#normalize( String)}.]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context. Must set the universally unique identifier (UUID) for the layout. Can set the creation date, modification date and the expando bridge attributes for the layout. For layouts that belong to a layout set prototype, an attribute named 'layoutUpdateable' can be set to specify whether site administrators can modify this page within their site. For layouts that are created from a layout prototype, attributes named 'layoutPrototypeUuid' and 'layoutPrototypeLinkedEnabled' can be specified to provide the unique identifier of the source prototype and a boolean to determined whether a link to it should be enabled to activate propagation of changes made to the linked page in the prototype.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the layout]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group or user with the primary key could not be found, or if layout values were invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addLayout</name>
			<comment><![CDATA[Adds a layout.

<p>
This method handles the creation of the layout including its resources, metadata, and internal data structures. It is not necessary to make subsequent calls to any methods to setup default groups, resources, ... etc.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>parentLayoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the parent layout (optionally {@link com.liferay.portal.model.LayoutConstants#DEFAULT_PARENT_LAYOUT_ID}). The possible values can be found in {@link com.liferay.portal.model.LayoutConstants}.]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the layout's name (optionally {@link com.liferay.portal.util.PropsValues#DEFAULT_USER_PRIVATE_LAYOUT_NAME} or {@link com.liferay.portal.util.PropsValues#DEFAULT_USER_PUBLIC_LAYOUT_NAME}). The default values can be overridden in <code>portal-ext.properties</code> by specifying new values for the corresponding properties defined in {@link com.liferay.portal.util.PropsValues}]]></comment>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the layout's title]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the layout's description]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the layout's type (optionally {@link com.liferay.portal.model.LayoutConstants#TYPE_PORTLET}). The possible types can be found in {@link com.liferay.portal.model.LayoutConstants}.]]></comment>
			</param>
			<param>
				<name>hidden</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is hidden]]></comment>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the friendly URL of the layout (optionally {@link com.liferay.portal.util.PropsValues#DEFAULT_USER_PRIVATE_LAYOUT_FRIENDLY_URL} or {@link com.liferay.portal.util.PropsValues#DEFAULT_USER_PUBLIC_LAYOUT_FRIENDLY_URL}). The default values can be overridden in <code>portal-ext.properties</code> by specifying new values for the corresponding properties defined in {@link com.liferay.portal.util.PropsValues}. To see how the URL is normalized when accessed see {@link com.liferay.portal.kernel.util.FriendlyURLNormalizerUtil#normalize( String)}.]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context. Must set the universally unique identifier (UUID) for the layout. Can set the creation date and modification date for the layout. For layouts that belong to a layout set prototype, an attribute named 'layoutUpdateable' can be set to specify whether site administrators can modify this page within their site.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the layout]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group or user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteLayout</name>
			<comment><![CDATA[Deletes the layout, its child layouts, and its associated resources.]]></comment>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
				<comment><![CDATA[the layout]]></comment>
			</param>
			<param>
				<name>updateLayoutSet</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout set's page counter needs to be updated]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteLayout</name>
			<comment><![CDATA[Deletes the layout with the primary key, also deleting the layout's child layouts, and associated resources.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching layout could not be found , or if some other portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteLayout</name>
			<comment><![CDATA[Deletes the layout with the plid, also deleting the layout's child layouts, and associated resources.]]></comment>
			<param>
				<name>plid</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a layout with the primary key could not be found , or if some other portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteLayouts</name>
			<comment><![CDATA[Deletes the group's private or non-private layouts, also deleting the layouts' child layouts, and associated resources.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group with the primary key could not be found or if a layout set for the group and privacy could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>exportLayouts</name>
			<comment><![CDATA[Exports layouts with the primary keys and criteria as a byte array.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>layoutIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the layouts to be exported]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the mapping of parameters indicating which information to export. For information on the keys used in the map see {@link com.liferay.portal.kernel.lar.PortletDataHandlerKeys}.]]></comment>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the export's start date]]></comment>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the export's end date]]></comment>
			</param>
			<return>
				<comment><![CDATA[the layouts as a byte array]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group or any layout with the primary key could not be found, or if some other portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>exportLayouts</name>
			<comment><![CDATA[Exports all layouts that match the criteria as a byte array.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the mapping of parameters indicating which information to export. For information on the keys used in the map see {@link com.liferay.portal.kernel.lar.PortletDataHandlerKeys}.]]></comment>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the export's start date]]></comment>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the export's end date]]></comment>
			</param>
			<return>
				<comment><![CDATA[the layout as a byte array]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group with the primary key could not be found or if some other portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>exportLayoutsAsFile</name>
			<comment><![CDATA[Exports the layouts that match the primary keys and criteria as a file.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>layoutIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the layouts to be exported (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the mapping of parameters indicating which information to export. For information on the keys used in the map see {@link com.liferay.portal.kernel.lar.PortletDataHandlerKeys}.]]></comment>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the export's start date]]></comment>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the export's end date]]></comment>
			</param>
			<return>
				<comment><![CDATA[the layouts as a File]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group or any layout with the primary key could not be found, or if some other portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>exportPortletInfo</name>
			<comment><![CDATA[Exports the portlet information (categories, permissions, ... etc.) as a byte array.]]></comment>
			<param>
				<name>plid</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the portlet]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the mapping of parameters indicating which information to export. For information on the keys used in the map see {@link com.liferay.portal.kernel.lar.PortletDataHandlerKeys}.]]></comment>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the export's start date]]></comment>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the export's end date]]></comment>
			</param>
			<return>
				<comment><![CDATA[the portlet information as a byte array]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group or portlet with the primary key could not be found, or if some other portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>exportPortletInfoAsFile</name>
			<comment><![CDATA[Exports the portlet information (categories, permissions, ... etc.) as a file.]]></comment>
			<param>
				<name>plid</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the portlet]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the mapping of parameters indicating which information to export. For information on the keys used in the map see {@link com.liferay.portal.kernel.lar.PortletDataHandlerKeys}.]]></comment>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the export's start date]]></comment>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the export's end date]]></comment>
			</param>
			<return>
				<comment><![CDATA[the portlet information as a file]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group or portlet with the primary key could not be found, or if some other portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>fetchFirstLayout</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>parentLayoutId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchLayoutByUuidAndGroupId</name>
			<comment><![CDATA[Returns the layout matching the universally unique identifier and group ID]]></comment>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the universally unique identifier of the scope layout]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the layout, or <code>null</code> if a matching layout could not be found]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getDefaultPlid</name>
			<comment><![CDATA[Returns the primary key of the default layout for the group]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the primary key of the default layout for the group (optionally {@link com.liferay.portal.model.LayoutConstants#DEFAULT_PLID})]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getDefaultPlid</name>
			<comment><![CDATA[Returns primary key of the matching default layout for the group]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the primary key of the default layout for the group; {@link com.liferay.portal.model.LayoutConstants#DEFAULT_PLID}) otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getDefaultPlid</name>
			<comment><![CDATA[Returns primary key of the default portlet layout for the group]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the portlet]]></comment>
			</param>
			<return>
				<comment><![CDATA[the primary key of the default portlet layout for the group; {@link com.liferay.portal.model.LayoutConstants#DEFAULT_PLID} otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portlet with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFriendlyURLLayout</name>
			<comment><![CDATA[Returns the layout for the friendly URL]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the friendly URL of the layout]]></comment>
			</param>
			<return>
				<comment><![CDATA[the layout for the friendly URL]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the friendly URL is <code>null</code> or a matching layout could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getLayout</name>
			<comment><![CDATA[Returns the layout matching the primary key, group, and privacy; throws a {@link com.liferay.portal.NoSuchLayoutException} otherwise.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching layout]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching layout could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getLayoutByIconImageId</name>
			<comment><![CDATA[Returns the layout for the icon image; throws a {@link com.liferay.portal.NoSuchLayoutException} otherwise.]]></comment>
			<param>
				<name>iconImageId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the icon image]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the layout for the icon image]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an icon image with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getLayouts</name>
			<comment><![CDATA[Returns all the layouts belonging to the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching layouts, or <code>null</code> if no matches were found]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getLayouts</name>
			<comment><![CDATA[Returns all the layouts belonging to the group that are children of the parent layout.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>parentLayoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the parent layout]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching layouts, or <code>null</code> if no matches were found]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getLayouts</name>
			<comment><![CDATA[Returns a range of all the layouts belonging to the group that are children of the parent layout.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>parentLayoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the parent layout]]></comment>
			</param>
			<param>
				<name>incomplete</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is incomplete]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of layouts]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of layouts (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching layouts, or <code>null</code> if no matches were found]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getLayouts</name>
			<comment><![CDATA[Returns all the layouts that match the layout IDs and belong to the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>layoutIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the layouts]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching layouts, or <code>null</code> if no matches were found]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group or layout with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getLayouts</name>
			<comment><![CDATA[Returns all the layouts that match the type and belong to the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the type of the layouts (optionally {@link com.liferay.portal.model.LayoutConstants#TYPE_PORTLET})]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching layouts, or <code>null</code> if no matches were found]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getLayouts</name>
			<comment><![CDATA[Returns the layout references for all the layouts that belong to the company and belong to the portlet that matches the preferences.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the portlet]]></comment>
			</param>
			<param>
				<name>preferencesKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the portlet's preference key]]></comment>
			</param>
			<param>
				<name>preferencesValue</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the portlet's preference value]]></comment>
			</param>
			<return>
				<comment><![CDATA[the layout references of the matching layouts]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getLayoutsByLayoutPrototypeUuidCount</name>
			<param>
				<name>layoutPrototypeUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutsCount</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutsCount</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNextLayoutId</name>
			<comment><![CDATA[Returns the primary key to use for the next layout.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the primary key to use for the next layout]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getNullFriendlyURLLayouts</name>
			<comment><![CDATA[Returns all the layouts whose friendly URLs are <code>null</code>]]></comment>
			<return>
				<comment><![CDATA[all the layouts whose friendly URLs are <code>null</code>]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getScopeGroupLayouts</name>
			<comment><![CDATA[Returns all the layouts within scope of the group]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the layouts within scope of the group]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasLayouts</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasLayouts</name>
			<comment><![CDATA[Returns <code>true</code> if the group has any layouts; <code>false</code> otherwise.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>parentLayoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the parent layout]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the group has any layouts; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasLayouts</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasLayoutSetPrototypeLayout</name>
			<param>
				<name>layoutSetPrototypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasLayoutSetPrototypeLayout</name>
			<param>
				<name>layoutSetPrototypeUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>layoutUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>importLayouts</name>
			<comment><![CDATA[Imports the layouts from the byte array.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the mapping of parameters indicating which information will be imported. For information on the keys used in the map see {@link com.liferay.portal.kernel.lar.PortletDataHandlerKeys}.]]></comment>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
				<comment><![CDATA[the byte array with the data]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group or user with the primary key could not be found, or if some other portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.lar.LayoutImporter]]></see>
		</method>
		<method>
			<name>importLayouts</name>
			<comment><![CDATA[Imports the layouts from the file.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the mapping of parameters indicating which information will be imported. For information on the keys used in the map see {@link com.liferay.portal.kernel.lar.PortletDataHandlerKeys}.]]></comment>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
				<comment><![CDATA[the LAR file with the data]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group or user with the primary key could not be found, or if some other portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.lar.LayoutImporter]]></see>
		</method>
		<method>
			<name>importLayouts</name>
			<comment><![CDATA[Imports the layouts from the input stream.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the mapping of parameters indicating which information will be imported. For information on the keys used in the map see {@link com.liferay.portal.kernel.lar.PortletDataHandlerKeys}.]]></comment>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
				<comment><![CDATA[the input stream]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group or user with the primary key could not be found, or if some other portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.lar.LayoutImporter]]></see>
		</method>
		<method>
			<name>importPortletInfo</name>
			<comment><![CDATA[Imports the portlet information (categories, permissions, ... etc.) from the file.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the target layout]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the target group]]></comment>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the portlet]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the mapping of parameters indicating which information will be imported. For information on the keys used in the map see {@link com.liferay.portal.kernel.lar.PortletDataHandlerKeys}.]]></comment>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
				<comment><![CDATA[the LAR file with the data]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group, layout, portlet or user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>importPortletInfo</name>
			<comment><![CDATA[Imports the portlet information (categories, permissions, ... etc.) from the input stream.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the portlet]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the mapping of parameters indicating which information will be imported. For information on the keys used in the map see {@link com.liferay.portal.kernel.lar.PortletDataHandlerKeys}.]]></comment>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
				<comment><![CDATA[the input stream]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group, portlet, layout or user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setLayouts</name>
			<comment><![CDATA[Sets the layouts for the group, replacing and prioritizing all layouts of the parent layout.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>parentLayoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the parent layout]]></comment>
			</param>
			<param>
				<name>layoutIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the layouts]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group or layout with the primary key could not be found, if no layouts were specified, if the first layout was not page-able, if the first layout was hidden, or if some other portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFriendlyURL</name>
			<comment><![CDATA[Updates the friendly URL of the layout.]]></comment>
			<param>
				<name>plid</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the friendly URL to be assigned]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated layout]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group or layout with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateLayout</name>
			<comment><![CDATA[Updates the layout.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>parentLayoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout's new parent layout]]></comment>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the locales and localized names to merge (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the locales and localized titles to merge (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the locales and localized descriptions to merge (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>keywordsMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the locales and localized keywords to merge (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>robotsMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the locales and localized robots to merge (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the layout's new type (optionally {@link com.liferay.portal.model.LayoutConstants#TYPE_PORTLET})]]></comment>
			</param>
			<param>
				<name>hidden</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is hidden]]></comment>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the layout's new friendly URL (optionally {@link com.liferay.portal.util.PropsValues#DEFAULT_USER_PRIVATE_LAYOUT_FRIENDLY_URL} or {@link com.liferay.portal.util.PropsValues#DEFAULT_USER_PRIVATE_LAYOUT_FRIENDLY_URL}). The default values can be overridden in <code>portal-ext.properties</code> by specifying new values for the corresponding properties defined in {@link com.liferay.portal.util.PropsValues}. To see how the URL is normalized when accessed see {@link com.liferay.portal.kernel.util.FriendlyURLNormalizerUtil#normalize( String)}.]]></comment>
			</param>
			<param>
				<name>iconImage</name>
				<type>java.lang.Boolean</type>
				<comment><![CDATA[whether the icon image will be updated]]></comment>
			</param>
			<param>
				<name>iconBytes</name>
				<type>byte[]</type>
				<comment><![CDATA[the byte array of the layout's new icon image]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context. Can set the modification date and expando bridge attributes for the layout. For layouts that are linked to a layout prototype, attributes named 'layoutPrototypeUuid' and 'layoutPrototypeLinkedEnabled' can be specified to provide the unique identifier of the source prototype and a boolean to determined whether a link to it should be enabled to activate propagation of changes made to the linked page in the prototype.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated layout]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group or layout with the primary key could not be found, if a unique friendly URL could not be generated, if a valid parent layout ID to use could not be found, or if the layout parameters were invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateLayout</name>
			<comment><![CDATA[Updates the layout replacing its type settings.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the settings to load the unicode properties object. See {@link com.liferay.portal.kernel.util.UnicodeProperties #fastLoad(String)}.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated layout]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching layout could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateLookAndFeel</name>
			<comment><![CDATA[Updates the look and feel of the layout.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the layout's new theme]]></comment>
			</param>
			<param>
				<name>colorSchemeId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the layout's new color scheme]]></comment>
			</param>
			<param>
				<name>css</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the layout's new CSS]]></comment>
			</param>
			<param>
				<name>wapTheme</name>
				<type>boolean</type>
				<comment><![CDATA[whether the theme is for WAP browsers]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated layout]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching layout could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateName</name>
			<comment><![CDATA[Updates the name of the layout.]]></comment>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
				<comment><![CDATA[the layout to be updated]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the layout's new name]]></comment>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the language. For more information see {@link java.util.Locale}.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated layout]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the new name was <code>null</code>]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateName</name>
			<comment><![CDATA[Updates the name of the layout matching the group, layout ID, and privacy.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the layout's new name]]></comment>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the language. For more information see {@link java.util.Locale}.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated layout]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching layout could not be found or if the new name was <code>null</code>]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateName</name>
			<comment><![CDATA[Updates the name of the layout matching the primary key.]]></comment>
			<param>
				<name>plid</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name to be assigned]]></comment>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the language. For more information see {@link java.util.Locale}.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated layout]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a layout with the primary key could not be found or if the name was <code>null</code>]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateParentLayoutId</name>
			<comment><![CDATA[Updates the parent layout ID of the layout matching the group, layout ID, and privacy.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>parentLayoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key to be assigned to the parent layout]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching layout]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a valid parent layout ID to use could not be found or if a matching layout could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateParentLayoutId</name>
			<comment><![CDATA[Updates the parent layout ID of the layout matching the primary key. If a layout matching the parent primary key is found, the layout ID of that layout is assigned, otherwise {@link com.liferay.portal.model.LayoutConstants#DEFAULT_PARENT_LAYOUT_ID} is assigned.]]></comment>
			<param>
				<name>plid</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>parentPlid</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the parent layout]]></comment>
			</param>
			<return>
				<comment><![CDATA[the layout matching the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a layout with the primary key could not be found or if a valid parent layout ID to use could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updatePriorities</name>
			<comment><![CDATA[Updates the priorities of the layouts.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching layout could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updatePriority</name>
			<comment><![CDATA[Updates the priority of the layout.]]></comment>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
				<comment><![CDATA[the layout to be updated]]></comment>
			</param>
			<param>
				<name>priority</name>
				<type>int</type>
				<comment><![CDATA[the layout's new priority]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated layout]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updatePriority</name>
			<comment><![CDATA[Updates the priority of the layout matching the group, layout ID, and privacy.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>priority</name>
				<type>int</type>
				<comment><![CDATA[the layout's new priority]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated layout]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching layout could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updatePriority</name>
			<comment><![CDATA[Updates the priority of the layout matching the primary key.]]></comment>
			<param>
				<name>plid</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>priority</name>
				<type>int</type>
				<comment><![CDATA[the layout's new priority]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated layout]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a layout with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateScopedPortletNames</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>nameMapModifiedLocales</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateScopedPortletNames</name>
			<comment><![CDATA[Updates the names of the portlets within scope of the group, the scope of the layout's universally unique identifier, and the privacy.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout whose universally unique identifier to match]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the new name for the portlets]]></comment>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the language]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching layout could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portlet.portletconfiguration.action.EditScopeAction]]></see>
		</method>
		<method>
			<name>getFriendlyURL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFriendlyURL</name>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNextPriority</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>parentLayoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourcePrototypeLayoutUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultPriority</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getParentLayoutId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>parentLayoutId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasLayoutSetPrototypeLayout</name>
			<param>
				<name>layoutSetPrototype</name>
				<type>com.liferay.portal.model.LayoutSetPrototype</type>
			</param>
			<param>
				<name>layoutUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentLayoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>hidden</name>
				<type>boolean</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validateFirstLayout</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>validateFriendlyURL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validateName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>validateName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>validateParentLayoutId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentLayoutId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_PRIORITY_BUFFER</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutLocalServiceStagingAdvice</name>
		<type>com.liferay.portal.service.impl.LayoutLocalServiceStagingAdvice</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>deleteLayout</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>updateLayoutSet</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>updateLayout</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentLayoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>keywordsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>robotsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>hidden</name>
				<type>boolean</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>iconImage</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>iconBytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLayout</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLookAndFeel</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>colorSchemeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>css</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wapTheme</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateName</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unwrapLayout</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>wrapLayout</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>wrapLayouts</name>
			<param>
				<name>layouts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>showIncomplete</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>wrapReturnValue</name>
			<param>
				<name>returnValue</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>showIncomplete</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_layoutLocalServiceStagingAdviceMethodNames</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutLocalServiceVirtualLayoutsAdvice</name>
		<type>com.liferay.portal.service.impl.LayoutLocalServiceVirtualLayoutsAdvice</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>invoke</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>addChildUserGroupLayouts</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>layouts</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addUserGroupLayouts</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
			<param>
				<name>layouts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>parentLayoutId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_TYPES_L</name>
		</field>
		<field>
			<name>_TYPES_L_B_L</name>
		</field>
		<field>
			<name>_TYPES_L_B_L_B_I_I</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_virtualLayoutTargetGroupId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutPrototypeLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.LayoutPrototypeLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Vilmos Papp]]></author>
		<method>
			<name>addLayoutPrototype</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutPrototype</name>
			<param>
				<name>layoutPrototype</name>
				<type>com.liferay.portal.model.LayoutPrototype</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutPrototype</name>
			<param>
				<name>layoutPrototypeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutPrototypeByUuid</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>active</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>active</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLayoutPrototype</name>
			<param>
				<name>layoutPrototypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutPrototypeServiceImpl</name>
		<type>com.liferay.portal.service.impl.LayoutPrototypeServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>addLayoutPrototype</name>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutPrototype</name>
			<param>
				<name>layoutPrototypeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutPrototype</name>
			<param>
				<name>layoutPrototypeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>active</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLayoutPrototype</name>
			<param>
				<name>layoutPrototypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutRevisionLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.LayoutRevisionLocalServiceImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addLayoutRevision</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentLayoutRevisionId</name>
				<type>long</type>
			</param>
			<param>
				<name>head</name>
				<type>boolean</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletPreferencesPlid</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>robots</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>iconImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>iconImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>colorSchemeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wapThemeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wapColorSchemeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>css</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutLayoutRevisions</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutRevision</name>
			<param>
				<name>layoutRevision</name>
				<type>com.liferay.portal.model.LayoutRevision</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutRevision</name>
			<param>
				<name>layoutRevisionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutRevisions</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutRevisions</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutSetBranchLayoutRevisions</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchLastLayoutRevision</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>head</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getChildLayoutRevisions</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentLayoutRevisionId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getChildLayoutRevisions</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentLayoutRevision</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getChildLayoutRevisionsCount</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentLayoutRevision</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutRevision</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>head</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutRevision</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutRevisions</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutRevisions</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>head</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutRevisions</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutRevisions</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutRevisions</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutRevisions</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutRevisionsCount</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLayoutRevision</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutRevisionId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>robots</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>iconImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>iconImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>colorSchemeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wapThemeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wapColorSchemeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>css</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStatus</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutRevisionId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyPortletPreferences</name>
			<param>
				<name>layoutRevision</name>
				<type>com.liferay.portal.model.LayoutRevision</type>
			</param>
			<param>
				<name>parentLayoutRevisionId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getParentLayoutRevisionId</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentLayoutRevisionId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateMajor</name>
			<param>
				<name>layoutRevision</name>
				<type>com.liferay.portal.model.LayoutRevision</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_layoutRevisionId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutRevisionServiceImpl</name>
		<type>com.liferay.portal.service.impl.LayoutRevisionServiceImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>addLayoutRevision</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentLayoutRevisionId</name>
				<type>long</type>
			</param>
			<param>
				<name>head</name>
				<type>boolean</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletPreferencesPlid</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>robots</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>iconImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>iconImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>colorSchemeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wapThemeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wapColorSchemeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>css</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutServiceImpl</name>
		<type>com.liferay.portal.service.impl.LayoutServiceImpl</type>
		<comment><![CDATA[The implementation of the layout service.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<method>
			<name>addLayout</name>
			<comment><![CDATA[Adds a layout with additional parameters.

<p>
This method handles the creation of the layout including its resources, metadata, and internal data structures. It is not necessary to make subsequent calls to any methods to setup default groups, resources, ... etc.
</p>]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>parentLayoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the parent layout (optionally {@link com.liferay.portal.model.LayoutConstants#DEFAULT_PARENT_LAYOUT_ID})]]></comment>
			</param>
			<param>
				<name>localeNamesMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the layout's locales and localized names]]></comment>
			</param>
			<param>
				<name>localeTitlesMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the layout's locales and localized titles]]></comment>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the layout's locales and localized descriptions]]></comment>
			</param>
			<param>
				<name>keywordsMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the layout's locales and localized keywords]]></comment>
			</param>
			<param>
				<name>robotsMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the layout's locales and localized robots]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the layout's type (optionally {@link com.liferay.portal.model.LayoutConstants#TYPE_PORTLET}). The possible types can be found in {@link com.liferay.portal.model.LayoutConstants}.]]></comment>
			</param>
			<param>
				<name>hidden</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is hidden]]></comment>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the layout's friendly URL (optionally {@link com.liferay.portal.util.PropsValues#DEFAULT_USER_PRIVATE_LAYOUT_FRIENDLY_URL} or {@link com.liferay.portal.util.PropsValues#DEFAULT_USER_PUBLIC_LAYOUT_FRIENDLY_URL}). The default values can be overridden in <code>portal-ext.properties</code> by specifying new values for the corresponding properties defined in {@link com.liferay.portal.util.PropsValues}. To see how the URL is normalized when accessed see {@link com.liferay.portal.kernel.util.FriendlyURLNormalizerUtil#normalize( String)}.]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context. Must set the universally unique identifier (UUID) for the layout. Can set the creation date, modification date and the expando bridge attributes for the layout. For layouts that belong to a layout set prototype, an attribute named 'layoutUpdateable' can be used to specify whether site administrators can modify this page within their site.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the layout]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group with the primary key could not be found, if the group did not have permission to manage the layouts involved, or if layout values were invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addLayout</name>
			<comment><![CDATA[Adds a layout with empty maps for descriptions, keywords, and titles , and a names map containing a mapping for the default locale as its only entry.

<p>
This method handles the creation of the layout including its resources, metadata, and internal data structures. It is not necessary to make subsequent calls to any methods to setup default groups, resources, ... etc.
</p>]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>parentLayoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the parent layout (optionally {@link com.liferay.portal.model.LayoutConstants#DEFAULT_PARENT_LAYOUT_ID})]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[Map the layout's locales and localized names]]></comment>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
				<comment><![CDATA[Map the layout's locales and localized titles]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[Map the layout's locales and localized descriptions]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the layout's type (optionally {@link com.liferay.portal.model.LayoutConstants#TYPE_PORTLET}). The possible types can be found in {@link com.liferay.portal.model.LayoutConstants}.]]></comment>
			</param>
			<param>
				<name>hidden</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is hidden]]></comment>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the layout's friendly URL (optionally {@link com.liferay.portal.util.PropsValues#DEFAULT_USER_PRIVATE_LAYOUT_FRIENDLY_URL} or {@link com.liferay.portal.util.PropsValues#DEFAULT_USER_PUBLIC_LAYOUT_FRIENDLY_URL}). The default values can be overridden in <code>portal-ext.properties</code> by specifying new values for the corresponding properties defined in {@link com.liferay.portal.util.PropsValues}. To see how the URL is normalized when accessed see {@link com.liferay.portal.kernel.util.FriendlyURLNormalizerUtil#normalize( String)}.]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context. Must set the universally unique identifier (UUID) for the layout. Can specify the creation date, modification date and the expando bridge attributes for the layout. For layouts that belong to a layout set prototype, an attribute named 'layoutUpdateable' can be used to specify whether site administrators can modify this page within their site.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the layout]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group with the primary key could not be found, if the group did not have permission to manage the layouts involved, or if layout values were invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteLayout</name>
			<comment><![CDATA[Deletes the layout with the primary key, also deleting the layout's child layouts, and associated resources.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user did not have permission to delete the layout, if a matching layout could not be found , or if some other portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteLayout</name>
			<comment><![CDATA[Deletes the layout with the plid, also deleting the layout's child layouts, and associated resources.]]></comment>
			<param>
				<name>plid</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user did not have permission to delete the layout, if a layout with the primary key could not be found , or if some other portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>exportLayouts</name>
			<comment><![CDATA[Exports the layouts that match the primary keys and the criteria as a byte array.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>layoutIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the layouts to be exported]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the mapping of parameters indicating which information to export. For information on the keys used in the map see {@link com.liferay.portal.kernel.lar.PortletDataHandlerKeys}.]]></comment>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the export's start date]]></comment>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the export's end date]]></comment>
			</param>
			<return>
				<comment><![CDATA[the layouts as a byte array]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group or any layout with the primary key could not be found, if the group did not have permission to manage the layouts, or if some other portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>exportLayouts</name>
			<comment><![CDATA[Exports all layouts that match the criteria as a byte array.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the mapping of parameters indicating which information to export. For information on the keys used in the map see {@link com.liferay.portal.kernel.lar.PortletDataHandlerKeys}.]]></comment>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the export's start date]]></comment>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the export's end date]]></comment>
			</param>
			<return>
				<comment><![CDATA[the layout as a byte array]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group with the primary key could not be found, if the group did not have permission to manage the layouts, or if some other portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>exportLayoutsAsFile</name>
			<comment><![CDATA[Exports all layouts that match the primary keys and criteria as a file.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>layoutIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the layouts to be exported (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the mapping of parameters indicating which information to export. For information on the keys used in the map see {@link com.liferay.portal.kernel.lar.PortletDataHandlerKeys}.]]></comment>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the export's start date]]></comment>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the export's end date]]></comment>
			</param>
			<return>
				<comment><![CDATA[the layouts as a File]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group or any layout with the primary key could not be found, it the group did not have permission to manage the layouts, or if some other portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>exportPortletInfo</name>
			<comment><![CDATA[Exports the portlet information (categories, permissions, ... etc.) as a byte array.]]></comment>
			<param>
				<name>plid</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the portlet]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the mapping of parameters indicating which information to export. For information on the keys used in the map see {@link com.liferay.portal.kernel.lar.PortletDataHandlerKeys}.]]></comment>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the export's start date]]></comment>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the export's end date]]></comment>
			</param>
			<return>
				<comment><![CDATA[the portlet information as a byte array]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a layout, group, or portlet with the primary key could not be found, if the group did not have permission to manage the layouts involved, or if some other portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>exportPortletInfoAsFile</name>
			<comment><![CDATA[Exports the portlet information (categories, permissions, ... etc.) as a file.]]></comment>
			<param>
				<name>plid</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the portlet]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the mapping of parameters indicating which information to export. For information on the keys used in the map see {@link com.liferay.portal.kernel.lar.PortletDataHandlerKeys}.]]></comment>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the export's start date]]></comment>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the export's end date]]></comment>
			</param>
			<return>
				<comment><![CDATA[the portlet information as a file]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a layout, group, or portlet with the primary key could not be found, it the group did not have permission to manage the layouts involved, or if some other portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getDefaultPlid</name>
			<comment><![CDATA[Returns the primary key of the default layout for the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the scope group. See {@link ServiceContext#getScopeGroupId()}.]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the portlet]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the primary key of the default layout group; {@link com.liferay.portal.model.LayoutConstants#DEFAULT_PLID} otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group, layout, or portlet with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getLayoutName</name>
			<comment><![CDATA[Returns the name of the layout.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the language. For more information See {@link java.util.Locale}.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the layout's name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching layout could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getLayoutReferences</name>
			<comment><![CDATA[Returns the layout references for all the layouts that belong to the company and belong to the portlet that matches the preferences.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the portlet]]></comment>
			</param>
			<param>
				<name>preferencesKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the portlet's preference key]]></comment>
			</param>
			<param>
				<name>preferencesValue</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the portlet's preference value]]></comment>
			</param>
			<return>
				<comment><![CDATA[the layout references of the matching layouts]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getLayouts</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayouts</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>parentLayoutId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>importLayouts</name>
			<comment><![CDATA[Imports the layouts from the byte array.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the mapping of parameters indicating which information will be imported. For information on the keys used in the map see {@link com.liferay.portal.kernel.lar.PortletDataHandlerKeys}.]]></comment>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
				<comment><![CDATA[the byte array with the data]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group with the primary key could not be found, if the group did not have permission to manage the layouts, or if some other portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.lar.LayoutImporter]]></see>
		</method>
		<method>
			<name>importLayouts</name>
			<comment><![CDATA[Imports the layouts from the file.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the mapping of parameters indicating which information will be imported. For information on the keys used in the map see {@link com.liferay.portal.kernel.lar.PortletDataHandlerKeys}.]]></comment>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
				<comment><![CDATA[the LAR file with the data]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group with the primary key could not be found, if the group did not have permission to manage the layouts and publish, or if some other portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.lar.LayoutImporter]]></see>
		</method>
		<method>
			<name>importLayouts</name>
			<comment><![CDATA[Imports the layouts from the input stream.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the mapping of parameters indicating which information will be imported. For information on the keys used in the map see {@link com.liferay.portal.kernel.lar.PortletDataHandlerKeys}.]]></comment>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
				<comment><![CDATA[the input stream]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group with the primary key could not be found, if the group did not have permission to manage the layouts, or if some other portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.lar.LayoutImporter]]></see>
		</method>
		<method>
			<name>importPortletInfo</name>
			<comment><![CDATA[Imports the portlet information (categories, permissions, ... etc.) from the file.]]></comment>
			<param>
				<name>plid</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the portlet]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the mapping of parameters indicating which information will be imported. For information on the keys used in the map see {@link com.liferay.portal.kernel.lar.PortletDataHandlerKeys}.]]></comment>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
				<comment><![CDATA[the LAR file with the data]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group, layout, or portlet with the primary key could not be found, or if the group did not have permission to manage the layouts]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>importPortletInfo</name>
			<comment><![CDATA[Imports the portlet information (categories, permissions, ... etc.) from the input stream.]]></comment>
			<param>
				<name>plid</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the portlet]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the mapping of parameters indicating which information will be imported. For information on the keys used in the map see {@link com.liferay.portal.kernel.lar.PortletDataHandlerKeys}.]]></comment>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
				<comment><![CDATA[the input stream]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group, portlet, or layout with the primary key could not be found or if the group did not have permission to manage the layouts]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>schedulePublishToLive</name>
			<comment><![CDATA[Schedules a range of layouts to be published.]]></comment>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the source group]]></comment>
			</param>
			<param>
				<name>targetGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the target group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>layoutIdMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the layouts considered for publishing, specified by the layout IDs and booleans indicating whether they have children]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the mapping of parameters indicating which information will be used. See {@link com.liferay.portal.kernel.lar.PortletDataHandlerKeys}]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the scope of the pages. It can be <code>all-pages</code> or <code>selected-pages</code>.]]></comment>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the start date]]></comment>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the end date]]></comment>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group name (optionally {@link com.liferay.portal.kernel.messaging.DestinationNames#LAYOUTS_LOCAL_PUBLISHER}). See {@link com.liferay.portal.kernel.messaging.DestinationNames}.]]></comment>
			</param>
			<param>
				<name>cronText</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the cron text. See {@link com.liferay.portal.kernel.cal.RecurrenceSerializer #toCronText}]]></comment>
			</param>
			<param>
				<name>schedulerStartDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the scheduler start date]]></comment>
			</param>
			<param>
				<name>schedulerEndDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the scheduler end date]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the scheduler description]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the group did not have permission to manage and publish]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>schedulePublishToRemote</name>
			<comment><![CDATA[Schedules a range of layouts to be stored.]]></comment>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the source group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>layoutIdMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the layouts considered for publishing, specified by the layout IDs and booleans indicating whether they have children]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the mapping of parameters indicating which information will be used. See {@link com.liferay.portal.kernel.lar.PortletDataHandlerKeys}]]></comment>
			</param>
			<param>
				<name>remoteAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the remote address]]></comment>
			</param>
			<param>
				<name>remotePort</name>
				<type>int</type>
				<comment><![CDATA[the remote port]]></comment>
			</param>
			<param>
				<name>remotePathContext</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secureConnection</name>
				<type>boolean</type>
				<comment><![CDATA[whether the connection is secure]]></comment>
			</param>
			<param>
				<name>remoteGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the remote group]]></comment>
			</param>
			<param>
				<name>remotePrivateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether remote group's layout is private]]></comment>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the start date]]></comment>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the end date]]></comment>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group name. Optionally {@link com.liferay.portal.kernel.messaging.DestinationNames#LAYOUTS_LOCAL_PUBLISHER}). See {@link com.liferay.portal.kernel.messaging.DestinationNames}.]]></comment>
			</param>
			<param>
				<name>cronText</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the cron text. See {@link com.liferay.portal.kernel.cal.RecurrenceSerializer #toCronText}]]></comment>
			</param>
			<param>
				<name>schedulerStartDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the scheduler start date]]></comment>
			</param>
			<param>
				<name>schedulerEndDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the scheduler end date]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the scheduler description]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group with the source group primary key was not found or if the group did not have permission to publish]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setLayouts</name>
			<comment><![CDATA[Sets the layouts for the group, replacing and prioritizing all layouts of the parent layout.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>parentLayoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the parent layout]]></comment>
			</param>
			<param>
				<name>layoutIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the layouts]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group or layout with the primary key could not be found, if the group did not have permission to manage the layouts, if no layouts were specified, if the first layout was not page-able, if the first layout was hidden, or if some other portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unschedulePublishToLive</name>
			<comment><![CDATA[Deletes the job from the scheduler's queue.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the job name]]></comment>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group name (optionally {@link com.liferay.portal.kernel.messaging.DestinationNames#LAYOUTS_LOCAL_PUBLISHER}). See {@link com.liferay.portal.kernel.messaging.DestinationNames}.]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the group did not permission to manage staging and publish]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unschedulePublishToRemote</name>
			<comment><![CDATA[Deletes the job from the scheduler's persistent queue.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the job name]]></comment>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the group name (optionally {@link com.liferay.portal.kernel.messaging.DestinationNames#LAYOUTS_LOCAL_PUBLISHER}). See {@link com.liferay.portal.kernel.messaging.DestinationNames}.]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group with the primary key could not be found or if the group did not have permission to publish]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateLayout</name>
			<comment><![CDATA[Updates the layout.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>parentLayoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout's new parent layout]]></comment>
			</param>
			<param>
				<name>localeNamesMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the layout's locales and localized names]]></comment>
			</param>
			<param>
				<name>localeTitlesMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the layout's locales and localized titles]]></comment>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the locales and localized descriptions to merge (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>keywordsMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the locales and localized keywords to merge (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>robotsMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the locales and localized robots to merge (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the layout's new type (optionally {@link com.liferay.portal.model.LayoutConstants#TYPE_PORTLET})]]></comment>
			</param>
			<param>
				<name>hidden</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is hidden]]></comment>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the layout's new friendly URL (optionally {@link com.liferay.portal.util.PropsValues#DEFAULT_USER_PRIVATE_LAYOUT_FRIENDLY_URL} or {@link com.liferay.portal.util.PropsValues#DEFAULT_USER_PRIVATE_LAYOUT_FRIENDLY_URL}). The default values can be overridden in <code>portal-ext.properties</code> by specifying new values for the corresponding properties defined in {@link com.liferay.portal.util.PropsValues}. To see how the URL is normalized when accessed see {@link com.liferay.portal.kernel.util.FriendlyURLNormalizerUtil#normalize( String)}.]]></comment>
			</param>
			<param>
				<name>iconImage</name>
				<type>java.lang.Boolean</type>
				<comment><![CDATA[whether the icon image will be updated]]></comment>
			</param>
			<param>
				<name>iconBytes</name>
				<type>byte[]</type>
				<comment><![CDATA[the byte array of the layout's new icon image]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context. Can set the modification date and expando bridge attributes for the layout.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated layout]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group or layout with the primary key could not be found, if the user did not have permission to update the layout, if a unique friendly URL could not be generated, if a valid parent layout ID to use could not be found, or if the layout parameters were invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateLayout</name>
			<comment><![CDATA[Updates the layout replacing its type settings.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the settings to load the unicode properties object. See {@link com.liferay.portal.kernel.util.UnicodeProperties #fastLoad(String)}.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated layout]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching layout could not be found or if the user did not have permission to update the layout]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateLookAndFeel</name>
			<comment><![CDATA[Updates the look and feel of the layout.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the layout's new theme]]></comment>
			</param>
			<param>
				<name>colorSchemeId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the layout's new color scheme]]></comment>
			</param>
			<param>
				<name>css</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the layout's new CSS]]></comment>
			</param>
			<param>
				<name>wapTheme</name>
				<type>boolean</type>
				<comment><![CDATA[whether the theme is for WAP browsers]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated layout]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching layout could not be found, or if the user did not have permission to update the layout and permission to apply the theme]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateName</name>
			<comment><![CDATA[Updates the name of the layout matching the group, layout ID, and privacy.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the layout's new name]]></comment>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the language. For more information see {@link java.util.Locale}.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated layout]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching layout could not be found, if the user did not have permission to update the layout, or if the new name was <code>null</code>]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateName</name>
			<comment><![CDATA[Updates the name of the layout matching the primary key.]]></comment>
			<param>
				<name>plid</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name to be assigned]]></comment>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the language. For more information see {@link java.util.Locale}.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated layout]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a layout with the primary key could not be found, or if the user did not have permission to update the layout, or if the name was <code>null</code>]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateParentLayoutId</name>
			<comment><![CDATA[Updates the parent layout ID of the layout matching the group, layout ID, and privacy.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>parentLayoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key to be assigned to the parent layout]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching layout]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a valid parent layout ID to use could not be found, if a matching layout could not be found, or if the user did not have permission to update the layout]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateParentLayoutId</name>
			<comment><![CDATA[Updates the parent layout ID of the layout matching the primary key. If a layout matching the parent primary key is found, the layout ID of that layout is assigned, otherwise {@link com.liferay.portal.model.LayoutConstants#DEFAULT_PARENT_LAYOUT_ID} is assigned.]]></comment>
			<param>
				<name>plid</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>parentPlid</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the parent layout]]></comment>
			</param>
			<return>
				<comment><![CDATA[the layout matching the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a layout with the primary key could not be found, if the user did not have permission to update the layout, or if a valid parent layout ID to use could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updatePriority</name>
			<comment><![CDATA[Updates the priority of the layout matching the group, layout ID, and privacy.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout is private to the group]]></comment>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>priority</name>
				<type>int</type>
				<comment><![CDATA[the layout's new priority]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated layout]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching layout could not be found or if the user did not have permission to update the layout]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updatePriority</name>
			<comment><![CDATA[Updates the priority of the layout matching the primary key.]]></comment>
			<param>
				<name>plid</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the layout]]></comment>
			</param>
			<param>
				<name>priority</name>
				<type>int</type>
				<comment><![CDATA[the layout's new priority]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated layout]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a layout with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>filterLayouts</name>
			<param>
				<name>layouts</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutSetBranchLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.LayoutSetBranchLocalServiceImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>addLayoutSetBranch</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>master</name>
				<type>boolean</type>
			</param>
			<param>
				<name>copyLayoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutSetBranch</name>
			<param>
				<name>layoutSetBranch</name>
				<type>com.liferay.portal.model.LayoutSetBranch</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutSetBranch</name>
			<param>
				<name>layoutSetBranch</name>
				<type>com.liferay.portal.model.LayoutSetBranch</type>
			</param>
			<param>
				<name>includeMaster</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutSetBranch</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutSetBranches</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutSetBranches</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>includeMaster</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutSetBranch</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutSetBranches</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMasterLayoutSetBranch</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserLayoutSetBranch</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getUserLayoutSetBranch(long, long, boolean, long, long)}]]></deprecated>
		</method>
		<method>
			<name>getUserLayoutSetBranch</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>mergeLayoutSetBranch</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>mergeLayoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLayoutSetBranch</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutBranchName</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>mergeBranchName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mergeLayoutSetBranchName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>master</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutSetBranchServiceImpl</name>
		<type>com.liferay.portal.service.impl.LayoutSetBranchServiceImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addLayoutSetBranch</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>master</name>
				<type>boolean</type>
			</param>
			<param>
				<name>copyLayoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutSetBranch</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutSetBranches</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>mergeLayoutSetBranch</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>mergeLayoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLayoutSetBranch</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutSetLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.LayoutSetLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Ganesh Ram]]></author>
		<method>
			<name>addLayoutSet</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutSet</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchLayoutSet</name>
			<param>
				<name>virtualHostname</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutSet</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutSet</name>
			<param>
				<name>virtualHostname</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutSetsByLayoutSetPrototypeUuid</name>
			<param>
				<name>layoutSetPrototypeUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLayoutSetPrototypeLinkEnabled</name>
			<comment><![CDATA[Updates the state of the layout set prototype link.

<p>
This method can disable the layout set prototype's link by setting <code>layoutSetPrototypeLinkEnabled</code> to <code>false</code>. However, this method can only enable the layout set prototype's link if the layout set prototype's current uuid is not <code>null</code>. Setting the <code>layoutSetPrototypeLinkEnabled</code> to <code>true</code> when the layout set prototype's current uuid is <code>null</code> will have no effect.
</p>]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout set is private to the group]]></comment>
			</param>
			<param>
				<name>layoutSetPrototypeLinkEnabled</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout set prototype is link enabled]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<deprecated><![CDATA[As of 6.1, replaced by {@link #updateLayoutSetPrototypeLinkEnabled(long, boolean, boolean, String)}]]></deprecated>
		</method>
		<method>
			<name>updateLayoutSetPrototypeLinkEnabled</name>
			<comment><![CDATA[Updates the state of the layout set prototype link.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout set is private to the group]]></comment>
			</param>
			<param>
				<name>layoutSetPrototypeLinkEnabled</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout set prototype is link enabled]]></comment>
			</param>
			<param>
				<name>layoutSetPrototypeUuid</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the uuid of the layout set prototype to link with]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateLogo</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>logo</name>
				<type>boolean</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLogo</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>logo</name>
				<type>boolean</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLogo</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>logo</name>
				<type>boolean</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>cleanUpStream</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLookAndFeel</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>colorSchemeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>css</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wapTheme</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLookAndFeel</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>colorSchemeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>css</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wapTheme</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updatePageCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateSettings</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>settings</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateVirtualHost</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>virtualHostname</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutSetLocalServiceStagingAdvice</name>
		<type>com.liferay.portal.service.impl.LayoutSetLocalServiceStagingAdvice</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>invoke</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>updateLayoutSetPrototypeLinkEnabled</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutSetPrototypeLinkEnabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutSetPrototypeUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLogo</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>logo</name>
				<type>boolean</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>cleanUpStream</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLookAndFeel</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>colorSchemeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>css</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wapTheme</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateSettings</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>settings</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unwrapLayoutSet</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
		</method>
		<method>
			<name>wrapLayoutSet</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
		</method>
		<method>
			<name>wrapLayoutSets</name>
			<param>
				<name>layoutSets</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>wrapReturnValue</name>
			<param>
				<name>returnValue</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_layoutSetLocalServiceStagingAdviceMethodNames</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutSetPrototypeLayoutListener</name>
		<type>com.liferay.portal.service.impl.LayoutSetPrototypeLayoutListener</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>onAfterCreate</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>onAfterRemove</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>onAfterUpdate</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>updateLayoutSetPrototype</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutSetPrototypeLayoutSetListener</name>
		<type>com.liferay.portal.service.impl.LayoutSetPrototypeLayoutSetListener</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>onAfterCreate</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
		</method>
		<method>
			<name>onAfterRemove</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
		</method>
		<method>
			<name>onAfterUpdate</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
		</method>
		<method>
			<name>updateLayoutSetPrototype</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutSetPrototypeLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.LayoutSetPrototypeLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Ryan Park]]></author>
		<method>
			<name>addLayoutSetPrototype</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutsUpdateable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutSetPrototype</name>
			<param>
				<name>layoutSetPrototype</name>
				<type>com.liferay.portal.model.LayoutSetPrototype</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutSetPrototype</name>
			<param>
				<name>layoutSetPrototypeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutSetPrototypeByUuid</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>active</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>active</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLayoutSetPrototype</name>
			<param>
				<name>layoutSetPrototypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutsUpdateable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLayoutSetPrototype</name>
			<param>
				<name>layoutSetPrototypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>settings</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutSetPrototypeServiceImpl</name>
		<type>com.liferay.portal.service.impl.LayoutSetPrototypeServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Ryan Park]]></author>
		<method>
			<name>addLayoutSetPrototype</name>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutsUpdateable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutSetPrototype</name>
			<param>
				<name>layoutSetPrototypeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutSetPrototype</name>
			<param>
				<name>layoutSetPrototypeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>active</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLayoutSetPrototype</name>
			<param>
				<name>layoutSetPrototypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutsUpdateable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLayoutSetPrototype</name>
			<param>
				<name>layoutSetPrototypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>settings</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutSetServiceImpl</name>
		<type>com.liferay.portal.service.impl.LayoutSetServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>updateLayoutSetPrototypeLinkEnabled</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutSetPrototypeLinkEnabled</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #updateLayoutSetPrototypeLinkEnabled(long, boolean, boolean, String)}]]></deprecated>
		</method>
		<method>
			<name>updateLayoutSetPrototypeLinkEnabled</name>
			<comment><![CDATA[Updates the state of the layout set prototype link.

<p>
<strong>Important:</strong> Setting <code>layoutSetPrototypeLinkEnabled</code> to <code>true</code> and <code>layoutSetPrototypeUuid</code> to <code>null</code> when the layout set prototype's current uuid is <code>null</code> will result in an <code>IllegalStateException</code>.
</p>]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout set is private to the group]]></comment>
			</param>
			<param>
				<name>layoutSetPrototypeLinkEnabled</name>
				<type>boolean</type>
				<comment><![CDATA[whether the layout set prototype is link enabled]]></comment>
			</param>
			<param>
				<name>layoutSetPrototypeUuid</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the uuid of the layout set prototype to link with]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateLogo</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>logo</name>
				<type>boolean</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLogo</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>logo</name>
				<type>boolean</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>cleanUpStream</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLookAndFeel</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>colorSchemeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>css</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wapTheme</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateSettings</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>settings</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateVirtualHost</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>virtualHost</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutTemplateLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.LayoutTemplateLocalServiceImpl</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getContent</name>
			<param>
				<name>layoutTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>standard</name>
				<type>boolean</type>
			</param>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutTemplate</name>
			<param>
				<name>layoutTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>standard</name>
				<type>boolean</type>
			</param>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLayoutTemplates</name>
		</method>
		<method>
			<name>getLayoutTemplates</name>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getWapContent</name>
			<param>
				<name>layoutTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>standard</name>
				<type>boolean</type>
			</param>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>xmls</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>xmls</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<method>
			<name>readLayoutTemplate</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>layoutTemplateIds</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>el</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>standard</name>
				<type>boolean</type>
			</param>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<method>
			<name>uninstallLayoutTemplate</name>
			<param>
				<name>layoutTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>standard</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>uninstallLayoutTemplates</name>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getColumns</name>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityTemplateContent</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getThemesCustom</name>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getThemesStandard</name>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_readLayoutTemplates</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_portalCustom</name>
		</field>
		<field>
			<name>_portalStandard</name>
		</field>
		<field>
			<name>_themes</name>
		</field>
		<field>
			<name>_warCustom</name>
		</field>
		<field>
			<name>_warStandard</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ListTypeServiceImpl</name>
		<type>com.liferay.portal.service.impl.ListTypeServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getListType</name>
			<param>
				<name>listTypeId</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getListTypes</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>listTypeId</name>
				<type>int</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>listTypeId</name>
				<type>int</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LockLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.LockLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>clear</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLock</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLock</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLockByUuid</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasLock</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasLock</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isLocked</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isLocked</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>lock</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>long</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inheritable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>lock</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inheritable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>lock</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>retrieveFromCache</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>lock</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expectedOwner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>updatedOwner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>retrieveFromCache</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>refresh</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unlock</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unlock</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unlock</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>retrieveFromCache</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>expireLock</name>
			<param>
				<name>lock</name>
				<type>com.liferay.portal.model.Lock</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchLock</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MembershipRequestLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.MembershipRequestLocalServiceImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>addMembershipRequest</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>comments</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteMembershipRequests</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteMembershipRequests</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>statusId</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteMembershipRequestsByUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMembershipRequests</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>statusId</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasMembershipRequest</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>statusId</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStatus</name>
			<param>
				<name>replierUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>membershipRequestId</name>
				<type>long</type>
			</param>
			<param>
				<name>replyComments</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>statusId</name>
				<type>int</type>
			</param>
			<param>
				<name>addUserToGroup</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupAdministratorUserIds</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>notify</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>membershipRequest</name>
				<type>com.liferay.portal.model.MembershipRequest</type>
			</param>
			<param>
				<name>subjectProperty</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bodyProperty</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>notifyGroupAdministrators</name>
			<param>
				<name>membershipRequest</name>
				<type>com.liferay.portal.model.MembershipRequest</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>comments</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MembershipRequestServiceImpl</name>
		<type>com.liferay.portal.service.impl.MembershipRequestServiceImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>addMembershipRequest</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>comments</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteMembershipRequests</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>statusId</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMembershipRequest</name>
			<param>
				<name>membershipRequestId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStatus</name>
			<param>
				<name>membershipRequestId</name>
				<type>long</type>
			</param>
			<param>
				<name>reviewComments</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>statusId</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>OrgLaborLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.OrgLaborLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addOrgLabor</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
			</param>
			<param>
				<name>sunOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>sunClose</name>
				<type>int</type>
			</param>
			<param>
				<name>monOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>monClose</name>
				<type>int</type>
			</param>
			<param>
				<name>tueOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>tueClose</name>
				<type>int</type>
			</param>
			<param>
				<name>wedOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>wedClose</name>
				<type>int</type>
			</param>
			<param>
				<name>thuOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>thuClose</name>
				<type>int</type>
			</param>
			<param>
				<name>friOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>friClose</name>
				<type>int</type>
			</param>
			<param>
				<name>satOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>satClose</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrgLabors</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateOrgLabor</name>
			<param>
				<name>orgLaborId</name>
				<type>long</type>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
			</param>
			<param>
				<name>sunOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>sunClose</name>
				<type>int</type>
			</param>
			<param>
				<name>monOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>monClose</name>
				<type>int</type>
			</param>
			<param>
				<name>tueOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>tueClose</name>
				<type>int</type>
			</param>
			<param>
				<name>wedOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>wedClose</name>
				<type>int</type>
			</param>
			<param>
				<name>thuOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>thuClose</name>
				<type>int</type>
			</param>
			<param>
				<name>friOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>friClose</name>
				<type>int</type>
			</param>
			<param>
				<name>satOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>satClose</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>typeId</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>OrgLaborServiceImpl</name>
		<type>com.liferay.portal.service.impl.OrgLaborServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addOrgLabor</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
			</param>
			<param>
				<name>sunOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>sunClose</name>
				<type>int</type>
			</param>
			<param>
				<name>monOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>monClose</name>
				<type>int</type>
			</param>
			<param>
				<name>tueOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>tueClose</name>
				<type>int</type>
			</param>
			<param>
				<name>wedOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>wedClose</name>
				<type>int</type>
			</param>
			<param>
				<name>thuOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>thuClose</name>
				<type>int</type>
			</param>
			<param>
				<name>friOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>friClose</name>
				<type>int</type>
			</param>
			<param>
				<name>satOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>satClose</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteOrgLabor</name>
			<param>
				<name>orgLaborId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrgLabor</name>
			<param>
				<name>orgLaborId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrgLabors</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateOrgLabor</name>
			<param>
				<name>orgLaborId</name>
				<type>long</type>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
			</param>
			<param>
				<name>sunOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>sunClose</name>
				<type>int</type>
			</param>
			<param>
				<name>monOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>monClose</name>
				<type>int</type>
			</param>
			<param>
				<name>tueOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>tueClose</name>
				<type>int</type>
			</param>
			<param>
				<name>wedOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>wedClose</name>
				<type>int</type>
			</param>
			<param>
				<name>thuOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>thuClose</name>
				<type>int</type>
			</param>
			<param>
				<name>friOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>friClose</name>
				<type>int</type>
			</param>
			<param>
				<name>satOpen</name>
				<type>int</type>
			</param>
			<param>
				<name>satClose</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>OrganizationLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.OrganizationLocalServiceImpl</type>
		<comment><![CDATA[The implementation of the organization local service.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>addGroupOrganizations</name>
			<comment><![CDATA[Adds the organizations to the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the organizations]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group or organization with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addOrganization</name>
			<comment><![CDATA[Adds an organization.

<p>
This method handles the creation and bookkeeping of the organization including its resources, metadata, and internal data structures. It is not necessary to make a subsequent call to {@link #addOrganizationResources(long, Organization)}.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the creator/owner of the organization]]></comment>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's parent organization]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the organization's name]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the organization's type]]></comment>
			</param>
			<param>
				<name>recursable</name>
				<type>boolean</type>
				<comment><![CDATA[whether the permissions of the organization are to be inherited by its sub-organizations]]></comment>
			</param>
			<param>
				<name>regionId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's region]]></comment>
			</param>
			<param>
				<name>countryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's country]]></comment>
			</param>
			<param>
				<name>statusId</name>
				<type>int</type>
				<comment><![CDATA[the organization's workflow status]]></comment>
			</param>
			<param>
				<name>comments</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the comments about the organization]]></comment>
			</param>
			<param>
				<name>site</name>
				<type>boolean</type>
				<comment><![CDATA[whether the organization is to be associated with a main site]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the organization's service context (optionally <code>null</code>). Can set asset category IDs, asset tag names, and expando bridge attributes for the organization.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the organization]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a creator or parent organization with the primary key could not be found or if the organization's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addOrganizationResources</name>
			<comment><![CDATA[Adds a resource for each type of permission available on the organization.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the creator/owner of the organization]]></comment>
			</param>
			<param>
				<name>organization</name>
				<type>com.liferay.portal.model.Organization</type>
				<comment><![CDATA[the organization]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addPasswordPolicyOrganizations</name>
			<comment><![CDATA[Assigns the password policy to the organizations, removing any other currently assigned password policies.]]></comment>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the password policy]]></comment>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the organizations]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteLogo</name>
			<comment><![CDATA[Deletes the logo of the organization.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an organization or parent organization with the primary key could not be found or if the organization's logo could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteOrganization</name>
			<comment><![CDATA[Deletes the organization. The organization's associated resources and assets are also deleted.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an organization with the primary key could not be found, if the organization had a workflow in approved status, or if the organization was a parent organization]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteOrganization</name>
			<comment><![CDATA[Deletes the organization. The organization's associated resources and assets are also deleted.]]></comment>
			<param>
				<name>organization</name>
				<type>com.liferay.portal.model.Organization</type>
				<comment><![CDATA[the organization]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the organization had a workflow in approved status or if the organization was a parent organization]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroupOrganizations</name>
			<comment><![CDATA[Returns all the organizations belonging to the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the organizations belonging to the group]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getOrganization</name>
			<comment><![CDATA[Returns the organization with the name.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the organization's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[the organization with the name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the organization with the name could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getOrganizationId</name>
			<comment><![CDATA[Returns the primary key of the organization with the name.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the organization's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[the primary key of the organization with the name, or <code>0</code> if the organization could not be found]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getOrganizations</name>
			<comment><![CDATA[Returns all the organizations belonging to the parent organization.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's company]]></comment>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's parent organization]]></comment>
			</param>
			<return>
				<comment><![CDATA[the organizations belonging to the parent organization]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getOrganizations</name>
			<comment><![CDATA[Returns a range of all the organizations belonging to the parent organization.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's company]]></comment>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's parent organization]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of organizations to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of organizations to return (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of organizations belonging to the parent organization]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.service.persistence.OrganizationPersistence#findByC_P( long, long, int, int)]]></see>
		</method>
		<method>
			<name>getOrganizations</name>
			<comment><![CDATA[Returns the organizations with the primary keys.]]></comment>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the organizations]]></comment>
			</param>
			<return>
				<comment><![CDATA[the organizations with the primary keys]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if any one of the organizations could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getOrganizationsCount</name>
			<comment><![CDATA[Returns the number of organizations belonging to the parent organization.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's company]]></comment>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's parent organization]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of organizations belonging to the parent organization]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getParentOrganizations</name>
			<comment><![CDATA[Returns the parent organizations in order by closest ancestor. The list starts with the organization itself.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<return>
				<comment><![CDATA[the parent organizations in order by closest ancestor]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an organization with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getSuborganizations</name>
			<comment><![CDATA[Returns the sub-organizations of the organizations.]]></comment>
			<param>
				<name>organizations</name>
				<type>java.util.List</type>
				<comment><![CDATA[the organizations from which to get sub-organizations]]></comment>
			</param>
			<return>
				<comment><![CDATA[the sub-organizations of the organizations]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getSubsetOrganizations</name>
			<comment><![CDATA[Returns the intersection of <code>allOrganizations</code> and <code>availableOrganizations</code>.]]></comment>
			<param>
				<name>allOrganizations</name>
				<type>java.util.List</type>
				<comment><![CDATA[the organizations to check for availability]]></comment>
			</param>
			<param>
				<name>availableOrganizations</name>
				<type>java.util.List</type>
				<comment><![CDATA[the available organizations]]></comment>
			</param>
			<return>
				<comment><![CDATA[the intersection of <code>allOrganizations</code> and <code>availableOrganizations</code>]]></comment>
			</return>
		</method>
		<method>
			<name>getUserOrganizations</name>
			<comment><![CDATA[Returns all the organizations associated with the user.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the organizations associated with the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserOrganizations</name>
			<comment><![CDATA[Returns all the organizations associated with the user. If includeAdministrative is <code>true</code>, the result includes those organizations that are not directly associated to the user but he is an administrator or an owner of the organization.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>includeAdministrative</name>
				<type>boolean</type>
				<comment><![CDATA[whether to includes organizations that are indirectly associated to the user because he is an administrator or an owner of the organization]]></comment>
			</param>
			<return>
				<comment><![CDATA[the organizations associated with the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserOrganizations</name>
			<comment><![CDATA[Returns a range of all the organizations associated with the user.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of organizations to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of organizations to return (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range organizations associated with the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserOrganizationsCount</name>
			<comment><![CDATA[Returns the number of organizations associated with the user.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of organizations associated with the user]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasGroupOrganization</name>
			<comment><![CDATA[Returns <code>true</code> if the organization belongs to the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the organization belongs to the group; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasPasswordPolicyOrganization</name>
			<comment><![CDATA[Returns <code>true</code> if the password policy has been assigned to the organization.]]></comment>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the password policy]]></comment>
			</param>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the password policy has been assigned to the organization; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasUserOrganization</name>
			<comment><![CDATA[Returns <code>true</code> if the user is a member of the organization. This method is usually called to determine if the user has view access to a resource belonging to the organization.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user has access to the organization; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasUserOrganization</name>
			<comment><![CDATA[Returns <code>true</code> if the user is a member of the organization, optionally focusing on sub-organizations or the specified organization. This method is usually called to determine if the user has view access to a resource belonging to the organization.

<p>

<ol>
<li>
If <code>inheritSuborganizations=<code>false</code></code>:
the method checks whether the user belongs to the organization specified
by <code>organizationId</code>. The parameter
<code>includeSpecifiedOrganization</code> is ignored.
</li>
<li>
The parameter <code>includeSpecifiedOrganization</code> is
ignored unless <code>inheritSuborganizations</code> is also
<code>true</code>.
</li>
<li>
If <code>inheritSuborganizations=<code>true</code></code> and
<code>includeSpecifiedOrganization=<code>false</code></code>: the method
checks
whether the user belongs to one of the child organizations of the one
specified by <code>organizationId</code>.
</li>
<li>
If <code>inheritSuborganizations=<code>true</code></code> and
<code>includeSpecifiedOrganization=<code>true</code></code>: the method
checks whether
the user belongs to the organization specified by
<code>organizationId</code> or any of
its child organizations.
</li>
</ol>

<p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's user]]></comment>
			</param>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<param>
				<name>inheritSuborganizations</name>
				<type>boolean</type>
				<comment><![CDATA[if <code>true</code> sub-organizations are considered in the determination]]></comment>
			</param>
			<param>
				<name>includeSpecifiedOrganization</name>
				<type>boolean</type>
				<comment><![CDATA[if <code>true</code> the organization specified by <code>organizationId</code> is considered in the determination]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user has access to the organization; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an organization with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.service.persistence.OrganizationFinder]]></see>
		</method>
		<method>
			<name>rebuildTree</name>
			<comment><![CDATA[Rebuilds the organizations tree.

<p>
Only call this method if the tree has become stale through operations other than normal CRUD. Under normal circumstances the tree is automatically rebuilt whenever necessary.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's company]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an organization with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.service.persistence.OrganizationPersistence#rebuildTree( long, boolean)]]></see>
		</method>
		<method>
			<name>search</name>
			<comment><![CDATA[Returns a range of all the organizations of the company.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the finder parameters (optionally <code>null</code>). For more information see {@link com.liferay.portlet.enterpriseadmin.util.OrganizationIndexer}]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of organizations to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of organizations to return (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of all the organizations of the company]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>search</name>
			<comment><![CDATA[Returns an ordered range of all the organizations that match the keywords, using the indexer. It is preferable to use this method instead of the non-indexed version whenever possible for performance reasons.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's company]]></comment>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's parent organization]]></comment>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the keywords (space separated), which may occur in the organization's name, street, city, zipcode, type, region or country (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the finder parameters (optionally <code>null</code>). For more information see {@link com.liferay.portlet.enterpriseadmin.util.OrganizationIndexer}]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of organizations to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of organizations to return (not inclusive)]]></comment>
			</param>
			<param>
				<name>sort</name>
				<type>com.liferay.portal.kernel.search.Sort</type>
				<comment><![CDATA[the field and direction by which to sort (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching organizations ordered by name]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portlet.enterpriseadmin.util.OrganizationIndexer]]></see>
		</method>
		<method>
			<name>search</name>
			<comment><![CDATA[Returns a name ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer. It is preferable to use the indexed version {@link #search(long, long, String, LinkedHashMap, int, int, Sort)} instead of this method wherever possible for performance reasons.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's company]]></comment>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's parent organization]]></comment>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the keywords (space separated), which may occur in the organization's name, street, city, or zipcode (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the organization's type (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
				<comment><![CDATA[the primary key of the organization's region (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
				<comment><![CDATA[the primary key of the organization's country (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the finder params. For more information see {@link com.liferay.portal.service.persistence.OrganizationFinder}]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of organizations to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of organizations to return (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching organizations ordered by name]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.service.persistence.OrganizationFinder]]></see>
		</method>
		<method>
			<name>search</name>
			<comment><![CDATA[Returns an ordered range of all the organizations that match the keywords, type, region, and country, without using the indexer. It is preferable to use the indexed version {@link #search(long, long, String, String, String, String, String, String, String, LinkedHashMap, boolean, int, int, Sort)} instead of this method wherever possible for performance reasons.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's company]]></comment>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's parent organization]]></comment>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the keywords (space separated), which may occur in the organization's name, street, city, or zipcode (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the organization's type (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
				<comment><![CDATA[the primary key of the organization's region (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
				<comment><![CDATA[the primary key of the organization's country (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the finder params. For more information see {@link com.liferay.portal.service.persistence.OrganizationFinder}]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of organizations to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of organizations to return (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the organizations (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching organizations ordered by comparator <code>obc</code>]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.service.persistence.OrganizationFinder]]></see>
		</method>
		<method>
			<name>search</name>
			<comment><![CDATA[Returns a name ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer. It is preferable to use the indexed version {@link #search(long, long, String, String, String, String, String, String, String, LinkedHashMap, boolean, int, int, Sort)} instead of this method wherever possible for performance reasons.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's company]]></comment>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's parent]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name keywords (space separated, optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the organization's type (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>street</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the street keywords (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>city</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the city keywords (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>zip</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the zipcode keywords (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
				<comment><![CDATA[the primary key of the organization's region (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
				<comment><![CDATA[the primary key of the organization's country (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the finder parameters (optionally <code>null</code>). For more information see {@link com.liferay.portal.service.persistence.OrganizationFinder}]]></comment>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
				<comment><![CDATA[whether every field must match its keywords, or just one field. For example, &quot;organizations with the name 'Employees' and city 'Chicago'&quot; vs &quot;organizations with the name 'Employees' or the city 'Chicago'&quot;.]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of organizations to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of organizations to return (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching organizations ordered by name]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.service.persistence.OrganizationFinder]]></see>
		</method>
		<method>
			<name>search</name>
			<comment><![CDATA[Returns an ordered range of all the organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them, without using the indexer. It is preferable to use the indexed version {@link #search(long, long, String, String, String, String, String, String, String, LinkedHashMap, boolean, int, int, Sort)} instead of this method wherever possible for performance reasons.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's company]]></comment>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's parent organization]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name keywords (space separated, optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the organization's type (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>street</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the street keywords (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>city</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the city keywords (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>zip</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the zipcode keywords (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
				<comment><![CDATA[the primary key of the organization's region (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
				<comment><![CDATA[the primary key of the organization's country (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the finder parameters (optionally <code>null</code>). For more information see {@link com.liferay.portal.service.persistence.OrganizationFinder}]]></comment>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
				<comment><![CDATA[whether every field must match its keywords, or just one field. For example, &quot;organizations with the name 'Employees' and city 'Chicago'&quot; vs &quot;organizations with the name 'Employees' or the city 'Chicago'&quot;.]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of organizations to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of organizations to return (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the organizations (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching organizations ordered by comparator <code>obc</code>]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.service.persistence.OrganizationFinder]]></see>
		</method>
		<method>
			<name>search</name>
			<comment><![CDATA[Returns an ordered range of all the organizations whose name, type, or location fields match the keywords specified for them, using the indexer. It is preferable to use this method instead of the non-indexed version whenever possible for performance reasons.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's company]]></comment>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's parent organization]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name keywords (space separated, optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the type keywords (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>street</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the street keywords (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>city</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the city keywords (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>zip</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the zipcode keywords (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>region</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the region keywords (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>country</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the country keywords (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the finder parameters (optionally <code>null</code>). For more information see {@link com.liferay.portlet.enterpriseadmin.util.OrganizationIndexer}.]]></comment>
			</param>
			<param>
				<name>andSearch</name>
				<type>boolean</type>
				<comment><![CDATA[whether every field must match its keywords or just one field]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of organizations to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of organizations to return (not inclusive)]]></comment>
			</param>
			<param>
				<name>sort</name>
				<type>com.liferay.portal.kernel.search.Sort</type>
				<comment><![CDATA[the field and direction by which to sort (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching organizations ordered by <code>sort</code>]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portlet.enterpriseadmin.util.OrganizationIndexer]]></see>
		</method>
		<method>
			<name>searchCount</name>
			<comment><![CDATA[Returns the number of organizations that match the keywords, type, region, and country.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's company]]></comment>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's parent organization]]></comment>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the keywords (space separated), which may occur in the organization's name, street, city, or zipcode (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the organization's type (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
				<comment><![CDATA[the primary key of the organization's region (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
				<comment><![CDATA[the primary key of the organization's country (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the finder parameters (optionally <code>null</code>). For more information see {@link com.liferay.portal.service.persistence.OrganizationFinder}]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching organizations]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.service.persistence.OrganizationFinder]]></see>
		</method>
		<method>
			<name>searchCount</name>
			<comment><![CDATA[Returns the number of organizations with the type, region, and country, and whose name, street, city, and zipcode match the keywords specified for them.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's company]]></comment>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's parent organization]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name keywords (space separated, optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the organization's type (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>street</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the street keywords (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>city</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the city keywords (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>zip</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the zipcode keywords (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
				<comment><![CDATA[the primary key of the organization's region (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
				<comment><![CDATA[the primary key of the organization's country (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the finder parameters (optionally <code>null</code>). For more information see {@link com.liferay.portal.service.persistence.OrganizationFinder}]]></comment>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
				<comment><![CDATA[whether every field must match its keywords, or just one field. For example, &quot;organizations with the name 'Employees' and city 'Chicago'&quot; vs &quot;organizations with the name 'Employees' or the city 'Chicago'&quot;.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching organizations]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.service.persistence.OrganizationFinder]]></see>
		</method>
		<method>
			<name>setGroupOrganizations</name>
			<comment><![CDATA[Sets the organizations in the group, removing and adding organizations to the group as necessary.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the organizations]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetGroupOrganizations</name>
			<comment><![CDATA[Removes the organizations from the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the organizations]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetPasswordPolicyOrganizations</name>
			<comment><![CDATA[Removes the organizations from the password policy.]]></comment>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the password policy]]></comment>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the organizations]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateAsset</name>
			<comment><![CDATA[Updates the organization's asset with the new asset categories and tag names, removing and adding asset categories and tag names as necessary.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>organization</name>
				<type>com.liferay.portal.model.Organization</type>
				<comment><![CDATA[the organization]]></comment>
			</param>
			<param>
				<name>assetCategoryIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the asset categories]]></comment>
			</param>
			<param>
				<name>assetTagNames</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the asset tag names]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateOrganization</name>
			<comment><![CDATA[Updates the organization.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's company]]></comment>
			</param>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of organization's parent organization]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the organization's name]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the organization's type]]></comment>
			</param>
			<param>
				<name>recursable</name>
				<type>boolean</type>
				<comment><![CDATA[whether permissions of the organization are to be inherited by its sub-organizations]]></comment>
			</param>
			<param>
				<name>regionId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's region]]></comment>
			</param>
			<param>
				<name>countryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's country]]></comment>
			</param>
			<param>
				<name>statusId</name>
				<type>int</type>
				<comment><![CDATA[the organization's workflow status]]></comment>
			</param>
			<param>
				<name>comments</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the comments about the organization]]></comment>
			</param>
			<param>
				<name>site</name>
				<type>boolean</type>
				<comment><![CDATA[whether the organization is to be associated with a main site]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the organization's service context (optionally <code>null</code>). Can set asset category IDs and asset tag names for the organization, and merge expando bridge attributes for the organization.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the organization]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an organization or parent organization with the primary key could not be found or if the new information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addSuborganizations</name>
			<param>
				<name>allSuborganizations</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>organizations</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getParentOrganizationId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getParentOrganizations</name>
			<param>
				<name>organization</name>
				<type>com.liferay.portal.model.Organization</type>
			</param>
			<param>
				<name>lastOrganization</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getReindexOrganizationIds</name>
			<param>
				<name>organization</name>
				<type>com.liferay.portal.model.Organization</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isParentOrganization</name>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>countryId</name>
				<type>long</type>
			</param>
			<param>
				<name>statusId</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>countryId</name>
				<type>long</type>
			</param>
			<param>
				<name>statusId</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>OrganizationServiceImpl</name>
		<type>com.liferay.portal.service.impl.OrganizationServiceImpl</type>
		<comment><![CDATA[The implementation of the organization remote service.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>addGroupOrganizations</name>
			<comment><![CDATA[Adds the organizations to the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the organizations]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group or organization with the primary key could not be found or if the user did not have permission to assign group members]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addOrganization</name>
			<comment><![CDATA[Adds an organization with additional parameters.

<p>
This method handles the creation and bookkeeping of the organization including its resources, metadata, and internal data structures.
</p>]]></comment>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's parent organization]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the organization's name]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the organization's type]]></comment>
			</param>
			<param>
				<name>recursable</name>
				<type>boolean</type>
				<comment><![CDATA[whether the permissions of the organization are to be inherited by its sub-organizations]]></comment>
			</param>
			<param>
				<name>regionId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's region]]></comment>
			</param>
			<param>
				<name>countryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's country]]></comment>
			</param>
			<param>
				<name>statusId</name>
				<type>int</type>
				<comment><![CDATA[the organization's workflow status]]></comment>
			</param>
			<param>
				<name>comments</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the comments about the organization]]></comment>
			</param>
			<param>
				<name>site</name>
				<type>boolean</type>
				<comment><![CDATA[whether the organization is to be associated with a main site]]></comment>
			</param>
			<param>
				<name>addresses</name>
				<type>java.util.List</type>
				<comment><![CDATA[the organization's addresses]]></comment>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.util.List</type>
				<comment><![CDATA[the organization's email addresses]]></comment>
			</param>
			<param>
				<name>orgLabors</name>
				<type>java.util.List</type>
				<comment><![CDATA[the organization's hours of operation]]></comment>
			</param>
			<param>
				<name>phones</name>
				<type>java.util.List</type>
				<comment><![CDATA[the organization's phone numbers]]></comment>
			</param>
			<param>
				<name>websites</name>
				<type>java.util.List</type>
				<comment><![CDATA[the organization's websites]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the organization's service context (optionally <code>null</code>). Can set asset category IDs, asset tag names, and expando bridge attributes for the organization.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the organization]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a parent organization with the primary key could not be found, if the organization's information was invalid, or if the user did not have permission to add the organization]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addOrganization</name>
			<comment><![CDATA[Adds an organization.

<p>
This method handles the creation and bookkeeping of the organization including its resources, metadata, and internal data structures.
</p>]]></comment>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's parent organization]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the organization's name]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the organization's type]]></comment>
			</param>
			<param>
				<name>recursable</name>
				<type>boolean</type>
				<comment><![CDATA[whether the permissions of the organization are to be inherited by its sub-organizations]]></comment>
			</param>
			<param>
				<name>regionId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's region]]></comment>
			</param>
			<param>
				<name>countryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's country]]></comment>
			</param>
			<param>
				<name>statusId</name>
				<type>int</type>
				<comment><![CDATA[the organization's workflow status]]></comment>
			</param>
			<param>
				<name>comments</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the comments about the organization]]></comment>
			</param>
			<param>
				<name>site</name>
				<type>boolean</type>
				<comment><![CDATA[whether the organization is to be associated with a main site]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the organization's service context (optionally <code>null</code>). Can set asset category IDs, asset tag names, and expando bridge attributes for the organization.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the organization]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent organization with the primary key could not be found, if the organization information was invalid, or if the user did not have permission to add the organization]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addPasswordPolicyOrganizations</name>
			<comment><![CDATA[Assigns the password policy to the organizations, removing any other currently assigned password policies.]]></comment>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the password policy]]></comment>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the organizations]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user did not have permission to update the password policy]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteLogo</name>
			<comment><![CDATA[Deletes the logo of the organization.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an organization with the primary key could not be found, if the organization's logo could not be found, or if the user did not have permission to update the organization]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteOrganization</name>
			<comment><![CDATA[Deletes the organization. The organization's associated resources and assets are also deleted.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an organization with the primary key could not be found, if the user did not have permission to delete the organization, if the organization had a workflow in approved status, or if the organization was a parent organization]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getManageableOrganizations</name>
			<comment><![CDATA[Returns all the organizations which the user has permission to manage.]]></comment>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the permitted action]]></comment>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
				<comment><![CDATA[the maximum number of the organizations to be considered]]></comment>
			</param>
			<return>
				<comment><![CDATA[the organizations which the user has permission to manage]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<deprecated><![CDATA[Replaced by {@link #getOrganizations(long, long, int, int)}]]></deprecated>
		</method>
		<method>
			<name>getOrganization</name>
			<comment><![CDATA[Returns the organization with the primary key.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<return>
				<comment><![CDATA[the organization with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an organization with the primary key could not be found or if the user did not have permission to view the organization]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getOrganizationId</name>
			<comment><![CDATA[Returns the primary key of the organization with the name.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the organization's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[the primary key of the organization with the name, or <code>0</code> if the organization could not be found]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getOrganizations</name>
			<comment><![CDATA[Returns all the organizations belonging to the parent organization.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organizations' company]]></comment>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organizations' parent organization]]></comment>
			</param>
			<return>
				<comment><![CDATA[the organizations belonging to the parent organization]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getOrganizations</name>
			<comment><![CDATA[Returns a range of all the organizations belonging to the parent organization.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organizations' company]]></comment>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organizations' parent organization]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of organizations to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of organizations to return (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of organizations belonging to the parent organization]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getOrganizationsCount</name>
			<comment><![CDATA[Returns the number of organizations belonging to the parent organization.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organizations' company]]></comment>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organizations' parent organization]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of organizations belonging to the parent organization]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserOrganizations</name>
			<comment><![CDATA[Returns all the organizations associated with the user.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the organizations associated with the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setGroupOrganizations</name>
			<comment><![CDATA[Sets the organizations in the group, removing and adding organizations to the group as necessary.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the organizations]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group or organization with the primary key could not be found or if the user did not have permission to assign group members]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetGroupOrganizations</name>
			<comment><![CDATA[Removes the organizations from the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the organizations]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group or organization with the primary key could not be found or if the user did not have permission to assign group members]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetPasswordPolicyOrganizations</name>
			<comment><![CDATA[Removes the organizations from the password policy.]]></comment>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the password policy]]></comment>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the organizations]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a password policy or organization with the primary key could not be found, or if the user did not have permission to update the password policy]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateOrganization</name>
			<comment><![CDATA[Updates the organization with additional parameters.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's parent organization]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the organization's name]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the organization's type]]></comment>
			</param>
			<param>
				<name>recursable</name>
				<type>boolean</type>
				<comment><![CDATA[whether the permissions of the organization are to be inherited by its sub-organizations]]></comment>
			</param>
			<param>
				<name>regionId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's region]]></comment>
			</param>
			<param>
				<name>countryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's country]]></comment>
			</param>
			<param>
				<name>statusId</name>
				<type>int</type>
				<comment><![CDATA[the organization's workflow status]]></comment>
			</param>
			<param>
				<name>comments</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the comments about the organization]]></comment>
			</param>
			<param>
				<name>site</name>
				<type>boolean</type>
				<comment><![CDATA[whether the organization is to be associated with a main site]]></comment>
			</param>
			<param>
				<name>addresses</name>
				<type>java.util.List</type>
				<comment><![CDATA[the organization's addresses]]></comment>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.util.List</type>
				<comment><![CDATA[the organization's email addresses]]></comment>
			</param>
			<param>
				<name>orgLabors</name>
				<type>java.util.List</type>
				<comment><![CDATA[the organization's hours of operation]]></comment>
			</param>
			<param>
				<name>phones</name>
				<type>java.util.List</type>
				<comment><![CDATA[the organization's phone numbers]]></comment>
			</param>
			<param>
				<name>websites</name>
				<type>java.util.List</type>
				<comment><![CDATA[the organization's websites]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the organization's service context (optionally <code>null</code>). Can set asset category IDs and asset tag names for the organization, and merge expando bridge attributes for the organization.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the organization]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an organization or parent organization with the primary key could not be found, if the user did not have permission to update the organization information, or if the new information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateOrganization</name>
			<comment><![CDATA[Updates the organization.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's parent organization]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the organization's name]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the organization's type]]></comment>
			</param>
			<param>
				<name>recursable</name>
				<type>boolean</type>
				<comment><![CDATA[whether permissions of the organization are to be inherited by its sub-organizations]]></comment>
			</param>
			<param>
				<name>regionId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's region]]></comment>
			</param>
			<param>
				<name>countryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization's country]]></comment>
			</param>
			<param>
				<name>statusId</name>
				<type>int</type>
				<comment><![CDATA[the organization's workflow status]]></comment>
			</param>
			<param>
				<name>comments</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the comments about the organization]]></comment>
			</param>
			<param>
				<name>site</name>
				<type>boolean</type>
				<comment><![CDATA[whether the organization is to be associated with a main site]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the organization's service context (optionally <code>null</code>). Can set asset category IDs and asset tag names for the organization, and merge expando bridge attributes for the organization.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the organization]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an organization or parent organization with the primary key could not be found, if the user did not have permission to update the organization, or if the new information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PasswordPolicyLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.PasswordPolicyLocalServiceImpl</type>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>addPasswordPolicy</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultPolicy</name>
				<type>boolean</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>changeRequired</name>
				<type>boolean</type>
			</param>
			<param>
				<name>minAge</name>
				<type>long</type>
			</param>
			<param>
				<name>checkSyntax</name>
				<type>boolean</type>
			</param>
			<param>
				<name>allowDictionaryWords</name>
				<type>boolean</type>
			</param>
			<param>
				<name>minAlphanumeric</name>
				<type>int</type>
			</param>
			<param>
				<name>minLength</name>
				<type>int</type>
			</param>
			<param>
				<name>minLowerCase</name>
				<type>int</type>
			</param>
			<param>
				<name>minNumbers</name>
				<type>int</type>
			</param>
			<param>
				<name>minSymbols</name>
				<type>int</type>
			</param>
			<param>
				<name>minUpperCase</name>
				<type>int</type>
			</param>
			<param>
				<name>history</name>
				<type>boolean</type>
			</param>
			<param>
				<name>historyCount</name>
				<type>int</type>
			</param>
			<param>
				<name>expireable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>maxAge</name>
				<type>long</type>
			</param>
			<param>
				<name>warningTime</name>
				<type>long</type>
			</param>
			<param>
				<name>graceLimit</name>
				<type>int</type>
			</param>
			<param>
				<name>lockout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>maxFailure</name>
				<type>int</type>
			</param>
			<param>
				<name>lockoutDuration</name>
				<type>long</type>
			</param>
			<param>
				<name>resetFailureCount</name>
				<type>long</type>
			</param>
			<param>
				<name>resetTicketMaxAge</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkDefaultPasswordPolicy</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deletePasswordPolicy</name>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deletePasswordPolicy</name>
			<param>
				<name>passwordPolicy</name>
				<type>com.liferay.portal.model.PasswordPolicy</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultPasswordPolicy</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPasswordPolicy</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>locationId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>getPasswordPolicy</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPasswordPolicyByUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updatePasswordPolicy</name>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>changeRequired</name>
				<type>boolean</type>
			</param>
			<param>
				<name>minAge</name>
				<type>long</type>
			</param>
			<param>
				<name>checkSyntax</name>
				<type>boolean</type>
			</param>
			<param>
				<name>allowDictionaryWords</name>
				<type>boolean</type>
			</param>
			<param>
				<name>minAlphanumeric</name>
				<type>int</type>
			</param>
			<param>
				<name>minLength</name>
				<type>int</type>
			</param>
			<param>
				<name>minLowerCase</name>
				<type>int</type>
			</param>
			<param>
				<name>minNumbers</name>
				<type>int</type>
			</param>
			<param>
				<name>minSymbols</name>
				<type>int</type>
			</param>
			<param>
				<name>minUpperCase</name>
				<type>int</type>
			</param>
			<param>
				<name>history</name>
				<type>boolean</type>
			</param>
			<param>
				<name>historyCount</name>
				<type>int</type>
			</param>
			<param>
				<name>expireable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>maxAge</name>
				<type>long</type>
			</param>
			<param>
				<name>warningTime</name>
				<type>long</type>
			</param>
			<param>
				<name>graceLimit</name>
				<type>int</type>
			</param>
			<param>
				<name>lockout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>maxFailure</name>
				<type>int</type>
			</param>
			<param>
				<name>lockoutDuration</name>
				<type>long</type>
			</param>
			<param>
				<name>resetFailureCount</name>
				<type>long</type>
			</param>
			<param>
				<name>resetTicketMaxAge</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PasswordPolicyRelLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.PasswordPolicyRelLocalServiceImpl</type>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>addPasswordPolicyRel</name>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPasswordPolicyRels</name>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deletePasswordPolicyRel</name>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deletePasswordPolicyRel</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deletePasswordPolicyRels</name>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deletePasswordPolicyRels</name>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchPasswordPolicyRel</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPasswordPolicyRel</name>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPasswordPolicyRel</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasPasswordPolicyRel</name>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PasswordPolicyServiceImpl</name>
		<type>com.liferay.portal.service.impl.PasswordPolicyServiceImpl</type>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>addPasswordPolicy</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>changeRequired</name>
				<type>boolean</type>
			</param>
			<param>
				<name>minAge</name>
				<type>long</type>
			</param>
			<param>
				<name>checkSyntax</name>
				<type>boolean</type>
			</param>
			<param>
				<name>allowDictionaryWords</name>
				<type>boolean</type>
			</param>
			<param>
				<name>minAlphanumeric</name>
				<type>int</type>
			</param>
			<param>
				<name>minLength</name>
				<type>int</type>
			</param>
			<param>
				<name>minLowerCase</name>
				<type>int</type>
			</param>
			<param>
				<name>minNumbers</name>
				<type>int</type>
			</param>
			<param>
				<name>minSymbols</name>
				<type>int</type>
			</param>
			<param>
				<name>minUpperCase</name>
				<type>int</type>
			</param>
			<param>
				<name>history</name>
				<type>boolean</type>
			</param>
			<param>
				<name>historyCount</name>
				<type>int</type>
			</param>
			<param>
				<name>expireable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>maxAge</name>
				<type>long</type>
			</param>
			<param>
				<name>warningTime</name>
				<type>long</type>
			</param>
			<param>
				<name>graceLimit</name>
				<type>int</type>
			</param>
			<param>
				<name>lockout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>maxFailure</name>
				<type>int</type>
			</param>
			<param>
				<name>lockoutDuration</name>
				<type>long</type>
			</param>
			<param>
				<name>resetFailureCount</name>
				<type>long</type>
			</param>
			<param>
				<name>resetTicketMaxAge</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deletePasswordPolicy</name>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updatePasswordPolicy</name>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>changeRequired</name>
				<type>boolean</type>
			</param>
			<param>
				<name>minAge</name>
				<type>long</type>
			</param>
			<param>
				<name>checkSyntax</name>
				<type>boolean</type>
			</param>
			<param>
				<name>allowDictionaryWords</name>
				<type>boolean</type>
			</param>
			<param>
				<name>minAlphanumeric</name>
				<type>int</type>
			</param>
			<param>
				<name>minLength</name>
				<type>int</type>
			</param>
			<param>
				<name>minLowerCase</name>
				<type>int</type>
			</param>
			<param>
				<name>minNumbers</name>
				<type>int</type>
			</param>
			<param>
				<name>minSymbols</name>
				<type>int</type>
			</param>
			<param>
				<name>minUpperCase</name>
				<type>int</type>
			</param>
			<param>
				<name>history</name>
				<type>boolean</type>
			</param>
			<param>
				<name>historyCount</name>
				<type>int</type>
			</param>
			<param>
				<name>expireable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>maxAge</name>
				<type>long</type>
			</param>
			<param>
				<name>warningTime</name>
				<type>long</type>
			</param>
			<param>
				<name>graceLimit</name>
				<type>int</type>
			</param>
			<param>
				<name>lockout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>maxFailure</name>
				<type>int</type>
			</param>
			<param>
				<name>lockoutDuration</name>
				<type>long</type>
			</param>
			<param>
				<name>resetFailureCount</name>
				<type>long</type>
			</param>
			<param>
				<name>resetTicketMaxAge</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PasswordTrackerLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.PasswordTrackerLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>deletePasswordTrackers</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isSameAsCurrentPassword</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>newClearTextPwd</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isValidPassword</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>newClearTextPwd</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>trackPassword</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>encPassword</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PermissionLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.PermissionLocalServiceImpl</type>
		<comment><![CDATA[The implementation of the permission local service.]]></comment>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addPermission</name>
			<comment><![CDATA[Adds a permission to perform the action on the resource.

<p>
This method will retrieve the permission of the company, action, and resource with the primary keys. The method creates the permission if it fails to retrieve it.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action's ID]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<return>
				<comment><![CDATA[the permission of the company, action, and resource with the primary keys]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addPermissions</name>
			<comment><![CDATA[Adds permissions to perform the actions on the resource.

<p>
This method will retrieve the permissions of the company, actions, and resource with the primary keys. The method creates any permissions it fails to retrieve.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.util.List</type>
				<comment><![CDATA[the primary keys of the actions]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<return>
				<comment><![CDATA[the permissions to perform the actions on the resource]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addPermissions</name>
			<comment><![CDATA[Adds permissions to perform either the portlet resource actions or model resource actions on the resource.

<p>
This method will retrieve the permissions of the company, actions, and resource with the primary keys. The method creates any permissions it fails to retrieve.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource name]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
				<comment><![CDATA[whether to retrieve the action primary keys from the portlet or the model resource]]></comment>
			</param>
			<return>
				<comment><![CDATA[the permissions to perform the actions on the resource]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addUserPermissions</name>
			<comment><![CDATA[Adds user permissions to perform the actions on the resource.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the primary keys of the actions]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>checkPermissions</name>
			<comment><![CDATA[Checks to see if the actions are permitted on the named resource.]]></comment>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource name]]></comment>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.util.List</type>
				<comment><![CDATA[the primary keys of the actions]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the resource company or name could not be found or were invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getActions</name>
			<comment><![CDATA[Returns the IDs of all the actions belonging to the permissions.]]></comment>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
				<comment><![CDATA[the permissions]]></comment>
			</param>
			<return>
				<comment><![CDATA[the IDs of all the actions belonging to the permissions]]></comment>
			</return>
		</method>
		<method>
			<name>getGroupPermissions</name>
			<comment><![CDATA[Returns all the group's permissions on the resource.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group's permissions on the resource]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroupPermissions</name>
			<comment><![CDATA[Returns all the group's permissions on the named resource with the scope and primKey.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource name]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the resource scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource primKey]]></comment>
			</param>
			<return>
				<comment><![CDATA[the group's permissions on the named resource with the scope and primKey]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getLatestPermissionId</name>
			<comment><![CDATA[Returns the primary key of the latest permission created.]]></comment>
			<return>
				<comment><![CDATA[the primary key of the latest permission created]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getOrgGroupPermissions</name>
			<comment><![CDATA[Returns all the permissions of the organization's group with respect to the resource.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<return>
				<comment><![CDATA[the permissions of the organization's group with respect to the resource]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getPermissions</name>
			<comment><![CDATA[Returns all the permissions to perform the actions on the resource, creating new permissions for any permissions not found.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the primary keys of the actions]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<return>
				<comment><![CDATA[the permissions to perform the actions on the resource]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[#addPermission(long, String, long)]]></see>
		</method>
		<method>
			<name>getRolePermissions</name>
			<comment><![CDATA[Returns all the role's permissions.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<return>
				<comment><![CDATA[the role's permissions]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRolePermissions</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopes</name>
				<type>int[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRolePermissions</name>
			<comment><![CDATA[Returns all the role's permissions on the resource.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<return>
				<comment><![CDATA[the role's permissions on the resource]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserPermissions</name>
			<comment><![CDATA[Returns all the user's permissions.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user's permissions]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserPermissions</name>
			<comment><![CDATA[Returns all the user's permissions on the resource.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user's permissions on the resource]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserPermissions</name>
			<comment><![CDATA[Returns all the user's permissions on the named resource with the scope and primKey.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource name]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the resource scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource primKey]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user permissions of the resource name, scope, and primKey]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasGroupPermission</name>
			<comment><![CDATA[Returns <code>true</code> if the group has permission to perform the action on the resource.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action's ID]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the group has permission to perform the action on the resource; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasRolePermission</name>
			<comment><![CDATA[Returns <code>true</code> if the role has permission to perform the action on the named resource with the scope.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource name]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the resource scope]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action's ID]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the role has permission to perform the action on the named resource with the scope; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasRolePermission</name>
			<comment><![CDATA[Returns <code>true</code> if the role has permission to perform the action on the named resource with the scope and primKey.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource name]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the resource scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource primKey]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action's ID]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the role has permission to perform the action on the named resource with the scope and primKey; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasUserPermission</name>
			<comment><![CDATA[Returns <code>true</code> if the user has permission to perform the action on the resource.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action's ID]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user has permission to perform the action on the resource; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasUserPermissions</name>
			<comment><![CDATA[Returns <code>true</code> if the user has permission to perform the action on the resources.

<p>
This method does not support resources managed by the resource block system.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group containing the resource]]></comment>
			</param>
			<param>
				<name>resources</name>
				<type>java.util.List</type>
				<comment><![CDATA[representations of the resource at each scope level returned by {@link com.liferay.portal.security.permission.AdvancedPermissionChecker#getResources( long, long, String, String, String)}]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action's ID]]></comment>
			</param>
			<param>
				<name>permissionCheckerBag</name>
				<type>com.liferay.portal.security.permission.PermissionCheckerBag</type>
				<comment><![CDATA[the permission checker bag]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user has permission to perform the action on the resources; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a resource action based on any one of the resources and the action ID could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setContainerResourcePermissions</name>
			<comment><![CDATA[Sets the container wide permissions of either the role or the default user of each company to perform the actions on the named resource.]]></comment>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource name]]></comment>
			</param>
			<param>
				<name>roleName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the role name. Supported role names include {@link com.liferay.portal.model.RoleConstants#ORGANIZATION_USER}, {@link com.liferay.portal.model.RoleConstants#OWNER}, and {@link com.liferay.portal.model.RoleConstants#SITE_MEMBER}.]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action's ID]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a matching role could not be found or if a default user for the company could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setGroupPermissions</name>
			<comment><![CDATA[Sets the group's permissions to perform the actions on the resource, replacing the group's existing permissions on the resource.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the primary keys of the actions]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setGroupPermissions</name>
			<comment><![CDATA[Sets the entity's group permissions to perform the actions on the resource, replacing the entity's existing group permissions on the resource. Only {@link com.liferay.portal.model.Organization} and {@link com.liferay.portal.model.UserGroup} class entities are supported.]]></comment>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the class name of an organization or user group]]></comment>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the class]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the primary keys of the actions]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an entity with the class name and primary key could not be found or if the entity's associated group could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setOrgGroupPermissions</name>
			<comment><![CDATA[Sets the organization's group permissions to perform the actions on the resource, replacing the organization's existing group permissions on the resource.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group in which to scope the permissions]]></comment>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the primary keys of the actions]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an organization with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setRolePermission</name>
			<comment><![CDATA[Sets the role's permissions to perform the action on the named resource, replacing the role's existing permissions on the resource.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource name]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the resource scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource primKey]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action's ID]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the scope was {@link com.liferay.portal.model.ResourceConstants#SCOPE_INDIVIDUAL}]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setRolePermissions</name>
			<comment><![CDATA[Sets the role's permissions to perform the actions on the named resource, replacing the role's existing permission for each of these actions on the resource.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource name]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the resource scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource primKey]]></comment>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the primary keys of the actions]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the scope was {@link com.liferay.portal.model.ResourceConstants#SCOPE_INDIVIDUAL}]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setRolePermissions</name>
			<comment><![CDATA[Sets the role's permissions to perform the actions on the resource, replacing the role's existing permissions on the resource.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the primary keys of the actions]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setRolesPermissions</name>
			<comment><![CDATA[Sets the permissions of each role to perform respective actions on the resource, replacing the existing permissions of each role on the resource.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>roleIdsToActionIds</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the map of roles to their new actions on the resource]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setRolesPermissions</name>
			<comment><![CDATA[Sets the permissions of each role to perform respective actions on the named resource, replacing the existing permissions of each role on the resource.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>roleIdsToActionIds</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the map of roles to their new actions on the resource]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource name]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the resource scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource primKey]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setUserPermissions</name>
			<comment><![CDATA[Sets the user's permissions to perform the actions on the resource, replacing the user's existing permissions on the resource.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the primary keys of the actions]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetRolePermission</name>
			<comment><![CDATA[Removes the permission from the role.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>permissionId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the permission]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetRolePermission</name>
			<comment><![CDATA[Removes the role's permissions to perform the action on the named resource with the scope and primKey.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource name]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the resource scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource primKey]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action's ID]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetRolePermissions</name>
			<comment><![CDATA[Removes the role's permissions to perform the action on the named resource.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource name]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the resource scope]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action's ID]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetUserPermissions</name>
			<comment><![CDATA[Removes the user's permissions to perform the actions on the resource.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the primary keys of the actions]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>checkOrgGroupPermission</name>
			<param>
				<name>organizations</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkOrgGroupPermission</name>
			<param>
				<name>organizations</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>permission</name>
				<type>com.liferay.portal.model.Permission</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasUserPermissions_1</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>stopWatch</name>
				<type>org.apache.commons.lang.time.StopWatch</type>
			</param>
			<param>
				<name>block</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasUserPermissions_2</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>stopWatch</name>
				<type>org.apache.commons.lang.time.StopWatch</type>
			</param>
			<param>
				<name>block</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasUserPermissions_3</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>stopWatch</name>
				<type>org.apache.commons.lang.time.StopWatch</type>
			</param>
			<param>
				<name>block</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasUserPermissions_4</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>stopWatch</name>
				<type>org.apache.commons.lang.time.StopWatch</type>
			</param>
			<param>
				<name>block</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasUserPermissions_5</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>stopWatch</name>
				<type>org.apache.commons.lang.time.StopWatch</type>
			</param>
			<param>
				<name>block</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasUserPermissions_6</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<param>
				<name>resources</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>stopWatch</name>
				<type>org.apache.commons.lang.time.StopWatch</type>
			</param>
			<param>
				<name>block</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>logHasUserPermissions</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>stopWatch</name>
				<type>org.apache.commons.lang.time.StopWatch</type>
			</param>
			<param>
				<name>block</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setContainerResourcePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PermissionServiceImpl</name>
		<type>com.liferay.portal.service.impl.PermissionServiceImpl</type>
		<comment><![CDATA[The implementation of the permission remote service.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>checkPermission</name>
			<comment><![CDATA[Checks to see if the group has permission to the resource.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the group did not have permission to the resource, or if a group or resource with the primary key could not be found or was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>checkPermission</name>
			<comment><![CDATA[Checks to see if the group has permission to the service.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the service name]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the service]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the group did not have permission to the service, if a group with the primary key could not be found or if the permission information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>checkPermission</name>
			<comment><![CDATA[Checks to see if the group has permission to the service.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the service name]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the service]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the group did not have permission to the service, if a group with the primary key could not be found or if the permission information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasGroupPermission</name>
			<comment><![CDATA[Returns <code>true</code> if the group has permission to perform the action on the resource.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action's ID]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the group has permission to perform the action on the resource; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasUserPermission</name>
			<comment><![CDATA[Returns <code>true</code> if the user has permission to perform the action on the resource.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action's ID]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user has permission to perform the action on the resource; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasUserPermissions</name>
			<comment><![CDATA[Returns <code>true</code> if the user has permission to perform the action on the resources.

<p>
This method does not support resources managed by the resource block system.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group containing the resource]]></comment>
			</param>
			<param>
				<name>resources</name>
				<type>java.util.List</type>
				<comment><![CDATA[representations of the resource at each scope level returned by {@link com.liferay.portal.security.permission.AdvancedPermissionChecker#getResources( long, long, String, String, String)}]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action's ID]]></comment>
			</param>
			<param>
				<name>permissionCheckerBag</name>
				<type>com.liferay.portal.security.permission.PermissionCheckerBag</type>
				<comment><![CDATA[the permission checker bag]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user has permission to perform the action on the resources; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a resource action based on any one of the resources and the action ID could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setGroupPermissions</name>
			<comment><![CDATA[Sets the group's permissions to perform the actions on the resource, replacing the group's existing permissions on the resource.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the primary keys of the actions]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group with the primary key could not be found or if the group did not have permission to the resource]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setGroupPermissions</name>
			<comment><![CDATA[Sets the entity's group permissions to perform the actions on the resource, replacing the entity's existing group permissions on the resource. Only {@link com.liferay.portal.model.Organization} and {@link com.liferay.portal.model.UserGroup} class entities are supported.]]></comment>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the class name of an organization or user group]]></comment>
			</param>
			<param>
				<name>classPK</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the class]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the primary keys of the actions]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the group did not have permission to the resource, if an entity with the class name and primary key could not be found, or if the entity's associated group could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setIndividualPermissions</name>
			<comment><![CDATA[Sets the permissions of each role to perform respective actions on the resource, replacing the existing permissions of each role on the resource.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>roleIdsToActionIds</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the map of roles to their new actions on the resource]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the group did not have permission to the resource]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setOrgGroupPermissions</name>
			<comment><![CDATA[Sets the organization permission to perform the actions on the resource for a particular group, replacing the organization's existing permissions on the resource.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group in which to scope the permissions]]></comment>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the primary keys of the actions]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the group did not have permission to the resource or if an organization with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setRolePermission</name>
			<comment><![CDATA[Sets the role's permissions to perform the action on the named resource, replacing the role's existing permissions on the resource.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource name]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the resource scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource primKey]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action's ID]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the group did not have permission to the role or if the scope was {@link com.liferay.portal.model.ResourceConstants#SCOPE_INDIVIDUAL}]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setRolePermissions</name>
			<comment><![CDATA[Sets the role's permissions to perform the actions on the resource, replacing the role's existing permissions on the resource.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the primary keys of the actions]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the group did not have permission to the resource or if a role with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setUserPermissions</name>
			<comment><![CDATA[Sets the user's permissions to perform the actions on the resource, replacing the user's existing permissions on the resource.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the primary keys of the actions]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the group did not have permission to the resource or if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetRolePermission</name>
			<comment><![CDATA[Removes the permission from the role.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>permissionId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the permission]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the group did not have permission to the role]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetRolePermission</name>
			<comment><![CDATA[Removes the role's permissions to perform the action on the named resource with the scope and primKey.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource name]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the resource scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource primKey]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action's ID]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the group did not have permission to the role]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetRolePermissions</name>
			<comment><![CDATA[Removes the role's permissions to perform the action on the named resource.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource name]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the resource scope]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action's ID]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the group did not have permission to the role]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetUserPermissions</name>
			<comment><![CDATA[Removes the user's permissions to perform the actions on the resource.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the primary keys of the actions]]></comment>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the group did not have permission to the resource]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>checkPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PhoneLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.PhoneLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addPhone</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>number</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deletePhones</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPhones</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPhones</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updatePhone</name>
			<param>
				<name>phoneId</name>
				<type>long</type>
			</param>
			<param>
				<name>number</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>phoneId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>phoneId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>number</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PhoneServiceImpl</name>
		<type>com.liferay.portal.service.impl.PhoneServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addPhone</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>number</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deletePhone</name>
			<param>
				<name>phoneId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPhone</name>
			<param>
				<name>phoneId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPhones</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updatePhone</name>
			<param>
				<name>phoneId</name>
				<type>long</type>
			</param>
			<param>
				<name>number</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PluginSettingLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.PluginSettingLocalServiceImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>checkPermission</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>pluginId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultPluginSetting</name>
		</method>
		<method>
			<name>getPluginSetting</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>pluginId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>pluginId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updatePluginSetting</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>pluginId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PluginSettingServiceImpl</name>
		<type>com.liferay.portal.service.impl.PluginSettingServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>updatePluginSetting</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>pluginId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.PortalLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
	</javadoc>
	<javadoc>
		<name>PortalPreferencesLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.PortalPreferencesLocalServiceImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addPortalPreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>defaultPreferences</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>defaultPreferences</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updatePreferences</name>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>portalPreferences</name>
				<type>com.liferay.portlet.PortalPreferences</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updatePreferences</name>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doGetPreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>defaultPreferences</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalServiceImpl</name>
		<type>com.liferay.portal.service.impl.PortalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getAutoDeployDirectory</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBuildNumber</name>
		</method>
		<method>
			<name>testAddClassName_Rollback</name>
			<param>
				<name>classNameValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>testAddClassName_Success</name>
			<param>
				<name>classNameValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>testAddClassNameAndTestTransactionPortletBar_PortalRollback</name>
			<param>
				<name>transactionPortletBarText</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>testAddClassNameAndTestTransactionPortletBar_PortletRollback</name>
			<param>
				<name>transactionPortletBarText</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>testAddClassNameAndTestTransactionPortletBar_Success</name>
			<param>
				<name>transactionPortletBarText</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>testCounterIncrement_Rollback</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>testDeleteClassName</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>testGetBuildNumber</name>
		</method>
		<method>
			<name>testGetUserId</name>
		</method>
		<method>
			<name>testHasClassName</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addClassName</name>
			<param>
				<name>classNameValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addTransactionPortletBar</name>
			<param>
				<name>transactionPortletBarText</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>rollback</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletItemLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.PortletItemLocalServiceImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>addPortletItem</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletItem</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletItems</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletItems</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updatePortletItem</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.PortletLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>addPortletCategory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>checkPortlet</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkPortlets</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>clearCache</name>
		</method>
		<method>
			<name>clearCompanyPortletsPool</name>
		</method>
		<method>
			<name>clonePortlet</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[{@link #clonePortlet(String)}]]></deprecated>
		</method>
		<method>
			<name>clonePortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deployRemotePortlet</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>categoryName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deployRemotePortlet</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>categoryNames</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>destroyPortlet</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>destroyRemotePortlet</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>getCustomAttributesDisplays</name>
		</method>
		<method>
			<name>getEARDisplay</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFriendlyURLMapperPortlets</name>
		</method>
		<method>
			<name>getFriendlyURLMappers</name>
		</method>
		<method>
			<name>getPortletApp</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletById</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletById</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletByStrutsPath</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>strutsPath</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortlets</name>
		</method>
		<method>
			<name>getPortlets</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortlets</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>showSystem</name>
				<type>boolean</type>
			</param>
			<param>
				<name>showPortal</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getScopablePortlets</name>
		</method>
		<method>
			<name>getWARDisplay</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasPortlet</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>initEAR</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>xmls</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<method>
			<name>initWAR</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>xmls</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<method>
			<name>loadGetPortletsPool</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeCompanyPortletsPool</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>updatePortlet</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_getPortletApp</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getPortletId</name>
			<param>
				<name>securityPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getPortletsByPortletName</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletsPool</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>_getPortletsByServletContextName</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletsPool</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>_getPortletsPool</name>
		</method>
		<method>
			<name>_getPortletsPool</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_readLiferayDisplay</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>portletCategory</name>
				<type>com.liferay.portal.model.PortletCategory</type>
			</param>
			<param>
				<name>portletIds</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<method>
			<name>_readLiferayDisplayXML</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_readLiferayDisplayXML</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_readLiferayPortletXML</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletsPool</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_readLiferayPortletXML</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletsPool</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>liferayPortletIds</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>roleMappers</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>portletElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>_readLiferayPortletXML</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletsPool</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_readPortletXML</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletsPool</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>servletURLPatterns</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_readPortletXML</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletsPool</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<param>
				<name>portletApp</name>
				<type>com.liferay.portal.model.PortletApp</type>
			</param>
			<param>
				<name>portletIds</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>timestamp</name>
				<type>long</type>
			</param>
			<param>
				<name>portletElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>_readPortletXML</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletsPool</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>servletURLPatterns</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_readWebXML</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_setSpriteImages</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>portletApp</name>
				<type>com.liferay.portal.model.PortletApp</type>
			</param>
			<param>
				<name>resourcePath</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_companyPortletsPool</name>
		</field>
		<field>
			<name>_customAttributesDisplayPortlets</name>
		</field>
		<field>
			<name>_friendlyURLMapperPortlets</name>
		</field>
		<field>
			<name>_portletAppsPool</name>
		</field>
		<field>
			<name>_portletIdsByStrutsPath</name>
		</field>
		<field>
			<name>_portletsPool</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletPreferencesLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.PortletPreferencesLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>addPortletPreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>defaultPreferences</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deletePortletPreferences</name>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deletePortletPreferences</name>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultPreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletPreferences</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletPreferences</name>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletPreferences</name>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletPreferences</name>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletPreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletPreferences</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletPreferencesByPlid</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultPreferences</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPreferences</name>
			<param>
				<name>portletPreferencesIds</name>
				<type>com.liferay.portal.model.PortletPreferencesIds</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStrictPreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStrictPreferences</name>
			<param>
				<name>portletPreferencesIds</name>
				<type>com.liferay.portal.model.PortletPreferencesIds</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updatePreferences</name>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updatePreferences</name>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doGetPreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultPreferences</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletPreferencesLocalServiceStagingAdvice</name>
		<type>com.liferay.portal.service.impl.PortletPreferencesLocalServiceStagingAdvice</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>invoke</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>getPortletPreferences</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>getPreferences</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>updatePreferences</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletPreferencesServiceImpl</name>
		<type>com.liferay.portal.service.impl.PortletPreferencesServiceImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>deleteArchivedPreferences</name>
			<param>
				<name>portletItemId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>restoreArchivedPreferences</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletItemId</name>
				<type>long</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>restoreArchivedPreferences</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletItem</name>
				<type>com.liferay.portal.model.PortletItem</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>restoreArchivedPreferences</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateArchivePreferences</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyPreferences</name>
			<param>
				<name>sourcePreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>targetPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletServiceImpl</name>
		<type>com.liferay.portal.service.impl.PortletServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getWARPortlets</name>
		</method>
		<method>
			<name>updatePortlet</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>QuartzLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.QuartzLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>checkQuartzTables</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RegionServiceImpl</name>
		<type>com.liferay.portal.service.impl.RegionServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addRegion</name>
			<param>
				<name>countryId</name>
				<type>long</type>
			</param>
			<param>
				<name>regionCode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchRegion</name>
			<param>
				<name>countryId</name>
				<type>long</type>
			</param>
			<param>
				<name>regionCode</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRegion</name>
			<param>
				<name>regionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRegion</name>
			<param>
				<name>countryId</name>
				<type>long</type>
			</param>
			<param>
				<name>regionCode</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRegions</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRegions</name>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRegions</name>
			<param>
				<name>countryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRegions</name>
			<param>
				<name>countryId</name>
				<type>long</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ReleaseLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.ReleaseLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addRelease</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>buildNumber</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>createTablesAndPopulate</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBuildNumberOrCreate</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRelease</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>buildNumber</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateRelease</name>
			<param>
				<name>releaseId</name>
				<type>long</type>
			</param>
			<param>
				<name>buildNumber</name>
				<type>int</type>
			</param>
			<param>
				<name>buildDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>verified</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>testSupportsStringCaseSensitiveQuery</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>testSupportsStringCaseSensitiveQuery</name>
			<param>
				<name>testString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_GET_BUILD_NUMBER</name>
		</field>
		<field>
			<name>_TEST_DATABASE_STRING_CASE_SENSITIVITY</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RepositoryEntryLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.RepositoryEntryLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>addRepositoryEntry</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>mappedId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateRepositoryEntry</name>
			<param>
				<name>repositoryEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>mappedId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RepositoryLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.RepositoryLocalServiceImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addRepository</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkRepository</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRepositories</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRepository</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLocalRepositoryImpl</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLocalRepositoryImpl</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryImpl</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryImpl</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTypeSettingsProperties</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateRepository</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>createRepositoryImpl</name>
			<param>
				<name>repositoryEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>createRepositoryImpl</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultClassNameId</name>
		</method>
		<method>
			<name>getDLFolderId</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryClassNameId</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryEntryId</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>RepositoryException</name>
				<type>com.liferay.portal.kernel.repository.RepositoryException</type>
			</throws>
		</method>
		<method>
			<name>setupRepository</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>repository</name>
				<type>com.liferay.portal.model.Repository</type>
			</param>
			<param>
				<name>baseRepository</name>
				<type>com.liferay.portal.kernel.repository.BaseRepository</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_defaultClassNameId</name>
		</field>
		<field>
			<name>_localRepositoriesByRepositoryEntryId</name>
		</field>
		<field>
			<name>_localRepositoriesByRepositoryId</name>
		</field>
		<field>
			<name>_repositoriesByEntryId</name>
		</field>
		<field>
			<name>_repositoriesByRepositoryId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RepositoryServiceImpl</name>
		<type>com.liferay.portal.service.impl.RepositoryServiceImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>addRepository</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkRepository</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRepository</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLocalRepositoryImpl</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLocalRepositoryImpl</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepository</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryImpl</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryImpl</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSupportedConfigurations</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSupportedParameters</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>configuration</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTypeSettingsProperties</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateRepository</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ResourceActionLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.ResourceActionLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>checkResourceActions</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkResourceActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkResourceActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>addDefaultActions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchResourceAction</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResourceAction</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getResourceActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkResourceActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>resourceActions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>addDefaultActions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>encodeKey</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_resourceActions</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourceBlockLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.ResourceBlockLocalServiceImpl</type>
		<comment><![CDATA[Manages the creation and upkeep of resource blocks and the resources they contain.]]></comment>
		<author><![CDATA[Connor McKay]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>addCompanyScopePermission</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addCompanyScopePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addGroupScopePermission</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addGroupScopePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addIndividualScopePermission</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addIndividualScopePermission</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissionedModel</name>
				<type>com.liferay.portal.model.PermissionedModel</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addIndividualScopePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addIndividualScopePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissionedModel</name>
				<type>com.liferay.portal.model.PermissionedModel</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addResourceBlock</name>
			<comment><![CDATA[Adds a resource block if necessary and associates the resource block permissions with it. The resource block will have an initial reference count of one.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource block's company]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource block's group]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource block's name]]></comment>
			</param>
			<param>
				<name>permissionsHash</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource block's permission hash]]></comment>
			</param>
			<param>
				<name>resourceBlockPermissionsContainer</name>
				<type>com.liferay.portal.model.ResourceBlockPermissionsContainer</type>
				<comment><![CDATA[the resource block's permissions container]]></comment>
			</param>
			<return>
				<comment><![CDATA[the new resource block]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteResourceBlock</name>
			<param>
				<name>resourceBlockId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteResourceBlock</name>
			<param>
				<name>resourceBlock</name>
				<type>com.liferay.portal.model.ResourceBlock</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getActionId</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getActionIds</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getActionIds</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyScopePermissions</name>
			<param>
				<name>resourceBlock</name>
				<type>com.liferay.portal.model.ResourceBlock</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupScopePermissions</name>
			<param>
				<name>resourceBlock</name>
				<type>com.liferay.portal.model.ResourceBlock</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPermissionedModel</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPermissions</name>
			<param>
				<name>resourceBlock</name>
				<type>com.liferay.portal.model.ResourceBlock</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getResourceBlock</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getResourceBlockIds</name>
			<param>
				<name>resourceBlockIdsBag</name>
				<type>com.liferay.portal.security.permission.ResourceBlockIdsBag</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getResourceBlockIdsBag</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourceBlockIdsBag</name>
				<type>com.liferay.portal.security.permission.ResourceBlockIdsBag</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissionedModel</name>
				<type>com.liferay.portal.model.PermissionedModel</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourceBlockIdsBag</name>
				<type>com.liferay.portal.security.permission.ResourceBlockIdsBag</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>isSupported</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>releasePermissionedModelResourceBlock</name>
			<param>
				<name>permissionedModel</name>
				<type>com.liferay.portal.model.PermissionedModel</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>releasePermissionedModelResourceBlock</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>releaseResourceBlock</name>
			<comment><![CDATA[Decrements the reference count of the resource block and updates it in the database or deletes the resource block if the reference count reaches zero.]]></comment>
			<param>
				<name>resourceBlockId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource block]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>releaseResourceBlock</name>
			<comment><![CDATA[Decrements the reference count of the resource block and updates it in the database or deletes the resource block if the reference count reaches zero.]]></comment>
			<param>
				<name>resourceBlock</name>
				<type>com.liferay.portal.model.ResourceBlock</type>
				<comment><![CDATA[the resource block]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>removeAllGroupScopePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeAllGroupScopePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeCompanyScopePermission</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeCompanyScopePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeGroupScopePermission</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeGroupScopePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeIndividualScopePermission</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeIndividualScopePermission</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissionedModel</name>
				<type>com.liferay.portal.model.PermissionedModel</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeIndividualScopePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeIndividualScopePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissionedModel</name>
				<type>com.liferay.portal.model.PermissionedModel</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setCompanyScopePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setCompanyScopePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setGroupScopePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setGroupScopePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setIndividualScopePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setIndividualScopePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setIndividualScopePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<param>
				<name>roleIdsToActionIds</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setIndividualScopePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissionedModel</name>
				<type>com.liferay.portal.model.PermissionedModel</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setIndividualScopePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissionedModel</name>
				<type>com.liferay.portal.model.PermissionedModel</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateCompanyScopePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
			<param>
				<name>operator</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateGroupScopePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
			<param>
				<name>operator</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateIndividualScopePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissionedModel</name>
				<type>com.liferay.portal.model.PermissionedModel</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
			<param>
				<name>operator</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateResourceBlockId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissionedModel</name>
				<type>com.liferay.portal.model.PermissionedModel</type>
			</param>
			<param>
				<name>permissionsHash</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourceBlockPermissionsContainer</name>
				<type>com.liferay.portal.model.ResourceBlockPermissionsContainer</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>verifyResourceBlockId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updatePermissions</name>
			<param>
				<name>resourceBlocks</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
			<param>
				<name>operator</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updatePermissionsHash</name>
			<param>
				<name>resourceBlock</name>
				<type>com.liferay.portal.model.ResourceBlock</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_DELETE_RESOURCE_BLOCK</name>
		</field>
		<field>
			<name>_RELEASE_RESOURCE_BLOCK</name>
		</field>
		<field>
			<name>_RETAIN_RESOURCE_BLOCK</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourceBlockPermissionLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.ResourceBlockPermissionLocalServiceImpl</type>
		<comment><![CDATA[Manages resource block permissions.

<p>
Never directly access this service, always go through the resource block local service.
</p>]]></comment>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>addResourceBlockPermissions</name>
			<param>
				<name>resourceBlockId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceBlockPermissionsContainer</name>
				<type>com.liferay.portal.model.ResourceBlockPermissionsContainer</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteResourceBlockPermissions</name>
			<param>
				<name>resourceBlockId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAvailableResourceBlockPermissionActionIds</name>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getResourceBlockPermissionsContainer</name>
			<param>
				<name>resourceBlockId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateResourceBlockPermission</name>
			<param>
				<name>resourceBlockId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
			<param>
				<name>operator</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ResourceBlockServiceImpl</name>
		<type>com.liferay.portal.service.impl.ResourceBlockServiceImpl</type>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>addCompanyScopePermission</name>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addGroupScopePermission</name>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addIndividualScopePermission</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeAllGroupScopePermissions</name>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeCompanyScopePermission</name>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeGroupScopePermission</name>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeIndividualScopePermission</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setCompanyScopePermissions</name>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setGroupScopePermissions</name>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setIndividualScopePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setIndividualScopePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<param>
				<name>roleIdsToActionIds</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ResourceCodeLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.ResourceCodeLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addResourceCode</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkResourceCodes</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkResourceCodes</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getResourceCode</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>encodeKey</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_resourceCodes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourceLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.ResourceLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Wilson S. Man]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>addModelResources</name>
			<param>
				<name>auditedModel</name>
				<type>com.liferay.portal.model.AuditedModel</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addModelResources</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addModelResources</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addResource</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addResources</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addResources</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addResources</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteResource</name>
			<param>
				<name>auditedModel</name>
				<type>com.liferay.portal.model.AuditedModel</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteResource</name>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteResource</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteResource</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteResource</name>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.model.Resource</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteResources</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchResource</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLatestResourceId</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getResource</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getResources</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateModelResources</name>
			<param>
				<name>auditedModel</name>
				<type>com.liferay.portal.model.AuditedModel</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateResources</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateResources</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateResources</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newPrimKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addGroupPermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.model.Resource</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>permissionedModel</name>
				<type>com.liferay.portal.model.PermissionedModel</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addGroupPermissions_1to5</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.model.Resource</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addGroupPermissions_6</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.model.Resource</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addGroupPermissions_6Blocks</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.model.Resource</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>permissionedModel</name>
				<type>com.liferay.portal.model.PermissionedModel</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addGuestPermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.model.Resource</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>permissionedModel</name>
				<type>com.liferay.portal.model.PermissionedModel</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addGuestPermissions_1to5</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.model.Resource</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addGuestPermissions_6</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.model.Resource</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addGuestPermissions_6Blocks</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.model.Resource</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>permissionedModel</name>
				<type>com.liferay.portal.model.PermissionedModel</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addModelResources</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>permissionedModel</name>
				<type>com.liferay.portal.model.PermissionedModel</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addModelResources_1to5</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.model.Resource</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addModelResources_6</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.model.Resource</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>permissionedModel</name>
				<type>com.liferay.portal.model.PermissionedModel</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addResource_1to5</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addResource_6</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addResources</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>permissionedModel</name>
				<type>com.liferay.portal.model.PermissionedModel</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addResources_1to5</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.model.Resource</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addResources_6</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.model.Resource</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>permissionedModel</name>
				<type>com.liferay.portal.model.PermissionedModel</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteResource</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissionedModel</name>
				<type>com.liferay.portal.model.PermissionedModel</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchResource_1to5</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterOwnerActions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>filterOwnerPermissions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getGroupId</name>
			<param>
				<name>auditedModel</name>
				<type>com.liferay.portal.model.AuditedModel</type>
			</param>
		</method>
		<method>
			<name>getGuestGroupId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>NoSuchGroupException</name>
				<type>com.liferay.portal.NoSuchGroupException</type>
			</throws>
		</method>
		<method>
			<name>getGuestGroupIdBySQL</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getPermissionedModel</name>
			<param>
				<name>auditedModel</name>
				<type>com.liferay.portal.model.AuditedModel</type>
			</param>
		</method>
		<method>
			<name>getResource_1to5</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getResource_6</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateResources</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>permissionedModel</name>
				<type>com.liferay.portal.model.PermissionedModel</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateResources_1to5</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.model.Resource</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateResources_1to5</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newPrimKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateResources_6</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.model.Resource</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateResources_6</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newPrimKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateResources_6Blocks</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.model.Resource</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>permissionedModel</name>
				<type>com.liferay.portal.model.PermissionedModel</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourcePermissionLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.ResourcePermissionLocalServiceImpl</type>
		<comment><![CDATA[Manages the creation and upkeep of resource permissions, and provides methods for granting, revoking, and checking permissions.

<p>
Before attempting to read any of the documentation for this class, first read {@link com.liferay.portal.model.impl.ResourcePermissionImpl} for an explanation of scoping.
</p>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>addResourcePermission</name>
			<comment><![CDATA[Grants the role permission at the scope to perform the action on resources of the type. Existing actions are retained.

<p>
This method cannot be used to grant individual scope permissions, but is only intended for adding permissions at the company, group, and group-template scopes. For example, this method could be used to grant a company scope permission to edit message board posts.
</p>

<p>
If a company scope permission is granted to resources that the role already had group scope permissions to, the group scope permissions are deleted. Likewise, if a group scope permission is granted to resources that the role already had company scope permissions to, the company scope permissions are deleted. Be aware that this latter behavior can result in an overall reduction in permissions for the role.
</p>

<p>
Depending on the scope, the value of <code>primKey</code> will have different meanings. For more information, see {@link com.liferay.portal.model.impl.ResourcePermissionImpl}.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the scope. This method only supports company, group, and group-template scope.]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key]]></comment>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action ID]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if scope was set to individual scope or if a role with the primary key or a resource action with the name and action ID could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addResourcePermissions</name>
			<comment><![CDATA[Grants the role permissions at the scope to perform the actions on all resources of the type. Existing actions are retained.

<p>
This method should only be used to add default permissions to existing resources en masse during upgrades or while verifying permissions. For example, this method could be used to grant site members individual scope permissions to view all blog posts.
</p>]]></comment>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>roleName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the role's name]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the scope]]></comment>
			</param>
			<param>
				<name>resourceActionBitwiseValue</name>
				<type>long</type>
				<comment><![CDATA[the bitwise IDs of the actions]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteResourcePermissions</name>
			<comment><![CDATA[Deletes all resource permissions at the scope to resources of the type. This method should not be confused with any of the <code>removeResourcePermission</code> methods, as its purpose is very different. This method should only be used for deleting resource permissions that refer to a resource when that resource is deleted. For example this method could be used to delete all individual scope permissions to a blog post when it is deleted.

<p>
Depending on the scope, the value of <code>primKey</code> will have different meanings. For more information, see {@link com.liferay.portal.model.impl.ResourcePermissionImpl}.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
				<comment><![CDATA[the primary key]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteResourcePermissions</name>
			<comment><![CDATA[Deletes all resource permissions at the scope to resources of the type. This method should not be confused with any of the <code>removeResourcePermission</code> methods, as its purpose is very different. This method should only be used for deleting resource permissions that refer to a resource when that resource is deleted. For example this method could be used to delete all individual scope permissions to a blog post when it is deleted.

<p>
Depending on the scope, the value of <code>primKey</code> will have different meanings. For more information, see {@link com.liferay.portal.model.impl.ResourcePermissionImpl}.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getAvailableResourcePermissionActionIds</name>
			<comment><![CDATA[Returns the intersection of action IDs the role has permission at the scope to perform on resources of the type.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[he primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key]]></comment>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.util.Collection</type>
				<comment><![CDATA[the action IDs]]></comment>
			</param>
			<return>
				<comment><![CDATA[the intersection of action IDs the role has permission at the scope to perform on resources of the type]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a resouce action could not be found for any one of the actions on the resource]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getAvailableResourcePermissionActionIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getResourcePermission</name>
			<comment><![CDATA[Returns the resource permission for the role at the scope to perform the actions on resources of the type.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key]]></comment>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<return>
				<comment><![CDATA[the resource permission for the role at the scope to perform the actions on resources of the type]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if no matching resources could be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getResourcePermissions</name>
			<comment><![CDATA[Returns all the resource permissions at the scope of the type.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key]]></comment>
			</param>
			<return>
				<comment><![CDATA[the resource permissions at the scope of the type]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getResourcePermissionsCount</name>
			<comment><![CDATA[Returns the number of resource permissions at the scope of the type.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of resource permissions at the scope of the type]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getResourceResourcePermissions</name>
			<comment><![CDATA[Returns the resource permissions that apply to the resource.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource's company]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource's group]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the resource]]></comment>
			</param>
			<return>
				<comment><![CDATA[the resource permissions associated with the resource]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRoleResourcePermissions</name>
			<comment><![CDATA[Returns all the resource permissions for the role.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<return>
				<comment><![CDATA[the resource permissions for the role]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRoleResourcePermissions</name>
			<comment><![CDATA[Returns a range of all the resource permissions for the role at the scopes.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>scopes</name>
				<type>int[]</type>
				<comment><![CDATA[the scopes]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of resource permissions for the role at the scopes]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getScopeResourcePermissions</name>
			<comment><![CDATA[Returns all the resource permissions where scope = any &#63;.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>scopes</name>
				<type>int[]</type>
				<comment><![CDATA[the scopes]]></comment>
			</param>
			<return>
				<comment><![CDATA[the resource permissions where scope = any &#63;]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasActionId</name>
			<comment><![CDATA[Returns <code>true</code> if the resource permission grants permission to perform the resource action. Note that this method does not ensure that the resource permission refers to the same type of resource as the resource action.]]></comment>
			<param>
				<name>resourcePermission</name>
				<type>com.liferay.portal.model.ResourcePermission</type>
				<comment><![CDATA[the resource permission]]></comment>
			</param>
			<param>
				<name>resourceAction</name>
				<type>com.liferay.portal.model.ResourceAction</type>
				<comment><![CDATA[the resource action]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the resource permission grants permission to perform the resource action]]></comment>
			</return>
		</method>
		<method>
			<name>hasResourcePermission</name>
			<comment><![CDATA[Returns <code>true</code> if the roles have permission at the scope to perform the action on the resources.

<p>
Depending on the scope, the value of <code>primKey</code> will have different meanings. For more information, see {@link com.liferay.portal.model.impl.ResourcePermissionImpl}.
</p>]]></comment>
			<param>
				<name>resources</name>
				<type>java.util.List</type>
				<comment><![CDATA[the resources]]></comment>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the roles]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action ID]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if any one of the roles has permission to perform the action on any one of the resources; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if any one of the roles with the primary keys could not be found or if a resource action with the name and action ID could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasResourcePermission</name>
			<comment><![CDATA[Returns <code>true</code> if the role has permission at the scope to perform the action on resources of the type.

<p>
Depending on the scope, the value of <code>primKey</code> will have different meanings. For more information, see {@link com.liferay.portal.model.impl.ResourcePermissionImpl}.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key]]></comment>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action ID]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the role has permission to perform the action on the resource; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role with the primary key or a resource action with the name and action ID could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasResourcePermission</name>
			<comment><![CDATA[Returns <code>true</code> if the roles have permission at the scope to perform the action on resources of the type.

<p>
Depending on the scope, the value of <code>primKey</code> will have different meanings. For more information, see {@link com.liferay.portal.model.impl.ResourcePermissionImpl}.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key]]></comment>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the roles]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action ID]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if any one of the roles has permission to perform the action on the resource; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if any one of the roles with the primary keys could not be found or if a resource action with the name and action ID could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasResourcePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasScopeResourcePermission</name>
			<comment><![CDATA[Returns <code>true</code> if the role has permission at the scope to perform the action on the resource.

<p>
Depending on the scope, the value of <code>primKey</code> will have different meanings. For more information, see {@link com.liferay.portal.model.impl.ResourcePermissionImpl}.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the scope]]></comment>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action ID]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the role has permission to perform the action on the resource; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role with the primary key or a resource action with the name and action ID could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>mergePermissions</name>
			<comment><![CDATA[Reassigns all the resource permissions from the source role to the destination role, and deletes the source role.]]></comment>
			<param>
				<name>fromRoleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the source role]]></comment>
			</param>
			<param>
				<name>toRoleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the destination role]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>reassignPermissions</name>
			<comment><![CDATA[Grants the role default permissions to all the resources of the type and at the scope stored in the resource permission, deletes the resource permission, and deletes the resource permission's role if it has no permissions remaining.]]></comment>
			<param>
				<name>resourcePermissionId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the resource permission]]></comment>
			</param>
			<param>
				<name>toRoleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a resource permission or role with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>removeResourcePermission</name>
			<comment><![CDATA[Revokes permission at the scope from the role to perform the action on resources of the type. For example, this method could be used to revoke a group scope permission to edit blog posts.

<p>
Depending on the scope, the value of <code>primKey</code> will have different meanings. For more information, see {@link com.liferay.portal.model.impl.ResourcePermissionImpl}.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key]]></comment>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action ID]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role with the primary key or a resource action with the name and action ID could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>removeResourcePermissions</name>
			<comment><![CDATA[Revokes all permissions at the scope from the role to perform the action on resources of the type. For example, this method could be used to revoke all individual scope permissions to edit blog posts from site members.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the scope]]></comment>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action ID]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role with the primary key or a resource action with the name and action ID could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setOwnerResourcePermissions</name>
			<comment><![CDATA[Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type, also setting the owner of any newly created resource permissions. Existing actions are replaced.

<p>
This method can be used to set permissions at any scope, but it is generally only used at the individual scope. For example, it could be used to set the guest permissions on a blog post.
</p>

<p>
Depending on the scope, the value of <code>primKey</code> will have different meanings. For more information, see {@link com.liferay.portal.model.impl.ResourcePermissionImpl}.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key]]></comment>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the owner (generally the user that created the resource)]]></comment>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the action IDs of the actions]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role with the primary key or a resource action with the name and action ID could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setResourcePermissions</name>
			<comment><![CDATA[Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type. Existing actions are replaced.

<p>
This method can be used to set permissions at any scope, but it is generally only used at the individual scope. For example, it could be used to set the guest permissions on a blog post.
</p>

<p>
Depending on the scope, the value of <code>primKey</code> will have different meanings. For more information, see {@link com.liferay.portal.model.impl.ResourcePermissionImpl}.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key]]></comment>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the action IDs of the actions]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role with the primary key or a resource action with the name and action ID could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setResourcePermissions</name>
			<comment><![CDATA[Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type. Existing actions are replaced.

<p>
This method can be used to set permissions at any scope, but it is generally only used at the individual scope. For example, it could be used to set the guest permissions on a blog post.
</p>

<p>
Depending on the scope, the value of <code>primKey</code> will have different meanings. For more information, see {@link com.liferay.portal.model.impl.ResourcePermissionImpl}.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key]]></comment>
			</param>
			<param>
				<name>roleIdsToActionIds</name>
				<type>java.util.Map</type>
				<comment><![CDATA[a map of role IDs to action IDs of the actions]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role with the primary key or a resource action with the name and action ID could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>doUpdateResourcePermission</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>operator</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doUpdateResourcePermission</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleIdsToActionIds</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>operator</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateResourcePermission</name>
			<comment><![CDATA[Updates the role's permissions at the scope, either adding to, removing from, or setting the actions that can be performed on resources of the type. Automatically creates a new resource permission if none exists, or deletes the existing resource permission if it no longer grants permissions to perform any action.

<p>
Depending on the scope, the value of <code>primKey</code> will have different meanings. For more information, see {@link com.liferay.portal.model.impl.ResourcePermissionImpl}.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key]]></comment>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the owner]]></comment>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the action IDs of the actions]]></comment>
			</param>
			<param>
				<name>operator</name>
				<type>int</type>
				<comment><![CDATA[whether to add to, remove from, or set/replace the existing actions. Possible values can be found in {@link ResourcePermissionConstants}.]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role with the primary key or a resource action with the name and action ID could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateResourcePermission</name>
			<comment><![CDATA[Updates the role's permissions at the scope, either adding to, removing from, or setting the actions that can be performed on resources of the type. Automatically creates a new resource permission if none exists, or deletes the existing resource permission if it no longer grants permissions to perform any action.

<p>
Depending on the scope, the value of <code>primKey</code> will have different meanings. For more information, see {@link com.liferay.portal.model.impl.ResourcePermissionImpl}.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key]]></comment>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the owner]]></comment>
			</param>
			<param>
				<name>roleIdsToActionIds</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>operator</name>
				<type>int</type>
				<comment><![CDATA[whether to add to, remove from, or set/replace the existing actions. Possible values can be found in {@link ResourcePermissionConstants}.]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role with the primary key or a resource action with the name and action ID could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<field>
			<name>EMPTY_ACTION_IDS</name>
			<see><![CDATA[{@link VerifyPermission#fixOrganizationRolePermissions_6} and LPS-23704]]></see>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourcePermissionServiceImpl</name>
		<type>com.liferay.portal.service.impl.ResourcePermissionServiceImpl</type>
		<comment><![CDATA[Manages the creation and upkeep of resource permissions, and provides methods for granting, revoking, and checking permissions.

<p>
Before attempting to read any of the documentation for this class, first read {@link com.liferay.portal.model.impl.ResourcePermissionImpl} for an explanation of scoping.
</p>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addResourcePermission</name>
			<comment><![CDATA[Grants the role permission at the scope to perform the action on resources of the type. Existing actions are retained.

<p>
This method cannot be used to grant individual scope permissions, but is only intended for adding permissions at the company, group, and group-template scopes. For example, this method could be used to grant a company scope permission to edit message board posts.
</p>

<p>
If a company scope permission is granted to resources that the role already had group scope permissions to, the group scope permissions are deleted. Likewise, if a group scope permission is granted to resources that the role already had company scope permissions to, the company scope permissions are deleted. Be aware that this latter behavior can result in an overall reduction in permissions for the role.
</p>

<p>
Depending on the scope, the value of <code>primKey</code> will have different meanings. For more information, see {@link com.liferay.portal.model.impl.ResourcePermissionImpl}.
</p>]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the scope. This method only supports company, group, and group-template scope.]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key]]></comment>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action ID]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user did not have permission to add resource permissions, or if scope was set to individual scope or if a role with the primary key or a resource action with the name and action ID could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>removeResourcePermission</name>
			<comment><![CDATA[Revokes permission at the scope from the role to perform the action on resources of the type. For example, this method could be used to revoke a group scope permission to edit blog posts.

<p>
Depending on the scope, the value of <code>primKey</code> will have different meanings. For more information, see {@link com.liferay.portal.model.impl.ResourcePermissionImpl}.
</p>]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key]]></comment>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action ID]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user did not have permission to remove resource permissions, or if a role with the primary key or a resource action with the name and action ID could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>removeResourcePermissions</name>
			<comment><![CDATA[Revokes all permissions at the scope from the role to perform the action on resources of the type. For example, this method could be used to revoke all individual scope permissions to edit blog posts from site members.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the scope]]></comment>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the action ID]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user did not have permission to remove resource permissions, or if a role with the primary key or a resource action with the name and action ID could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setIndividualResourcePermissions</name>
			<comment><![CDATA[Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type. Existing actions are replaced.

<p>
This method can be used to set permissions at any scope, but it is generally only used at the individual scope. For example, it could be used to set the guest permissions on a blog post.
</p>

<p>
Depending on the scope, the value of <code>primKey</code> will have different meanings. For more information, see {@link com.liferay.portal.model.impl.ResourcePermissionImpl}.
</p>]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key]]></comment>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the action IDs of the actions]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user did not have permission to set resource permissions, or if a role with the primary key or a resource action with the name and action ID could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setIndividualResourcePermissions</name>
			<comment><![CDATA[Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type. Existing actions are replaced.

<p>
This method can be used to set permissions at any scope, but it is generally only used at the individual scope. For example, it could be used to set the guest permissions on a blog post.
</p>

<p>
Depending on the scope, the value of <code>primKey</code> will have different meanings. For more information, see {@link com.liferay.portal.model.impl.ResourcePermissionImpl}.
</p>]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource's name, which can be either a class name or a portlet ID]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key]]></comment>
			</param>
			<param>
				<name>roleIdsToActionIds</name>
				<type>java.util.Map</type>
				<comment><![CDATA[a map of role IDs to action IDs of the actions]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user did not have permission to set resource permissions, or if a role with the primary key or a resource action with the name and action ID could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ResourceServiceImpl</name>
		<type>com.liferay.portal.service.impl.ResourceServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getResource</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ResourceTypePermissionLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.ResourceTypePermissionLocalServiceImpl</type>
		<comment><![CDATA[Manages resource type permissions.

<p>
Never call the update methods of this service directly, always go through the resource block local service.
</p>]]></comment>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>getCompanyScopeActionIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupScopeActionIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupScopeResourceTypePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getResourceBlockPermissionsContainer</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRoleResourceTypePermissions</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasCompanyScopePermission</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasEitherScopePermission</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasGroupScopePermission</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateCompanyScopeResourceTypePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
			<param>
				<name>operator</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateGroupScopeResourceTypePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIdsLong</name>
				<type>long</type>
			</param>
			<param>
				<name>operator</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RoleLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.RoleLocalServiceImpl</type>
		<comment><![CDATA[The implementation of the role local service.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>addRole</name>
			<comment><![CDATA[Adds a role. The user is reindexed after role is added.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the role's name]]></comment>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the role's localized titles (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the role's localized descriptions (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the role's type (optionally <code>0</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the role]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the class name or the role name were invalid, if the role is a duplicate, or if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addRole</name>
			<comment><![CDATA[Adds a role with additional parameters. The user is reindexed after role is added.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the role's name]]></comment>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the role's localized titles (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the role's localized descriptions (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the role's type (optionally <code>0</code>)]]></comment>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the class for which the role is created (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the class for which the role is created (optionally <code>0</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the role]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the class name or the role name were invalid, if the role is a duplicate, or if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addUserRoles</name>
			<comment><![CDATA[Adds the roles to the user. The user is reindexed after the roles are added.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the roles]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.service.persistence.UserPersistence#addRoles( long, long[])]]></see>
		</method>
		<method>
			<name>checkSystemRoles</name>
			<comment><![CDATA[Checks to ensure that the system roles map has appropriate default roles in each company.]]></comment>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the current user did not have permission to set applicable permissions on a role]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>checkSystemRoles</name>
			<comment><![CDATA[Checks to ensure that the system roles map has appropriate default roles in the company.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the current user did not have permission to set applicable permissions on a role]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteRole</name>
			<comment><![CDATA[Deletes the role with the primary key and its associated permissions.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role with the primary key could not be found, if the role is a default system role, or if the role's resource could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteRole</name>
			<comment><![CDATA[Deletes the role and its associated permissions.]]></comment>
			<param>
				<name>role</name>
				<type>com.liferay.portal.model.Role</type>
				<comment><![CDATA[the role]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the role is a default system role or if the role's resource could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>fetchRole</name>
			<comment><![CDATA[Returns the role with the name in the company.

<p>
The method searches the system roles map first for default roles. If a role with the name is not found, then the method will query the database.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the role's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the role with the name or <code>null</code> if a role with the name could not be found in the company]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getDefaultGroupRole</name>
			<comment><![CDATA[Returns the default role for the group with the primary key.

<p>
If the group is a site, then the default role is {@link com.liferay.portal.model.RoleConstants#SITE_MEMBER}. If the group is an organization, then the default role is {@link com.liferay.portal.model.RoleConstants#ORGANIZATION_USER}. If the group is a user or user group, then the default role is {@link com.liferay.portal.model.RoleConstants#POWER_USER}. For all other group types, the default role is {@link com.liferay.portal.model.RoleConstants#USER}.
</p>]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the default role for the group with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group with the primary key could not be found, or if a default role could not be found for the group]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroupRoles</name>
			<comment><![CDATA[Returns all the roles associated with the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the roles associated with the group]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getResourceBlockRoles</name>
			<param>
				<name>resourceBlockId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getResourceRoles</name>
			<comment><![CDATA[Returns a map of role names to associated action IDs for the named resource in the company within the permission scope.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource name]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the permission scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the resource's class]]></comment>
			</param>
			<return>
				<comment><![CDATA[the role names and action IDs]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.service.persistence.RoleFinder#findByC_N_S_P( long, String, int, String)]]></see>
		</method>
		<method>
			<name>getResourceRoles</name>
			<comment><![CDATA[Returns all the roles associated with the action ID in the company within the permission scope.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the resource name]]></comment>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
				<comment><![CDATA[the permission scope]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the resource's class]]></comment>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the resource action]]></comment>
			</param>
			<return>
				<comment><![CDATA[the roles]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.service.persistence.RoleFinder#findByC_N_S_P_A( long, String, int, String, String)]]></see>
		</method>
		<method>
			<name>getRole</name>
			<comment><![CDATA[Returns the role with the name in the company.

<p>
The method searches the system roles map first for default roles. If a role with the name is not found, then the method will query the database.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the role's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[the role with the name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role with the name could not be found in the company]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRoles</name>
			<comment><![CDATA[Returns all the roles of the type and subtype.]]></comment>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the role's type (optionally <code>0</code>)]]></comment>
			</param>
			<param>
				<name>subtype</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the role's subtype (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the roles of the type and subtype]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRoles</name>
			<comment><![CDATA[Returns all the roles in the company.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<return>
				<comment><![CDATA[the roles in the company]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRoles</name>
			<comment><![CDATA[Returns all the roles with the primary keys.]]></comment>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the roles]]></comment>
			</param>
			<return>
				<comment><![CDATA[the roles with the primary keys]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if any one of the roles with the primary keys could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getSubtypeRoles</name>
			<comment><![CDATA[Returns all the roles of the subtype.]]></comment>
			<param>
				<name>subtype</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the role's subtype (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the roles of the subtype]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getSubtypeRolesCount</name>
			<comment><![CDATA[Returns the number of roles of the subtype.]]></comment>
			<param>
				<name>subtype</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the role's subtype (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of roles of the subtype]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getTeamRole</name>
			<comment><![CDATA[Returns the team role in the company.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>teamId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the team]]></comment>
			</param>
			<return>
				<comment><![CDATA[the team role in the company]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role could not be found in the team and company]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroupGroupRoles</name>
			<comment><![CDATA[Returns all the user's roles within the user group.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user's roles within the user group]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.service.persistence.RoleFinder#findByUserGroupGroupRole( long, long)]]></see>
		</method>
		<method>
			<name>getUserGroupRoles</name>
			<comment><![CDATA[Returns all the user's roles within the user group.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user's roles within the user group]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.service.persistence.RoleFinder#findByUserGroupRole( long, long)]]></see>
		</method>
		<method>
			<name>getUserRelatedRoles</name>
			<comment><![CDATA[Returns the union of all the user's roles within the groups.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
				<comment><![CDATA[the groups (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the union of all the user's roles within the groups]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.service.persistence.RoleFinder#findByU_G( long, List)]]></see>
		</method>
		<method>
			<name>getUserRelatedRoles</name>
			<comment><![CDATA[Returns all the user's roles within the group.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user's roles within the group]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.service.persistence.RoleFinder#findByU_G( long, long)]]></see>
		</method>
		<method>
			<name>getUserRelatedRoles</name>
			<comment><![CDATA[Returns the union of all the user's roles within the groups.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the groups]]></comment>
			</param>
			<return>
				<comment><![CDATA[the union of all the user's roles within the groups]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.service.persistence.RoleFinder#findByU_G( long, long[])]]></see>
		</method>
		<method>
			<name>getUserRoles</name>
			<comment><![CDATA[Returns all the roles associated with the user.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the roles associated with the user]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasUserRole</name>
			<comment><![CDATA[Returns <code>true</code> if the user is associated with the role.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user is associated with the role; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasUserRole</name>
			<comment><![CDATA[Returns <code>true</code> if the user is associated with the named regular role.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the role]]></comment>
			</param>
			<param>
				<name>inherited</name>
				<type>boolean</type>
				<comment><![CDATA[whether to include the user's inherited roles in the search]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user is associated with the regular role; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role with the name could not be found in the company or if a default user for the company could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasUserRoles</name>
			<comment><![CDATA[Returns <code>true</code> if the user has any one of the named regular roles.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the names of the roles]]></comment>
			</param>
			<param>
				<name>inherited</name>
				<type>boolean</type>
				<comment><![CDATA[whether to include the user's inherited roles in the search]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user has any one of the regular roles; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if any one of the roles with the names could not be found in the company or if the default user for the company could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>loadFetchRole</name>
			<comment><![CDATA[Returns a role with the name in the company.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the role's name (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the role with the name, or <code>null</code> if a role with the name could not be found in the company]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>loadGetRole</name>
			<comment><![CDATA[Returns a role with the name in the company.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the role's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[the role with the name in the company]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role with the name could not be found in the company]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>search</name>
			<comment><![CDATA[Returns an ordered range of all the roles that match the keywords and types.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the keywords (space separated), which may occur in the role's name or description (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
				<comment><![CDATA[the role types (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of roles to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of roles to return (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the roles (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the ordered range of the matching roles, ordered by <code>obc</code>]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.service.persistence.RoleFinder]]></see>
		</method>
		<method>
			<name>search</name>
			<comment><![CDATA[Returns an ordered range of all the roles that match the keywords, types, and params.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the keywords (space separated), which may occur in the role's name or description (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
				<comment><![CDATA[the role types (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the finder parameters. Can specify values for "permissionsResourceId" and "usersRoles" keys. For more information, see {@link com.liferay.portal.service.persistence.RoleFinder}]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of roles to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of roles to return (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the roles (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the ordered range of the matching roles, ordered by <code>obc</code>]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.service.persistence.RoleFinder]]></see>
		</method>
		<method>
			<name>search</name>
			<comment><![CDATA[Returns an ordered range of all the roles that match the name, description, and types.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the role's name (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the role's description (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
				<comment><![CDATA[the role types (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of the roles to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of the roles to return (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the roles (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the ordered range of the matching roles, ordered by <code>obc</code>]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.service.persistence.RoleFinder]]></see>
		</method>
		<method>
			<name>search</name>
			<comment><![CDATA[Returns an ordered range of all the roles that match the name, description, types, and params.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the role's name (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the role's description (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
				<comment><![CDATA[the role types (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the finder's parameters. Can specify values for "permissionsResourceId" and "usersRoles" keys. For more information, see {@link com.liferay.portal.service.persistence.RoleFinder}]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of the roles to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of the roles to return (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the roles (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the ordered range of the matching roles, ordered by <code>obc</code>]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.service.persistence.RoleFinder]]></see>
		</method>
		<method>
			<name>searchCount</name>
			<comment><![CDATA[Returns the number of roles that match the keywords and types.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the keywords (space separated), which may occur in the role's name or description (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
				<comment><![CDATA[the role types (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching roles]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<comment><![CDATA[Returns the number of roles that match the keywords, types and params.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the keywords (space separated), which may occur in the role's name or description (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
				<comment><![CDATA[the role types (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the finder parameters. For more information, see {@link com.liferay.portal.service.persistence.RoleFinder}]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching roles]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<comment><![CDATA[Returns the number of roles that match the name, description, and types.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the role's name (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the role's description (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
				<comment><![CDATA[the role types (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching roles]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<comment><![CDATA[Returns the number of roles that match the name, description, types, and params.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the role's name (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the role's description (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
				<comment><![CDATA[the role types (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the finder parameters. Can specify values for "permissionsResourceId" and "usersRoles" keys. For more information, see {@link com.liferay.portal.service.persistence.RoleFinder}]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching roles]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setUserRoles</name>
			<comment><![CDATA[Sets the roles associated with the user, replacing the user's existing roles. The user is reindexed after the roles are set.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the roles]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary could not be found or if any one of the roles with the primary keys could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetUserRoles</name>
			<comment><![CDATA[Removes the matching roles associated with the user. The user is reindexed after the roles are removed.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the roles]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found or if a role with any one of the primary keys could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateRole</name>
			<comment><![CDATA[Updates the role with the primary key.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the role's new name]]></comment>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the new localized titles (optionally <code>null</code>) to replace those existing for the role]]></comment>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the new localized descriptions (optionally <code>null</code>) to replace those existing for the role]]></comment>
			</param>
			<param>
				<name>subtype</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the role's new subtype (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the role with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role with the primary could not be found or if the role's name was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>checkSystemRole</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultControlPanelPortlets</name>
		</method>
		<method>
			<name>initPersonalControlPanelPortletsPermissions</name>
			<param>
				<name>role</name>
				<type>com.liferay.portal.model.Role</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setRolePermissions</name>
			<param>
				<name>role</name>
				<type>com.liferay.portal.model.Role</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_systemRolesMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RoleServiceImpl</name>
		<type>com.liferay.portal.service.impl.RoleServiceImpl</type>
		<comment><![CDATA[The implementation of the role remote service.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addRole</name>
			<comment><![CDATA[Adds a role. The user is reindexed after role is added.]]></comment>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the role's name]]></comment>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the role's localized titles (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the role's localized descriptions (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the role's type (optionally <code>0</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the role]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found, if the user did not have permission to add roles, if the class name or the role name were invalid, or if the role is a duplicate]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addUserRoles</name>
			<comment><![CDATA[Adds the roles to the user. The user is reindexed after the roles are added.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the roles]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found or if the user did not have permission to assign members to one of the roles]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteRole</name>
			<comment><![CDATA[Deletes the role with the primary key and its associated permissions.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user did not have permission to delete the role, if a role with the primary key could not be found, if the role is a default system role, or if the role's resource could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroupRoles</name>
			<comment><![CDATA[Returns all the roles associated with the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the roles associated with the group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRole</name>
			<comment><![CDATA[Returns the role with the primary key.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<return>
				<comment><![CDATA[the role with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role with the primary key could not be found or if the user did not have permission to view the role]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRole</name>
			<comment><![CDATA[Returns the role with the name in the company.

<p>
The method searches the system roles map first for default roles. If a role with the name is not found, then the method will query the database.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the role's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[the role with the name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role with the name could not be found in the company or if the user did not have permission to view the role]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroupGroupRoles</name>
			<comment><![CDATA[Returns all the user's roles within the user group.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user's roles within the user group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroupRoles</name>
			<comment><![CDATA[Returns all the user's roles within the user group.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user's roles within the user group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserRelatedRoles</name>
			<comment><![CDATA[Returns the union of all the user's roles within the groups.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
				<comment><![CDATA[the groups (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the union of all the user's roles within the groups]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserRoles</name>
			<comment><![CDATA[Returns all the roles associated with the user.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the roles associated with the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasUserRole</name>
			<comment><![CDATA[Returns <code>true</code> if the user is associated with the named regular role.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the role]]></comment>
			</param>
			<param>
				<name>inherited</name>
				<type>boolean</type>
				<comment><![CDATA[whether to include the user's inherited roles in the search]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user is associated with the regular role; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role with the name could not be found in the company or if a default user for the company could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasUserRoles</name>
			<comment><![CDATA[Returns <code>true</code> if the user has any one of the named regular roles.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the names of the roles]]></comment>
			</param>
			<param>
				<name>inherited</name>
				<type>boolean</type>
				<comment><![CDATA[whether to include the user's inherited roles in the search]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user has any one of the regular roles; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if any one of the roles with the names could not be found in the company or if the default user for the company could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetUserRoles</name>
			<comment><![CDATA[Removes the matching roles associated with the user. The user is reindexed after the roles are removed.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the roles]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found, if the user did not have permission to remove members from a role, or if a role with any one of the primary keys could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateRole</name>
			<comment><![CDATA[Updates the role with the primary key.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the role's new name]]></comment>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the new localized titles (optionally <code>null</code>) to replace those existing for the role]]></comment>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the new localized descriptions (optionally <code>null</code>) to replace those existing for the role]]></comment>
			</param>
			<param>
				<name>subtype</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the role's new subtype (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the role with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user did not have permission to update the role, if a role with the primary could not be found, or if the role's name was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>checkUserRolesPermission</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>filterRoles</name>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ServiceComponentLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.ServiceComponentLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>destroyServiceComponent</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>initServiceComponent</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>buildNamespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>buildNumber</name>
				<type>long</type>
			</param>
			<param>
				<name>buildDate</name>
				<type>long</type>
			</param>
			<param>
				<name>buildAutoUpgrade</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>upgradeDB</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>buildNamespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>buildNumber</name>
				<type>long</type>
			</param>
			<param>
				<name>buildAutoUpgrade</name>
				<type>boolean</type>
			</param>
			<param>
				<name>previousServiceComponent</name>
				<type>com.liferay.portal.model.ServiceComponent</type>
			</param>
			<param>
				<name>tablesSQL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sequencesSQL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>indexesSQL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyDB</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>clearCacheRegistry</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>doUpgradeDB</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>buildNamespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>buildNumber</name>
				<type>long</type>
			</param>
			<param>
				<name>buildAutoUpgrade</name>
				<type>boolean</type>
			</param>
			<param>
				<name>previousServiceComponent</name>
				<type>com.liferay.portal.model.ServiceComponent</type>
			</param>
			<param>
				<name>tablesSQL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sequencesSQL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>indexesSQL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getModels</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getModels</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>removeOldServiceComponents</name>
			<param>
				<name>buildNamespace</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>upgradeModels</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_MAX_SERVICE_COMPONENTS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShardLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.ShardLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addShard</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getShard</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SubscriptionLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.SubscriptionLocalServiceImpl</type>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>addSubscription</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addSubscription</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>frequency</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteSubscription</name>
			<param>
				<name>subscriptionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteSubscription</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteSubscription</name>
			<param>
				<name>subscription</name>
				<type>com.liferay.portal.model.Subscription</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteSubscriptions</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteSubscriptions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubscription</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubscriptions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserSubscriptions</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserSubscriptions</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserSubscriptionsCount</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isSubscribed</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>TeamLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.TeamLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addTeam</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTeam</name>
			<param>
				<name>teamId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTeam</name>
			<param>
				<name>team</name>
				<type>com.liferay.portal.model.Team</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTeams</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupTeams</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTeam</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserTeams</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserTeams</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasUserTeam</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>teamId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateTeam</name>
			<param>
				<name>teamId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>teamId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>TeamServiceImpl</name>
		<type>com.liferay.portal.service.impl.TeamServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addTeam</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTeam</name>
			<param>
				<name>teamId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupTeams</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTeam</name>
			<param>
				<name>teamId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTeam</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserTeams</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserTeams</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasUserTeam</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>teamId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateTeam</name>
			<param>
				<name>teamId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ThemeLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.ThemeLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>fetchColorScheme</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>colorSchemeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>fetchTheme</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getColorScheme</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>colorSchemeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wapTheme</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTheme</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wapTheme</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getThemes</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getThemes</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>wapTheme</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getWARThemes</name>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>themesPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>loadFromServletContext</name>
				<type>boolean</type>
			</param>
			<param>
				<name>xmls</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>themesPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>loadFromServletContext</name>
				<type>boolean</type>
			</param>
			<param>
				<name>xmls</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<method>
			<name>uninstallThemes</name>
			<param>
				<name>themeIds</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>_getCompanyLimitExcludes</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>_getCompanyLimitIncludes</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>_getGroupLimitExcludes</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>_getGroupLimitIncludes</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>_getThemes</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>_getVersion</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_readColorSchemes</name>
			<param>
				<name>themeElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>colorSchemes</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>themeContextReplace</name>
				<type>com.liferay.util.ContextReplace</type>
			</param>
		</method>
		<method>
			<name>_readThemes</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>themesPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>loadFromServletContext</name>
				<type>boolean</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_setSpriteImages</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>theme</name>
				<type>com.liferay.portal.model.Theme</type>
			</param>
			<param>
				<name>resourcePath</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_themes</name>
		</field>
		<field>
			<name>_themesPool</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThemeServiceImpl</name>
		<type>com.liferay.portal.service.impl.ThemeServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getThemes</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getWARThemes</name>
		</method>
	</javadoc>
	<javadoc>
		<name>TicketLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.TicketLocalServiceImpl</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>addTicket</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>extraInfo</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchTicket</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTicket</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UserGroupGroupRoleLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.UserGroupGroupRoleLocalServiceImpl</type>
		<author><![CDATA[Brett Swaim]]></author>
		<method>
			<name>addUserGroupGroupRoles</name>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addUserGroupGroupRoles</name>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserGroupGroupRole</name>
			<param>
				<name>userGroupGroupRole</name>
				<type>com.liferay.portal.model.UserGroupGroupRole</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserGroupGroupRoles</name>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserGroupGroupRoles</name>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserGroupGroupRoles</name>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserGroupGroupRoles</name>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserGroupGroupRolesByGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserGroupGroupRolesByRoleId</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserGroupGroupRolesByUserGroupId</name>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserGroupGroupRoles</name>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserGroupGroupRoles</name>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserGroupGroupRolesByGroupAndRole</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasUserGroupGroupRole</name>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasUserGroupGroupRole</name>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkGroupResource</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UserGroupGroupRoleServiceImpl</name>
		<type>com.liferay.portal.service.impl.UserGroupGroupRoleServiceImpl</type>
		<author><![CDATA[Brett Swaim]]></author>
		<method>
			<name>addUserGroupGroupRoles</name>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addUserGroupGroupRoles</name>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserGroupGroupRoles</name>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserGroupGroupRoles</name>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UserGroupLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.UserGroupLocalServiceImpl</type>
		<comment><![CDATA[The implementation of the user group local service.]]></comment>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>addGroupUserGroups</name>
			<comment><![CDATA[Adds the user groups to the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user groups]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addTeamUserGroups</name>
			<comment><![CDATA[Adds the user groups to the team.]]></comment>
			<param>
				<name>teamId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the team]]></comment>
			</param>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user groups]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addUserGroup</name>
			<comment><![CDATA[Adds a user group.

<p>
This method handles the creation and bookkeeping of the user group, including its resources, metadata, and internal data structures. It is not necessary to make subsequent calls to setup default groups and resources for the user group.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group's company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user group's name]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user group's description]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user group's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>clearUserUserGroups</name>
			<comment><![CDATA[Clears all associations between the user and its user groups and clears the permissions cache.

<p>
This method is called from {@link #deleteUserGroup(UserGroup)}.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>copyUserGroupLayouts</name>
			<comment><![CDATA[Copies the user group's layouts to the users who are not already members of the user group.]]></comment>
			<param>
				<name>userGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if any one of the users could not be found or if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>copyUserGroupLayouts</name>
			<comment><![CDATA[Copies the user groups' layouts to the user.]]></comment>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user groups]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found or if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>copyUserGroupLayouts</name>
			<comment><![CDATA[Copies the user group's layout to the user.]]></comment>
			<param>
				<name>userGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found or if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>deleteUserGroup</name>
			<comment><![CDATA[Deletes the user group.]]></comment>
			<param>
				<name>userGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user group with the primary key could not be found or if the user group had a workflow in approved status]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteUserGroup</name>
			<comment><![CDATA[Deletes the user group.]]></comment>
			<param>
				<name>userGroup</name>
				<type>com.liferay.portal.model.UserGroup</type>
				<comment><![CDATA[the user group]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the organization had a workflow in approved status]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroup</name>
			<comment><![CDATA[Returns the user group with the name.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group's company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user group's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the user group with the name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user group with the name could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroups</name>
			<comment><![CDATA[Returns all the user groups belonging to the company.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user groups' company]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user groups belonging to the company]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroups</name>
			<comment><![CDATA[Returns all the user groups with the primary keys.]]></comment>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user groups]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user groups with the primary keys]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if any one of the user groups could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserUserGroups</name>
			<comment><![CDATA[Returns all the user groups to which the user belongs.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user groups to which the user belongs]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasGroupUserGroup</name>
			<comment><![CDATA[Returns <code>true</code> if the user group is associated with the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>userGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user group belongs to the group; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasTeamUserGroup</name>
			<comment><![CDATA[Returns <code>true</code> if the user group belongs to the team.]]></comment>
			<param>
				<name>teamId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the team]]></comment>
			</param>
			<param>
				<name>userGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user group belongs to the team; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<comment><![CDATA[Returns an ordered range of all the user groups that match the name and description.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group's company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user group's name (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user group's description (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the finder params (optionally <code>null</code>). For more information see {@link com.liferay.portal.service.persistence.UserGroupFinder}]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of user groups to return]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of user groups to return (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the user groups (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching user groups ordered by comparator <code>obc</code>]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.service.persistence.UserGroupFinder]]></see>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<comment><![CDATA[Returns the number of user groups that match the name and description.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group's company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user group's name (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user group's description (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the finder params (optionally <code>null</code>). For more information see {@link com.liferay.portal.service.persistence.UserGroupFinder}]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching user groups]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.service.persistence.UserGroupFinder]]></see>
		</method>
		<method>
			<name>setUserUserGroups</name>
			<comment><![CDATA[Sets the user groups associated with the user copying the user group layouts and removing and adding user group associations for the user as necessary.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user groups]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetGroupUserGroups</name>
			<comment><![CDATA[Removes the user groups from the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user groups]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetTeamUserGroups</name>
			<comment><![CDATA[Removes the user groups from the team.]]></comment>
			<param>
				<name>teamId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the team]]></comment>
			</param>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user groups]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateUserGroup</name>
			<comment><![CDATA[Updates the user group.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group's company]]></comment>
			</param>
			<param>
				<name>userGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user group's name]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user group's description]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user group with the primary key could not be found or if the new information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>exportLayouts</name>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutTemplatesParameters</name>
		</method>
		<method>
			<name>importLayouts</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>privateLayoutsFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>publicLayoutsFile</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UserGroupRoleLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.UserGroupRoleLocalServiceImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>addUserGroupRoles</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addUserGroupRoles</name>
			<param>
				<name>userIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserGroupRole</name>
			<param>
				<name>userGroupRole</name>
				<type>com.liferay.portal.model.UserGroupRole</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserGroupRoles</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserGroupRoles</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserGroupRoles</name>
			<param>
				<name>userIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserGroupRoles</name>
			<param>
				<name>userIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserGroupRolesByGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserGroupRolesByRoleId</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserGroupRolesByUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserGroupRoles</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserGroupRoles</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserGroupRolesByGroupAndRole</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserGroupRolesByUserUserGroupAndGroup</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasUserGroupRole</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasUserGroupRole</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>inherit</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasUserGroupRole</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasUserGroupRole</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inherit</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkGroupResource</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UserGroupRoleServiceImpl</name>
		<type>com.liferay.portal.service.impl.UserGroupRoleServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addUserGroupRoles</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addUserGroupRoles</name>
			<param>
				<name>userIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserGroupRoles</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserGroupRoles</name>
			<param>
				<name>userIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UserGroupServiceImpl</name>
		<type>com.liferay.portal.service.impl.UserGroupServiceImpl</type>
		<comment><![CDATA[The implementation of the user group remote service.]]></comment>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>addGroupUserGroups</name>
			<comment><![CDATA[Adds the user groups to the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user groups]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group or user group with the primary key could not be found, or if the user did not have permission to assign group members]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addTeamUserGroups</name>
			<comment><![CDATA[Adds the user groups to the team]]></comment>
			<param>
				<name>teamId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the team]]></comment>
			</param>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user groups]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a team or user group with the primary key could not be found, or if the user did not have permission to assign team members]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addUserGroup</name>
			<comment><![CDATA[Adds a user group.

<p>
This method handles the creation and bookkeeping of the user group, including its resources, metadata, and internal data structures.
</p>]]></comment>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user group's name]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user group's description]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user group's information was invalid or if the user did not have permission to add the user group]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteUserGroup</name>
			<comment><![CDATA[Deletes the user group.]]></comment>
			<param>
				<name>userGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user group with the primary key could not be found, if the user did not have permission to delete the user group, or if the user group had a workflow in approved status]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroup</name>
			<comment><![CDATA[Returns the user group with the primary key.]]></comment>
			<param>
				<name>userGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the user group with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user group with the primary key could not be found or if the user did not have permission to view the user group]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroup</name>
			<comment><![CDATA[Returns the user group with the name.]]></comment>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user group's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the user group with the name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user group with the name could not be found or if the user did not have permission to view the user group]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserUserGroups</name>
			<comment><![CDATA[Returns all the user groups to which the user belongs.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user groups to which the user belongs]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetGroupUserGroups</name>
			<comment><![CDATA[Removes the user groups from the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user groups]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user did not have permission to assign group members]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetTeamUserGroups</name>
			<comment><![CDATA[Removes the user groups from the team.]]></comment>
			<param>
				<name>teamId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the team]]></comment>
			</param>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user groups]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user did not have permission to assign team members]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateUserGroup</name>
			<comment><![CDATA[Updates the user group.]]></comment>
			<param>
				<name>userGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user group's name]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the the user group's description]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user group with the primary key was not found, if the new information was invalid, or if the user did not have permission to update the user group information]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>filterUserGroups</name>
			<param>
				<name>userGroups</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UserIdMapperLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.UserIdMapperLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>deleteUserIdMappers</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserIdMapper</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserIdMapperByExternalUserId</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>externalUserId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserIdMappers</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateUserIdMapper</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>externalUserId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UserLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.UserLocalServiceImpl</type>
		<comment><![CDATA[The implementation of the user local service.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Scott Lee]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<author><![CDATA[Zsigmond Rab]]></author>
		<method>
			<name>addDefaultAdminUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addDefaultGroups</name>
			<comment><![CDATA[Adds the user to the default groups, unless the user is already in these groups. The default groups can be specified in <code>portal.properties</code> with the key <code>admin.default.group.names</code>.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addDefaultRoles</name>
			<comment><![CDATA[Adds the user to the default roles, unless the user already has these roles. The default roles can be specified in <code>portal.properties</code> with the key <code>admin.default.role.names</code>.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addDefaultUserGroups</name>
			<comment><![CDATA[Adds the user to the default user groups, unless the user is already in these user groups. The default user groups can be specified in <code>portal.properties</code> with the property <code>admin.default.user.group.names</code>.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addGroupUsers</name>
			<comment><![CDATA[Adds the users to the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group or user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addOrganizationUsers</name>
			<comment><![CDATA[Adds the users to the organization.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an organization or user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addPasswordPolicyUsers</name>
			<comment><![CDATA[Assigns the password policy to the users, removing any other currently assigned password policies.]]></comment>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the password policy]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addRoleUsers</name>
			<comment><![CDATA[Adds the users to the role.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role or user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addTeamUsers</name>
			<comment><![CDATA[Adds the users to the team.]]></comment>
			<param>
				<name>teamId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the team]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a team or user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addUser</name>
			<comment><![CDATA[Adds a user.

<p>
This method handles the creation and bookkeeping of the user including its resources, metadata, and internal data structures. It is not necessary to make subsequent calls to any methods to setup default groups, resources, etc.
</p>]]></comment>
			<param>
				<name>creatorUserId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the creator]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>autoPassword</name>
				<type>boolean</type>
				<comment><![CDATA[whether a password should be automatically generated for the user]]></comment>
			</param>
			<param>
				<name>password1</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's password]]></comment>
			</param>
			<param>
				<name>password2</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's password confirmation]]></comment>
			</param>
			<param>
				<name>autoScreenName</name>
				<type>boolean</type>
				<comment><![CDATA[whether a screen name should be automatically generated for the user]]></comment>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's screen name]]></comment>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's email address]]></comment>
			</param>
			<param>
				<name>facebookId</name>
				<type>long</type>
				<comment><![CDATA[the user's facebook ID]]></comment>
			</param>
			<param>
				<name>openId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's OpenID]]></comment>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
				<comment><![CDATA[the user's locale]]></comment>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's first name]]></comment>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's middle name]]></comment>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's last name]]></comment>
			</param>
			<param>
				<name>prefixId</name>
				<type>int</type>
				<comment><![CDATA[the user's name prefix ID]]></comment>
			</param>
			<param>
				<name>suffixId</name>
				<type>int</type>
				<comment><![CDATA[the user's name suffix ID]]></comment>
			</param>
			<param>
				<name>male</name>
				<type>boolean</type>
				<comment><![CDATA[whether the user is male]]></comment>
			</param>
			<param>
				<name>birthdayMonth</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday month (0-based, meaning 0 for January)]]></comment>
			</param>
			<param>
				<name>birthdayDay</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday day]]></comment>
			</param>
			<param>
				<name>birthdayYear</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday year]]></comment>
			</param>
			<param>
				<name>jobTitle</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's job title]]></comment>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's groups]]></comment>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's organizations]]></comment>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the roles this user possesses]]></comment>
			</param>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's user groups]]></comment>
			</param>
			<param>
				<name>sendEmail</name>
				<type>boolean</type>
				<comment><![CDATA[whether to send the user an email notification about their new account]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the user's service context (optionally <code>null</code>). Can set the universally unique identifier (with the <code>uuid</code> attribute), asset category IDs, asset tag names, and expando bridge attributes for the user.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the new user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addUserGroupUsers</name>
			<comment><![CDATA[Adds the users to the user group.]]></comment>
			<param>
				<name>userGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user group or user with the primary could could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addUserWithWorkflow</name>
			<comment><![CDATA[Adds a user with workflow.

<p>
This method handles the creation and bookkeeping of the user including its resources, metadata, and internal data structures. It is not necessary to make subsequent calls to any methods to setup default groups, resources, etc.
</p>]]></comment>
			<param>
				<name>creatorUserId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the creator]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>autoPassword</name>
				<type>boolean</type>
				<comment><![CDATA[whether a password should be automatically generated for the user]]></comment>
			</param>
			<param>
				<name>password1</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's password]]></comment>
			</param>
			<param>
				<name>password2</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's password confirmation]]></comment>
			</param>
			<param>
				<name>autoScreenName</name>
				<type>boolean</type>
				<comment><![CDATA[whether a screen name should be automatically generated for the user]]></comment>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's screen name]]></comment>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's email address]]></comment>
			</param>
			<param>
				<name>facebookId</name>
				<type>long</type>
				<comment><![CDATA[the user's facebook ID]]></comment>
			</param>
			<param>
				<name>openId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's OpenID]]></comment>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
				<comment><![CDATA[the user's locale]]></comment>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's first name]]></comment>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's middle name]]></comment>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's last name]]></comment>
			</param>
			<param>
				<name>prefixId</name>
				<type>int</type>
				<comment><![CDATA[the user's name prefix ID]]></comment>
			</param>
			<param>
				<name>suffixId</name>
				<type>int</type>
				<comment><![CDATA[the user's name suffix ID]]></comment>
			</param>
			<param>
				<name>male</name>
				<type>boolean</type>
				<comment><![CDATA[whether the user is male]]></comment>
			</param>
			<param>
				<name>birthdayMonth</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday month (0-based, meaning 0 for January)]]></comment>
			</param>
			<param>
				<name>birthdayDay</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday day]]></comment>
			</param>
			<param>
				<name>birthdayYear</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday year]]></comment>
			</param>
			<param>
				<name>jobTitle</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's job title]]></comment>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's groups]]></comment>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's organizations]]></comment>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the roles this user possesses]]></comment>
			</param>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's user groups]]></comment>
			</param>
			<param>
				<name>sendEmail</name>
				<type>boolean</type>
				<comment><![CDATA[whether to send the user an email notification about their new account]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the user's service context (optionally <code>null</code>). Can set the universally unique identifier (with the <code>uuid</code> attribute), asset category IDs, asset tag names, and expando bridge attributes for the user.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the new user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>authenticateByEmailAddress</name>
			<comment><![CDATA[Attempts to authenticate the user by their email address and password, while using the AuthPipeline.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's email address]]></comment>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's password]]></comment>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the header map from the authentication request]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the parameter map from the authentication request]]></comment>
			</param>
			<param>
				<name>resultsMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the map of authentication results (may be nil). After a succesful authentication the user's primary key will be placed under the key <code>userId</code>.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the authentication status. This can be {@link com.liferay.portal.security.auth.Authenticator#FAILURE} indicating that the user's credentials are invalid, {@link com.liferay.portal.security.auth.Authenticator#SUCCESS} indicating a successful login, or {@link com.liferay.portal.security.auth.Authenticator#DNE} indicating that a user with that login does not exist.]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if <code>emailAddress</code> or <code>password</code> was <code>null</code>]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.security.auth.AuthPipeline]]></see>
		</method>
		<method>
			<name>authenticateByScreenName</name>
			<comment><![CDATA[Attempts to authenticate the user by their screen name and password, while using the AuthPipeline.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's screen name]]></comment>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's password]]></comment>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the header map from the authentication request]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the parameter map from the authentication request]]></comment>
			</param>
			<param>
				<name>resultsMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the map of authentication results (may be nil). After a succesful authentication the user's primary key will be placed under the key <code>userId</code>.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the authentication status. This can be {@link com.liferay.portal.security.auth.Authenticator#FAILURE} indicating that the user's credentials are invalid, {@link com.liferay.portal.security.auth.Authenticator#SUCCESS} indicating a successful login, or {@link com.liferay.portal.security.auth.Authenticator#DNE} indicating that a user with that login does not exist.]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if <code>screenName</code> or <code>password</code> was <code>null</code>]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.security.auth.AuthPipeline]]></see>
		</method>
		<method>
			<name>authenticateByUserId</name>
			<comment><![CDATA[Attempts to authenticate the user by their primary key and password, while using the AuthPipeline.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the user's primary key]]></comment>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's password]]></comment>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the header map from the authentication request]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the parameter map from the authentication request]]></comment>
			</param>
			<param>
				<name>resultsMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the map of authentication results (may be nil). After a succesful authentication the user's primary key will be placed under the key <code>userId</code>.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the authentication status. This can be {@link com.liferay.portal.security.auth.Authenticator#FAILURE} indicating that the user's credentials are invalid, {@link com.liferay.portal.security.auth.Authenticator#SUCCESS} indicating a successful login, or {@link com.liferay.portal.security.auth.Authenticator#DNE} indicating that a user with that login does not exist.]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if <code>userId</code> or <code>password</code> was <code>null</code>]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.security.auth.AuthPipeline]]></see>
		</method>
		<method>
			<name>authenticateForBasic</name>
			<comment><![CDATA[Attempts to authenticate the user using HTTP basic access authentication, without using the AuthPipeline. Primarily used for authenticating users of <code>tunnel-web</code>.

<p>
Authentication type specifies what <code>login</code> contains.The valid values are:
</p>

<ul>
<li>
<code>CompanyConstants.AUTH_TYPE_EA</code> - <code>login</code> is the
user's email address
</li>
<li>
<code>CompanyConstants.AUTH_TYPE_SN</code> - <code>login</code> is the
user's screen name
</li>
<li>
<code>CompanyConstants.AUTH_TYPE_ID</code> - <code>login</code> is the
user's primary key
</li>
</ul>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>authType</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the type of authentication to perform]]></comment>
			</param>
			<param>
				<name>login</name>
				<type>java.lang.String</type>
				<comment><![CDATA[either the user's email address, screen name, or primary key depending on the value of <code>authType</code>]]></comment>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's password]]></comment>
			</param>
			<return>
				<comment><![CDATA[the authentication status. This can be {@link com.liferay.portal.security.auth.Authenticator#FAILURE} indicating that the user's credentials are invalid, {@link com.liferay.portal.security.auth.Authenticator#SUCCESS} indicating a successful login, or {@link com.liferay.portal.security.auth.Authenticator#DNE} indicating that a user with that login does not exist.]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>authenticateForDigest</name>
			<comment><![CDATA[Attempts to authenticate the user using HTTP digest access authentication, without using the AuthPipeline. Primarily used for authenticating users of <code>tunnel-web</code>.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>username</name>
				<type>java.lang.String</type>
				<comment><![CDATA[either the user's email address, screen name, or primary key]]></comment>
			</param>
			<param>
				<name>realm</name>
				<type>java.lang.String</type>
				<comment><![CDATA[unused]]></comment>
			</param>
			<param>
				<name>nonce</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the number used once]]></comment>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the request method]]></comment>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the request URI]]></comment>
			</param>
			<param>
				<name>response</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the authentication response hash]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user's primary key if authentication is succesful; <code>0</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>authenticateForJAAS</name>
			<comment><![CDATA[Attempts to authenticate the user using JAAS credentials, without using the AuthPipeline.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>encPassword</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the encrypted password]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if authentication is successful; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>checkLockout</name>
			<comment><![CDATA[Checks if the user is currently locked out based on the password policy, and performs maintenance on the user's lockout and failed login data.]]></comment>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
				<comment><![CDATA[the user]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user was determined to still be locked out]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>checkLoginFailure</name>
			<comment><![CDATA[Adds a failed login attempt to the user and updates the user's last failed login date.]]></comment>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
				<comment><![CDATA[the user]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>checkLoginFailureByEmailAddress</name>
			<comment><![CDATA[Adds a failed login attempt to the user with the email address and updates the user's last failed login date.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's email address]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the email address could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>checkLoginFailureById</name>
			<comment><![CDATA[Adds a failed login attempt to the user and updates the user's last failed login date.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>checkLoginFailureByScreenName</name>
			<comment><![CDATA[Adds a failed login attempt to the user with the screen name and updates the user's last failed login date.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's screen name]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the screen name could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>checkPasswordExpired</name>
			<comment><![CDATA[Checks if the user's password is expired based on the password policy, and performs maintenance on the user's grace login and password reset data.]]></comment>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
				<comment><![CDATA[the user]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user's password has expired and the grace login limit has been exceeded]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>clearOrganizationUsers</name>
			<comment><![CDATA[Removes all the users from the organization.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>clearUserGroupUsers</name>
			<comment><![CDATA[Removes all the users from the user group.]]></comment>
			<param>
				<name>userGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>completeUserRegistration</name>
			<comment><![CDATA[Completes the user's registration by generating a password and sending the confirmation email.]]></comment>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
				<comment><![CDATA[the user]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the user's service context. Can set whether a password should be generated (with the <code>autoPassword</code> attribute) and whether the confirmation email should be sent (with the <code>sendEmail</code> attribute) for the user.]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>decryptUserId</name>
			<comment><![CDATA[Decrypts the user's primary key and password from their encrypted forms. Used for decrypting a user's credentials from the values stored in an automatic login cookie.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the encrypted primary key of the user]]></comment>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the encrypted password of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user's primary key and password]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found or if the user's password was incorrect]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deletePortrait</name>
			<comment><![CDATA[Deletes the user's portrait image.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found or if the user's portrait could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteRoleUser</name>
			<comment><![CDATA[Removes the user from the role.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role or user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteUser</name>
			<comment><![CDATA[Deletes the user.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteUser</name>
			<comment><![CDATA[Deletes the user.]]></comment>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
				<comment><![CDATA[the user]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteUserGroupUser</name>
			<comment><![CDATA[Removes the user from the user group.]]></comment>
			<param>
				<name>userGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>encryptUserId</name>
			<comment><![CDATA[Encrypts the primary key of the user. Used when encrypting the user's credentials for storage in an automatic login cookie.]]></comment>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user's encrypted primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>fetchUserByEmailAddress</name>
			<comment><![CDATA[Returns the user with the email address.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's email address]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user with the email address, or <code>null</code> if a user with the email address could not be found]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>fetchUserById</name>
			<comment><![CDATA[Returns the user with the primary key.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user with the primary key, or <code>null</code> if a user with the primary key could not be found]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>fetchUserByScreenName</name>
			<comment><![CDATA[Returns the user with the screen name.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's screen name]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user with the screen name, or <code>null</code> if a user with the screen name could not be found]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getCompanyUsers</name>
			<comment><![CDATA[Returns a range of all the users belonging to the company.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of users]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of users (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of users belonging to the company]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getCompanyUsersCount</name>
			<comment><![CDATA[Returns the number of users belonging to the company.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of users belonging to the company]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getDefaultUser</name>
			<comment><![CDATA[Returns the default user for the company.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<return>
				<comment><![CDATA[the default user for the company]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a default user for the company could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getDefaultUserId</name>
			<comment><![CDATA[Returns the primary key of the default user for the company.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<return>
				<comment><![CDATA[the primary key of the default user for the company]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a default user for the company could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroupUserIds</name>
			<comment><![CDATA[Returns the primary keys of all the users belonging to the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the primary keys of the users belonging to the group]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroupUsers</name>
			<comment><![CDATA[Returns all the users belonging to the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the users belonging to the group]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroupUsersCount</name>
			<comment><![CDATA[Returns the number of users belonging to the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of users belonging to the group]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroupUsersCount</name>
			<comment><![CDATA[Returns the number of users with the status belonging to the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the workflow status]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of users with the status belonging to the group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getNoAnnouncementsDeliveries</name>
			<comment><![CDATA[Returns all the users who have not had any announcements of the type delivered, excluding the default user.]]></comment>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the type of announcement]]></comment>
			</param>
			<return>
				<comment><![CDATA[the users who have not had any annoucements of the type delivered]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getNoContacts</name>
			<comment><![CDATA[Returns all the users who do not have any contacts.]]></comment>
			<return>
				<comment><![CDATA[the users who do not have any contacts]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getNoGroups</name>
			<comment><![CDATA[Returns all the users who do not belong to any groups, excluding the default user.]]></comment>
			<return>
				<comment><![CDATA[the users who do not belong to any groups]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getOrganizationUserIds</name>
			<comment><![CDATA[Returns the primary keys of all the users belonging to the organization.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<return>
				<comment><![CDATA[the primary keys of the users belonging to the organization]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getOrganizationUsers</name>
			<comment><![CDATA[Returns all the users belonging to the organization.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<return>
				<comment><![CDATA[the users belonging to the organization]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getOrganizationUsersCount</name>
			<comment><![CDATA[Returns the number of users belonging to the organization.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of users belonging to the organization]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getOrganizationUsersCount</name>
			<comment><![CDATA[Returns the number of users with the status belonging to the organization.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the workflow status]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of users with the status belonging to the organization]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an organization with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRoleUserIds</name>
			<comment><![CDATA[Returns the primary keys of all the users belonging to the role.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<return>
				<comment><![CDATA[the primary keys of the users belonging to the role]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRoleUsers</name>
			<comment><![CDATA[Returns all the users belonging to the role.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<return>
				<comment><![CDATA[the users belonging to the role]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRoleUsers</name>
			<comment><![CDATA[Returns a range of all the users belonging to the role.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of users]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of users (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of users belonging to the role]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRoleUsersCount</name>
			<comment><![CDATA[Returns the number of users belonging to the role.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of users belonging to the role]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRoleUsersCount</name>
			<comment><![CDATA[Returns the number of users with the status belonging to the role.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the workflow status]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of users with the status belonging to the role]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an role with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getSocialUsers</name>
			<comment><![CDATA[Returns an ordered range of all the users with a social relation of the type with the user.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the type of social relation. The possible types can be found in {@link com.liferay.portlet.social.model.SocialRelationConstants}.]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of users]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of users (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the users by (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the ordered range of users with a social relation of the type with the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getSocialUsers</name>
			<comment><![CDATA[Returns an ordered range of all the users with a social relation with the user.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of users]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of users (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the users by (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the ordered range of users with a social relation with the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getSocialUsers</name>
			<comment><![CDATA[Returns an ordered range of all the users with a mutual social relation of the type with both of the given users.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>userId1</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the first user]]></comment>
			</param>
			<param>
				<name>userId2</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the second user]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the type of social relation. The possible types can be found in {@link com.liferay.portlet.social.model.SocialRelationConstants}.]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of users]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of users (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the users by (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the ordered range of users with a mutual social relation of the type with the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getSocialUsers</name>
			<comment><![CDATA[Returns an ordered range of all the users with a mutual social relation with both of the given users.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>userId1</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the first user]]></comment>
			</param>
			<param>
				<name>userId2</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the second user]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of users]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of users (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the users by (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the ordered range of users with a mutual social relation with the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getSocialUsersCount</name>
			<comment><![CDATA[Returns the number of users with a social relation with the user.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of users with a social relation with the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getSocialUsersCount</name>
			<comment><![CDATA[Returns the number of users with a social relation of the type with the user.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the type of social relation. The possible types can be found in {@link com.liferay.portlet.social.model.SocialRelationConstants}.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of users with a social relation of the type with the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getSocialUsersCount</name>
			<comment><![CDATA[Returns the number of users with a mutual social relation with both of the given users.]]></comment>
			<param>
				<name>userId1</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the first user]]></comment>
			</param>
			<param>
				<name>userId2</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the second user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of users with a mutual social relation with the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getSocialUsersCount</name>
			<comment><![CDATA[Returns the number of users with a mutual social relation of the type with both of the given users.]]></comment>
			<param>
				<name>userId1</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the first user]]></comment>
			</param>
			<param>
				<name>userId2</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the second user]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the type of social relation. The possible types can be found in {@link com.liferay.portlet.social.model.SocialRelationConstants}.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of users with a mutual social relation of the type with the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserByContactId</name>
			<comment><![CDATA[Returns the user with the contact ID.]]></comment>
			<param>
				<name>contactId</name>
				<type>long</type>
				<comment><![CDATA[the user's contact ID]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user with the contact ID]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the contact ID could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserByEmailAddress</name>
			<comment><![CDATA[Returns the user with the email address.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's email address]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user with the email address]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the email address could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserByFacebookId</name>
			<comment><![CDATA[Returns the user with the Facebook ID.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>facebookId</name>
				<type>long</type>
				<comment><![CDATA[the user's Facebook ID]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user with the Facebook ID]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the Facebook ID could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserById</name>
			<comment><![CDATA[Returns the user with the primary key.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserById</name>
			<comment><![CDATA[Returns the user with the primary key from the company.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key from the company could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserByOpenId</name>
			<comment><![CDATA[Returns the user with the OpenID.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>openId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's OpenID]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user with the OpenID]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the OpenID could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserByPortraitId</name>
			<comment><![CDATA[Returns the user with the portrait ID.]]></comment>
			<param>
				<name>portraitId</name>
				<type>long</type>
				<comment><![CDATA[the user's portrait ID]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user with the portrait ID]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the portrait ID could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserByScreenName</name>
			<comment><![CDATA[Returns the user with the screen name.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's screen name]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user with the screen name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the screen name could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserByUuid</name>
			<comment><![CDATA[Returns the user with the universally unique identifier.]]></comment>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's universally unique identifier]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user with the universally unique identifier]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the universally unique identifier could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroupUsers</name>
			<comment><![CDATA[Returns all the users belonging to the user group.]]></comment>
			<param>
				<name>userGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the users belonging to the user group]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroupUsersCount</name>
			<comment><![CDATA[Returns the number of users belonging to the user group.]]></comment>
			<param>
				<name>userGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of users belonging to the user group]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroupUsersCount</name>
			<comment><![CDATA[Returns the number of users with the status belonging to the user group.]]></comment>
			<param>
				<name>userGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the workflow status]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of users with the status belonging to the user group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user group with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserIdByEmailAddress</name>
			<comment><![CDATA[Returns the primary key of the user with the email address.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's email address]]></comment>
			</param>
			<return>
				<comment><![CDATA[the primary key of the user with the email address]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the email address could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserIdByScreenName</name>
			<comment><![CDATA[Returns the primary key of the user with the screen name.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's screen name]]></comment>
			</param>
			<return>
				<comment><![CDATA[the primary key of the user with the screen name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the screen name could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasGroupUser</name>
			<comment><![CDATA[Returns <code>true</code> if the user is a member of the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user is a member of the group; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasOrganizationUser</name>
			<comment><![CDATA[Returns <code>true</code> if the user is a member of the organization.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user is a member of the organization; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasPasswordPolicyUser</name>
			<comment><![CDATA[Returns <code>true</code> if the password policy has been assigned to the user.]]></comment>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the password policy]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the password policy is assigned to the user; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasRoleUser</name>
			<comment><![CDATA[Returns <code>true</code> if the user is a member of the role.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user is a member of the role; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasRoleUser</name>
			<comment><![CDATA[Returns <code>true</code> if the user has the role with the name, optionally through inheritance.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role's company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the role (must be a regular role, not an organization, site or provider role)]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>inherited</name>
				<type>boolean</type>
				<comment><![CDATA[whether to include roles inherited from organizations, sites, etc.]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user has the role; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role with the name could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasTeamUser</name>
			<comment><![CDATA[Returns <code>true</code> if the user is a member of the team.]]></comment>
			<param>
				<name>teamId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the team]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user is a member of the team; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasUserGroupUser</name>
			<comment><![CDATA[Returns <code>true</code> if the user is a member of the user group.]]></comment>
			<param>
				<name>userGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user is a member of the user group; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>isPasswordExpired</name>
			<comment><![CDATA[Returns <code>true</code> if the user's password is expired.]]></comment>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
				<comment><![CDATA[the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user's password is expired; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the password policy for the user could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>isPasswordExpiringSoon</name>
			<comment><![CDATA[Returns <code>true</code> if the user's password is expiring soon.]]></comment>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
				<comment><![CDATA[the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user's password is expiring soon; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the password policy for the user could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>loadGetDefaultUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<comment><![CDATA[Returns an ordered range of all the users who match the keywords and status, without using the indexer. It is preferable to use the indexed version {@link #search(long, String, int, LinkedHashMap, int, int, Sort)} instead of this method wherever possible for performance reasons.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the keywords (space separated), which may occur in the user's first name, middle name, last name, screen name, or email address]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the workflow status]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the finder parameters (optionally <code>null</code>). For more information see {@link com.liferay.portal.service.persistence.UserFinder}.]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of users]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of users (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the users by (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching users]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.service.persistence.UserFinder]]></see>
		</method>
		<method>
			<name>search</name>
			<comment><![CDATA[Returns an ordered range of all the users who match the keywords and status, using the indexer. It is preferable to use this method instead of the non-indexed version whenever possible for performance reasons.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the keywords (space separated), which may occur in the user's first name, middle name, last name, screen name, or email address]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the workflow status]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the indexer parameters (optionally <code>null</code>). For more information see {@link com.liferay.portlet.usersadmin.util.UserIndexer}.]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of users]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of users (not inclusive)]]></comment>
			</param>
			<param>
				<name>sort</name>
				<type>com.liferay.portal.kernel.search.Sort</type>
				<comment><![CDATA[the field and direction to sort by (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching users]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portlet.usersadmin.util.UserIndexer]]></see>
		</method>
		<method>
			<name>search</name>
			<comment><![CDATA[Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, without using the indexer. It is preferable to use the indexed version {@link #search(long, String, String, String, String, String, int, LinkedHashMap, boolean, int, int, Sort)} instead of this method wherever possible for performance reasons.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the first name keywords (space separated)]]></comment>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the middle name keywords]]></comment>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the last name keywords]]></comment>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the screen name keywords]]></comment>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the email address keywords]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the workflow status]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the finder parameters (optionally <code>null</code>). For more information see {@link com.liferay.portal.service.persistence.UserFinder}.]]></comment>
			</param>
			<param>
				<name>andSearch</name>
				<type>boolean</type>
				<comment><![CDATA[whether every field must match its keywords, or just one field. For example, &quot;users with the first name 'bob' and last name 'smith'&quot; vs &quot;users with the first name 'bob' or the last name 'smith'&quot;.]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of users]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of users (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the users by (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching users]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.service.persistence.UserFinder]]></see>
		</method>
		<method>
			<name>search</name>
			<comment><![CDATA[Returns an ordered range of all the users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them, using the indexer. It is preferable to use this method instead of the non-indexed version whenever possible for performance reasons.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the first name keywords (space separated)]]></comment>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the middle name keywords]]></comment>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the last name keywords]]></comment>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the screen name keywords]]></comment>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the email address keywords]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the workflow status]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the indexer parameters (optionally <code>null</code>). For more information see {@link com.liferay.portlet.usersadmin.util.UserIndexer}.]]></comment>
			</param>
			<param>
				<name>andSearch</name>
				<type>boolean</type>
				<comment><![CDATA[whether every field must match its keywords, or just one field. For example, &quot;users with the first name 'bob' and last name 'smith'&quot; vs &quot;users with the first name 'bob' or the last name 'smith'&quot;.]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of users]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of users (not inclusive)]]></comment>
			</param>
			<param>
				<name>sort</name>
				<type>com.liferay.portal.kernel.search.Sort</type>
				<comment><![CDATA[the field and direction to sort by (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching users]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portlet.usersadmin.util.UserIndexer]]></see>
		</method>
		<method>
			<name>searchCount</name>
			<comment><![CDATA[Returns the number of users who match the keywords and status.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the keywords (space separated), which may occur in the user's first name, middle name, last name, screen name, or email address]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the workflow status]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the finder parameters (optionally <code>null</code>). For more information see {@link com.liferay.portal.service.persistence.UserFinder}.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number matching users]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<comment><![CDATA[Returns the number of users with the status, and whose first name, middle name, last name, screen name, and email address match the keywords specified for them.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the first name keywords (space separated)]]></comment>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the middle name keywords]]></comment>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the last name keywords]]></comment>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the screen name keywords]]></comment>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the email address keywords]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the workflow status]]></comment>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
				<comment><![CDATA[the finder parameters (optionally <code>null</code>). For more information see {@link com.liferay.portal.service.persistence.UserFinder}.]]></comment>
			</param>
			<param>
				<name>andSearch</name>
				<type>boolean</type>
				<comment><![CDATA[whether every field must match its keywords, or just one field. For example, &quot;users with the first name 'bob' and last name 'smith'&quot; vs &quot;users with the first name 'bob' or the last name 'smith'&quot;.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching users]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>sendEmailAddressVerification</name>
			<comment><![CDATA[Sends an email address verification to the user.]]></comment>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
				<comment><![CDATA[the verification email recipient]]></comment>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the recipient's email address]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context. Must set the portal URL, main path, primary key of the layout, remote address, remote host, and agent for the user.]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>sendPassword</name>
			<comment><![CDATA[Sends the password email to the user with the email address. The content of this email can be specified in <code>portal.properties</code> with the <code>admin.email.password</code> keys.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's email address]]></comment>
			</param>
			<param>
				<name>fromName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the individual that the email should be from]]></comment>
			</param>
			<param>
				<name>fromAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the address of the individual that the email should be from]]></comment>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the email subject. If <code>null</code>, the subject specified in <code>portal.properties</code> will be used.]]></comment>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the email body. If <code>null</code>, the body specified in <code>portal.properties</code> will be used.]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the user's service context]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the email address could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setRoleUsers</name>
			<comment><![CDATA[Sets the users in the role, removing and adding users to the role as necessary.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setUserGroupUsers</name>
			<comment><![CDATA[Sets the users in the user group, removing and adding users to the user group as necessary.]]></comment>
			<param>
				<name>userGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetGroupTeamsUsers</name>
			<comment><![CDATA[Removes the users from the teams of a group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetGroupUsers</name>
			<comment><![CDATA[Removes the users from the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetOrganizationUsers</name>
			<comment><![CDATA[Removes the users from the organization.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetPasswordPolicyUsers</name>
			<comment><![CDATA[Removes the users from the password policy.]]></comment>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the password policy]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetRoleUsers</name>
			<comment><![CDATA[Removes the users from the role.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>users</name>
				<type>java.util.List</type>
				<comment><![CDATA[the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetRoleUsers</name>
			<comment><![CDATA[Removes the users from the role.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetTeamUsers</name>
			<comment><![CDATA[Removes the users from the team.]]></comment>
			<param>
				<name>teamId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the team]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetUserGroupUsers</name>
			<comment><![CDATA[Removes the users from the user group.]]></comment>
			<param>
				<name>userGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateAgreedToTermsOfUse</name>
			<comment><![CDATA[Updates whether the user has agreed to the terms of use.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>agreedToTermsOfUse</name>
				<type>boolean</type>
				<comment><![CDATA[whether the user has agreet to the terms of use]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateAsset</name>
			<comment><![CDATA[Updates the user's asset with the new asset categories and tag names, removing and adding asset categories and tag names as necessary.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
				<comment><![CDATA[Id the primary key of the user]]></comment>
			</param>
			<param>
				<name>assetCategoryIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary key's of the new asset categories]]></comment>
			</param>
			<param>
				<name>assetTagNames</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the new asset tag names]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateCreateDate</name>
			<comment><![CDATA[Updates the user's creation date.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>createDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the new creation date]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateEmailAddress</name>
			<comment><![CDATA[Updates the user's email address.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's password]]></comment>
			</param>
			<param>
				<name>emailAddress1</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new email address]]></comment>
			</param>
			<param>
				<name>emailAddress2</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new email address confirmation]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateEmailAddress</name>
			<comment><![CDATA[Updates the user's email address or sends verification email.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's password]]></comment>
			</param>
			<param>
				<name>emailAddress1</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new email address]]></comment>
			</param>
			<param>
				<name>emailAddress2</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new email address confirmation]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateEmailAddressVerified</name>
			<comment><![CDATA[Updates whether the user has verified email address.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>emailAddressVerified</name>
				<type>boolean</type>
				<comment><![CDATA[whether the user has verified email address]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFacebookId</name>
			<comment><![CDATA[Updates the user's Facebook ID.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>facebookId</name>
				<type>long</type>
				<comment><![CDATA[the user's new Facebook ID]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateGroups</name>
			<comment><![CDATA[Sets the groups the user is in, removing and adding groups as necessary.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>newGroupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the groups]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateIncompleteUser</name>
			<comment><![CDATA[Updates a user account that was automatically created when a guest user participated in an action (e.g. posting a comment) and only provided his name and email address.]]></comment>
			<param>
				<name>creatorUserId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the creator]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>autoPassword</name>
				<type>boolean</type>
				<comment><![CDATA[whether a password should be automatically generated for the user]]></comment>
			</param>
			<param>
				<name>password1</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's password]]></comment>
			</param>
			<param>
				<name>password2</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's password confirmation]]></comment>
			</param>
			<param>
				<name>autoScreenName</name>
				<type>boolean</type>
				<comment><![CDATA[whether a screen name should be automatically generated for the user]]></comment>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's screen name]]></comment>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's email address]]></comment>
			</param>
			<param>
				<name>facebookId</name>
				<type>long</type>
				<comment><![CDATA[the user's facebook ID]]></comment>
			</param>
			<param>
				<name>openId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's OpenID]]></comment>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
				<comment><![CDATA[the user's locale]]></comment>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's first name]]></comment>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's middle name]]></comment>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's last name]]></comment>
			</param>
			<param>
				<name>prefixId</name>
				<type>int</type>
				<comment><![CDATA[the user's name prefix ID]]></comment>
			</param>
			<param>
				<name>suffixId</name>
				<type>int</type>
				<comment><![CDATA[the user's name suffix ID]]></comment>
			</param>
			<param>
				<name>male</name>
				<type>boolean</type>
				<comment><![CDATA[whether the user is male]]></comment>
			</param>
			<param>
				<name>birthdayMonth</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday month (0-based, meaning 0 for January)]]></comment>
			</param>
			<param>
				<name>birthdayDay</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday day]]></comment>
			</param>
			<param>
				<name>birthdayYear</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday year]]></comment>
			</param>
			<param>
				<name>jobTitle</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's job title]]></comment>
			</param>
			<param>
				<name>updateUserInformation</name>
				<type>boolean</type>
				<comment><![CDATA[whether to update the user's information]]></comment>
			</param>
			<param>
				<name>sendEmail</name>
				<type>boolean</type>
				<comment><![CDATA[whether to send the user an email notification about their new account]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the user's service context (optionally <code>null</code>). Can set expando bridge attributes for the user.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateJobTitle</name>
			<comment><![CDATA[Updates the user's job title.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>jobTitle</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's job title]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found or if a contact could not be found matching the user's contact ID]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateLastLogin</name>
			<comment><![CDATA[Updates the user's last login with the current time and the IP address.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>loginIP</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the IP address the user logged in from]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateLockout</name>
			<comment><![CDATA[Updates whether the user is locked out from logging in.]]></comment>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
				<comment><![CDATA[the user]]></comment>
			</param>
			<param>
				<name>lockout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the user is locked out]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateLockoutByEmailAddress</name>
			<comment><![CDATA[Updates whether the user is locked out from logging in.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's email address]]></comment>
			</param>
			<param>
				<name>lockout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the user is locked out]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the email address could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateLockoutById</name>
			<comment><![CDATA[Updates whether the user is locked out from logging in.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>lockout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the user is locked out]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateLockoutByScreenName</name>
			<comment><![CDATA[Updates whether the user is locked out from logging in.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's screen name]]></comment>
			</param>
			<param>
				<name>lockout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the user is locked out]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the screen name could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateModifiedDate</name>
			<comment><![CDATA[Updates the user's modified date.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the new modified date]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateOpenId</name>
			<comment><![CDATA[Updates the user's OpenID.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>openId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the new OpenID]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateOrganizations</name>
			<comment><![CDATA[Sets the organizations that the user is in, removing and adding organizations as necessary.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>newOrganizationIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the organizations]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updatePassword</name>
			<comment><![CDATA[Updates the user's password without tracking or validation of the change.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>password1</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new password]]></comment>
			</param>
			<param>
				<name>password2</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new password confirmation]]></comment>
			</param>
			<param>
				<name>passwordReset</name>
				<type>boolean</type>
				<comment><![CDATA[whether the user should be asked to reset their password the next time they log in]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updatePassword</name>
			<comment><![CDATA[Updates the user's password, optionally with tracking and validation of the change.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>password1</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new password]]></comment>
			</param>
			<param>
				<name>password2</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new password confirmation]]></comment>
			</param>
			<param>
				<name>passwordReset</name>
				<type>boolean</type>
				<comment><![CDATA[whether the user should be asked to reset their password the next time they login]]></comment>
			</param>
			<param>
				<name>silentUpdate</name>
				<type>boolean</type>
				<comment><![CDATA[whether the password should be updated without being tracked, or validated. Primarily used for password imports.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updatePasswordManually</name>
			<comment><![CDATA[Updates the user's password with manually input information. This method should only be used when performing maintenance.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new password]]></comment>
			</param>
			<param>
				<name>passwordEncrypted</name>
				<type>boolean</type>
				<comment><![CDATA[the user's new encrypted password]]></comment>
			</param>
			<param>
				<name>passwordReset</name>
				<type>boolean</type>
				<comment><![CDATA[whether the user should be asked to reset their password the next time they login]]></comment>
			</param>
			<param>
				<name>passwordModifiedDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the new password modified date]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updatePasswordReset</name>
			<comment><![CDATA[Updates whether the user should be asked to reset their password the next time they login.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>passwordReset</name>
				<type>boolean</type>
				<comment><![CDATA[whether the user should be asked to reset their password the next time they login]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updatePortrait</name>
			<comment><![CDATA[Updates the user's portrait image.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
				<comment><![CDATA[the new portrait image data]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found or if the new portrait was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateReminderQuery</name>
			<comment><![CDATA[Updates the user's password reset question and answer.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>question</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new password reset question]]></comment>
			</param>
			<param>
				<name>answer</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new password reset answer]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found or if the new question or answer were invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateScreenName</name>
			<comment><![CDATA[Updates the user's screen name.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new screen name]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found or if the new screen name was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateStatus</name>
			<comment><![CDATA[Updates the user's workflow status.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the user's new workflow status]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateUser</name>
			<comment><![CDATA[Updates the user.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>oldPassword</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's old password]]></comment>
			</param>
			<param>
				<name>newPassword1</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new password (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>newPassword2</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new password confirmation (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>passwordReset</name>
				<type>boolean</type>
				<comment><![CDATA[whether the user should be asked to reset their password the next time they login]]></comment>
			</param>
			<param>
				<name>reminderQueryQuestion</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new password reset question]]></comment>
			</param>
			<param>
				<name>reminderQueryAnswer</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new password reset answer]]></comment>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new screen name]]></comment>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new email address]]></comment>
			</param>
			<param>
				<name>facebookId</name>
				<type>long</type>
				<comment><![CDATA[the user's new Facebook ID]]></comment>
			</param>
			<param>
				<name>openId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new OpenID]]></comment>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new language ID]]></comment>
			</param>
			<param>
				<name>timeZoneId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new time zone ID]]></comment>
			</param>
			<param>
				<name>greeting</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new greeting]]></comment>
			</param>
			<param>
				<name>comments</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new comments]]></comment>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new first name]]></comment>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new middle name]]></comment>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new last name]]></comment>
			</param>
			<param>
				<name>prefixId</name>
				<type>int</type>
				<comment><![CDATA[the user's new name prefix ID]]></comment>
			</param>
			<param>
				<name>suffixId</name>
				<type>int</type>
				<comment><![CDATA[the user's new name suffix ID]]></comment>
			</param>
			<param>
				<name>male</name>
				<type>boolean</type>
				<comment><![CDATA[whether user is male]]></comment>
			</param>
			<param>
				<name>birthdayMonth</name>
				<type>int</type>
				<comment><![CDATA[the user's new birthday month (0-based, meaning 0 for January)]]></comment>
			</param>
			<param>
				<name>birthdayDay</name>
				<type>int</type>
				<comment><![CDATA[the user's new birthday day]]></comment>
			</param>
			<param>
				<name>birthdayYear</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday year]]></comment>
			</param>
			<param>
				<name>smsSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new SMS screen name]]></comment>
			</param>
			<param>
				<name>aimSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new AIM screen name]]></comment>
			</param>
			<param>
				<name>facebookSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new Facebook screen name]]></comment>
			</param>
			<param>
				<name>icqSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new ICQ screen name]]></comment>
			</param>
			<param>
				<name>jabberSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new Jabber screen name]]></comment>
			</param>
			<param>
				<name>msnSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new MSN screen name]]></comment>
			</param>
			<param>
				<name>mySpaceSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new MySpace screen name]]></comment>
			</param>
			<param>
				<name>skypeSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new Skype screen name]]></comment>
			</param>
			<param>
				<name>twitterSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new Twitter screen name]]></comment>
			</param>
			<param>
				<name>ymSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new Yahoo! Messenger screen name]]></comment>
			</param>
			<param>
				<name>jobTitle</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new job title]]></comment>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's groups]]></comment>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's organizations]]></comment>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's roles]]></comment>
			</param>
			<param>
				<name>userGroupRoles</name>
				<type>java.util.List</type>
				<comment><![CDATA[the user user's group roles]]></comment>
			</param>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's user groups]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the user's service context (optionally <code>null</code>). Can set the universally unique identifier (with the <code>uuid</code> attribute), asset category IDs, asset tag names, and expando bridge attributes for the user.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found or if the new information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>verifyEmailAddress</name>
			<comment><![CDATA[Verifies the email address of the ticket.]]></comment>
			<param>
				<name>ticketKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the ticket key]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a ticket matching the ticket key could not be found, if the ticket has expired, if the ticket is an email address ticket, or if the email address is invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>authenticate</name>
			<comment><![CDATA[Attempts to authenticate the user by their login and password, while using the AuthPipeline.

<p>
Authentication type specifies what <code>login</code> contains.The valid values are:
</p>

<ul>
<li>
<code>CompanyConstants.AUTH_TYPE_EA</code> - <code>login</code> is the
user's email address
</li>
<li>
<code>CompanyConstants.AUTH_TYPE_SN</code> - <code>login</code> is the
user's screen name
</li>
<li>
<code>CompanyConstants.AUTH_TYPE_ID</code> - <code>login</code> is the
user's primary key
</li>
</ul>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>login</name>
				<type>java.lang.String</type>
				<comment><![CDATA[either the user's email address, screen name, or primary key depending on the value of <code>authType</code>]]></comment>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's password]]></comment>
			</param>
			<param>
				<name>authType</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the type of authentication to perform]]></comment>
			</param>
			<param>
				<name>headerMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the header map from the authentication request]]></comment>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the parameter map from the authentication request]]></comment>
			</param>
			<param>
				<name>resultsMap</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the map of authentication results (may be nil). After a succesful authentication the user's primary key will be placed under the key <code>userId</code>.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the authentication status. This can be {@link com.liferay.portal.security.auth.Authenticator#FAILURE} indicating that the user's credentials are invalid, {@link com.liferay.portal.security.auth.Authenticator#SUCCESS} indicating a successful login, or {@link com.liferay.portal.security.auth.Authenticator#DNE} indicating that a user with that login does not exist.]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if <code>login</code> or <code>password</code> was <code>null</code>]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.security.auth.AuthPipeline]]></see>
		</method>
		<method>
			<name>getScreenName</name>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserIds</name>
			<param>
				<name>users</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>reindex</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fullName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>street</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>city</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>zip</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>region</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>country</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andSearch</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>sort</name>
				<type>com.liferay.portal.kernel.search.Sort</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>sendEmail</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setEmailAddress</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateGroups</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>newGroupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>indexingEnabled</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateOrganizations</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>newOrganizationIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>indexingEnabled</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateUserGroupRoles</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>userGroupRoles</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>autoPassword</name>
				<type>boolean</type>
			</param>
			<param>
				<name>password1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password2</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoScreenName</name>
				<type>boolean</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smsSn</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validateEmailAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validateEmailAddress</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>emailAddress1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress2</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validateFullName</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validatePassword</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>password1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password2</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validateReminderQuery</name>
			<param>
				<name>question</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>answer</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>validateScreenName</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_defaultUsers</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserNotificationEventLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.UserNotificationEventLocalServiceImpl</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addUserNotificationEvent</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEvent</name>
				<type>com.liferay.portal.kernel.notifications.NotificationEvent</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addUserNotificationEvent</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timestamp</name>
				<type>long</type>
			</param>
			<param>
				<name>deliverBy</name>
				<type>long</type>
			</param>
			<param>
				<name>payload</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>archived</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addUserNotificationEvents</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>notificationEvents</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserNotificationEvent</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserNotificationEvents</name>
			<param>
				<name>uuids</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserNotificationEvents</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserNotificationEvents</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>archived</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserNotificationEvents</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>archived</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserNotificationEvents</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserNotificationEventsCount</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserNotificationEventsCount</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>archived</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateUserNotificationEvent</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>archive</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateUserNotificationEvents</name>
			<param>
				<name>uuids</name>
				<type>java.util.Collection</type>
			</param>
			<param>
				<name>archive</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UserServiceImpl</name>
		<type>com.liferay.portal.service.impl.UserServiceImpl</type>
		<comment><![CDATA[The implementation of the user remote service.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<author><![CDATA[Scott Lee]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>addGroupUsers</name>
			<comment><![CDATA[Adds the users to the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a group or user with the primary key could not be found, or if the user did not have permission to assign group members]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addOrganizationUsers</name>
			<comment><![CDATA[Adds the users to the organization.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an organization or user with the primary key could not be found, if the user did not have permission to assign organization members, or if current user did not have an organization in common with a given user]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addPasswordPolicyUsers</name>
			<comment><![CDATA[Assigns the password policy to the users, removing any other currently assigned password policies.]]></comment>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the password policy]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user did not have permission to assign policy members]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addRoleUsers</name>
			<comment><![CDATA[Adds the users to the role.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role or user with the primary key could not be found or if the user did not have permission to assign role members]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addTeamUsers</name>
			<comment><![CDATA[Adds the users to the team.]]></comment>
			<param>
				<name>teamId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the team]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a team or user with the primary key could not be found or if the user did not have permission to assign team members]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addUser</name>
			<comment><![CDATA[Adds a user.

<p>
This method handles the creation and bookkeeping of the user including its resources, metadata, and internal data structures. It is not necessary to make subsequent calls to any methods to setup default groups, resources, etc.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>autoPassword</name>
				<type>boolean</type>
				<comment><![CDATA[whether a password should be automatically generated for the user]]></comment>
			</param>
			<param>
				<name>password1</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's password]]></comment>
			</param>
			<param>
				<name>password2</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's password confirmation]]></comment>
			</param>
			<param>
				<name>autoScreenName</name>
				<type>boolean</type>
				<comment><![CDATA[whether a screen name should be automatically generated for the user]]></comment>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's screen name]]></comment>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's email address]]></comment>
			</param>
			<param>
				<name>facebookId</name>
				<type>long</type>
				<comment><![CDATA[the user's facebook ID]]></comment>
			</param>
			<param>
				<name>openId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's OpenID]]></comment>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
				<comment><![CDATA[the user's locale]]></comment>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's first name]]></comment>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's middle name]]></comment>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's last name]]></comment>
			</param>
			<param>
				<name>prefixId</name>
				<type>int</type>
				<comment><![CDATA[the user's name prefix ID]]></comment>
			</param>
			<param>
				<name>suffixId</name>
				<type>int</type>
				<comment><![CDATA[the user's name suffix ID]]></comment>
			</param>
			<param>
				<name>male</name>
				<type>boolean</type>
				<comment><![CDATA[whether the user is male]]></comment>
			</param>
			<param>
				<name>birthdayMonth</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday month (0-based, meaning 0 for January)]]></comment>
			</param>
			<param>
				<name>birthdayDay</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday day]]></comment>
			</param>
			<param>
				<name>birthdayYear</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday year]]></comment>
			</param>
			<param>
				<name>jobTitle</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's job title]]></comment>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's groups]]></comment>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's organizations]]></comment>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the roles this user possesses]]></comment>
			</param>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's user groups]]></comment>
			</param>
			<param>
				<name>sendEmail</name>
				<type>boolean</type>
				<comment><![CDATA[whether to send the user an email notification about their new account]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the user's service context (optionally <code>null</code>). Can set the universally unique identifier (with the <code>uuid</code> attribute), asset category IDs, asset tag names, and expando bridge attributes for the user.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the new user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user's information was invalid, if the creator did not have permission to add users, or if the email address was reserved]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addUser</name>
			<comment><![CDATA[Adds a user with additional parameters.

<p>
This method handles the creation and bookkeeping of the user including its resources, metadata, and internal data structures. It is not necessary to make subsequent calls to any methods to setup default groups, resources, etc.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>autoPassword</name>
				<type>boolean</type>
				<comment><![CDATA[whether a password should be automatically generated for the user]]></comment>
			</param>
			<param>
				<name>password1</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's password]]></comment>
			</param>
			<param>
				<name>password2</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's password confirmation]]></comment>
			</param>
			<param>
				<name>autoScreenName</name>
				<type>boolean</type>
				<comment><![CDATA[whether a screen name should be automatically generated for the user]]></comment>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's screen name]]></comment>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's email address]]></comment>
			</param>
			<param>
				<name>facebookId</name>
				<type>long</type>
				<comment><![CDATA[the user's facebook ID]]></comment>
			</param>
			<param>
				<name>openId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's OpenID]]></comment>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
				<comment><![CDATA[the user's locale]]></comment>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's first name]]></comment>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's middle name]]></comment>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's last name]]></comment>
			</param>
			<param>
				<name>prefixId</name>
				<type>int</type>
				<comment><![CDATA[the user's name prefix ID]]></comment>
			</param>
			<param>
				<name>suffixId</name>
				<type>int</type>
				<comment><![CDATA[the user's name suffix ID]]></comment>
			</param>
			<param>
				<name>male</name>
				<type>boolean</type>
				<comment><![CDATA[whether the user is male]]></comment>
			</param>
			<param>
				<name>birthdayMonth</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday month (0-based, meaning 0 for January)]]></comment>
			</param>
			<param>
				<name>birthdayDay</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday day]]></comment>
			</param>
			<param>
				<name>birthdayYear</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday year]]></comment>
			</param>
			<param>
				<name>jobTitle</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's job title]]></comment>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's groups]]></comment>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's organizations]]></comment>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the roles this user possesses]]></comment>
			</param>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's user groups]]></comment>
			</param>
			<param>
				<name>addresses</name>
				<type>java.util.List</type>
				<comment><![CDATA[the user's addresses]]></comment>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.util.List</type>
				<comment><![CDATA[the user's email addresses]]></comment>
			</param>
			<param>
				<name>phones</name>
				<type>java.util.List</type>
				<comment><![CDATA[the user's phone numbers]]></comment>
			</param>
			<param>
				<name>websites</name>
				<type>java.util.List</type>
				<comment><![CDATA[the user's websites]]></comment>
			</param>
			<param>
				<name>announcementsDelivers</name>
				<type>java.util.List</type>
				<comment><![CDATA[the announcements deliveries]]></comment>
			</param>
			<param>
				<name>sendEmail</name>
				<type>boolean</type>
				<comment><![CDATA[whether to send the user an email notification about their new account]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the user's service context (optionally <code>null</code>). Can set the universally unique identifier (with the <code>uuid</code> attribute), asset category IDs, asset tag names, and expando bridge attributes for the user.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the new user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user's information was invalid, if the creator did not have permission to add users, if the email address was reserved, or some other portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addUserGroupUsers</name>
			<comment><![CDATA[Adds the users to the user group.]]></comment>
			<param>
				<name>userGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user group or user with the primary could could not be found, or if the current user did not have permission to assign group members]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addUserWithWorkflow</name>
			<comment><![CDATA[Adds a user with workflow.

<p>
This method handles the creation and bookkeeping of the user including its resources, metadata, and internal data structures. It is not necessary to make subsequent calls to any methods to setup default groups, resources, etc.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>autoPassword</name>
				<type>boolean</type>
				<comment><![CDATA[whether a password should be automatically generated for the user]]></comment>
			</param>
			<param>
				<name>password1</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's password]]></comment>
			</param>
			<param>
				<name>password2</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's password confirmation]]></comment>
			</param>
			<param>
				<name>autoScreenName</name>
				<type>boolean</type>
				<comment><![CDATA[whether a screen name should be automatically generated for the user]]></comment>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's screen name]]></comment>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's email address]]></comment>
			</param>
			<param>
				<name>facebookId</name>
				<type>long</type>
				<comment><![CDATA[the user's facebook ID]]></comment>
			</param>
			<param>
				<name>openId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's OpenID]]></comment>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
				<comment><![CDATA[the user's locale]]></comment>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's first name]]></comment>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's middle name]]></comment>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's last name]]></comment>
			</param>
			<param>
				<name>prefixId</name>
				<type>int</type>
				<comment><![CDATA[the user's name prefix ID]]></comment>
			</param>
			<param>
				<name>suffixId</name>
				<type>int</type>
				<comment><![CDATA[the user's name suffix ID]]></comment>
			</param>
			<param>
				<name>male</name>
				<type>boolean</type>
				<comment><![CDATA[whether the user is male]]></comment>
			</param>
			<param>
				<name>birthdayMonth</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday month (0-based, meaning 0 for January)]]></comment>
			</param>
			<param>
				<name>birthdayDay</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday day]]></comment>
			</param>
			<param>
				<name>birthdayYear</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday year]]></comment>
			</param>
			<param>
				<name>jobTitle</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's job title]]></comment>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's groups]]></comment>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's organizations]]></comment>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the roles this user possesses]]></comment>
			</param>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's user groups]]></comment>
			</param>
			<param>
				<name>sendEmail</name>
				<type>boolean</type>
				<comment><![CDATA[whether to send the user an email notification about their new account]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the user's service context (optionally <code>null</code>). Can set the universally unique identifier (with the <code>uuid</code> attribute), asset category IDs, asset tag names, and expando bridge attributes for the user.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the new user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user's information was invalid, if the creator did not have permission to add users, or if the email address was reserved]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addUserWithWorkflow</name>
			<comment><![CDATA[Adds a user with workflow and additional parameters.

<p>
This method handles the creation and bookkeeping of the user including its resources, metadata, and internal data structures. It is not necessary to make subsequent calls to any methods to setup default groups, resources, etc.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>autoPassword</name>
				<type>boolean</type>
				<comment><![CDATA[whether a password should be automatically generated for the user]]></comment>
			</param>
			<param>
				<name>password1</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's password]]></comment>
			</param>
			<param>
				<name>password2</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's password confirmation]]></comment>
			</param>
			<param>
				<name>autoScreenName</name>
				<type>boolean</type>
				<comment><![CDATA[whether a screen name should be automatically generated for the user]]></comment>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's screen name]]></comment>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's email address]]></comment>
			</param>
			<param>
				<name>facebookId</name>
				<type>long</type>
				<comment><![CDATA[the user's facebook ID]]></comment>
			</param>
			<param>
				<name>openId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's OpenID]]></comment>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
				<comment><![CDATA[the user's locale]]></comment>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's first name]]></comment>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's middle name]]></comment>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's last name]]></comment>
			</param>
			<param>
				<name>prefixId</name>
				<type>int</type>
				<comment><![CDATA[the user's name prefix ID]]></comment>
			</param>
			<param>
				<name>suffixId</name>
				<type>int</type>
				<comment><![CDATA[the user's name suffix ID]]></comment>
			</param>
			<param>
				<name>male</name>
				<type>boolean</type>
				<comment><![CDATA[whether the user is male]]></comment>
			</param>
			<param>
				<name>birthdayMonth</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday month (0-based, meaning 0 for January)]]></comment>
			</param>
			<param>
				<name>birthdayDay</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday day]]></comment>
			</param>
			<param>
				<name>birthdayYear</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday year]]></comment>
			</param>
			<param>
				<name>jobTitle</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's job title]]></comment>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's groups]]></comment>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's organizations]]></comment>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the roles this user possesses]]></comment>
			</param>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's user groups]]></comment>
			</param>
			<param>
				<name>addresses</name>
				<type>java.util.List</type>
				<comment><![CDATA[the user's addresses]]></comment>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.util.List</type>
				<comment><![CDATA[the user's email addresses]]></comment>
			</param>
			<param>
				<name>phones</name>
				<type>java.util.List</type>
				<comment><![CDATA[the user's phone numbers]]></comment>
			</param>
			<param>
				<name>websites</name>
				<type>java.util.List</type>
				<comment><![CDATA[the user's websites]]></comment>
			</param>
			<param>
				<name>announcementsDelivers</name>
				<type>java.util.List</type>
				<comment><![CDATA[the announcements deliveries]]></comment>
			</param>
			<param>
				<name>sendEmail</name>
				<type>boolean</type>
				<comment><![CDATA[whether to send the user an email notification about their new account]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the user's service context (optionally <code>null</code>). Can set the universally unique identifier (with the <code>uuid</code> attribute), asset category IDs, asset tag names, and expando bridge attributes for the user.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the new user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user's information was invalid, if the creator did not have permission to add users, if the email address was reserved, or some other portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deletePortrait</name>
			<comment><![CDATA[Deletes the user's portrait image.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found, if the user's portrait could not be found, or if the current user did not have permission to update the user]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteRoleUser</name>
			<comment><![CDATA[Removes the user from the role.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role or user with the primary key could not be found, or if the current user did not have permission to assign role members]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteUser</name>
			<comment><![CDATA[Deletes the user.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found or if the current user did not have permission to delete the user]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getCompanyUsers</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyUsersCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultUserId</name>
			<comment><![CDATA[Returns the primary key of the default user for the company.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<return>
				<comment><![CDATA[the primary key of the default user for the company]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a default user for the company could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroupUserIds</name>
			<comment><![CDATA[Returns the primary keys of all the users belonging to the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the primary keys of the users belonging to the group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the current user did not have permission to view group assignments]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroupUsers</name>
			<comment><![CDATA[Returns all the users belonging to the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the users belonging to the group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the current user did not have permission to view group assignments]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getOrganizationUserIds</name>
			<comment><![CDATA[Returns the primary keys of all the users belonging to the organization.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<return>
				<comment><![CDATA[the primary keys of the users belonging to the organization]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the current user did not have permission to view organization assignments]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getOrganizationUsers</name>
			<comment><![CDATA[Returns all the users belonging to the organization.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<return>
				<comment><![CDATA[users belonging to the organization]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the current user did not have permission to view organization assignments]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRoleUserIds</name>
			<comment><![CDATA[Returns the primary keys of all the users belonging to the role.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<return>
				<comment><![CDATA[the primary keys of the users belonging to the role]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the current user did not have permission to view role members]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserByEmailAddress</name>
			<comment><![CDATA[Returns the user with the email address.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's email address]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user with the email address]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the email address could not be found or if the current user did not have permission to view the user]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserById</name>
			<comment><![CDATA[Returns the user with the primary key.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found or if the current user did not have permission to view the user]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserByScreenName</name>
			<comment><![CDATA[Returns the user with the screen name.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's screen name]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user with the screen name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the screen name could not be found or if the current user did not have permission to veiw the user]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroupUsers</name>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserIdByEmailAddress</name>
			<comment><![CDATA[Returns the primary key of the user with the email address.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's email address]]></comment>
			</param>
			<return>
				<comment><![CDATA[the primary key of the user with the email address]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the email address could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserIdByScreenName</name>
			<comment><![CDATA[Returns the primary key of the user with the screen name.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's screen name]]></comment>
			</param>
			<return>
				<comment><![CDATA[the primary key of the user with the screen name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the screen name could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasGroupUser</name>
			<comment><![CDATA[Returns <code>true</code> if the user is a member of the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user is a member of the group; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasRoleUser</name>
			<comment><![CDATA[Returns <code>true</code> if the user is a member of the role.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user is a member of the role; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasRoleUser</name>
			<comment><![CDATA[Returns <code>true</code> if the user has the role with the name, optionally through inheritance.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role's company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name of the role (must be a regular role, not an organization, site or provider role)]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>inherited</name>
				<type>boolean</type>
				<comment><![CDATA[whether to include roles inherited from organizations, sites, etc.]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the user has the role; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a role with the name could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setRoleUsers</name>
			<comment><![CDATA[Sets the users in the role, removing and adding users to the role as necessary.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the current user did not have permission to assign role members]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setUserGroupUsers</name>
			<comment><![CDATA[Sets the users in the user group, removing and adding users to the user group as necessary.]]></comment>
			<param>
				<name>userGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the current user did not have permission to assign group members]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetGroupTeamsUsers</name>
			<comment><![CDATA[Removes the users from the teams of a group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the current user did not have permission to modify user group assignments]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetGroupUsers</name>
			<comment><![CDATA[Removes the users from the group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the current user did not have permission to modify group assignments]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetOrganizationUsers</name>
			<comment><![CDATA[Removes the users from the organization.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the current user did not have permission to modify organization assignments]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetPasswordPolicyUsers</name>
			<comment><![CDATA[Removes the users from the password policy.]]></comment>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the password policy]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the current user did not have permission to modify policy assignments]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetRoleUsers</name>
			<comment><![CDATA[Removes the users from the role.]]></comment>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the current user did not have permission to modify role assignments]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetTeamUsers</name>
			<comment><![CDATA[Removes the users from the team.]]></comment>
			<param>
				<name>teamId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the team]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the current user did not have permission to modify team assignments]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unsetUserGroupUsers</name>
			<comment><![CDATA[Removes the users from the user group.]]></comment>
			<param>
				<name>userGroupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user group]]></comment>
			</param>
			<param>
				<name>userIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the users]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the current user did not have permission to modify user group assignments]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateAgreedToTermsOfUse</name>
			<comment><![CDATA[Updates the user's response to the terms of use agreement.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>agreedToTermsOfUse</name>
				<type>boolean</type>
				<comment><![CDATA[whether the user has agree to the terms of use]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the current user did not have permission to update the user's agreement to terms-of-use]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateEmailAddress</name>
			<comment><![CDATA[Updates the user's email address.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's password]]></comment>
			</param>
			<param>
				<name>emailAddress1</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new email address]]></comment>
			</param>
			<param>
				<name>emailAddress2</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new email address confirmation]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found or if the current user did not have permission to update the user]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateIncompleteUser</name>
			<comment><![CDATA[Updates a user account that was automatically created when a guest user participated in an action (e.g. posting a comment) and only provided his name and email address.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user's company]]></comment>
			</param>
			<param>
				<name>autoPassword</name>
				<type>boolean</type>
				<comment><![CDATA[whether a password should be automatically generated for the user]]></comment>
			</param>
			<param>
				<name>password1</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's password]]></comment>
			</param>
			<param>
				<name>password2</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's password confirmation]]></comment>
			</param>
			<param>
				<name>autoScreenName</name>
				<type>boolean</type>
				<comment><![CDATA[whether a screen name should be automatically generated for the user]]></comment>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's screen name]]></comment>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's email address]]></comment>
			</param>
			<param>
				<name>facebookId</name>
				<type>long</type>
				<comment><![CDATA[the user's facebook ID]]></comment>
			</param>
			<param>
				<name>openId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's OpenID]]></comment>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
				<comment><![CDATA[the user's locale]]></comment>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's first name]]></comment>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's middle name]]></comment>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's last name]]></comment>
			</param>
			<param>
				<name>prefixId</name>
				<type>int</type>
				<comment><![CDATA[the user's name prefix ID]]></comment>
			</param>
			<param>
				<name>suffixId</name>
				<type>int</type>
				<comment><![CDATA[the user's name suffix ID]]></comment>
			</param>
			<param>
				<name>male</name>
				<type>boolean</type>
				<comment><![CDATA[whether the user is male]]></comment>
			</param>
			<param>
				<name>birthdayMonth</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday month (0-based, meaning 0 for January)]]></comment>
			</param>
			<param>
				<name>birthdayDay</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday day]]></comment>
			</param>
			<param>
				<name>birthdayYear</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday year]]></comment>
			</param>
			<param>
				<name>jobTitle</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's job title]]></comment>
			</param>
			<param>
				<name>updateUserInformation</name>
				<type>boolean</type>
				<comment><![CDATA[whether to update the user's information]]></comment>
			</param>
			<param>
				<name>sendEmail</name>
				<type>boolean</type>
				<comment><![CDATA[whether to send the user an email notification about their new account]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the user's service context (optionally <code>null</code>). Can set the expando bridge attributes for the user.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user's information was invalid or if the email address was reserved]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateLockoutById</name>
			<comment><![CDATA[Updates whether the user is locked out from logging in.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>lockout</name>
				<type>boolean</type>
				<comment><![CDATA[whether the user is locked out]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user did not have permission to lock out the user]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateOpenId</name>
			<comment><![CDATA[Updates the user's OpenID.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>openId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the new OpenID]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found or if the current user did not have permission to update the user]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateOrganizations</name>
			<comment><![CDATA[Sets the organizations that the user is in, removing and adding organizations as necessary.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the organizations]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found or if the current user did not have permission to update the user]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updatePassword</name>
			<comment><![CDATA[Updates the user's password without tracking or validation of the change.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>password1</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new password]]></comment>
			</param>
			<param>
				<name>password2</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new password confirmation]]></comment>
			</param>
			<param>
				<name>passwordReset</name>
				<type>boolean</type>
				<comment><![CDATA[whether the user should be asked to reset their password the next time they log in]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found or if the current user did not have permission to update the user]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updatePortrait</name>
			<comment><![CDATA[Updates the user's portrait image.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
				<comment><![CDATA[the new portrait image data]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found, if the new portrait was invalid, or if the current user did not have permission to update the user]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateReminderQuery</name>
			<comment><![CDATA[Updates the user's password reset question and answer.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>question</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new password reset question]]></comment>
			</param>
			<param>
				<name>answer</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new password reset answer]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found, if the new question or answer were invalid, or if the current user did not have permission to update the user]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateScreenName</name>
			<comment><![CDATA[Updates the user's screen name.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new screen name]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found, if the new screen name was invalid, or if the current user did not have permission to update the user]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateStatus</name>
			<comment><![CDATA[Updates the user's workflow status.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the user's new workflow status]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found, if the current user was updating her own status to anything but {@link WorkflowConstants.STATUS_APPROVED}, or if the current user did not have permission to update the user's workflow status.]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateUser</name>
			<comment><![CDATA[Updates the user with additional parameters.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>oldPassword</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's old password]]></comment>
			</param>
			<param>
				<name>newPassword1</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new password (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>newPassword2</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new password confirmation (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>passwordReset</name>
				<type>boolean</type>
				<comment><![CDATA[whether the user should be asked to reset their password the next time they login]]></comment>
			</param>
			<param>
				<name>reminderQueryQuestion</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new password reset question]]></comment>
			</param>
			<param>
				<name>reminderQueryAnswer</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new password reset answer]]></comment>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new screen name]]></comment>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new email address]]></comment>
			</param>
			<param>
				<name>facebookId</name>
				<type>long</type>
				<comment><![CDATA[the user's new Facebook ID]]></comment>
			</param>
			<param>
				<name>openId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new OpenID]]></comment>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new language ID]]></comment>
			</param>
			<param>
				<name>timeZoneId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new time zone ID]]></comment>
			</param>
			<param>
				<name>greeting</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new greeting]]></comment>
			</param>
			<param>
				<name>comments</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new comments]]></comment>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new first name]]></comment>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new middle name]]></comment>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new last name]]></comment>
			</param>
			<param>
				<name>prefixId</name>
				<type>int</type>
				<comment><![CDATA[the user's new name prefix ID]]></comment>
			</param>
			<param>
				<name>suffixId</name>
				<type>int</type>
				<comment><![CDATA[the user's new name suffix ID]]></comment>
			</param>
			<param>
				<name>male</name>
				<type>boolean</type>
				<comment><![CDATA[whether user is male]]></comment>
			</param>
			<param>
				<name>birthdayMonth</name>
				<type>int</type>
				<comment><![CDATA[the user's new birthday month (0-based, meaning 0 for January)]]></comment>
			</param>
			<param>
				<name>birthdayDay</name>
				<type>int</type>
				<comment><![CDATA[the user's new birthday day]]></comment>
			</param>
			<param>
				<name>birthdayYear</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday year]]></comment>
			</param>
			<param>
				<name>smsSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new SMS screen name]]></comment>
			</param>
			<param>
				<name>aimSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new AIM screen name]]></comment>
			</param>
			<param>
				<name>facebookSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new Facebook screen name]]></comment>
			</param>
			<param>
				<name>icqSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new ICQ screen name]]></comment>
			</param>
			<param>
				<name>jabberSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new Jabber screen name]]></comment>
			</param>
			<param>
				<name>msnSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new MSN screen name]]></comment>
			</param>
			<param>
				<name>mySpaceSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new MySpace screen name]]></comment>
			</param>
			<param>
				<name>skypeSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new Skype screen name]]></comment>
			</param>
			<param>
				<name>twitterSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new Twitter screen name]]></comment>
			</param>
			<param>
				<name>ymSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new Yahoo! Messenger screen name]]></comment>
			</param>
			<param>
				<name>jobTitle</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new job title]]></comment>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's groups]]></comment>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's organizations]]></comment>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's roles]]></comment>
			</param>
			<param>
				<name>userGroupRoles</name>
				<type>java.util.List</type>
				<comment><![CDATA[the user user's group roles]]></comment>
			</param>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's user groups]]></comment>
			</param>
			<param>
				<name>addresses</name>
				<type>java.util.List</type>
				<comment><![CDATA[the user's addresses]]></comment>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.util.List</type>
				<comment><![CDATA[the user's email addresses]]></comment>
			</param>
			<param>
				<name>phones</name>
				<type>java.util.List</type>
				<comment><![CDATA[the user's phone numbers]]></comment>
			</param>
			<param>
				<name>websites</name>
				<type>java.util.List</type>
				<comment><![CDATA[the user's websites]]></comment>
			</param>
			<param>
				<name>announcementsDelivers</name>
				<type>java.util.List</type>
				<comment><![CDATA[the announcements deliveries]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the user's service context (optionally <code>null</code>). Can set the universally unique identifier (with the <code>uuid</code> attribute), asset category IDs, asset tag names, and expando bridge attributes for the user.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found, if the new information was invalid, or if the current user did not have permission to update the user]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateUser</name>
			<comment><![CDATA[Updates the user.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>oldPassword</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's old password]]></comment>
			</param>
			<param>
				<name>newPassword1</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new password (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>newPassword2</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new password confirmation (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>passwordReset</name>
				<type>boolean</type>
				<comment><![CDATA[whether the user should be asked to reset their password the next time they login]]></comment>
			</param>
			<param>
				<name>reminderQueryQuestion</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new password reset question]]></comment>
			</param>
			<param>
				<name>reminderQueryAnswer</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new password reset answer]]></comment>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new screen name]]></comment>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new email address]]></comment>
			</param>
			<param>
				<name>facebookId</name>
				<type>long</type>
				<comment><![CDATA[the user's new Facebook ID]]></comment>
			</param>
			<param>
				<name>openId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new OpenID]]></comment>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new language ID]]></comment>
			</param>
			<param>
				<name>timeZoneId</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new time zone ID]]></comment>
			</param>
			<param>
				<name>greeting</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new greeting]]></comment>
			</param>
			<param>
				<name>comments</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new comments]]></comment>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new first name]]></comment>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new middle name]]></comment>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new last name]]></comment>
			</param>
			<param>
				<name>prefixId</name>
				<type>int</type>
				<comment><![CDATA[the user's new name prefix ID]]></comment>
			</param>
			<param>
				<name>suffixId</name>
				<type>int</type>
				<comment><![CDATA[the user's new name suffix ID]]></comment>
			</param>
			<param>
				<name>male</name>
				<type>boolean</type>
				<comment><![CDATA[whether user is male]]></comment>
			</param>
			<param>
				<name>birthdayMonth</name>
				<type>int</type>
				<comment><![CDATA[the user's new birthday month (0-based, meaning 0 for January)]]></comment>
			</param>
			<param>
				<name>birthdayDay</name>
				<type>int</type>
				<comment><![CDATA[the user's new birthday day]]></comment>
			</param>
			<param>
				<name>birthdayYear</name>
				<type>int</type>
				<comment><![CDATA[the user's birthday year]]></comment>
			</param>
			<param>
				<name>smsSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new SMS screen name]]></comment>
			</param>
			<param>
				<name>aimSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new AIM screen name]]></comment>
			</param>
			<param>
				<name>facebookSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new Facebook screen name]]></comment>
			</param>
			<param>
				<name>icqSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new ICQ screen name]]></comment>
			</param>
			<param>
				<name>jabberSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new Jabber screen name]]></comment>
			</param>
			<param>
				<name>msnSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new MSN screen name]]></comment>
			</param>
			<param>
				<name>mySpaceSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new MySpace screen name]]></comment>
			</param>
			<param>
				<name>skypeSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new Skype screen name]]></comment>
			</param>
			<param>
				<name>twitterSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new Twitter screen name]]></comment>
			</param>
			<param>
				<name>ymSn</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new Yahoo! Messenger screen name]]></comment>
			</param>
			<param>
				<name>jobTitle</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the user's new job title]]></comment>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's groups]]></comment>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's organizations]]></comment>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's roles]]></comment>
			</param>
			<param>
				<name>userGroupRoles</name>
				<type>java.util.List</type>
				<comment><![CDATA[the user user's group roles]]></comment>
			</param>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the user's user groups]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the user's service context (optionally <code>null</code>). Can set the universally unique identifier (with the <code>uuid</code> attribute), asset category IDs, asset tag names, and expando bridge attributes for the user.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found, if the new information was invalid, or if the current user did not have permission to update the user]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>checkAddUserPermission</name>
			<param>
				<name>creatorUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkGroups</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkOrganizations</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkRoles</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkUserGroupIds</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkUserGroupRoles</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userGroupRoles</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAnnouncementsDeliveries</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>announcementsDeliveries</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validateEmailAddress</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validateOrganizationUsers</name>
			<param>
				<name>userIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validateScreenName</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UserTrackerLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.UserTrackerLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addUserTracker</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>remoteAddr</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>remoteHost</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userAgent</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userTrackerPaths</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserTracker</name>
			<param>
				<name>userTrackerId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserTracker</name>
			<param>
				<name>userTracker</name>
				<type>com.liferay.portal.model.UserTracker</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserTrackers</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UserTrackerPathLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.UserTrackerPathLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getUserTrackerPaths</name>
			<param>
				<name>userTrackerId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>VirtualHostLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.VirtualHostLocalServiceImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>fetchVirtualHost</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutSetId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchVirtualHost</name>
			<param>
				<name>hostname</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getVirtualHost</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutSetId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getVirtualHost</name>
			<param>
				<name>hostname</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateVirtualHost</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>hostname</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>WebDAVPropsLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.WebDAVPropsLocalServiceImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>deleteWebDAVProps</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getWebDAVProps</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>storeWebDAVProps</name>
			<param>
				<name>webDavProps</name>
				<type>com.liferay.portal.model.WebDAVProps</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>WebsiteLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.WebsiteLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addWebsite</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteWebsites</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getWebsites</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getWebsites</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateWebsite</name>
			<param>
				<name>websiteId</name>
				<type>long</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>websiteId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>websiteId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>WebsiteServiceImpl</name>
		<type>com.liferay.portal.service.impl.WebsiteServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addWebsite</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteWebsite</name>
			<param>
				<name>websiteId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getWebsite</name>
			<param>
				<name>websiteId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getWebsites</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateWebsite</name>
			<param>
				<name>websiteId</name>
				<type>long</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowDefinitionLinkLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.WorkflowDefinitionLinkLocalServiceImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>addWorkflowDefinitionLink</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>typePK</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowDefinitionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workflowDefinitionVersion</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteWorkflowDefinitionLink</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>typePK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultWorkflowDefinitionLink</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>typePK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowDefinitionLink</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>typePK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowDefinitionLink</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>typePK</name>
				<type>long</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowDefinitionLinksCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowDefinitionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workflowDefinitionVersion</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasWorkflowDefinitionLink</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasWorkflowDefinitionLink</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasWorkflowDefinitionLink</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>typePK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateWorkflowDefinitionLink</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>typePK</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowDefinition</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateWorkflowDefinitionLink</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>typePK</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowDefinitionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workflowDefinitionVersion</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateWorkflowDefinitionLinks</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowDefinitions</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowInstanceLinkLocalServiceImpl</name>
		<type>com.liferay.portal.service.impl.WorkflowInstanceLinkLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>addWorkflowInstanceLink</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteWorkflowInstanceLink</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteWorkflowInstanceLink</name>
			<param>
				<name>workflowInstanceLink</name>
				<type>com.liferay.portal.model.WorkflowInstanceLink</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteWorkflowInstanceLinks</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchWorkflowInstanceLink</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getState</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowInstanceLink</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowInstanceLinks</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasWorkflowInstanceLink</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isEnded</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>startWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateClassPK</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldClassPK</name>
				<type>long</type>
			</param>
			<param>
				<name>newClassPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AccountPermission</name>
		<type>com.liferay.portal.service.permission.AccountPermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>account</name>
				<type>com.liferay.portal.model.Account</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>accountId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>account</name>
				<type>com.liferay.portal.model.Account</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>accountId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AccountPermissionImpl</name>
		<type>com.liferay.portal.service.permission.AccountPermissionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>account</name>
				<type>com.liferay.portal.model.Account</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>accountId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>account</name>
				<type>com.liferay.portal.model.Account</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>accountId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AccountPermissionUtil</name>
		<type>com.liferay.portal.service.permission.AccountPermissionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>account</name>
				<type>com.liferay.portal.model.Account</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>accountId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>account</name>
				<type>com.liferay.portal.model.Account</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>accountId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAccountPermission</name>
		</method>
		<method>
			<name>setAccountPermission</name>
			<param>
				<name>accountPermission</name>
				<type>com.liferay.portal.service.permission.AccountPermission</type>
			</param>
		</method>
		<field>
			<name>_accountPermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CommonPermission</name>
		<type>com.liferay.portal.service.permission.CommonPermission</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CommonPermissionImpl</name>
		<type>com.liferay.portal.service.permission.CommonPermissionImpl</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CommonPermissionUtil</name>
		<type>com.liferay.portal.service.permission.CommonPermissionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCommonPermission</name>
		</method>
		<method>
			<name>setCommonPermission</name>
			<param>
				<name>commonPermission</name>
				<type>com.liferay.portal.service.permission.CommonPermission</type>
			</param>
		</method>
		<field>
			<name>_commonPermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GroupPermission</name>
		<type>com.liferay.portal.service.permission.GroupPermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>GroupPermissionImpl</name>
		<type>com.liferay.portal.service.permission.GroupPermissionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>GroupPermissionUtil</name>
		<type>com.liferay.portal.service.permission.GroupPermissionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupPermission</name>
		</method>
		<method>
			<name>setGroupPermission</name>
			<param>
				<name>groupPermission</name>
				<type>com.liferay.portal.service.permission.GroupPermission</type>
			</param>
		</method>
		<field>
			<name>_groupPermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutBranchPermission</name>
		<type>com.liferay.portal.service.permission.LayoutBranchPermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutBranch</name>
				<type>com.liferay.portal.model.LayoutBranch</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutBranch</name>
				<type>com.liferay.portal.model.LayoutBranch</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutBranchPermissionImpl</name>
		<type>com.liferay.portal.service.permission.LayoutBranchPermissionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutBranch</name>
				<type>com.liferay.portal.model.LayoutBranch</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutBranch</name>
				<type>com.liferay.portal.model.LayoutBranch</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutBranchPermissionUtil</name>
		<type>com.liferay.portal.service.permission.LayoutBranchPermissionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutBranch</name>
				<type>com.liferay.portal.model.LayoutBranch</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutBranch</name>
				<type>com.liferay.portal.model.LayoutBranch</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutBranchPermission</name>
		</method>
		<method>
			<name>setLayoutBranchPermission</name>
			<param>
				<name>layoutBranchPermission</name>
				<type>com.liferay.portal.service.permission.LayoutBranchPermission</type>
			</param>
		</method>
		<field>
			<name>_layoutBranchPermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutPermission</name>
		<type>com.liferay.portal.service.permission.LayoutPermission</type>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>checkViewableGroup</name>
				<type>boolean</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>controlPanelCategory</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkViewableGroup</name>
				<type>boolean</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>controlPanelCategory</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>controlPanelCategory</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>containsWithoutViewableGroup</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>controlPanelCategory</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkLayoutUpdateable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>containsWithoutViewableGroup</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>controlPanelCategory</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutPermissionImpl</name>
		<type>com.liferay.portal.service.permission.LayoutPermissionImpl</type>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>checkViewableGroup</name>
				<type>boolean</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>controlPanelCategory</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkViewableGroup</name>
				<type>boolean</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>controlPanelCategory</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>controlPanelCategory</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>containsWithoutViewableGroup</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>controlPanelCategory</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkLayoutUpdateable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>containsWithoutViewableGroup</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>controlPanelCategory</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>containsWithViewableGroup</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>controlPanelCategory</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkViewableGroup</name>
				<type>boolean</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isAttemptToModifyLockedLayout</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isViewableGroup</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>controlPanelCategory</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkResourcePermission</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutPermissionUtil</name>
		<type>com.liferay.portal.service.permission.LayoutPermissionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>checkViewableGroup</name>
				<type>boolean</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>controlPanelCategory</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkViewableGroup</name>
				<type>boolean</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>controlPanelCategory</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>controlPanelCategory</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>containsWithoutViewableGroup</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>controlPanelCategory</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkLayoutUpdateable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>containsWithoutViewableGroup</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>controlPanelCategory</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutPermission</name>
		</method>
		<method>
			<name>setLayoutPermission</name>
			<param>
				<name>layoutPermission</name>
				<type>com.liferay.portal.service.permission.LayoutPermission</type>
			</param>
		</method>
		<field>
			<name>_layoutPermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutPrototypePermission</name>
		<type>com.liferay.portal.service.permission.LayoutPrototypePermission</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutPrototypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutPrototypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutPrototypePermissionImpl</name>
		<type>com.liferay.portal.service.permission.LayoutPrototypePermissionImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutPrototypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutPrototypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutPrototypePermissionUtil</name>
		<type>com.liferay.portal.service.permission.LayoutPrototypePermissionUtil</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutPrototypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutPrototypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLayoutPrototypePermission</name>
		</method>
		<method>
			<name>setLayoutPrototypePermission</name>
			<param>
				<name>layoutPrototypePermission</name>
				<type>com.liferay.portal.service.permission.LayoutPrototypePermission</type>
			</param>
		</method>
		<field>
			<name>_layoutPrototypePermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutSetBranchPermission</name>
		<type>com.liferay.portal.service.permission.LayoutSetBranchPermission</type>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutSetBranch</name>
				<type>com.liferay.portal.model.LayoutSetBranch</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutSetBranch</name>
				<type>com.liferay.portal.model.LayoutSetBranch</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutSetBranchPermissionImpl</name>
		<type>com.liferay.portal.service.permission.LayoutSetBranchPermissionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutSetBranch</name>
				<type>com.liferay.portal.model.LayoutSetBranch</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutSetBranch</name>
				<type>com.liferay.portal.model.LayoutSetBranch</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutSetBranchPermissionUtil</name>
		<type>com.liferay.portal.service.permission.LayoutSetBranchPermissionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutSetBranch</name>
				<type>com.liferay.portal.model.LayoutSetBranch</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutSetBranch</name>
				<type>com.liferay.portal.model.LayoutSetBranch</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutSetBranchPermission</name>
		</method>
		<method>
			<name>setLayoutSetBranchPermission</name>
			<param>
				<name>layoutSetBranchPermission</name>
				<type>com.liferay.portal.service.permission.LayoutSetBranchPermission</type>
			</param>
		</method>
		<field>
			<name>_layoutSetBranchPermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutSetPrototypePermission</name>
		<type>com.liferay.portal.service.permission.LayoutSetPrototypePermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutSetPrototypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutSetPrototypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutSetPrototypePermissionImpl</name>
		<type>com.liferay.portal.service.permission.LayoutSetPrototypePermissionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutSetPrototypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutSetPrototypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutSetPrototypePermissionUtil</name>
		<type>com.liferay.portal.service.permission.LayoutSetPrototypePermissionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutSetPrototypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layoutSetPrototypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLayoutSetPrototypePermission</name>
		</method>
		<method>
			<name>setLayoutSetPrototypePermission</name>
			<param>
				<name>layoutSetPrototypePermission</name>
				<type>com.liferay.portal.service.permission.LayoutSetPrototypePermission</type>
			</param>
		</method>
		<field>
			<name>_layoutSetPrototypePermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OrganizationPermission</name>
		<type>com.liferay.portal.service.permission.OrganizationPermission</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>organization</name>
				<type>com.liferay.portal.model.Organization</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>organization</name>
				<type>com.liferay.portal.model.Organization</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>OrganizationPermissionImpl</name>
		<type>com.liferay.portal.service.permission.OrganizationPermissionImpl</type>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>organization</name>
				<type>com.liferay.portal.model.Organization</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>organization</name>
				<type>com.liferay.portal.model.Organization</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>organization</name>
				<type>com.liferay.portal.model.Organization</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>OrganizationPermissionUtil</name>
		<type>com.liferay.portal.service.permission.OrganizationPermissionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>organization</name>
				<type>com.liferay.portal.model.Organization</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>organization</name>
				<type>com.liferay.portal.model.Organization</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrganizationPermission</name>
		</method>
		<method>
			<name>setOrganizationPermission</name>
			<param>
				<name>organizationPermission</name>
				<type>com.liferay.portal.service.permission.OrganizationPermission</type>
			</param>
		</method>
		<field>
			<name>_organizationPermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PasswordPolicyPermission</name>
		<type>com.liferay.portal.service.permission.PasswordPolicyPermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PasswordPolicyPermissionImpl</name>
		<type>com.liferay.portal.service.permission.PasswordPolicyPermissionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PasswordPolicyPermissionUtil</name>
		<type>com.liferay.portal.service.permission.PasswordPolicyPermissionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>passwordPolicyId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPasswordPolicyPermission</name>
		</method>
		<method>
			<name>setPasswordPolicyPermission</name>
			<param>
				<name>passwordPolicyPermission</name>
				<type>com.liferay.portal.service.permission.PasswordPolicyPermission</type>
			</param>
		</method>
		<field>
			<name>_passwordPolicyPermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalPermission</name>
		<type>com.liferay.portal.service.permission.PortalPermission</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalPermissionImpl</name>
		<type>com.liferay.portal.service.permission.PortalPermissionImpl</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalPermissionUtil</name>
		<type>com.liferay.portal.service.permission.PortalPermissionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortalPermission</name>
		</method>
		<method>
			<name>setPortalPermission</name>
			<param>
				<name>portalPermission</name>
				<type>com.liferay.portal.service.permission.PortalPermission</type>
			</param>
		</method>
		<field>
			<name>_portalPermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletPermission</name>
		<type>com.liferay.portal.service.permission.PortletPermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portlets</name>
				<type>java.util.Collection</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPrimaryKey</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasAccessPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>portletMode</name>
				<type>javax.portlet.PortletMode</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasLayoutManagerPermission</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletPermissionImpl</name>
		<type>com.liferay.portal.service.permission.PortletPermissionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portlets</name>
				<type>java.util.Collection</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPrimaryKey</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasAccessPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>portletMode</name>
				<type>javax.portlet.PortletMode</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasLayoutManagerPermission</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasConfigurePermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasCustomizePermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>DEFAULT_STRICT</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletPermissionUtil</name>
		<type>com.liferay.portal.service.permission.PortletPermissionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portlets</name>
				<type>java.util.Collection</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletPermission</name>
		</method>
		<method>
			<name>getPrimaryKey</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasAccessPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>portletMode</name>
				<type>javax.portlet.PortletMode</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasLayoutManagerPermission</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletPermission</name>
			<param>
				<name>portletPermission</name>
				<type>com.liferay.portal.service.permission.PortletPermission</type>
			</param>
		</method>
		<field>
			<name>_portletPermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RolePermission</name>
		<type>com.liferay.portal.service.permission.RolePermission</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RolePermissionImpl</name>
		<type>com.liferay.portal.service.permission.RolePermissionImpl</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RolePermissionUtil</name>
		<type>com.liferay.portal.service.permission.RolePermissionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRolePermission</name>
		</method>
		<method>
			<name>setRolePermission</name>
			<param>
				<name>rolePermission</name>
				<type>com.liferay.portal.service.permission.RolePermission</type>
			</param>
		</method>
		<field>
			<name>_rolePermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SubscriptionPermission</name>
		<type>com.liferay.portal.service.permission.SubscriptionPermission</type>
		<author><![CDATA[Mate Thurzo]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SubscriptionPermissionImpl</name>
		<type>com.liferay.portal.service.permission.SubscriptionPermissionImpl</type>
		<author><![CDATA[Mate Thurzo]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SubscriptionPermissionUtil</name>
		<type>com.liferay.portal.service.permission.SubscriptionPermissionUtil</type>
		<author><![CDATA[Mate Thurzo]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubscriptionPermission</name>
		</method>
		<method>
			<name>setSubscriptionPermission</name>
			<param>
				<name>subscriptionPermission</name>
				<type>com.liferay.portal.service.permission.SubscriptionPermission</type>
			</param>
		</method>
		<field>
			<name>_subscriptionPermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TeamPermission</name>
		<type>com.liferay.portal.service.permission.TeamPermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>teamId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>team</name>
				<type>com.liferay.portal.model.Team</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>teamId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>team</name>
				<type>com.liferay.portal.model.Team</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>TeamPermissionImpl</name>
		<type>com.liferay.portal.service.permission.TeamPermissionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>teamId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>team</name>
				<type>com.liferay.portal.model.Team</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>teamId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>team</name>
				<type>com.liferay.portal.model.Team</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>TeamPermissionUtil</name>
		<type>com.liferay.portal.service.permission.TeamPermissionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>teamId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>team</name>
				<type>com.liferay.portal.model.Team</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>teamId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>team</name>
				<type>com.liferay.portal.model.Team</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTeamPermission</name>
		</method>
		<method>
			<name>setTeamPermission</name>
			<param>
				<name>teamPermission</name>
				<type>com.liferay.portal.service.permission.TeamPermission</type>
			</param>
		</method>
		<field>
			<name>_teamPermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserGroupPermission</name>
		<type>com.liferay.portal.service.permission.UserGroupPermission</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UserGroupPermissionImpl</name>
		<type>com.liferay.portal.service.permission.UserGroupPermissionImpl</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UserGroupPermissionUtil</name>
		<type>com.liferay.portal.service.permission.UserGroupPermissionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserGroupPermission</name>
		</method>
		<method>
			<name>setUserGroupPermission</name>
			<param>
				<name>userGroupPermission</name>
				<type>com.liferay.portal.service.permission.UserGroupPermission</type>
			</param>
		</method>
		<field>
			<name>_userGroupPermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserGroupRolePermission</name>
		<type>com.liferay.portal.service.permission.UserGroupRolePermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UserGroupRolePermissionImpl</name>
		<type>com.liferay.portal.service.permission.UserGroupRolePermissionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UserGroupRolePermissionUtil</name>
		<type>com.liferay.portal.service.permission.UserGroupRolePermissionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserGroupRolePermission</name>
		</method>
		<method>
			<name>setUserGroupRolePermission</name>
			<param>
				<name>userGroupRolePermission</name>
				<type>com.liferay.portal.service.permission.UserGroupRolePermission</type>
			</param>
		</method>
		<field>
			<name>_userGroupRolePermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserPermission</name>
		<type>com.liferay.portal.service.permission.UserPermission</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>locationId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>locationId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UserPermissionImpl</name>
		<type>com.liferay.portal.service.permission.UserPermissionImpl</type>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>locationId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
			<deprecated><![CDATA[Replaced by {@link #check(PermissionChecker, long, long[], String)}]]></deprecated>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>locationId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[Replaced by {@link #contains(PermissionChecker, long, long[], String)}]]></deprecated>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserPermissionUtil</name>
		<type>com.liferay.portal.service.permission.UserPermissionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>locationId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PrincipalException</name>
				<type>com.liferay.portal.security.auth.PrincipalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>locationId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserPermission</name>
		</method>
		<method>
			<name>setUserPermission</name>
			<param>
				<name>userPermission</name>
				<type>com.liferay.portal.service.permission.UserPermission</type>
			</param>
		</method>
		<field>
			<name>_userPermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AddressPersistenceImpl2</name>
		<type>com.liferay.portal.service.persistence.AddressPersistenceImpl2</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
	</javadoc>
	<javadoc>
		<name>BasePersistence</name>
		<type>com.liferay.portal.service.persistence.BasePersistence</type>
		<comment><![CDATA[The base interface for all ServiceBuilder persistence classes. This interface should never need to be used directly.

<p>
Caching information and settings can be found in <code>portal.properties</code>
</p>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<see><![CDATA[com.liferay.portal.service.persistence.impl.BasePersistenceImpl]]></see>
		<method>
			<name>clearCache</name>
			<comment><![CDATA[Clears the cache for all instances of this model.

<p>
The {@link com.liferay.portal.kernel.dao.orm.EntityCache} and {@link com.liferay.portal.kernel.dao.orm.FinderCache} are both cleared by this method.
</p>]]></comment>
		</method>
		<method>
			<name>clearCache</name>
			<comment><![CDATA[Clears the cache for a List instances of this model.

<p>
The {@link com.liferay.portal.kernel.dao.orm.EntityCache} and {@link com.liferay.portal.kernel.dao.orm.FinderCache} are both cleared by this method.
</p>]]></comment>
			<param>
				<name>modelList</name>
				<type>java.util.List</type>
				<comment><![CDATA[the List instances of this model to clear the cache for]]></comment>
			</param>
		</method>
		<method>
			<name>clearCache</name>
			<comment><![CDATA[Clears the cache for one instance of this model.

<p>
The {@link com.liferay.portal.kernel.dao.orm.EntityCache} and {@link com.liferay.portal.kernel.dao.orm.FinderCache} are both cleared by this method.
</p>]]></comment>
			<param>
				<name>model</name>
				<type>T</type>
				<comment><![CDATA[the instance of this model to clear the cache for]]></comment>
			</param>
		</method>
		<method>
			<name>closeSession</name>
			<param>
				<name>session</name>
				<type>com.liferay.portal.kernel.dao.orm.Session</type>
			</param>
		</method>
		<method>
			<name>countWithDynamicQuery</name>
			<comment><![CDATA[Returns the number of rows that match the dynamic query.]]></comment>
			<param>
				<name>dynamicQuery</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
				<comment><![CDATA[the dynamic query]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of rows that match the dynamic query]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>fetchByPrimaryKey</name>
			<comment><![CDATA[Returns the model instance with the primary key or returns <code>null</code> if it could not be found.]]></comment>
			<param>
				<name>primaryKey</name>
				<type>java.io.Serializable</type>
				<comment><![CDATA[the primary key of the model instance]]></comment>
			</param>
			<return>
				<comment><![CDATA[the model instance, or <code>null</code> if an instance of this model with the primary key could not be found]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if the primary key is <code>null</code>, or if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>findByPrimaryKey</name>
			<comment><![CDATA[Returns the model instance with the primary key or throws a {@link NoSuchModelException} if it could not be found.]]></comment>
			<param>
				<name>primaryKey</name>
				<type>java.io.Serializable</type>
				<comment><![CDATA[the primary key of the model instance]]></comment>
			</param>
			<return>
				<comment><![CDATA[the model instance]]></comment>
			</return>
			<throws>
				<name>NoSuchModelException</name>
				<type>com.liferay.portal.NoSuchModelException</type>
				<comment><![CDATA[if an instance of this model with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if the primary key is <code>null</code>, or if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>findWithDynamicQuery</name>
			<comment><![CDATA[Performs a dynamic query on the database and returns the matching rows.]]></comment>
			<param>
				<name>dynamicQuery</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
				<comment><![CDATA[the dynamic query]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching rows]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>findWithDynamicQuery</name>
			<comment><![CDATA[Performs a dynamic query on the database and returns a range of the matching rows.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>dynamicQuery</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
				<comment><![CDATA[the dynamic query]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of matching rows]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of matching rows (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of matching rows]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.kernel.dao.orm.QueryUtil#list( com.liferay.portal.kernel.dao.orm.Query, com.liferay.portal.kernel.dao.orm.Dialect, int, int)]]></see>
		</method>
		<method>
			<name>findWithDynamicQuery</name>
			<comment><![CDATA[Performs a dynamic query on the database and returns an ordered range of the matching rows.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>dynamicQuery</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
				<comment><![CDATA[the dynamic query]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of matching rows]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of matching rows (not inclusive)]]></comment>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the results by (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the ordered range of matching rows]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getDataSource</name>
			<comment><![CDATA[Returns the data source for this model.]]></comment>
			<return>
				<comment><![CDATA[the data source for this model]]></comment>
			</return>
			<see><![CDATA[#setDataSource(DataSource)]]></see>
		</method>
		<method>
			<name>getListeners</name>
			<comment><![CDATA[Returns the listeners registered for this model.]]></comment>
			<return>
				<comment><![CDATA[the listeners registered for this model]]></comment>
			</return>
			<see><![CDATA[#registerListener(ModelListener)]]></see>
		</method>
		<method>
			<name>openSession</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>processException</name>
			<param>
				<name>e</name>
				<type>java.lang.Exception</type>
			</param>
		</method>
		<method>
			<name>registerListener</name>
			<comment><![CDATA[Registers a new listener for this model.

<p>
A model listener is notified whenever a change is made to an instance of this model, such as when one is added, updated, or removed.
</p>]]></comment>
			<param>
				<name>listener</name>
				<type>com.liferay.portal.model.ModelListener</type>
				<comment><![CDATA[the model listener to register]]></comment>
			</param>
		</method>
		<method>
			<name>remove</name>
			<comment><![CDATA[Removes the model instance with the primary key from the database. Also notifies the appropriate model listeners.]]></comment>
			<param>
				<name>primaryKey</name>
				<type>java.io.Serializable</type>
				<comment><![CDATA[the primary key of the model instance to remove]]></comment>
			</param>
			<return>
				<comment><![CDATA[the model instance that was removed]]></comment>
			</return>
			<throws>
				<name>NoSuchModelException</name>
				<type>com.liferay.portal.NoSuchModelException</type>
				<comment><![CDATA[if an instance of this model with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>remove</name>
			<comment><![CDATA[Removes the model instance from the database. Also notifies the appropriate model listeners.]]></comment>
			<param>
				<name>model</name>
				<type>T</type>
				<comment><![CDATA[the model instance to remove]]></comment>
			</param>
			<return>
				<comment><![CDATA[the model instance that was removed]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setDataSource</name>
			<comment><![CDATA[Sets the data source for this model.]]></comment>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
				<comment><![CDATA[the data source to use for this model]]></comment>
			</param>
		</method>
		<method>
			<name>unregisterListener</name>
			<comment><![CDATA[Unregisters the model listener.]]></comment>
			<param>
				<name>listener</name>
				<type>com.liferay.portal.model.ModelListener</type>
				<comment><![CDATA[the model listener to unregister]]></comment>
			</param>
			<see><![CDATA[#registerListener(ModelListener)]]></see>
		</method>
		<method>
			<name>update</name>
			<comment><![CDATA[Updates the model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

<p>
Typically not called directly, use local service update model methods instead. For example, {@link com.liferay.portal.service.UserLocalServiceUtil#updateUser( com.liferay.portal.model.User)}.
</p>]]></comment>
			<param>
				<name>model</name>
				<type>T</type>
				<comment><![CDATA[the model instance to update]]></comment>
			</param>
			<param>
				<name>merge</name>
				<type>boolean</type>
				<comment><![CDATA[whether to merge the model instance with the current session. See {@link BatchSession#update(com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean)} for an explanation.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the model instance that was updated]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>update</name>
			<comment><![CDATA[Updates the model instance in the database or adds it if it does not yet exist, within a different service context. Also notifies the appropriate model listeners.]]></comment>
			<param>
				<name>model</name>
				<type>T</type>
				<comment><![CDATA[the model instance to update]]></comment>
			</param>
			<param>
				<name>merge</name>
				<type>boolean</type>
				<comment><![CDATA[whether to merge the model instance with the current session. See {@link BatchSession#update(com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean)} for an explanation.]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to perform the update in]]></comment>
			</param>
			<return>
				<comment><![CDATA[the model instance that was updated]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BatchSession</name>
		<type>com.liferay.portal.service.persistence.BatchSession</type>
		<comment><![CDATA[Tracks database updates and flushes them from the session in batches.

<p>
Although all database updates ultimately pass through this class, its batching functionality is only used for large sets of contiguous updates. For usage examples see {@link com.liferay.portal.service.impl.LayoutLocalServiceImpl#importLayouts(long, long, boolean, java.util.Map, java.io.File)}, {@link com.liferay.portal.verify.VerifyProcessUtil#verifyProcess(boolean, boolean)} , and {@link com.liferay.portal.convert.ConvertPermissionAlgorithm#doConvert()}.
</p>]]></comment>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>delete</name>
			<comment><![CDATA[Deletes the model instance in the database, and possibly flushes the session.

<p>
The session will be flushed if one of the following is <code>true</code>:
</p>

<ul>
<li>
Update batching is disabled
</li>
<li>
The batch size is set to zero
</li>
<li>
Enough updates and/or deletions have been queued to fill another batch
</li>
</ul>

<p>
The batch size may be set in portal.properties with the key <code>hibernate.jdbc.batch_size</code>.
</p>]]></comment>
			<param>
				<name>session</name>
				<type>com.liferay.portal.kernel.dao.orm.Session</type>
				<comment><![CDATA[the session to perform the update on]]></comment>
			</param>
			<param>
				<name>model</name>
				<type>com.liferay.portal.model.BaseModel</type>
				<comment><![CDATA[the model instance to update]]></comment>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
				<comment><![CDATA[if a database exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>isEnabled</name>
			<comment><![CDATA[Returns <code>true</code> if update batching is enabled]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if update batching is enabled; <code>false</code> otherwise]]></comment>
			</return>
		</method>
		<method>
			<name>setEnabled</name>
			<comment><![CDATA[Sets whether update batching is enabled.]]></comment>
			<param>
				<name>enabled</name>
				<type>boolean</type>
				<comment><![CDATA[whether update batching is enabled.]]></comment>
			</param>
		</method>
		<method>
			<name>update</name>
			<comment><![CDATA[Updates the model instance in the database or adds it if it does not yet exist, and possibly flushes the session.

<p>
The session will be flushed if one of the following is <code>true</code>:
</p>

<ul>
<li>
Update batching is disabled
</li>
<li>
The batch size is set to zero
</li>
<li>
Enough updates/or deletions have been queued to fill another batch
</li>
</ul>

<p>
The batch size may be set in portal.properties with the key <code>hibernate.jdbc.batch_size</code>.
</p>

<p>
The <code>merge</code> parameter controls a special case of persistence. If the session that a model instance was originally loaded from is closed, that instance becomes &quot;detached&quot;, and changes to it will not be persisted automatically. To persist its changes, the detached instance must be merged with the current session. This will load a new copy of the model instance from the database, copy the changes to it, and persist it.
</p>

<p>
This process is most commonly necessary if a model instance is modified in the controller or view, as the database session is closed when control leaves the model layer. However, local service update model methods use merging by default, so in most cases this nuance is handled automatically. See {@link com.liferay.portal.service.UserLocalService#updateUser( com.liferay.portal.model.User)} for an example.
</p>]]></comment>
			<param>
				<name>session</name>
				<type>com.liferay.portal.kernel.dao.orm.Session</type>
				<comment><![CDATA[the session]]></comment>
			</param>
			<param>
				<name>model</name>
				<type>com.liferay.portal.model.BaseModel</type>
				<comment><![CDATA[the model instance]]></comment>
			</param>
			<param>
				<name>merge</name>
				<type>boolean</type>
				<comment><![CDATA[whether to merge the model instance with the current session]]></comment>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
				<comment><![CDATA[if a database exception occurred]]></comment>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BatchSessionImpl</name>
		<type>com.liferay.portal.service.persistence.BatchSessionImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>delete</name>
			<param>
				<name>session</name>
				<type>com.liferay.portal.kernel.dao.orm.Session</type>
			</param>
			<param>
				<name>model</name>
				<type>com.liferay.portal.model.BaseModel</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>setEnabled</name>
			<param>
				<name>enabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>session</name>
				<type>com.liferay.portal.kernel.dao.orm.Session</type>
			</param>
			<param>
				<name>model</name>
				<type>com.liferay.portal.model.BaseModel</type>
			</param>
			<param>
				<name>merge</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<field>
			<name>_INITIAL_COUNTER</name>
		</field>
		<field>
			<name>_counter</name>
		</field>
		<field>
			<name>_enabled</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BatchSessionUtil</name>
		<type>com.liferay.portal.service.persistence.BatchSessionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<see><![CDATA[BatchSession]]></see>
		<method>
			<name>delete</name>
			<param>
				<name>session</name>
				<type>com.liferay.portal.kernel.dao.orm.Session</type>
			</param>
			<param>
				<name>model</name>
				<type>com.liferay.portal.model.BaseModel</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>getBatchSession</name>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>setEnabled</name>
			<param>
				<name>enabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>session</name>
				<type>com.liferay.portal.kernel.dao.orm.Session</type>
			</param>
			<param>
				<name>model</name>
				<type>com.liferay.portal.model.BaseModel</type>
			</param>
			<param>
				<name>merge</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>setBatchSession</name>
			<param>
				<name>batchSession</name>
				<type>com.liferay.portal.service.persistence.BatchSession</type>
			</param>
		</method>
		<field>
			<name>_batchSession</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GroupFinder</name>
		<type>com.liferay.portal.service.persistence.GroupFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_U</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>inherit</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>realName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_C_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>realName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByLiveGroups</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoLayouts</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNullFriendlyURL</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findBySystem</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchGroupException</name>
				<type>com.liferay.portal.NoSuchGroupException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>realName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_C_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>realName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>GroupFinderImpl</name>
		<type>com.liferay.portal.service.persistence.GroupFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>countByG_U</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>inherit</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>realName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_C_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>realName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByLiveGroups</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoLayouts</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNullFriendlyURL</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findBySystem</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchGroupException</name>
				<type>com.liferay.portal.NoSuchGroupException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>realName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_C_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>realName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByGroupId</name>
			<param>
				<name>session</name>
				<type>com.liferay.portal.kernel.dao.orm.Session</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<method>
			<name>countByC_C_N_D</name>
			<param>
				<name>session</name>
				<type>com.liferay.portal.kernel.dao.orm.Session</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>realName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<method>
			<name>getJoin</name>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<method>
			<name>getWhere</name>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<method>
			<name>replaceJoinAndWhere</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<method>
			<name>replaceOrderBy</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>setJoin</name>
			<param>
				<name>qPos</name>
				<type>com.liferay.portal.kernel.dao.orm.QueryPos</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<method>
			<name>_buildSQLKey</name>
			<param>
				<name>param1</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>param2</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>param3</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>param4</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<param>
				<name>doUnion</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>_getCacheKey</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<method>
			<name>_getCondition</name>
			<param>
				<name>join</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getGroupOrganizationClassNameIds</name>
		</method>
		<method>
			<name>_getJoinMap</name>
		</method>
		<method>
			<name>_getWhereMap</name>
		</method>
		<method>
			<name>_removeWhere</name>
			<param>
				<name>join</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>COUNT_BY_GROUP_ID</name>
		</field>
		<field>
			<name>COUNT_BY_C_N_D</name>
		</field>
		<field>
			<name>FIND_BY_LIVE_GROUPS</name>
		</field>
		<field>
			<name>FIND_BY_NO_LAYOUTS</name>
		</field>
		<field>
			<name>FIND_BY_NULL_FRIENDLY_URL</name>
		</field>
		<field>
			<name>FIND_BY_SYSTEM</name>
		</field>
		<field>
			<name>FIND_BY_C_C</name>
		</field>
		<field>
			<name>FIND_BY_C_N</name>
		</field>
		<field>
			<name>FIND_BY_C_N_D</name>
		</field>
		<field>
			<name>JOIN_BY_ACTIVE</name>
		</field>
		<field>
			<name>JOIN_BY_CREATOR_USER_ID</name>
		</field>
		<field>
			<name>JOIN_BY_GROUP_ORG</name>
		</field>
		<field>
			<name>JOIN_BY_GROUPS_ORGS</name>
		</field>
		<field>
			<name>JOIN_BY_GROUPS_ROLES</name>
		</field>
		<field>
			<name>JOIN_BY_GROUPS_USER_GROUPS</name>
		</field>
		<field>
			<name>JOIN_BY_LAYOUT_SET</name>
		</field>
		<field>
			<name>JOIN_BY_PAGE_COUNT</name>
		</field>
		<field>
			<name>JOIN_BY_ROLE_PERMISSIONS</name>
		</field>
		<field>
			<name>JOIN_BY_ROLE_RESOURCE_PERMISSIONS</name>
		</field>
		<field>
			<name>JOIN_BY_ROLE_RESOURCE_TYPE_PERMISSIONS</name>
		</field>
		<field>
			<name>JOIN_BY_SITE</name>
		</field>
		<field>
			<name>JOIN_BY_TYPE</name>
		</field>
		<field>
			<name>JOIN_BY_USER_GROUP_ROLE</name>
		</field>
		<field>
			<name>JOIN_BY_USERS_GROUPS</name>
		</field>
		<field>
			<name>_emptyLinkedHashMap</name>
		</field>
		<field>
			<name>_findByC_C_N_DSQLCache</name>
		</field>
		<field>
			<name>_findByCompanyIdSQLCache</name>
		</field>
		<field>
			<name>_groupOrganizationClassNameIds</name>
		</field>
		<field>
			<name>_joinMap</name>
		</field>
		<field>
			<name>_replaceJoinAndWhereSQLCache</name>
		</field>
		<field>
			<name>_whereMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GroupFinderUtil</name>
		<type>com.liferay.portal.service.persistence.GroupFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_U</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>inherit</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>realName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_C_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>realName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByLiveGroups</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoLayouts</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNullFriendlyURL</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findBySystem</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchGroupException</name>
				<type>com.liferay.portal.NoSuchGroupException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>realName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_C_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>realName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portal.service.persistence.GroupFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutFinder</name>
		<type>com.liferay.portal.service.persistence.LayoutFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByNullFriendlyURL</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByScopeGroup</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_P_P</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>preferencesKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>preferencesValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutFinderImpl</name>
		<type>com.liferay.portal.service.persistence.LayoutFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByNullFriendlyURL</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByScopeGroup</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_P_P</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>preferencesKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>preferencesValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>FIND_BY_NULL_FRIENDLY_URL</name>
		</field>
		<field>
			<name>FIND_BY_SCOPE_GROUP</name>
		</field>
		<field>
			<name>FIND_BY_C_P_P</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutFinderUtil</name>
		<type>com.liferay.portal.service.persistence.LayoutFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByNullFriendlyURL</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByScopeGroup</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_P_P</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>preferencesKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>preferencesValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portal.service.persistence.LayoutFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutSetBranchFinder</name>
		<type>com.liferay.portal.service.persistence.LayoutSetBranchFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByMaster</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>NoSuchLayoutSetBranchException</name>
				<type>com.liferay.portal.NoSuchLayoutSetBranchException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutSetBranchFinderImpl</name>
		<type>com.liferay.portal.service.persistence.LayoutSetBranchFinderImpl</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>findByMaster</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>NoSuchLayoutSetBranchException</name>
				<type>com.liferay.portal.NoSuchLayoutSetBranchException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>FIND_BY_MASTER</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutSetBranchFinderUtil</name>
		<type>com.liferay.portal.service.persistence.LayoutSetBranchFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByMaster</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>NoSuchLayoutSetBranchException</name>
				<type>com.liferay.portal.NoSuchLayoutSetBranchException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portal.service.persistence.LayoutSetBranchFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LockFinder</name>
		<type>com.liferay.portal.service.persistence.LockFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>fetchByC_K</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lockMode</name>
				<type>com.liferay.portal.kernel.dao.orm.LockMode</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LockFinderImpl</name>
		<type>com.liferay.portal.service.persistence.LockFinderImpl</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>fetchByC_K</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lockMode</name>
				<type>com.liferay.portal.kernel.dao.orm.LockMode</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>FIND_BY_C_K</name>
		</field>
		<field>
			<name>lockPersistence</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LockFinderUtil</name>
		<type>com.liferay.portal.service.persistence.LockFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>fetchByC_K</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lockMode</name>
				<type>com.liferay.portal.kernel.dao.orm.LockMode</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portal.service.persistence.LockFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OrgGroupPermissionFinder</name>
		<type>com.liferay.portal.service.persistence.OrgGroupPermissionFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>removeByO_G_R</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>OrgGroupPermissionFinderImpl</name>
		<type>com.liferay.portal.service.persistence.OrgGroupPermissionFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>removeByO_G_R</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>FIND_BY_O_G_R</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OrgGroupPermissionFinderUtil</name>
		<type>com.liferay.portal.service.persistence.OrgGroupPermissionFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>removeByO_G_R</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portal.service.persistence.OrgGroupPermissionFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OrgGroupPermissionPK</name>
		<type>com.liferay.portal.service.persistence.OrgGroupPermissionPK</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>OrgGroupPermissionPK</name>
		</method>
		<method>
			<name>OrgGroupPermissionPK</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>permissionId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getOrganizationId</name>
		</method>
		<method>
			<name>setOrganizationId</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getPermissionId</name>
		</method>
		<method>
			<name>setPermissionId</name>
			<param>
				<name>permissionId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>pk</name>
				<type>com.liferay.portal.service.persistence.OrgGroupPermissionPK</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>organizationId</name>
		</field>
		<field>
			<name>groupId</name>
		</field>
		<field>
			<name>permissionId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OrgGroupRolePK</name>
		<type>com.liferay.portal.service.persistence.OrgGroupRolePK</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>OrgGroupRolePK</name>
		</method>
		<method>
			<name>OrgGroupRolePK</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getOrganizationId</name>
		</method>
		<method>
			<name>setOrganizationId</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getRoleId</name>
		</method>
		<method>
			<name>setRoleId</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>pk</name>
				<type>com.liferay.portal.service.persistence.OrgGroupRolePK</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>organizationId</name>
		</field>
		<field>
			<name>groupId</name>
		</field>
		<field>
			<name>roleId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OrganizationFinder</name>
		<type>com.liferay.portal.service.persistence.OrganizationFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByO_U</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_PO_N_T_S_C_Z_R_C</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>street</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>city</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>zip</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_PO_N_T_S_C_Z_R_C</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>streets</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>cities</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>zips</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_PO_N_T_S_C_Z_R_C</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>street</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>city</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>zip</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_PO_N_T_S_C_Z_R_C</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>streets</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>cities</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>zips</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>OrganizationFinderImpl</name>
		<type>com.liferay.portal.service.persistence.OrganizationFinderImpl</type>
		<author><![CDATA[Amos Fong]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByO_U</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_PO_N_T_S_C_Z_R_C</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>street</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>city</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>zip</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_PO_N_T_S_C_Z_R_C</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>streets</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>cities</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>zips</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_PO_N_T_S_C_Z_R_C</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>street</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>city</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>zip</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_PO_N_T_S_C_Z_R_C</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>streets</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>cities</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>zips</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByOrganizationId</name>
			<param>
				<name>session</name>
				<type>com.liferay.portal.kernel.dao.orm.Session</type>
			</param>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<method>
			<name>countByPermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>streets</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>cities</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>zips</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByPermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>streets</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>cities</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>zips</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getJoin</name>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<method>
			<name>getJoin</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getWhere</name>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<method>
			<name>getWhere</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getWhere</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setJoin</name>
			<param>
				<name>qPos</name>
				<type>com.liferay.portal.kernel.dao.orm.QueryPos</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<field>
			<name>COUNT_BY_ORGANIZATION_ID</name>
		</field>
		<field>
			<name>COUNT_BY_C_PO_N_S_C_Z_R_C</name>
		</field>
		<field>
			<name>COUNT_BY_C_PO_N_L_S_C_Z_R_C</name>
		</field>
		<field>
			<name>FIND_BY_COMPANY_ID</name>
		</field>
		<field>
			<name>FIND_BY_C_PO_N_S_C_Z_R_C</name>
		</field>
		<field>
			<name>FIND_BY_C_PO_N_L_S_C_Z_R_C</name>
		</field>
		<field>
			<name>JOIN_BY_GROUPS_PERMISSIONS</name>
		</field>
		<field>
			<name>JOIN_BY_ORGANIZATIONS_GROUPS</name>
		</field>
		<field>
			<name>JOIN_BY_ORGANIZATIONS_PASSWORD_POLICIES</name>
		</field>
		<field>
			<name>JOIN_BY_ORGANIZATIONS_ROLES</name>
		</field>
		<field>
			<name>JOIN_BY_ORGANIZATIONS_USERS</name>
		</field>
		<field>
			<name>JOIN_BY_ORG_GROUP_PERMISSION</name>
		</field>
		<field>
			<name>JOIN_BY_USERS_ORGS</name>
		</field>
		<field>
			<name>COUNTRY_ID_SQL</name>
		</field>
		<field>
			<name>REGION_ID_SQL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OrganizationFinderUtil</name>
		<type>com.liferay.portal.service.persistence.OrganizationFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByO_U</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_PO_N_T_S_C_Z_R_C</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>street</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>city</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>zip</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_PO_N_T_S_C_Z_R_C</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>streets</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>cities</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>zips</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_PO_N_T_S_C_Z_R_C</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>street</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>city</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>zip</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_PO_N_T_S_C_Z_R_C</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentOrganizationIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>streets</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>cities</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>zips</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>regionId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>countryId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portal.service.persistence.OrganizationFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PasswordPolicyFinder</name>
		<type>com.liferay.portal.service.persistence.PasswordPolicyFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByC_N</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PasswordPolicyFinderImpl</name>
		<type>com.liferay.portal.service.persistence.PasswordPolicyFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByC_N</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>COUNT_BY_C_N</name>
		</field>
		<field>
			<name>FIND_BY_C_N</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PasswordPolicyFinderUtil</name>
		<type>com.liferay.portal.service.persistence.PasswordPolicyFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByC_N</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portal.service.persistence.PasswordPolicyFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PermissionFinder</name>
		<type>com.liferay.portal.service.persistence.PermissionFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>containsPermissions_2</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>containsPermissions_4</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByGroupsPermissions</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByGroupsRoles</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByRolesPermissions</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByUserGroupRole</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByUsersPermissions</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByUsersRoles</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByR_A_C</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>codeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByA_C</name>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>codeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByA_R</name>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourceIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_R</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByR_R</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByR_S</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopes</name>
				<type>int[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByU_R</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByO_G_R</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByU_A_R</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_C_N_S_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByU_C_N_S_P</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PermissionFinderImpl</name>
		<type>com.liferay.portal.service.persistence.PermissionFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>containsPermissions_2</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>containsPermissions_4</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByGroupsPermissions</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByGroupsRoles</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByRolesPermissions</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByUserGroupRole</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByUsersPermissions</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByUsersRoles</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByR_A_C</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>codeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByA_C</name>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>codeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByA_R</name>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourceIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_R</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByR_R</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByR_S</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopes</name>
				<type>int[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByU_R</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByO_G_R</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByU_A_R</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_C_N_S_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByU_C_N_S_P</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getActionIds</name>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getGroupIds</name>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>table</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPermissionIds</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>table</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResourceIds</name>
			<param>
				<name>resourceIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>getRoleIds</name>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>table</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getScopes</name>
			<param>
				<name>scopes</name>
				<type>int[]</type>
			</param>
			<see><![CDATA[{@link ResourcePermissionFinderImpl#getScopes(int[])}]]></see>
		</method>
		<method>
			<name>setGroupIds</name>
			<param>
				<name>qPos</name>
				<type>com.liferay.portal.kernel.dao.orm.QueryPos</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setPermissionIds</name>
			<param>
				<name>qPos</name>
				<type>com.liferay.portal.kernel.dao.orm.QueryPos</type>
			</param>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setResourceIds</name>
			<param>
				<name>qPos</name>
				<type>com.liferay.portal.kernel.dao.orm.QueryPos</type>
			</param>
			<param>
				<name>resourceIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setRoleIds</name>
			<param>
				<name>qPos</name>
				<type>com.liferay.portal.kernel.dao.orm.QueryPos</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
		</method>
		<field>
			<name>COUNT_BY_GROUPS_PERMISSIONS</name>
		</field>
		<field>
			<name>COUNT_BY_GROUPS_ROLES</name>
		</field>
		<field>
			<name>COUNT_BY_ROLES_PERMISSIONS</name>
		</field>
		<field>
			<name>COUNT_BY_USER_GROUP_ROLE</name>
		</field>
		<field>
			<name>COUNT_BY_USERS_PERMISSIONS</name>
		</field>
		<field>
			<name>COUNT_BY_USERS_ROLES</name>
		</field>
		<field>
			<name>COUNT_BY_R_A_C</name>
		</field>
		<field>
			<name>FIND_BY_A_C</name>
		</field>
		<field>
			<name>FIND_BY_A_R</name>
		</field>
		<field>
			<name>FIND_BY_G_R</name>
		</field>
		<field>
			<name>FIND_BY_R_R</name>
		</field>
		<field>
			<name>FIND_BY_R_S</name>
		</field>
		<field>
			<name>FIND_BY_U_R</name>
		</field>
		<field>
			<name>FIND_BY_O_G_R</name>
		</field>
		<field>
			<name>FIND_BY_U_A_R</name>
		</field>
		<field>
			<name>FIND_BY_G_C_N_S_P</name>
		</field>
		<field>
			<name>FIND_BY_U_C_N_S_P</name>
		</field>
		<field>
			<name>FINDER_PATH_COUNT_BY_ROLES_PERMISSIONS</name>
		</field>
		<field>
			<name>FINDER_PATH_FIND_BY_A_R</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PermissionFinderUtil</name>
		<type>com.liferay.portal.service.persistence.PermissionFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>containsPermissions_2</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>containsPermissions_4</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByGroupsPermissions</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByGroupsRoles</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByRolesPermissions</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByUserGroupRole</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByUsersPermissions</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByUsersRoles</name>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByR_A_C</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>codeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByA_C</name>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>codeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByA_R</name>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourceIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_R</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByR_R</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByR_S</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopes</name>
				<type>int[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByU_R</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByO_G_R</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByU_A_R</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_C_N_S_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByU_C_N_S_P</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portal.service.persistence.PermissionFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletPreferencesFinder</name>
		<type>com.liferay.portal.service.persistence.PortletPreferencesFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_O_O_P_P</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletPreferencesFinderImpl</name>
		<type>com.liferay.portal.service.persistence.PortletPreferencesFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>findByPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_O_O_P_P</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>FIND_BY_PORTLETID</name>
		</field>
		<field>
			<name>FIND_BY_C_G_O_O_P_P</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletPreferencesFinderUtil</name>
		<type>com.liferay.portal.service.persistence.PortletPreferencesFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_O_O_P_P</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portal.service.persistence.PortletPreferencesFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourceBlockFinder</name>
		<type>com.liferay.portal.service.persistence.ResourceBlockFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByC_G_N_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ResourceBlockFinderImpl</name>
		<type>com.liferay.portal.service.persistence.ResourceBlockFinderImpl</type>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>findByC_G_N_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>FIND_BY_C_G_N_R</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourceBlockFinderUtil</name>
		<type>com.liferay.portal.service.persistence.ResourceBlockFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByC_G_N_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portal.service.persistence.ResourceBlockFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourceFinder</name>
		<type>com.liferay.portal.service.persistence.ResourceFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByContainerResource</name>
			<param>
				<name>codeId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoActions</name>
			<param>
				<name>codeId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_P</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByN_S</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ResourceFinderImpl</name>
		<type>com.liferay.portal.service.persistence.ResourceFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>findByContainerResource</name>
			<param>
				<name>codeId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoActions</name>
			<param>
				<name>codeId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_P</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByN_S</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>FIND_BY_CONTAINER_RESOURCE</name>
		</field>
		<field>
			<name>FIND_BY_NAME</name>
		</field>
		<field>
			<name>FIND_BY_NO_ACTIONS</name>
		</field>
		<field>
			<name>FIND_BY_C_P</name>
		</field>
		<field>
			<name>FIND_BY_N_S</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourceFinderUtil</name>
		<type>com.liferay.portal.service.persistence.ResourceFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByContainerResource</name>
			<param>
				<name>codeId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoActions</name>
			<param>
				<name>codeId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_P</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByN_S</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portal.service.persistence.ResourceFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourcePermissionFinder</name>
		<type>com.liferay.portal.service.persistence.ResourcePermissionFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByR_S</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopes</name>
				<type>int[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_N_S_P_R_A</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>actionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByResource</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_P</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByR_S</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopes</name>
				<type>int[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ResourcePermissionFinderImpl</name>
		<type>com.liferay.portal.service.persistence.ResourcePermissionFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByR_S</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopes</name>
				<type>int[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_N_S_P_R_A</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>actionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByResource</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_P</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>findByR_S</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopes</name>
				<type>int[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getScopes</name>
			<param>
				<name>scopes</name>
				<type>int[]</type>
			</param>
			<see><![CDATA[{@link PermissionFinderImpl#getScopes(int[])}]]></see>
		</method>
		<field>
			<name>COUNT_BY_R_S</name>
		</field>
		<field>
			<name>COUNT_BY_C_N_S_P_R_A</name>
		</field>
		<field>
			<name>FIND_BY_RESOURCE</name>
		</field>
		<field>
			<name>FIND_BY_R_S</name>
		</field>
		<field>
			<name>FIND_BY_C_N_S</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourcePermissionFinderUtil</name>
		<type>com.liferay.portal.service.persistence.ResourcePermissionFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByR_S</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopes</name>
				<type>int[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_N_S_P_R_A</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>actionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByResource</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_P</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByR_S</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopes</name>
				<type>int[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portal.service.persistence.ResourcePermissionFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourceTypePermissionFinder</name>
		<type>com.liferay.portal.service.persistence.ResourceTypePermissionFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByEitherScopeC_G_N</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByGroupScopeC_N_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ResourceTypePermissionFinderImpl</name>
		<type>com.liferay.portal.service.persistence.ResourceTypePermissionFinderImpl</type>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>findByEitherScopeC_G_N</name>
			<comment><![CDATA[Returns all the resource type permissions with either scope that apply to resources of the type within the group. This method is used to find all the resource type permissions that apply to a newly created resource.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the fully qualified class name of the resource type]]></comment>
			</param>
			<return>
				<comment><![CDATA[all the resource type permissions that apply to resources of the type within the group]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>findByGroupScopeC_N_R</name>
			<comment><![CDATA[Returns all of the role's group scope resource type permissions that apply to resources of the type. This method is used during the process of adding a company scope resource type permissions to remove all the group scope permissions that would be overridden by it.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the fully qualified class name of the resource type]]></comment>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the role]]></comment>
			</param>
			<return>
				<comment><![CDATA[all of the role's group scope resource type permissions that apply to resources of the type]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<field>
			<name>FIND_BY_EITHER_SCOPE_C_G_N</name>
		</field>
		<field>
			<name>FIND_BY_GROUP_SCOPE_C_N_R</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourceTypePermissionFinderUtil</name>
		<type>com.liferay.portal.service.persistence.ResourceTypePermissionFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByEitherScopeC_G_N</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByGroupScopeC_N_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portal.service.persistence.ResourceTypePermissionFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RoleFinder</name>
		<type>com.liferay.portal.service.persistence.RoleFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByR_U</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByU_G_R</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_N_D_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_N_D_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findBySystem</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByUserGroupGroupRole</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByUserGroupRole</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchRoleException</name>
				<type>com.liferay.portal.NoSuchRoleException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByU_G</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByU_G</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByU_G</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByR_N_A</name>
			<param>
				<name>resourceBlockId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N_D_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N_D_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N_S_P</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N_S_P_A</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RoleFinderImpl</name>
		<type>com.liferay.portal.service.persistence.RoleFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>countByR_U</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByU_G_R</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_N_D_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_N_D_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findBySystem</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByUserGroupGroupRole</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByUserGroupRole</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchRoleException</name>
				<type>com.liferay.portal.NoSuchRoleException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByU_G</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByU_G</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByU_G</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByR_N_A</name>
			<param>
				<name>resourceBlockId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N_D_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N_D_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N_S_P</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N_S_P_A</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCountByR_U_SQL</name>
		</method>
		<method>
			<name>getGroupIds</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>table</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getJoin</name>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<method>
			<name>getJoin</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTypes</name>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
			</param>
		</method>
		<method>
			<name>getWhere</name>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<method>
			<name>getWhere</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setJoin</name>
			<param>
				<name>qPos</name>
				<type>com.liferay.portal.kernel.dao.orm.QueryPos</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<field>
			<name>COUNT_BY_ORGANIZATION</name>
		</field>
		<field>
			<name>COUNT_BY_ORGANIZATION_SITE</name>
		</field>
		<field>
			<name>COUNT_BY_SITE</name>
		</field>
		<field>
			<name>COUNT_BY_USER</name>
		</field>
		<field>
			<name>COUNT_BY_USER_GROUP</name>
		</field>
		<field>
			<name>COUNT_BY_USER_GROUP_SITE</name>
		</field>
		<field>
			<name>COUNT_BY_U_G_R</name>
		</field>
		<field>
			<name>COUNT_BY_C_N_D_T</name>
		</field>
		<field>
			<name>FIND_BY_SYSTEM</name>
		</field>
		<field>
			<name>FIND_BY_USER_GROUP_GROUP_ROLE</name>
		</field>
		<field>
			<name>FIND_BY_USER_GROUP_ROLE</name>
		</field>
		<field>
			<name>FIND_BY_C_N</name>
		</field>
		<field>
			<name>FIND_BY_U_G</name>
		</field>
		<field>
			<name>FIND_BY_R_N_A</name>
		</field>
		<field>
			<name>FIND_BY_C_N_D_T</name>
		</field>
		<field>
			<name>FIND_BY_C_N_S_P</name>
		</field>
		<field>
			<name>FIND_BY_C_N_S_P_A</name>
		</field>
		<field>
			<name>JOIN_BY_ROLES_PERMISSIONS</name>
		</field>
		<field>
			<name>JOIN_BY_USERS_ROLES</name>
		</field>
		<field>
			<name>_countByR_U</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RoleFinderUtil</name>
		<type>com.liferay.portal.service.persistence.RoleFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByR_U</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByU_G_R</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_N_D_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_N_D_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findBySystem</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByUserGroupGroupRole</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByUserGroupRole</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchRoleException</name>
				<type>com.liferay.portal.NoSuchRoleException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByU_G</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByU_G</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByU_G</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByR_N_A</name>
			<param>
				<name>resourceBlockId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N_D_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N_D_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N_S_P</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N_S_P_A</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.Integer[]</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portal.service.persistence.RoleFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TeamFinder</name>
		<type>com.liferay.portal.service.persistence.TeamFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_N_D</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N_D</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>TeamFinderImpl</name>
		<type>com.liferay.portal.service.persistence.TeamFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_N_D</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N_D</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getJoin</name>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<method>
			<name>getJoin</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getWhere</name>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<method>
			<name>getWhere</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setJoin</name>
			<param>
				<name>qPos</name>
				<type>com.liferay.portal.kernel.dao.orm.QueryPos</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<field>
			<name>COUNT_BY_G_N_D</name>
		</field>
		<field>
			<name>FIND_BY_G_N_D</name>
		</field>
		<field>
			<name>JOIN_BY_USERS_TEAMS</name>
		</field>
		<field>
			<name>JOIN_BY_USERS_USER_GROUPS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TeamFinderUtil</name>
		<type>com.liferay.portal.service.persistence.TeamFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_N_D</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N_D</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portal.service.persistence.TeamFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserFinder</name>
		<type>com.liferay.portal.service.persistence.UserFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByUser</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_FN_MN_LN_SN_EA_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_FN_MN_LN_SN_EA_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>firstNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>middleNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>lastNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>screenNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoAnnouncementsDeliveries</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoContacts</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoGroups</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_FN_MN_LN_SN_EA_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_FN_MN_LN_SN_EA_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>firstNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>middleNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>lastNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>screenNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UserFinderImpl</name>
		<type>com.liferay.portal.service.persistence.UserFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jon Steer]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>countByUser</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_FN_MN_LN_SN_EA_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_FN_MN_LN_SN_EA_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>firstNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>middleNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>lastNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>screenNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoAnnouncementsDeliveries</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoContacts</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoGroups</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_FN_MN_LN_SN_EA_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_FN_MN_LN_SN_EA_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>firstNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>middleNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>lastNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>screenNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_FN_MN_LN_SN_EA_S</name>
			<param>
				<name>session</name>
				<type>com.liferay.portal.kernel.dao.orm.Session</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>firstNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>middleNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>lastNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>screenNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getJoin</name>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<method>
			<name>getJoin</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getWhere</name>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<method>
			<name>getWhere</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>replaceJoinAndWhere</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<method>
			<name>setJoin</name>
			<param>
				<name>qPos</name>
				<type>com.liferay.portal.kernel.dao.orm.QueryPos</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<field>
			<name>COUNT_BY_USER</name>
		</field>
		<field>
			<name>COUNT_BY_C_FN_MN_LN_SN_EA_S</name>
		</field>
		<field>
			<name>FIND_BY_NO_ANNOUNCEMENTS_DELIVERIES</name>
		</field>
		<field>
			<name>FIND_BY_NO_CONTACTS</name>
		</field>
		<field>
			<name>FIND_BY_NO_GROUPS</name>
		</field>
		<field>
			<name>FIND_BY_C_FN_MN_LN_SN_EA_S</name>
		</field>
		<field>
			<name>JOIN_BY_CONTACT_TWITTER_SN</name>
		</field>
		<field>
			<name>JOIN_BY_NO_ORGANIZATIONS</name>
		</field>
		<field>
			<name>JOIN_BY_PERMISSION</name>
		</field>
		<field>
			<name>JOIN_BY_USER_GROUP_ROLE</name>
		</field>
		<field>
			<name>JOIN_BY_USERS_GROUPS</name>
		</field>
		<field>
			<name>JOIN_BY_USERS_ORGS</name>
		</field>
		<field>
			<name>JOIN_BY_USERS_ORGS_TREE</name>
		</field>
		<field>
			<name>JOIN_BY_USERS_PASSWORD_POLICIES</name>
		</field>
		<field>
			<name>JOIN_BY_USERS_ROLES</name>
		</field>
		<field>
			<name>JOIN_BY_USERS_TEAMS</name>
		</field>
		<field>
			<name>JOIN_BY_USERS_USER_GROUPS</name>
		</field>
		<field>
			<name>JOIN_BY_ANNOUNCEMENTS_DELIVERY_EMAIL_OR_SMS</name>
		</field>
		<field>
			<name>JOIN_BY_SOCIAL_MUTUAL_RELATION</name>
		</field>
		<field>
			<name>JOIN_BY_SOCIAL_MUTUAL_RELATION_TYPE</name>
		</field>
		<field>
			<name>JOIN_BY_SOCIAL_RELATION</name>
		</field>
		<field>
			<name>JOIN_BY_SOCIAL_RELATION_TYPE</name>
		</field>
		<field>
			<name>_STATUS_SQL</name>
		</field>
		<field>
			<name>_emptyLinkedHashMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserFinderUtil</name>
		<type>com.liferay.portal.service.persistence.UserFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByUser</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_FN_MN_LN_SN_EA_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_FN_MN_LN_SN_EA_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>firstNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>middleNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>lastNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>screenNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoAnnouncementsDeliveries</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoContacts</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoGroups</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_FN_MN_LN_SN_EA_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>middleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_FN_MN_LN_SN_EA_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>firstNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>middleNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>lastNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>screenNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portal.service.persistence.UserFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserGroupFinder</name>
		<type>com.liferay.portal.service.persistence.UserGroupFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchUserGroupException</name>
				<type>com.liferay.portal.NoSuchUserGroupException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UserGroupFinderImpl</name>
		<type>com.liferay.portal.service.persistence.UserGroupFinderImpl</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchUserGroupException</name>
				<type>com.liferay.portal.NoSuchUserGroupException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getJoin</name>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<method>
			<name>getJoin</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getWhere</name>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<method>
			<name>getWhere</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setJoin</name>
			<param>
				<name>qPos</name>
				<type>com.liferay.portal.kernel.dao.orm.QueryPos</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<field>
			<name>COUNT_BY_C_N_D</name>
		</field>
		<field>
			<name>FIND_BY_C_N</name>
		</field>
		<field>
			<name>FIND_BY_C_N_D</name>
		</field>
		<field>
			<name>JOIN_BY_GROUPS_PERMISSIONS</name>
		</field>
		<field>
			<name>JOIN_BY_USER_GROUP_GROUP_ROLE</name>
		</field>
		<field>
			<name>JOIN_BY_USER_GROUPS_GROUPS</name>
		</field>
		<field>
			<name>JOIN_BY_USER_GROUPS_ROLES</name>
		</field>
		<field>
			<name>JOIN_BY_USER_GROUPS_TEAMS</name>
		</field>
		<field>
			<name>JOIN_BY_USER_GROUPS_USERS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserGroupFinderUtil</name>
		<type>com.liferay.portal.service.persistence.UserGroupFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchUserGroupException</name>
				<type>com.liferay.portal.NoSuchUserGroupException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portal.service.persistence.UserGroupFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserGroupGroupRolePK</name>
		<type>com.liferay.portal.service.persistence.UserGroupGroupRolePK</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserGroupGroupRolePK</name>
		</method>
		<method>
			<name>UserGroupGroupRolePK</name>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getUserGroupId</name>
		</method>
		<method>
			<name>setUserGroupId</name>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getRoleId</name>
		</method>
		<method>
			<name>setRoleId</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>pk</name>
				<type>com.liferay.portal.service.persistence.UserGroupGroupRolePK</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>userGroupId</name>
		</field>
		<field>
			<name>groupId</name>
		</field>
		<field>
			<name>roleId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserGroupRoleFinder</name>
		<type>com.liferay.portal.service.persistence.UserGroupRoleFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByUserUserGroupGroupRole</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UserGroupRoleFinderImpl</name>
		<type>com.liferay.portal.service.persistence.UserGroupRoleFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByUserUserGroupGroupRole</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>FIND_BY_USER_USER_GROUP_GROUP_ROLE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserGroupRoleFinderUtil</name>
		<type>com.liferay.portal.service.persistence.UserGroupRoleFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByUserUserGroupGroupRole</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portal.service.persistence.UserGroupRoleFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserGroupRolePK</name>
		<type>com.liferay.portal.service.persistence.UserGroupRolePK</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserGroupRolePK</name>
		</method>
		<method>
			<name>UserGroupRolePK</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getRoleId</name>
		</method>
		<method>
			<name>setRoleId</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>pk</name>
				<type>com.liferay.portal.service.persistence.UserGroupRolePK</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>userId</name>
		</field>
		<field>
			<name>groupId</name>
		</field>
		<field>
			<name>roleId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BasePersistenceImpl</name>
		<type>com.liferay.portal.service.persistence.impl.BasePersistenceImpl</type>
		<comment><![CDATA[The base implementation for all persistence classes. This class should never need to be used directly.

<p>
Caching information and settings can be found in <code>portal.properties</code>
</p>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>clearCache</name>
		</method>
		<method>
			<name>clearCache</name>
			<param>
				<name>model</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>clearCache</name>
			<param>
				<name>model</name>
				<type>T</type>
			</param>
		</method>
		<method>
			<name>closeSession</name>
			<param>
				<name>session</name>
				<type>com.liferay.portal.kernel.dao.orm.Session</type>
			</param>
		</method>
		<method>
			<name>countWithDynamicQuery</name>
			<param>
				<name>dynamicQuery</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchByPrimaryKey</name>
			<param>
				<name>primaryKey</name>
				<type>java.io.Serializable</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByPrimaryKey</name>
			<param>
				<name>primaryKey</name>
				<type>java.io.Serializable</type>
			</param>
			<throws>
				<name>NoSuchModelException</name>
				<type>com.liferay.portal.NoSuchModelException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findWithDynamicQuery</name>
			<param>
				<name>dynamicQuery</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findWithDynamicQuery</name>
			<param>
				<name>dynamicQuery</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findWithDynamicQuery</name>
			<param>
				<name>dynamicQuery</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDataSource</name>
		</method>
		<method>
			<name>getDB</name>
		</method>
		<method>
			<name>getDialect</name>
		</method>
		<method>
			<name>getListeners</name>
		</method>
		<method>
			<name>openNewSession</name>
			<param>
				<name>connection</name>
				<type>java.sql.Connection</type>
			</param>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>openSession</name>
			<throws>
				<name>ORMException</name>
				<type>com.liferay.portal.kernel.dao.orm.ORMException</type>
			</throws>
		</method>
		<method>
			<name>processException</name>
			<param>
				<name>e</name>
				<type>java.lang.Exception</type>
			</param>
		</method>
		<method>
			<name>registerListener</name>
			<param>
				<name>listener</name>
				<type>com.liferay.portal.model.ModelListener</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>primaryKey</name>
				<type>java.io.Serializable</type>
			</param>
			<throws>
				<name>NoSuchModelException</name>
				<type>com.liferay.portal.NoSuchModelException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>model</name>
				<type>T</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setDataSource</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
		</method>
		<method>
			<name>setSessionFactory</name>
			<param>
				<name>sessionFactory</name>
				<type>com.liferay.portal.kernel.dao.orm.SessionFactory</type>
			</param>
		</method>
		<method>
			<name>unregisterListener</name>
			<param>
				<name>listener</name>
				<type>com.liferay.portal.model.ModelListener</type>
			</param>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>model</name>
				<type>T</type>
			</param>
			<param>
				<name>merge</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>model</name>
				<type>T</type>
			</param>
			<param>
				<name>merge</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>appendOrderByComparator</name>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>entityAlias</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>removeImpl</name>
			<comment><![CDATA[Removes the model instance from the database. {@link #update(BaseModel, boolean)} depends on this method to implement the remove operation; it only notifies the model listeners.]]></comment>
			<param>
				<name>model</name>
				<type>T</type>
				<comment><![CDATA[the model instance to remove]]></comment>
			</param>
			<return>
				<comment><![CDATA[the model instance that was removed]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateImpl</name>
			<comment><![CDATA[Updates the model instance in the database or adds it if it does not yet exist. {@link #remove(BaseModel)} depends on this method to implement the update operation; it only notifies the model listeners.]]></comment>
			<param>
				<name>model</name>
				<type>T</type>
				<comment><![CDATA[the model instance to update]]></comment>
			</param>
			<param>
				<name>merge</name>
				<type>boolean</type>
				<comment><![CDATA[whether to merge the model instance with the current session. See {@link com.liferay.portal.service.persistence.BatchSession#update( com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean)} for an explanation.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the model instance that was updated]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<field>
			<name>COUNT_COLUMN_NAME</name>
		</field>
		<field>
			<name>FINDER_ARGS_EMPTY</name>
		</field>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_ASC_HAS_NEXT</name>
		</field>
		<field>
			<name>ORDER_BY_CLAUSE</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC_HAS_NEXT</name>
		</field>
		<field>
			<name>WHERE_AND</name>
		</field>
		<field>
			<name>WHERE_GREATER_THAN</name>
		</field>
		<field>
			<name>WHERE_GREATER_THAN_HAS_NEXT</name>
		</field>
		<field>
			<name>WHERE_LESSER_THAN</name>
		</field>
		<field>
			<name>WHERE_LESSER_THAN_HAS_NEXT</name>
		</field>
		<field>
			<name>WHERE_OR</name>
		</field>
		<field>
			<name>listeners</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_dataSource</name>
		</field>
		<field>
			<name>_db</name>
		</field>
		<field>
			<name>_dialect</name>
		</field>
		<field>
			<name>_sessionFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AtomServlet</name>
		<type>com.liferay.portal.servlet.AtomServlet</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>createProvider</name>
		</method>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AxisServlet</name>
		<type>com.liferay.portal.servlet.AxisServlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>init</name>
			<param>
				<name>servletConfig</name>
				<type>javax.servlet.ServletConfig</type>
			</param>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_pluginClassLoader</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BrowserSnifferImpl</name>
		<type>com.liferay.portal.servlet.BrowserSnifferImpl</type>
		<comment><![CDATA[See http://www.zytrax.com/tech/web/browser_ids.htm for examples.]]></comment>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Nate Cavanaugh]]></author>
		<method>
			<name>acceptsGzip</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getBrowserId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getMajorVersion</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getRevision</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getVersion</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isAir</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isChrome</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isFirefox</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isGecko</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isIe</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isIphone</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isLinux</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isMac</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isMobile</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isMozilla</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isOpera</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isRtf</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isSafari</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isSun</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isWap</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isWapXhtml</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isWebKit</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isWindows</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isWml</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getAccept</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getUserAgent</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_FIREFOX_ALIASES</name>
		</field>
		<field>
			<name>_WEBKIT_ALIASES</name>
		</field>
		<field>
			<name>_WINDOWS_ALIASES</name>
		</field>
		<field>
			<name>_majorVersionPattern</name>
		</field>
		<field>
			<name>_revisionPattern</name>
		</field>
		<field>
			<name>_versionChromePattern</name>
		</field>
		<field>
			<name>_versionFirefoxPattern</name>
		</field>
		<field>
			<name>_versionPattern</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CleanUpServlet</name>
		<type>com.liferay.portal.servlet.CleanUpServlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>init</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ComboServlet</name>
		<type>com.liferay.portal.servlet.ComboServlet</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Zsigmond Rab]]></author>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>doService</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getFileContent</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>minifierType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>validateModuleExtension</name>
			<param>
				<name>moduleName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CSS_EXTENSION</name>
		</field>
		<field>
			<name>_CSS_MINIFIED_SUFFIX</name>
		</field>
		<field>
			<name>_EMPTY_FILE_CONTENT_BAG</name>
		</field>
		<field>
			<name>_JAVASCRIPT_DIR</name>
		</field>
		<field>
			<name>_JAVASCRIPT_MINIFIED_SUFFIX</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_bytesArrayPortalCache</name>
		</field>
		<field>
			<name>_fileContentBagPortalCache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DirectRequestDispatcher</name>
		<type>com.liferay.portal.servlet.DirectRequestDispatcher</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>DirectRequestDispatcher</name>
			<param>
				<name>servlet</name>
				<type>javax.servlet.Servlet</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>forward</name>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>servletResponse</name>
				<type>javax.servlet.ServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>servletResponse</name>
				<type>javax.servlet.ServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<field>
			<name>_parameters</name>
		</field>
		<field>
			<name>_servlet</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DirectRequestDispatcherFactoryImpl</name>
		<type>com.liferay.portal.servlet.DirectRequestDispatcherFactoryImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getRequestDispatcher</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRequestDispatcher</name>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>doGetRequestDispatcher</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DirectServletPathRegisterDispatcher</name>
		<type>com.liferay.portal.servlet.DirectServletPathRegisterDispatcher</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>DirectServletPathRegisterDispatcher</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestDispatcher</name>
				<type>javax.servlet.RequestDispatcher</type>
			</param>
		</method>
		<method>
			<name>forward</name>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>servletResponse</name>
				<type>javax.servlet.ServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>servletResponse</name>
				<type>javax.servlet.ServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<field>
			<name>_path</name>
		</field>
		<field>
			<name>_requestDispatcher</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DirectServletRegistryImpl</name>
		<type>com.liferay.portal.servlet.DirectServletRegistryImpl</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>clearServlets</name>
		</method>
		<method>
			<name>getServlet</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>putServlet</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servlet</name>
				<type>javax.servlet.Servlet</type>
			</param>
		</method>
		<method>
			<name>getFileLastModified</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servlet</name>
				<type>javax.servlet.Servlet</type>
			</param>
		</method>
		<method>
			<name>reloadDependants</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servlet</name>
				<type>javax.servlet.Servlet</type>
			</param>
			<param>
				<name>servletInfo</name>
				<type>com.liferay.portal.servlet.DirectServletRegistryImpl.ServletInfo</type>
			</param>
		</method>
		<method>
			<name>updateFileLastModified</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servlet</name>
				<type>javax.servlet.Servlet</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_dependantTimestamps</name>
		</field>
		<field>
			<name>_reloadDependants</name>
		</field>
		<field>
			<name>_servletInfos</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DisplayChartServlet</name>
		<type>com.liferay.portal.servlet.DisplayChartServlet</type>
		<author><![CDATA[Samuel Kong]]></author>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>FacebookServlet</name>
		<type>com.liferay.portal.servlet.FacebookServlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[{@link com.liferay.portal.facebook.FacebookServlet}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>FriendlyURLServlet</name>
		<type>com.liferay.portal.servlet.FriendlyURLServlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>init</name>
			<param>
				<name>servletConfig</name>
				<type>javax.servlet.ServletConfig</type>
			</param>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>getRedirect</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mainPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_friendlyURLPathPrefix</name>
		</field>
		<field>
			<name>_private</name>
		</field>
		<field>
			<name>_user</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GoogleGadgetServlet</name>
		<type>com.liferay.portal.servlet.GoogleGadgetServlet</type>
		<author><![CDATA[Alberto Montero]]></author>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>I18nServlet</name>
		<type>com.liferay.portal.servlet.I18nServlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getLanguageIds</name>
		</method>
		<method>
			<name>setLanguageIds</name>
			<param>
				<name>root</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>getI18nData</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_languageIds</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSONServlet</name>
		<type>com.liferay.portal.servlet.JSONServlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>init</name>
			<param>
				<name>servletConfig</name>
				<type>javax.servlet.ServletConfig</type>
			</param>
		</method>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>getJSONAction</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>resolveRemoteUser</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_jsonAction</name>
		</field>
		<field>
			<name>_pluginClassLoader</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JasperVersionDetector</name>
		<type>com.liferay.portal.servlet.JasperVersionDetector</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getJasperVersion</name>
		</method>
		<method>
			<name>hasJspServletDependantsMap</name>
		</method>
		<method>
			<name>JasperVersionDetector</name>
		</method>
		<method>
			<name>_initializeJasperVersion</name>
		</method>
		<method>
			<name>_initializeJspServletDependantsMap</name>
		</method>
		<method>
			<name>_isValidJasperVersion</name>
			<param>
				<name>jasperVersion</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_jasperVersion</name>
		</field>
		<field>
			<name>_jspServletDependantsMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JettyHttpSessionWrapper</name>
		<type>com.liferay.portal.servlet.JettyHttpSessionWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>JettyHttpSessionWrapper</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>getSession</name>
		</method>
		<field>
			<name>_session</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JettySharedSessionWrapper</name>
		<type>com.liferay.portal.servlet.JettySharedSessionWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>JettySharedSessionWrapper</name>
			<param>
				<name>portalSession</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>portletSession</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>getSession</name>
		</method>
	</javadoc>
	<javadoc>
		<name>LanguageServlet</name>
		<type>com.liferay.portal.servlet.LanguageServlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_CONTENT_DISPOSITION</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LuceneServlet</name>
		<type>com.liferay.portal.servlet.LuceneServlet</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MainServlet</name>
		<type>com.liferay.portal.servlet.MainServlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>init</name>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>callParentDestroy</name>
		</method>
		<method>
			<name>callParentInit</name>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>callParentService</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>checkPortletRequestProcessor</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>checkPortletSessionTracker</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>checkServletContext</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>checkTilesDefinitionsFactory</name>
		</method>
		<method>
			<name>checkWebSettings</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>destroyCompanies</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>destroyCompany</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>destroyPortlets</name>
			<param>
				<name>portlets</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>encryptRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getCompanyId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getPassword</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getRemoteUser</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getRequestProcessor</name>
			<param>
				<name>moduleConfig</name>
				<type>org.apache.struts.config.ModuleConfig</type>
			</param>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>getUserId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>handleNonSerializableRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>hasAbsoluteRedirect</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>hasThemeDisplay</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>initCompanies</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initExt</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initLayoutTemplates</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<param>
				<name>portlets</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initPluginPackage</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initPlugins</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<see><![CDATA[{@link SetupWizardUtil#_initPlugins}]]></see>
		</method>
		<method>
			<name>initPortletApp</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>initPortlets</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initResourceActions</name>
			<param>
				<name>portlets</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initResourceCodes</name>
			<param>
				<name>portlets</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initServerDetector</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initServletContextPool</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initSocial</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initThemes</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<param>
				<name>portlets</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initWebSettings</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>loginUser</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>remoteUser</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>processCompanyInactiveRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>processGlobalShutdownEvents</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processGlobalStartupEvents</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processGroupInactiveRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>processInactiveRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>messageKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>processMaintenanceRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>processServicePost</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>processServicePre</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>processServicePrePrincipalException</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>processShutdownRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>processStartupEvents</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>protectRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>remoteUser</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>sendError</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>setPortalPort</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>setPrincipal</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>remoteUser</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_HTTP_HEADER_VERSION_VERBOSITY_DEFAULT</name>
		</field>
		<field>
			<name>_HTTP_HEADER_VERSION_VERBOSITY_PARTIAL</name>
		</field>
		<field>
			<name>_LIFERAY_PORTAL_REQUEST_HEADER</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NamespaceServletRequest</name>
		<type>com.liferay.portal.servlet.NamespaceServletRequest</type>
		<comment><![CDATA[<p>
This class ensures that portlet attributes and parameters are private to the portlet.
</p>]]></comment>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<method>
			<name>NamespaceServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>attrNamespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>paramNamespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NamespaceServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>attrNamespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>paramNamespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inherit</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAttributeNames</name>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>privateRequestAttribute</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>_isReservedParam</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>reservedAttrs</name>
		</field>
		<field>
			<name>_attrNamespace</name>
		</field>
		<field>
			<name>_paramNamespace</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NetvibesServlet</name>
		<type>com.liferay.portal.servlet.NetvibesServlet</type>
		<author><![CDATA[Alberto Montero]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_NETVIBES_CSS</name>
		</field>
		<field>
			<name>_NETVIBES_JS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PACLRequestDispatcherWrapper</name>
		<type>com.liferay.portal.servlet.PACLRequestDispatcherWrapper</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>PACLRequestDispatcherWrapper</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>requestDispatcher</name>
				<type>javax.servlet.RequestDispatcher</type>
			</param>
		</method>
		<method>
			<name>forward</name>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>servletResponse</name>
				<type>javax.servlet.ServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>servletResponse</name>
				<type>javax.servlet.ServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>doDispatch</name>
			<param>
				<name>servletRequest</name>
				<type>javax.servlet.ServletRequest</type>
			</param>
			<param>
				<name>servletResponse</name>
				<type>javax.servlet.ServletResponse</type>
			</param>
			<param>
				<name>include</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<field>
			<name>_requestDispatcher</name>
		</field>
		<field>
			<name>_servletContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalSessionActivationListener</name>
		<type>com.liferay.portal.servlet.PortalSessionActivationListener</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>sessionDidActivate</name>
			<param>
				<name>httpSessionEvent</name>
				<type>javax.servlet.http.HttpSessionEvent</type>
			</param>
		</method>
		<method>
			<name>sessionWillPassivate</name>
			<param>
				<name>httpSessionEvent</name>
				<type>javax.servlet.http.HttpSessionEvent</type>
			</param>
		</method>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalSessionContext</name>
		<type>com.liferay.portal.servlet.PortalSessionContext</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[{@link com.liferay.portal.kernel.servlet.PortalSessionContext}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>PortalSessionCreator</name>
		<type>com.liferay.portal.servlet.PortalSessionCreator</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>PortalSessionCreator</name>
			<param>
				<name>httpSessionEvent</name>
				<type>javax.servlet.http.HttpSessionEvent</type>
			</param>
		</method>
		<method>
			<name>doPortalDestroy</name>
		</method>
		<method>
			<name>doPortalInit</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_httpSessionEvent</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalSessionDestroyer</name>
		<type>com.liferay.portal.servlet.PortalSessionDestroyer</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>PortalSessionDestroyer</name>
			<param>
				<name>httpSessionEvent</name>
				<type>javax.servlet.http.HttpSessionEvent</type>
			</param>
		</method>
		<method>
			<name>doPortalDestroy</name>
		</method>
		<method>
			<name>doPortalInit</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_httpSessionEvent</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalSessionListener</name>
		<type>com.liferay.portal.servlet.PortalSessionListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>sessionCreated</name>
			<param>
				<name>httpSessionEvent</name>
				<type>javax.servlet.http.HttpSessionEvent</type>
			</param>
		</method>
		<method>
			<name>sessionDestroyed</name>
			<param>
				<name>httpSessionEvent</name>
				<type>javax.servlet.http.HttpSessionEvent</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_counter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RobotsServlet</name>
		<type>com.liferay.portal.servlet.RobotsServlet</type>
		<author><![CDATA[David Truong]]></author>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SharedSessionAttributeCache</name>
		<type>com.liferay.portal.servlet.SharedSessionAttributeCache</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getInstance</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getValues</name>
		</method>
		<method>
			<name>removeAttribute</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>SharedSessionAttributeCache</name>
		</method>
		<field>
			<name>_SESSION_KEY</name>
		</field>
		<field>
			<name>_attributes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SharedSessionAttributeListener</name>
		<type>com.liferay.portal.servlet.SharedSessionAttributeListener</type>
		<comment><![CDATA[<p>
Listener used to help manage shared session attributes into a cache. This cache is more thread safe than the HttpSession and leads to fewer problems with shared session attributes being modified out of sequence.
</p>]]></comment>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>SharedSessionAttributeListener</name>
		</method>
		<method>
			<name>attributeAdded</name>
			<param>
				<name>event</name>
				<type>javax.servlet.http.HttpSessionBindingEvent</type>
			</param>
		</method>
		<method>
			<name>attributeRemoved</name>
			<param>
				<name>event</name>
				<type>javax.servlet.http.HttpSessionBindingEvent</type>
			</param>
		</method>
		<method>
			<name>attributeReplaced</name>
			<param>
				<name>event</name>
				<type>javax.servlet.http.HttpSessionBindingEvent</type>
			</param>
		</method>
		<method>
			<name>sessionCreated</name>
			<param>
				<name>event</name>
				<type>javax.servlet.http.HttpSessionEvent</type>
			</param>
		</method>
		<method>
			<name>sessionDestroyed</name>
			<param>
				<name>event</name>
				<type>javax.servlet.http.HttpSessionEvent</type>
			</param>
		</method>
		<field>
			<name>_sessionIds</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SharedSessionServletRequest</name>
		<type>com.liferay.portal.servlet.SharedSessionServletRequest</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<method>
			<name>SharedSessionServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>shared</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getSession</name>
		</method>
		<method>
			<name>getSession</name>
			<param>
				<name>create</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getSharedSession</name>
		</method>
		<method>
			<name>checkPortalSession</name>
		</method>
		<method>
			<name>getSharedSessionWrapper</name>
			<param>
				<name>portalSession</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>portletSession</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>isPortletConfigurationPortlet</name>
		</method>
		<field>
			<name>_portalSession</name>
		</field>
		<field>
			<name>_shared</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SharedSessionWrapper</name>
		<type>com.liferay.portal.servlet.SharedSessionWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SharedSessionWrapper</name>
			<param>
				<name>portalSession</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>portletSession</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAttributeNames</name>
		</method>
		<method>
			<name>getCreationTime</name>
		</method>
		<method>
			<name>getId</name>
		</method>
		<method>
			<name>getLastAccessedTime</name>
		</method>
		<method>
			<name>getMaxInactiveInterval</name>
		</method>
		<method>
			<name>getServletContext</name>
		</method>
		<method>
			<name>getSessionContext</name>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getValueNames</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>invalidate</name>
		</method>
		<method>
			<name>isNew</name>
		</method>
		<method>
			<name>putValue</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>removeAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeValue</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setMaxInactiveInterval</name>
			<param>
				<name>maxInactiveInterval</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>containsSharedAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSessionDelegate</name>
		</method>
		<method>
			<name>getSessionDelegate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_sharedSessionAttributesExcludes</name>
		</field>
		<field>
			<name>_portalSession</name>
		</field>
		<field>
			<name>_portletSession</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SitemapServlet</name>
		<type>com.liferay.portal.servlet.SitemapServlet</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SoftwareCatalogServlet</name>
		<type>com.liferay.portal.servlet.SoftwareCatalogServlet</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>getBaseImageURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getGroupId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOldestDate</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getRepoSettings</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getVersion</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TunnelServlet</name>
		<type>com.liferay.portal.servlet.TunnelServlet</type>
		<author><![CDATA[Michael Weisser]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doPost</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>isValidRequest</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserResolver</name>
		<type>com.liferay.portal.servlet.UserResolver</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>UserResolver</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getUser</name>
		</method>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_user</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WidgetServlet</name>
		<type>com.liferay.portal.servlet.WidgetServlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>getRedirect</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BasePortalFilter</name>
		<type>com.liferay.portal.servlet.filters.BasePortalFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>isFilterEnabled</name>
		</method>
		<method>
			<name>setFilterEnabled</name>
			<param>
				<name>filterEnabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getLog</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_filterEnabled</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AbsoluteRedirectsFilter</name>
		<type>com.liferay.portal.servlet.filters.absoluteredirects.AbsoluteRedirectsFilter</type>
		<comment><![CDATA[<p>
This filter is used to ensure that all redirects are absolute. It should not be disabled because it also sets the company ID in the request so that subsequent calls in the thread have the company ID properly set. This filter should also always be the first filter in the list of filters.
</p>]]></comment>
		<author><![CDATA[Minhchau Dang]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doFilterTry</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getWrappedHttpServletResponse</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>isFilterEnabled</name>
		</method>
		<field>
			<name>_FILTER_ENABLED</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AbsoluteRedirectsResponse</name>
		<type>com.liferay.portal.servlet.filters.absoluteredirects.AbsoluteRedirectsResponse</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>AbsoluteRedirectsResponse</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>sendRedirect</name>
			<param>
				<name>redirect</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_request</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AuditFilter</name>
		<type>com.liferay.portal.servlet.filters.audit.AuditFilter</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doFilterTry</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AutoLoginFilter</name>
		<type>com.liferay.portal.servlet.filters.autologin.AutoLoginFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>registerAutoLogin</name>
			<param>
				<name>autoLogin</name>
				<type>com.liferay.portal.security.auth.AutoLogin</type>
			</param>
		</method>
		<method>
			<name>unregisterAutoLogin</name>
			<param>
				<name>autoLogin</name>
				<type>com.liferay.portal.security.auth.AutoLogin</type>
			</param>
		</method>
		<method>
			<name>AutoLoginFilter</name>
		</method>
		<method>
			<name>getLoginRemoteUser</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>credentials</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_PATH_CHAT_LATEST</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_autoLogins</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CacheFilter</name>
		<type>com.liferay.portal.servlet.filters.cache.CacheFilter</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Javier de Ros]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>init</name>
			<param>
				<name>filterConfig</name>
				<type>javax.servlet.FilterConfig</type>
			</param>
		</method>
		<method>
			<name>isFilterEnabled</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>getCacheKey</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getPlid</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>pathInfo</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultPlid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isAlreadyFiltered</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isCacheableColumn</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>columnSettings</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isCacheableData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isCacheableRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isCacheableResponse</name>
			<param>
				<name>byteBufferResponse</name>
				<type>com.liferay.portal.kernel.servlet.ByteBufferServletResponse</type>
			</param>
		</method>
		<method>
			<name>isInclude</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>SKIP_FILTER</name>
		</field>
		<field>
			<name>_PATTERN_FRIENDLY</name>
		</field>
		<field>
			<name>_PATTERN_LAYOUT</name>
		</field>
		<field>
			<name>_PATTERN_RESOURCE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_pattern</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CacheUtil</name>
		<type>com.liferay.portal.servlet.filters.cache.CacheUtil</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>clearCache</name>
		</method>
		<method>
			<name>clearCache</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getCacheResponseData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>putCacheResponseData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>data</name>
				<type>com.liferay.util.servlet.filters.CacheResponseData</type>
			</param>
		</method>
		<method>
			<name>_encodeKey</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>CACHE_NAME</name>
		</field>
		<field>
			<name>_portalCache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CharBufferPoolFilter</name>
		<type>com.liferay.portal.servlet.filters.charbufferpool.CharBufferPoolFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doFilterFinally</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>doFilterTry</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CompoundSessionIdFilter</name>
		<type>com.liferay.portal.servlet.filters.compoundsessionid.CompoundSessionIdFilter</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-18587.
</p>]]></comment>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getWrappedHttpServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>filterConfig</name>
				<type>javax.servlet.FilterConfig</type>
			</param>
		</method>
		<method>
			<name>isFilterEnabled</name>
		</method>
		<field>
			<name>_filterEnabled</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CompoundSessionIdSplitterImpl</name>
		<type>com.liferay.portal.servlet.filters.compoundsessionid.CompoundSessionIdSplitterImpl</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getSessionIdDelimiter</name>
		</method>
		<method>
			<name>hasSessionDelimiter</name>
		</method>
		<method>
			<name>parseSessionId</name>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_sessionIdDelimiter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DoubleClickController</name>
		<type>com.liferay.portal.servlet.filters.doubleclick.DoubleClickController</type>
		<author><![CDATA[Olaf Fricke]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>control</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<field>
			<name>_byteBufferResponse</name>
		</field>
		<field>
			<name>_throwable</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DoubleClickFilter</name>
		<type>com.liferay.portal.servlet.filters.doubleclick.DoubleClickFilter</type>
		<author><![CDATA[Olaf Fricke]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CONTROLLER_KEY</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DynamicCSSFilter</name>
		<type>com.liferay.portal.servlet.filters.dynamiccss.DynamicCSSFilter</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>init</name>
			<param>
				<name>filterConfig</name>
				<type>javax.servlet.FilterConfig</type>
			</param>
		</method>
		<method>
			<name>getCacheFileName</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getDynamicContent</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>sterilizeQueryString</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>ENABLED</name>
		</field>
		<field>
			<name>_CSS_EXTENSION</name>
		</field>
		<field>
			<name>_JSP_EXTENSION</name>
		</field>
		<field>
			<name>_TEMP_DIR</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_servletContext</name>
		</field>
		<field>
			<name>_servletContextName</name>
		</field>
		<field>
			<name>_tempDir</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DynamicCSSUtil</name>
		<type>com.liferay.portal.servlet.filters.dynamiccss.DynamicCSSUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Sergio Sánchez]]></author>
		<method>
			<name>init</name>
		</method>
		<method>
			<name>parseSass</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>cssRealPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getCssThemePath</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>theme</name>
				<type>com.liferay.portal.model.Theme</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getTheme</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>cssRealPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getThemeImagesPath</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>theme</name>
				<type>com.liferay.portal.model.Theme</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_isThemeCssFastLoad</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>_parseSass</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>theme</name>
				<type>com.liferay.portal.model.Theme</type>
			</param>
			<param>
				<name>cssRealPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_propagateQueryString</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<see><![CDATA[{@link MinifierFilter#aggregateCss(String, String)}]]></see>
		</method>
		<field>
			<name>_CSS_IMPORT_BEGIN</name>
		</field>
		<field>
			<name>_CSS_IMPORT_END</name>
		</field>
		<field>
			<name>_SASS_DIR</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_pluginThemePattern</name>
		</field>
		<field>
			<name>_portalThemePattern</name>
		</field>
		<field>
			<name>_rubyExecutor</name>
		</field>
		<field>
			<name>_rubyScript</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ETagFilter</name>
		<type>com.liferay.portal.servlet.filters.etag.ETagFilter</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>isFilterEnabled</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_ETAG</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ETagUtil</name>
		<type>com.liferay.portal.servlet.filters.etag.ETagUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>processETag</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>processETag</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>processETag</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>processETag</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>byteBufferResponse</name>
				<type>com.liferay.portal.kernel.servlet.ByteBufferServletResponse</type>
			</param>
		</method>
		<method>
			<name>processETag</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_hashCode</name>
			<param>
				<name>data</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_processETag</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>hashCode</name>
				<type>int</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FragmentFilter</name>
		<type>com.liferay.portal.servlet.filters.fragment.FragmentFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>isFilterEnabled</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isAlreadyFiltered</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isFragment</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>SKIP_FILTER</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GZipFilter</name>
		<type>com.liferay.portal.servlet.filters.gzip.GZipFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>GZipFilter</name>
		</method>
		<method>
			<name>isFilterEnabled</name>
		</method>
		<method>
			<name>isFilterEnabled</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>isAlreadyFiltered</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isCompress</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isInclude</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>SKIP_FILTER</name>
		</field>
		<field>
			<name>_COMPRESS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_filterEnabled</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GZipResponse</name>
		<type>com.liferay.portal.servlet.filters.gzip.GZipResponse</type>
		<author><![CDATA[Jayson Falkner]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>GZipResponse</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>finishResponse</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>flushBuffer</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getOutputStream</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getWriter</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>setContentLength</name>
			<param>
				<name>contentLength</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setContentType</name>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_GZIP</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_firefox</name>
		</field>
		<field>
			<name>_gZipContentType</name>
		</field>
		<field>
			<name>_printWriter</name>
		</field>
		<field>
			<name>_response</name>
		</field>
		<field>
			<name>_servletOutputStream</name>
		</field>
		<field>
			<name>_unsyncByteArrayOutputStream</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GZipServletOutputStream</name>
		<type>com.liferay.portal.servlet.filters.gzip.GZipServletOutputStream</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>GZipServletOutputStream</name>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>b</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_gZipOutputStream</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HeaderFilter</name>
		<type>com.liferay.portal.servlet.filters.header.HeaderFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>init</name>
			<param>
				<name>filterConfig</name>
				<type>javax.servlet.FilterConfig</type>
			</param>
		</method>
		<method>
			<name>getLastModified</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_DATE_FORMAT</name>
		</field>
		<field>
			<name>_EXPIRES</name>
		</field>
		<field>
			<name>_TIME_ZONE</name>
		</field>
		<field>
			<name>_requestHeaderIgnoreInitParams</name>
		</field>
		<field>
			<name>_dateFormat</name>
		</field>
		<field>
			<name>_filterConfig</name>
		</field>
	</javadoc>
	<javadoc>
		<name>I18nFilter</name>
		<type>com.liferay.portal.servlet.filters.i18n.I18nFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getLanguageIds</name>
		</method>
		<method>
			<name>setLanguageIds</name>
			<param>
				<name>languageIds</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<method>
			<name>isFilterEnabled</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>getRedirect</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isAlreadyFiltered</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isForwardedByI18nServlet</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>SKIP_FILTER</name>
		</field>
		<field>
			<name>_PRIVATE_GROUP_SERVLET_MAPPING</name>
		</field>
		<field>
			<name>_PRIVATE_USER_SERVLET_MAPPING</name>
		</field>
		<field>
			<name>_PUBLIC_GROUP_SERVLET_MAPPING</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_languageIds</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IgnoreFilter</name>
		<type>com.liferay.portal.servlet.filters.ignore.IgnoreFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LanguageFilter</name>
		<type>com.liferay.portal.servlet.filters.language.LanguageFilter</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>init</name>
			<param>
				<name>filterConfig</name>
				<type>javax.servlet.FilterConfig</type>
			</param>
		</method>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>translateResponse</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>stringResponse</name>
				<type>com.liferay.portal.kernel.servlet.StringServletResponse</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_pattern</name>
		</field>
		<field>
			<name>_portletConfig</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MinifierFilter</name>
		<type>com.liferay.portal.servlet.filters.minifier.MinifierFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>aggregateCss</name>
			<param>
				<name>dir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<see><![CDATA[{@link DynamicCSSUtil#_propagateQueryString(String, String)}]]></see>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>filterConfig</name>
				<type>javax.servlet.FilterConfig</type>
			</param>
		</method>
		<method>
			<name>getCacheFileName</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getMinifiedBundleContent</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getMinifiedContent</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>minifyCss</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>minifyCss</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>cssRealPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>minifyJavaScript</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>minifyJavaScript</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>sterilizeQueryString</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_CSS_COMMENT_BEGIN</name>
		</field>
		<field>
			<name>_CSS_COMMENT_END</name>
		</field>
		<field>
			<name>_CSS_EXTENSION</name>
		</field>
		<field>
			<name>_CSS_IMPORT_BEGIN</name>
		</field>
		<field>
			<name>_CSS_IMPORT_END</name>
		</field>
		<field>
			<name>_JAVASCRIPT_EXTENSION</name>
		</field>
		<field>
			<name>_JSP_EXTENSION</name>
		</field>
		<field>
			<name>_TEMP_DIR</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_pattern</name>
		</field>
		<field>
			<name>_limitedFilesCache</name>
		</field>
		<field>
			<name>_servletContext</name>
		</field>
		<field>
			<name>_servletContextName</name>
		</field>
		<field>
			<name>_tempDir</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MonitoringFilter</name>
		<type>com.liferay.portal.servlet.filters.monitoring.MonitoringFilter</type>
		<author><![CDATA[Rajesh Thiagarajan]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>isMonitoringPortalRequest</name>
		</method>
		<method>
			<name>setMonitoringPortalRequest</name>
			<param>
				<name>monitoringPortalRequest</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>isFilterEnabled</name>
		</method>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<field>
			<name>_monitoringPortalRequest</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MonitoringFilterManager</name>
		<type>com.liferay.portal.servlet.filters.monitoring.jmx.MonitoringFilterManager</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>isMonitoringPortalRequest</name>
		</method>
		<method>
			<name>setMonitoringPortalRequest</name>
			<param>
				<name>monitoringPortalRequest</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MonitoringFilterManagerMBean</name>
		<type>com.liferay.portal.servlet.filters.monitoring.jmx.MonitoringFilterManagerMBean</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>isMonitoringPortalRequest</name>
		</method>
		<method>
			<name>setMonitoringPortalRequest</name>
			<param>
				<name>monitoringPortalRequest</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NonceUtil</name>
		<type>com.liferay.portal.servlet.filters.secure.NonceUtil</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>generate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>remoteAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>verify</name>
			<param>
				<name>nonce</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_cleanUp</name>
		</method>
		<field>
			<name>_NONCE_EXPIRATION</name>
		</field>
		<field>
			<name>_nonceDelayQueue</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SecureFilter</name>
		<type>com.liferay.portal.servlet.filters.secure.SecureFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>init</name>
			<param>
				<name>filterConfig</name>
				<type>javax.servlet.FilterConfig</type>
			</param>
		</method>
		<method>
			<name>basicAuth</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>digestAuth</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isAccessAllowed</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setCredentials</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>authType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setUsePermissionChecker</name>
			<param>
				<name>usePermissionChecker</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_AUTHENTICATED_USER</name>
		</field>
		<field>
			<name>_BASIC_REALM</name>
		</field>
		<field>
			<name>_DIGEST_REALM</name>
		</field>
		<field>
			<name>_SERVER_IP</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_basicAuthEnabled</name>
		</field>
		<field>
			<name>_digestAuthEnabled</name>
		</field>
		<field>
			<name>_hostsAllowed</name>
		</field>
		<field>
			<name>_httpsRequired</name>
		</field>
		<field>
			<name>_usePermissionChecker</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServletAuthorizingFilter</name>
		<type>com.liferay.portal.servlet.filters.servletauthorizing.ServletAuthorizingFilter</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServletContextIncludeFilter</name>
		<type>com.liferay.portal.servlet.filters.servletcontextinclude.ServletContextIncludeFilter</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>isFilterEnabled</name>
		</method>
		<method>
			<name>isFilterEnabled</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>getTheme</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SessionIdFilter</name>
		<type>com.liferay.portal.servlet.filters.sessionid.SessionIdFilter</type>
		<comment><![CDATA[<p>
http://forum.java.sun.com/thread.jspa?threadID=197150.
</p>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getWrappedHttpServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SessionIdServletRequest</name>
		<type>com.liferay.portal.servlet.filters.sessionid.SessionIdServletRequest</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SessionIdServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>getSession</name>
		</method>
		<method>
			<name>getSession</name>
			<param>
				<name>create</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>process</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<field>
			<name>_JESSIONID</name>
		</field>
		<field>
			<name>_JESSIONID_ALREADY_SET</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_response</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SessionMaxAllowedFilter</name>
		<type>com.liferay.portal.servlet.filters.sessionmaxallowed.SessionMaxAllowedFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doFilterFinally</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>ojbect</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>doFilterTry</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CASFilter</name>
		<type>com.liferay.portal.servlet.filters.sso.cas.CASFilter</type>
		<author><![CDATA[Michael Young]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Tina Tian]]></author>
		<author><![CDATA[Zsolt Balogh]]></author>
		<method>
			<name>reload</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isFilterEnabled</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>getLog</name>
		</method>
		<method>
			<name>getTicketValidator</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_ticketValidators</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NtlmFilter</name>
		<type>com.liferay.portal.servlet.filters.sso.ntlm.NtlmFilter</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Marcus Schmidke]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>init</name>
			<param>
				<name>filterConfig</name>
				<type>javax.servlet.FilterConfig</type>
			</param>
		</method>
		<method>
			<name>isFilterEnabled</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>getLog</name>
		</method>
		<method>
			<name>getNtlmManager</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_ntlmManagers</name>
		</field>
		<field>
			<name>_portalCache</name>
		</field>
		<field>
			<name>_secureRandom</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NtlmPostFilter</name>
		<type>com.liferay.portal.servlet.filters.sso.ntlm.NtlmPostFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getLog</name>
		</method>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OpenSSOFilter</name>
		<type>com.liferay.portal.servlet.filters.sso.opensso.OpenSSOFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Prashant Dighe]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>isFilterEnabled</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_SUBJECT_ID_KEY</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OpenSSOUtil</name>
		<type>com.liferay.portal.servlet.filters.sso.opensso.OpenSSOUtil</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LEP-5943.
</p>]]></comment>
		<author><![CDATA[Prashant Dighe]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<method>
			<name>getAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>serviceUrl</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSubjectId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>serviceUrl</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isAuthenticated</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>serviceUrl</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>isValidServiceUrl</name>
			<param>
				<name>serviceUrl</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isValidUrl</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isValidUrls</name>
			<param>
				<name>urls</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>OpenSSOUtil</name>
		</method>
		<method>
			<name>_getAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>serviceUrl</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getCookieNames</name>
			<param>
				<name>serviceUrl</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getSubjectId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>serviceUrl</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_isAuthenticated</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>serviceUrl</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_isValidServiceUrl</name>
			<param>
				<name>serviceUrl</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_isValidUrl</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_isValidUrls</name>
			<param>
				<name>urls</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>_setCookieProperty</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>urlc</name>
				<type>java.net.HttpURLConnection</type>
			</param>
			<param>
				<name>cookieNames</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<field>
			<name>_GET_ATTRIBUTES</name>
		</field>
		<field>
			<name>_GET_COOKIE_NAME</name>
		</field>
		<field>
			<name>_GET_COOKIE_NAMES</name>
		</field>
		<field>
			<name>_VALIDATE_TOKEN</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_cookieNamesMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StripFilter</name>
		<type>com.liferay.portal.servlet.filters.strip.StripFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>StripFilter</name>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>filterConfig</name>
				<type>javax.servlet.FilterConfig</type>
			</param>
		</method>
		<method>
			<name>isFilterEnabled</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>extractContent</name>
			<param>
				<name>charBuffer</name>
				<type>java.nio.CharBuffer</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>hasLanguageAttribute</name>
			<param>
				<name>charBuffer</name>
				<type>java.nio.CharBuffer</type>
			</param>
			<param>
				<name>startPos</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>hasMarker</name>
			<param>
				<name>charBuffer</name>
				<type>java.nio.CharBuffer</type>
			</param>
			<param>
				<name>marker</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>isAlreadyFiltered</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isInclude</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isStrip</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>outputCloseTag</name>
			<param>
				<name>charBuffer</name>
				<type>java.nio.CharBuffer</type>
			</param>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<param>
				<name>closeTag</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>outputOpenTag</name>
			<param>
				<name>charBuffer</name>
				<type>java.nio.CharBuffer</type>
			</param>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<param>
				<name>openTag</name>
				<type>char[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processCSS</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>charBuffer</name>
				<type>java.nio.CharBuffer</type>
			</param>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processInput</name>
			<param>
				<name>oldCharBuffer</name>
				<type>java.nio.CharBuffer</type>
			</param>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processJavaScript</name>
			<param>
				<name>charBuffer</name>
				<type>java.nio.CharBuffer</type>
			</param>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<param>
				<name>openTag</name>
				<type>char[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processPre</name>
			<param>
				<name>oldCharBuffer</name>
				<type>java.nio.CharBuffer</type>
			</param>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processTextArea</name>
			<param>
				<name>oldCharBuffer</name>
				<type>java.nio.CharBuffer</type>
			</param>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>skipWhiteSpace</name>
			<param>
				<name>charBuffer</name>
				<type>java.nio.CharBuffer</type>
			</param>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<param>
				<name>appendSeparator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>strip</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>charBuffer</name>
				<type>java.nio.CharBuffer</type>
			</param>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>SKIP_FILTER</name>
		</field>
		<field>
			<name>_CDATA_CLOSE</name>
		</field>
		<field>
			<name>_CDATA_OPEN</name>
		</field>
		<field>
			<name>_ENSURE_CONTENT_LENGTH</name>
		</field>
		<field>
			<name>_MARKER_INPUT_CLOSE</name>
		</field>
		<field>
			<name>_MARKER_INPUT_CLOSE_NEXTS</name>
		</field>
		<field>
			<name>_MARKER_INPUT_OPEN</name>
		</field>
		<field>
			<name>_MARKER_LANGUAGE</name>
		</field>
		<field>
			<name>_MARKER_LANGUAGE_NEXTS</name>
		</field>
		<field>
			<name>_MARKER_PRE_CLOSE</name>
		</field>
		<field>
			<name>_MARKER_PRE_CLOSE_NEXTS</name>
		</field>
		<field>
			<name>_MARKER_PRE_OPEN</name>
		</field>
		<field>
			<name>_MARKER_SCRIPT_CLOSE</name>
		</field>
		<field>
			<name>_MARKER_SCRIPT_CLOSE_NEXTS</name>
		</field>
		<field>
			<name>_MARKER_SCRIPT_OPEN</name>
		</field>
		<field>
			<name>_MARKER_STYLE_CLOSE</name>
		</field>
		<field>
			<name>_MARKER_STYLE_CLOSE_NEXTS</name>
		</field>
		<field>
			<name>_MARKER_STYLE_OPEN</name>
		</field>
		<field>
			<name>_MARKER_TEXTAREA_CLOSE</name>
		</field>
		<field>
			<name>_MARKER_TEXTAREA_CLOSE_NEXTS</name>
		</field>
		<field>
			<name>_MARKER_TEXTAREA_OPEN</name>
		</field>
		<field>
			<name>_MARKER_TYPE_JAVASCRIPT</name>
		</field>
		<field>
			<name>_MARKER_TYPE_JAVASCRIPT_NEXTS</name>
		</field>
		<field>
			<name>_STRIP</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_javaScriptPattern</name>
		</field>
		<field>
			<name>_ignorePaths</name>
		</field>
		<field>
			<name>_minifierCache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThemePreviewFilter</name>
		<type>com.liferay.portal.servlet.filters.themepreview.ThemePreviewFilter</type>
		<author><![CDATA[Ganesh Ram]]></author>
		<method>
			<name>isFilterEnabled</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isThemePreview</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_THEME_PREVIEW</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThreadDumpFilter</name>
		<type>com.liferay.portal.servlet.filters.threaddump.ThreadDumpFilter</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doFilterFinally</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>doFilterTry</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<field>
			<name>_MAX_THREAD_DUMPERS</name>
		</field>
		<field>
			<name>_scheduledExecutorService</name>
		</field>
		<field>
			<name>_threadDumper</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThreadDumper</name>
		<type>com.liferay.portal.servlet.filters.threaddump.ThreadDumper</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>isExecuted</name>
		</method>
		<method>
			<name>run</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_executed</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThreadLocalFilter</name>
		<type>com.liferay.portal.servlet.filters.threadlocal.ThreadLocalFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doFilterFinally</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>ojbect</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>doFilterTry</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UnsyncPrintWriterPoolFilter</name>
		<type>com.liferay.portal.servlet.filters.unsyncprintwriterpool.UnsyncPrintWriterPoolFilter</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>doFilterFinally</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>doFilterTry</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ValidHostNameFilter</name>
		<type>com.liferay.portal.servlet.filters.validhostname.ValidHostNameFilter</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>doFilterTry</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ValidHtmlFilter</name>
		<type>com.liferay.portal.servlet.filters.validhtml.ValidHtmlFilter</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>isFilterEnabled</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isAlreadyFiltered</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>SKIP_FILTER</name>
		</field>
		<field>
			<name>_CLOSE_BODY</name>
		</field>
		<field>
			<name>_CLOSE_HTML</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VirtualHostFilter</name>
		<type>com.liferay.portal.servlet.filters.virtualhost.VirtualHostFilter</type>
		<comment><![CDATA[<p>
This filter is used to provide virtual host functionality.
</p>]]></comment>
		<author><![CDATA[Joel Kozikowski]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>init</name>
			<param>
				<name>filterConfig</name>
				<type>javax.servlet.FilterConfig</type>
			</param>
		</method>
		<method>
			<name>isFilterEnabled</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>isValidFriendlyURL</name>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isValidRequestURL</name>
			<param>
				<name>requestURL</name>
				<type>java.lang.StringBuffer</type>
			</param>
		</method>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_PATH_DOCUMENTS</name>
		</field>
		<field>
			<name>_PRIVATE_GROUP_SERVLET_MAPPING</name>
		</field>
		<field>
			<name>_PRIVATE_GROUP_SERVLET_MAPPING_SLASH</name>
		</field>
		<field>
			<name>_PRIVATE_USER_SERVLET_MAPPING</name>
		</field>
		<field>
			<name>_PRIVATE_USER_SERVLET_MAPPING_SLASH</name>
		</field>
		<field>
			<name>_PUBLIC_GROUP_SERVLET_MAPPING</name>
		</field>
		<field>
			<name>_PUBLIC_GROUP_SERVLET_MAPPING_SLASH</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_servletContext</name>
		</field>
		<field>
			<name>_slashedKeywords</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InputPermissionsParamsTagUtil</name>
		<type>com.liferay.portal.servlet.taglib.ui.InputPermissionsParamsTagUtil</type>
		<author><![CDATA[Brian Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<deprecated><![CDATA[{@link com.liferay.taglib.ui.InputPermissionsParamsTag}]]></deprecated>
		<method>
			<name>doEndTag</name>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultViewRole</name>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>InputPermissionsTagUtil</name>
		<type>com.liferay.portal.servlet.taglib.ui.InputPermissionsTagUtil</type>
		<author><![CDATA[Brian Chan]]></author>
		<deprecated><![CDATA[{@link com.liferay.taglib.ui.InputPermissionsTag}]]></deprecated>
		<method>
			<name>doEndTag</name>
			<param>
				<name>page</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>formName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SetupWizardUtil</name>
		<type>com.liferay.portal.setup.SetupWizardUtil</type>
		<author><![CDATA[Manuel de la Peña]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>isDefaultDatabase</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isSetupFinished</name>
		</method>
		<method>
			<name>setSetupFinished</name>
			<param>
				<name>setupFinished</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>testDatabase</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLanguage</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>updateSetup</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getParameter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_initPlugins</name>
			<see><![CDATA[{@link com.liferay.portal.servlet.MainServlet#initPlugins}]]></see>
		</method>
		<method>
			<name>_isDatabaseConfigured</name>
			<param>
				<name>unicodeProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
		</method>
		<method>
			<name>_processDatabaseProperties</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>unicodeProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>databaseConfigured</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_reconfigurePersistenceBeans</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_reloadServletContext</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>unicodeProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_testConnection</name>
			<param>
				<name>driverClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_updateAdminUser</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>unicodeProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_updateCompany</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_writePropertiesFile</name>
			<param>
				<name>unicodeProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
		</method>
		<field>
			<name>PROPERTIES_FILE_NAME</name>
		</field>
		<field>
			<name>_PROPERTIES_PREFIX</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_setupFinished</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseSharepointStorageImpl</name>
		<type>com.liferay.portal.sharepoint.BaseSharepointStorageImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>addDocumentElements</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>createFolder</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDocumentInputStream</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDocumentsTree</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDocumentTree</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFoldersTree</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFolderTree</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getParentFolderIds</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>moveDocument</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>putDocument</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>removeDocument</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addDocumentElement</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>documentName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>xml</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getDocumentTree</name>
			<param>
				<name>documentName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFolderTree</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFolderTree</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>lastPostDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>getLastFolderId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultParentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getParentFolderPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResourceName</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeFoldersFromPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CompanySharepointStorageImpl</name>
		<type>com.liferay.portal.sharepoint.CompanySharepointStorageImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>getFoldersTree</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>GroupSharepointStorageImpl</name>
		<type>com.liferay.portal.sharepoint.GroupSharepointStorageImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>getFoldersTree</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>Leaf</name>
		<type>com.liferay.portal.sharepoint.Leaf</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>Leaf</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>com.liferay.portal.sharepoint.ResponseElement</type>
			</param>
		</method>
		<method>
			<name>Leaf</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>useEqualSymbol</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>Leaf</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>useEqualSymbol</name>
				<type>boolean</type>
			</param>
			<param>
				<name>newLine</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>parse</name>
		</method>
		<field>
			<name>OPEN_LI</name>
		</field>
		<field>
			<name>_key</name>
		</field>
		<field>
			<name>_newLine</name>
		</field>
		<field>
			<name>_useEqualSymbol</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Property</name>
		<type>com.liferay.portal.sharepoint.Property</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>Property</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>Property</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>com.liferay.portal.sharepoint.ResponseElement</type>
			</param>
		</method>
		<method>
			<name>Property</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newLine</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>parse</name>
		</method>
		<field>
			<name>OPEN_PARAGRAPH</name>
		</field>
		<field>
			<name>_key</name>
		</field>
		<field>
			<name>_newLine</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResponseElement</name>
		<type>com.liferay.portal.sharepoint.ResponseElement</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>parse</name>
		</method>
	</javadoc>
	<javadoc>
		<name>SharepointDocumentWorkspaceServlet</name>
		<type>com.liferay.portal.sharepoint.SharepointDocumentWorkspaceServlet</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>doPost</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>getDwsMetaDataResponse</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getResults</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SharepointException</name>
		<type>com.liferay.portal.sharepoint.SharepointException</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>SharepointException</name>
		</method>
		<method>
			<name>SharepointException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>SharepointException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>SharepointException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SharepointFilter</name>
		<type>com.liferay.portal.sharepoint.SharepointFilter</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>init</name>
			<param>
				<name>filterConfig</name>
				<type>javax.servlet.FilterConfig</type>
			</param>
		</method>
		<method>
			<name>isSharepointRequest</name>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setGetHeaders</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>setOptionsHeaders</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>setPostHeaders</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<field>
			<name>_PREFIXES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SharepointRequest</name>
		<type>com.liferay.portal.sharepoint.SharepointRequest</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>SharepointRequest</name>
			<param>
				<name>rootPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>SharepointRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>SharepointException</name>
				<type>com.liferay.portal.sharepoint.SharepointException</type>
			</throws>
		</method>
		<method>
			<name>addParam</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBytes</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getHttpServletRequest</name>
		</method>
		<method>
			<name>getHttpServletResponse</name>
		</method>
		<method>
			<name>getParameterValue</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRootPath</name>
		</method>
		<method>
			<name>getSharepointStorage</name>
		</method>
		<method>
			<name>getUser</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>setBytes</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>setRootPath</name>
			<param>
				<name>rootPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSharepointStorage</name>
			<param>
				<name>storage</name>
				<type>com.liferay.portal.sharepoint.SharepointStorage</type>
			</param>
		</method>
		<method>
			<name>addParams</name>
			<throws>
				<name>SharepointException</name>
				<type>com.liferay.portal.sharepoint.SharepointException</type>
			</throws>
		</method>
		<field>
			<name>_bytes</name>
		</field>
		<field>
			<name>_params</name>
		</field>
		<field>
			<name>_request</name>
		</field>
		<field>
			<name>_response</name>
		</field>
		<field>
			<name>_rootPath</name>
		</field>
		<field>
			<name>_storage</name>
		</field>
		<field>
			<name>_user</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SharepointServlet</name>
		<type>com.liferay.portal.sharepoint.SharepointServlet</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>doGet</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>doPost</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>vtiInfHtml</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SharepointStorage</name>
		<type>com.liferay.portal.sharepoint.SharepointStorage</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>addDocumentElements</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>createFolder</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDocumentInputStream</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDocumentsTree</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDocumentTree</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFoldersTree</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFolderTree</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getParentFolderIds</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>moveDocument</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>putDocument</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>removeDocument</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SharepointUtil</name>
		<type>com.liferay.portal.sharepoint.SharepointUtil</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>getGroupId</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPathArray</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStorage</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStorageClass</name>
			<param>
				<name>token</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStorageToken</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStorageTokens</name>
		</method>
		<method>
			<name>replaceBackSlashes</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>SharepointUtil</name>
		</method>
		<method>
			<name>_getStorageClass</name>
			<param>
				<name>token</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getStorageToken</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getStorageTokens</name>
		</method>
		<field>
			<name>VEERMER_URLENCODED</name>
		</field>
		<field>
			<name>VERSION</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_storageMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SharepointWebServicesServlet</name>
		<type>com.liferay.portal.sharepoint.SharepointWebServicesServlet</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>doPost</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>vtiBinWebsAsmx</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Tree</name>
		<type>com.liferay.portal.sharepoint.Tree</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>addChild</name>
			<param>
				<name>node</name>
				<type>com.liferay.portal.sharepoint.ResponseElement</type>
			</param>
		</method>
		<method>
			<name>parse</name>
		</method>
		<field>
			<name>CLOSE_UL</name>
		</field>
		<field>
			<name>OPEN_UL</name>
		</field>
		<field>
			<name>_children</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MemberResponseElement</name>
		<type>com.liferay.portal.sharepoint.dws.MemberResponseElement</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>MemberResponseElement</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>member</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addElement</name>
			<param>
				<name>rootEl</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<field>
			<name>_domainGroup</name>
		</field>
		<field>
			<name>_email</name>
		</field>
		<field>
			<name>_id</name>
		</field>
		<field>
			<name>_loginName</name>
		</field>
		<field>
			<name>_member</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_siteAdmin</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResponseElement</name>
		<type>com.liferay.portal.sharepoint.dws.ResponseElement</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>addElement</name>
			<param>
				<name>doc</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RoleResponseElement</name>
		<type>com.liferay.portal.sharepoint.dws.RoleResponseElement</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>RoleResponseElement</name>
			<param>
				<name>role</name>
				<type>com.liferay.portal.model.Role</type>
			</param>
		</method>
		<method>
			<name>addElement</name>
			<param>
				<name>rootEl</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<field>
			<name>_description</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseMethodImpl</name>
		<type>com.liferay.portal.sharepoint.methods.BaseMethodImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>getRootPath</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
		</method>
		<method>
			<name>process</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>SharepointException</name>
				<type>com.liferay.portal.sharepoint.SharepointException</type>
			</throws>
		</method>
		<method>
			<name>doProcess</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getElements</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getResponse</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<param>
				<name>appendNewline</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CheckoutMethodImpl</name>
		<type>com.liferay.portal.sharepoint.methods.CheckoutMethodImpl</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>getMethodName</name>
		</method>
		<method>
			<name>getRootPath</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
		</method>
		<method>
			<name>getElements</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_METHOD_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CreateURLDirectoriesMethodImpl</name>
		<type>com.liferay.portal.sharepoint.methods.CreateURLDirectoriesMethodImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>getMethodName</name>
		</method>
		<method>
			<name>getRootPath</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
		</method>
		<method>
			<name>getElements</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_METHOD_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GetDocsMetaInfoMethodImpl</name>
		<type>com.liferay.portal.sharepoint.methods.GetDocsMetaInfoMethodImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>getMethodName</name>
		</method>
		<method>
			<name>getRootPath</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
		</method>
		<method>
			<name>getElements</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_METHOD_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GetDocumentMethodImpl</name>
		<type>com.liferay.portal.sharepoint.methods.GetDocumentMethodImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>getMethodName</name>
		</method>
		<method>
			<name>getRootPath</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
		</method>
		<method>
			<name>doProcess</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getElements</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_METHOD_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ListDocumentsMethodImpl</name>
		<type>com.liferay.portal.sharepoint.methods.ListDocumentsMethodImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>getMethodName</name>
		</method>
		<method>
			<name>getRootPath</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
		</method>
		<method>
			<name>getElements</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_METHOD_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Method</name>
		<type>com.liferay.portal.sharepoint.methods.Method</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>getMethodName</name>
		</method>
		<method>
			<name>getRootPath</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
		</method>
		<method>
			<name>process</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>SharepointException</name>
				<type>com.liferay.portal.sharepoint.SharepointException</type>
			</throws>
		</method>
		<field>
			<name>GET</name>
		</field>
		<field>
			<name>POST</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MethodFactory</name>
		<type>com.liferay.portal.sharepoint.methods.MethodFactory</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>create</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>SharepointException</name>
				<type>com.liferay.portal.sharepoint.SharepointException</type>
			</throws>
		</method>
		<method>
			<name>MethodFactory</name>
		</method>
		<method>
			<name>_create</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>SharepointException</name>
				<type>com.liferay.portal.sharepoint.SharepointException</type>
			</throws>
		</method>
		<field>
			<name>_CHECKOUT_METHOD_IMPL</name>
		</field>
		<field>
			<name>_CREATE_URL_DIRECTORIES_METHOD_IMPL</name>
		</field>
		<field>
			<name>_GET_DOCS_META_INFO_METHOD_IMPL</name>
		</field>
		<field>
			<name>_GET_DOCUMENT_METHOD_IMPL</name>
		</field>
		<field>
			<name>_LIST_DOCUMENTS_METHOD_IMPL</name>
		</field>
		<field>
			<name>_MOVE_DOCUMENT_METHOD_IMPL</name>
		</field>
		<field>
			<name>_OPEN_SERVICE_METHOD_IMPL</name>
		</field>
		<field>
			<name>_PUT_DOCUMENT_METHOD_IMPL</name>
		</field>
		<field>
			<name>_REMOVE_DOCUMENTS_METHOD_IMPL</name>
		</field>
		<field>
			<name>_SERVER_VERSION_METHOD_IMPL</name>
		</field>
		<field>
			<name>_UNCHECKOUT_DOCUMENT_METHOD_IMPL</name>
		</field>
		<field>
			<name>_URL_TO_WEB_URL_METHOD_IMPL</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_methods</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MoveDocumentMethodImpl</name>
		<type>com.liferay.portal.sharepoint.methods.MoveDocumentMethodImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>getMethodName</name>
		</method>
		<method>
			<name>getRootPath</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
		</method>
		<method>
			<name>getElements</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_METHOD_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OpenServiceMethodImpl</name>
		<type>com.liferay.portal.sharepoint.methods.OpenServiceMethodImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>OpenServiceMethodImpl</name>
		</method>
		<method>
			<name>getMethodName</name>
		</method>
		<method>
			<name>getElements</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
		</method>
		<field>
			<name>_METHOD_NAME</name>
		</field>
		<field>
			<name>_elements</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PutDocumentMethodImpl</name>
		<type>com.liferay.portal.sharepoint.methods.PutDocumentMethodImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>getMethodName</name>
		</method>
		<method>
			<name>getRootPath</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
		</method>
		<method>
			<name>getElements</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_METHOD_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RemoveDocumentsMethodImpl</name>
		<type>com.liferay.portal.sharepoint.methods.RemoveDocumentsMethodImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>getMethodName</name>
		</method>
		<method>
			<name>getRootPath</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
		</method>
		<method>
			<name>getElements</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_METHOD_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServerVersionMethodImpl</name>
		<type>com.liferay.portal.sharepoint.methods.ServerVersionMethodImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>ServerVersionMethodImpl</name>
		</method>
		<method>
			<name>getMethodName</name>
		</method>
		<method>
			<name>getElements</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
		</method>
		<field>
			<name>_METHOD_NAME</name>
		</field>
		<field>
			<name>_elements</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UncheckoutDocumentMethodImpl</name>
		<type>com.liferay.portal.sharepoint.methods.UncheckoutDocumentMethodImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>getMethodName</name>
		</method>
		<method>
			<name>getRootPath</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
		</method>
		<method>
			<name>getElements</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_METHOD_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UrlToWebUrlMethodImpl</name>
		<type>com.liferay.portal.sharepoint.methods.UrlToWebUrlMethodImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>getMethodName</name>
		</method>
		<method>
			<name>getElements</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
		</method>
		<field>
			<name>_METHOD_NAME</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalTransactionAnnotationParser</name>
		<type>com.liferay.portal.spring.annotation.PortalTransactionAnnotationParser</type>
		<author><![CDATA[Michael Young]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<deprecated><![CDATA[]]></deprecated>
		<method>
			<name>parseTransactionAnnotation</name>
			<param>
				<name>annotatedElement</name>
				<type>java.lang.reflect.AnnotatedElement</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AnnotationChainableMethodAdvice</name>
		<type>com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>registerAnnotationClass</name>
			<param>
				<name>annotationClass</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>AnnotationChainableMethodAdvice</name>
		</method>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>getAnnotationClass</name>
		</method>
		<method>
			<name>getNullAnnotation</name>
		</method>
		<method>
			<name>findAnnotation</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
		</method>
		<field>
			<name>_annotationChainableMethodAdvices</name>
		</field>
		<field>
			<name>_annotationClass</name>
		</field>
		<field>
			<name>_nullAnnotation</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ChainableMethodAdvice</name>
		<type>com.liferay.portal.spring.aop.ChainableMethodAdvice</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterReturning</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<param>
				<name>result</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>afterThrowing</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<param>
				<name>throwable</name>
				<type>java.lang.Throwable</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>before</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>duringFinally</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>setNextMethodInterceptor</name>
			<param>
				<name>nextMethodInterceptor</name>
				<type>org.aopalliance.intercept.MethodInterceptor</type>
			</param>
		</method>
		<field>
			<name>nextMethodInterceptor</name>
		</field>
		<field>
			<name>nullResult</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ChainableMethodAdviceInjector</name>
		<type>com.liferay.portal.spring.aop.ChainableMethodAdviceInjector</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>setInjectCondition</name>
			<param>
				<name>injectCondition</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setNewChainableMethodAdvice</name>
			<param>
				<name>newChainableMethodAdvice</name>
				<type>com.liferay.portal.spring.aop.ChainableMethodAdvice</type>
			</param>
		</method>
		<method>
			<name>setParentChainableMethodAdvice</name>
			<param>
				<name>parentChainableMethodAdvice</name>
				<type>com.liferay.portal.spring.aop.ChainableMethodAdvice</type>
			</param>
		</method>
		<method>
			<name>getNewChainableMethodAdvice</name>
		</method>
		<method>
			<name>getParentChainableMethodAdvice</name>
		</method>
		<method>
			<name>isInjectCondition</name>
		</method>
		<field>
			<name>_injectCondition</name>
		</field>
		<field>
			<name>_newChainableMethodAdvice</name>
		</field>
		<field>
			<name>_parentChainableMethodAdvice</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServiceBeanAopProxy</name>
		<type>com.liferay.portal.spring.aop.ServiceBeanAopProxy</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>clearMethodInterceptorCache</name>
		</method>
		<method>
			<name>removeMethodInterceptor</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<param>
				<name>methodInterceptor</name>
				<type>org.aopalliance.intercept.MethodInterceptor</type>
			</param>
		</method>
		<method>
			<name>ServiceBeanAopProxy</name>
			<param>
				<name>advisedSupport</name>
				<type>org.springframework.aop.framework.AdvisedSupport</type>
			</param>
			<param>
				<name>methodInterceptor</name>
				<type>org.aopalliance.intercept.MethodInterceptor</type>
			</param>
		</method>
		<method>
			<name>getProxy</name>
		</method>
		<method>
			<name>getProxy</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>proxy</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>_getMethodInterceptors</name>
			<param>
				<name>serviceBeanMethodInvocation</name>
				<type>com.liferay.portal.spring.aop.ServiceBeanMethodInvocation</type>
			</param>
		</method>
		<method>
			<name>_setMethodInterceptors</name>
			<param>
				<name>serviceBeanMethodInvocation</name>
				<type>com.liferay.portal.spring.aop.ServiceBeanMethodInvocation</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_methodInterceptorBags</name>
		</field>
		<field>
			<name>_advisedSupport</name>
		</field>
		<field>
			<name>_advisorChainFactory</name>
		</field>
		<field>
			<name>_classLevelMethodInterceptors</name>
		</field>
		<field>
			<name>_fullMethodInterceptors</name>
		</field>
		<field>
			<name>_mergeSpringMethodInterceptors</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServiceBeanAutoProxyCreator</name>
		<type>com.liferay.portal.spring.aop.ServiceBeanAutoProxyCreator</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>setMethodInterceptor</name>
			<param>
				<name>methodInterceptor</name>
				<type>org.aopalliance.intercept.MethodInterceptor</type>
			</param>
		</method>
		<method>
			<name>customizeProxyFactory</name>
			<param>
				<name>proxyFactory</name>
				<type>org.springframework.aop.framework.ProxyFactory</type>
			</param>
		</method>
		<method>
			<name>getAdvicesAndAdvisorsForBean</name>
			<param>
				<name>beanClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>beanName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetSource</name>
				<type>org.springframework.aop.TargetSource</type>
			</param>
		</method>
		<field>
			<name>_SERVICE_SUFFIX</name>
		</field>
		<field>
			<name>_methodInterceptor</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServiceBeanMethodInvocation</name>
		<type>com.liferay.portal.spring.aop.ServiceBeanMethodInvocation</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>ServiceBeanMethodInvocation</name>
			<param>
				<name>target</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>targetClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getArguments</name>
		</method>
		<method>
			<name>getMethod</name>
		</method>
		<method>
			<name>getStaticPart</name>
		</method>
		<method>
			<name>getTargetClass</name>
		</method>
		<method>
			<name>getThis</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>proceed</name>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>setMethodInterceptors</name>
			<param>
				<name>methodInterceptors</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>toCacheKeyModel</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_arguments</name>
		</field>
		<field>
			<name>_hashCode</name>
		</field>
		<field>
			<name>_index</name>
		</field>
		<field>
			<name>_method</name>
		</field>
		<field>
			<name>_methodInterceptors</name>
		</field>
		<field>
			<name>_target</name>
		</field>
		<field>
			<name>_targetClass</name>
		</field>
		<field>
			<name>_toString</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServiceMethodAnnotationCache</name>
		<type>com.liferay.portal.spring.aop.ServiceMethodAnnotationCache</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>get</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<param>
				<name>annotationType</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>T</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<param>
				<name>annotations</name>
				<type>java.lang.annotation.Annotation[]</type>
			</param>
		</method>
		<field>
			<name>_annotations</name>
		</field>
		<field>
			<name>_nullAnnotations</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BeanReferenceAnnotationBeanPostProcessor</name>
		<type>com.liferay.portal.spring.bean.BeanReferenceAnnotationBeanPostProcessor</type>
		<author><![CDATA[Michael Young]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>BeanReferenceAnnotationBeanPostProcessor</name>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>postProcessAfterInitialization</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>beanName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>BeansException</name>
				<type>org.springframework.beans.BeansException</type>
			</throws>
		</method>
		<method>
			<name>postProcessBeforeInitialization</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>beanName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>BeansException</name>
				<type>org.springframework.beans.BeansException</type>
			</throws>
		</method>
		<method>
			<name>setBeanFactory</name>
			<param>
				<name>beanFactory</name>
				<type>org.springframework.beans.factory.BeanFactory</type>
			</param>
			<throws>
				<name>BeansException</name>
				<type>org.springframework.beans.BeansException</type>
			</throws>
		</method>
		<method>
			<name>_autoInject</name>
			<param>
				<name>targetBean</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>targetBeanName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>beanClass</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<field>
			<name>_JAVA_LANG_OBJECT</name>
		</field>
		<field>
			<name>_ORG_SPRINGFRAMEWORK</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_beanFactory</name>
		</field>
		<field>
			<name>_beans</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ArrayApplicationContext</name>
		<type>com.liferay.portal.spring.context.ArrayApplicationContext</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ArrayApplicationContext</name>
			<param>
				<name>configLocations</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>loadBeanDefinitions</name>
			<param>
				<name>reader</name>
				<type>org.springframework.beans.factory.xml.XmlBeanDefinitionReader</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalApplicationContext</name>
		<type>com.liferay.portal.spring.context.PortalApplicationContext</type>
		<comment><![CDATA[<p>
This web application context will first load bean definitions in the contextConfigLocation parameter in web.xml. Then, the context will load bean definitions specified by the property "spring.configs" in portal.properties.
</p>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>loadBeanDefinitions</name>
			<param>
				<name>xmlBeanDefinitionReader</name>
				<type>org.springframework.beans.factory.xml.XmlBeanDefinitionReader</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalContextLoaderLifecycleThreadLocal</name>
		<type>com.liferay.portal.spring.context.PortalContextLoaderLifecycleThreadLocal</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>isDestroying</name>
		</method>
		<method>
			<name>isInitializing</name>
		</method>
		<method>
			<name>setDestroying</name>
			<param>
				<name>destroying</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setInitializing</name>
			<param>
				<name>initializing</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_destroying</name>
		</field>
		<field>
			<name>_initializing</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalContextLoaderListener</name>
		<type>com.liferay.portal.spring.context.PortalContextLoaderListener</type>
		<author><![CDATA[Michael Young]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>contextDestroyed</name>
			<param>
				<name>servletContextEvent</name>
				<type>javax.servlet.ServletContextEvent</type>
			</param>
		</method>
		<method>
			<name>contextInitialized</name>
			<param>
				<name>servletContextEvent</name>
				<type>javax.servlet.ServletContextEvent</type>
			</param>
		</method>
		<method>
			<name>clearFilteredPropertyDescriptorsCache</name>
			<param>
				<name>autowireCapableBeanFactory</name>
				<type>org.springframework.beans.factory.config.AutowireCapableBeanFactory</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_filteredPropertyDescriptorsCacheField</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletApplicationContext</name>
		<type>com.liferay.portal.spring.context.PortletApplicationContext</type>
		<comment><![CDATA[<p>
This web application context will first load bean definitions in the portalContextConfigLocation parameter in web.xml. Then, the context will load bean definitions specified by the property "spring.configs" in service.properties.
</p>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<see><![CDATA[PortletContextLoader]]></see>
		<see><![CDATA[PortletContextLoaderListener]]></see>
		<method>
			<name>getBeanClassLoader</name>
		</method>
		<method>
			<name>getDefaultConfigLocations</name>
		</method>
		<method>
			<name>getPortletConfigLocations</name>
		</method>
		<method>
			<name>initBeanDefinitionReader</name>
			<param>
				<name>xmlBeanDefinitionReader</name>
				<type>org.springframework.beans.factory.xml.XmlBeanDefinitionReader</type>
			</param>
		</method>
		<method>
			<name>loadBeanDefinitions</name>
			<param>
				<name>xmlBeanDefinitionReader</name>
				<type>org.springframework.beans.factory.xml.XmlBeanDefinitionReader</type>
			</param>
		</method>
		<method>
			<name>_isUseRestrictedClassLoader</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_classes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletBeanFactoryCleaner</name>
		<type>com.liferay.portal.spring.context.PortletBeanFactoryCleaner</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>readBeans</name>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>setBeanFactory</name>
			<param>
				<name>beanFactory</name>
				<type>org.springframework.beans.factory.BeanFactory</type>
			</param>
		</method>
		<method>
			<name>_readBean</name>
			<param>
				<name>listableBeanFactory</name>
				<type>org.springframework.beans.factory.ListableBeanFactory</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_aspectJExpressionPointcuts</name>
		</field>
		<field>
			<name>_beanFactory</name>
		</field>
		<field>
			<name>_beanFactoryAwares</name>
		</field>
		<field>
			<name>_shadowMatchCacheField</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletBeanFactoryPostProcessor</name>
		<type>com.liferay.portal.spring.context.PortletBeanFactoryPostProcessor</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>postProcessBeanFactory</name>
			<param>
				<name>configurableListableBeanFactory</name>
				<type>org.springframework.beans.factory.config.ConfigurableListableBeanFactory</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletContextLoader</name>
		<type>com.liferay.portal.spring.context.PortletContextLoader</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<see><![CDATA[PortletApplicationContext]]></see>
		<see><![CDATA[PortletContextLoaderListener]]></see>
		<method>
			<name>customizeContext</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>configurableWebApplicationContext</name>
				<type>org.springframework.web.context.ConfigurableWebApplicationContext</type>
			</param>
		</method>
		<method>
			<name>determineContextClass</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<field>
			<name>PORTAL_CONFIG_LOCATION_PARAM</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletContextLoaderListener</name>
		<type>com.liferay.portal.spring.context.PortletContextLoaderListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<see><![CDATA[PortletApplicationContext]]></see>
		<see><![CDATA[PortletContextLoader]]></see>
		<method>
			<name>contextDestroyed</name>
			<param>
				<name>servletContextEvent</name>
				<type>javax.servlet.ServletContextEvent</type>
			</param>
		</method>
		<method>
			<name>contextInitialized</name>
			<param>
				<name>servletContextEvent</name>
				<type>javax.servlet.ServletContextEvent</type>
			</param>
		</method>
		<method>
			<name>createContextLoader</name>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TunnelApplicationContext</name>
		<type>com.liferay.portal.spring.context.TunnelApplicationContext</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setParent</name>
			<param>
				<name>applicationContext</name>
				<type>org.springframework.context.ApplicationContext</type>
			</param>
		</method>
		<method>
			<name>loadBeanDefinitions</name>
			<param>
				<name>xmlBeanDefinitionReader</name>
				<type>org.springframework.beans.factory.xml.XmlBeanDefinitionReader</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DialectDetector</name>
		<type>com.liferay.portal.spring.hibernate.DialectDetector</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getDialect</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_dialects</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HibernateConfigurationConverter</name>
		<type>com.liferay.portal.spring.hibernate.HibernateConfigurationConverter</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-5363.
</p>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>convert</name>
			<param>
				<name>input</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClassNames</name>
			<param>
				<name>classNames</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>doConvert</name>
			<param>
				<name>input</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_classNames</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalHibernateConfiguration</name>
		<type>com.liferay.portal.spring.hibernate.PortalHibernateConfiguration</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>buildSessionFactory</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>destroy</name>
			<throws>
				<name>HibernateException</name>
				<type>org.hibernate.HibernateException</type>
			</throws>
		</method>
		<method>
			<name>setHibernateConfigurationConverter</name>
			<param>
				<name>hibernateConfigurationConverter</name>
				<type>com.liferay.portal.kernel.util.Converter</type>
			</param>
		</method>
		<method>
			<name>determineDialect</name>
		</method>
		<method>
			<name>getConfigurationClassLoader</name>
		</method>
		<method>
			<name>getConfigurationResources</name>
		</method>
		<method>
			<name>newConfiguration</name>
		</method>
		<method>
			<name>postProcessConfiguration</name>
			<param>
				<name>configuration</name>
				<type>org.hibernate.cfg.Configuration</type>
			</param>
		</method>
		<method>
			<name>readResource</name>
			<param>
				<name>configuration</name>
				<type>org.hibernate.cfg.Configuration</type>
			</param>
			<param>
				<name>resource</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setDB</name>
			<param>
				<name>dialect</name>
				<type>org.hibernate.dialect.Dialect</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_hibernateConfigurationConverter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletHibernateConfiguration</name>
		<type>com.liferay.portal.spring.hibernate.PortletHibernateConfiguration</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Ganesh Ram]]></author>
		<method>
			<name>getConfigurationClassLoader</name>
		</method>
		<method>
			<name>getConfigurationResources</name>
		</method>
		<method>
			<name>setDB</name>
			<param>
				<name>dialect</name>
				<type>org.hibernate.dialect.Dialect</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JndiObjectFactoryBean</name>
		<type>com.liferay.portal.spring.jndi.JndiObjectFactoryBean</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>lookup</name>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DatabaseDetector</name>
		<type>com.liferay.portal.spring.jpa.DatabaseDetector</type>
		<author><![CDATA[Prashant Dighe]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>determineDatabase</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayPersistenceUnitPostProcessor</name>
		<type>com.liferay.portal.spring.jpa.LiferayPersistenceUnitPostProcessor</type>
		<author><![CDATA[Prashant Dighe]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>postProcessPersistenceUnitInfo</name>
			<param>
				<name>mutablePersistenceUnitInfo</name>
				<type>org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LocalContainerEntityManagerFactoryBean</name>
		<type>com.liferay.portal.spring.jpa.LocalContainerEntityManagerFactoryBean</type>
		<author><![CDATA[Prashant Dighe]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LocalContainerEntityManagerFactoryBean</name>
		</method>
		<method>
			<name>setDataSource</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
		</method>
		<method>
			<name>getDatabasePlatform</name>
			<param>
				<name>database</name>
				<type>org.springframework.orm.jpa.vendor.Database</type>
			</param>
		</method>
		<method>
			<name>getProviderClass</name>
			<param>
				<name>provider</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AuthenticatingHttpInvokerRequestExecutor</name>
		<type>com.liferay.portal.spring.remoting.AuthenticatingHttpInvokerRequestExecutor</type>
		<comment><![CDATA[<p>
An HttpInvoker request executor for Spring Remoting that provides HTTP BASIC authentication information for service invocations.
</p>]]></comment>
		<author><![CDATA[Joel Kozikowski]]></author>
		<method>
			<name>AuthenticatingHttpInvokerRequestExecutor</name>
		</method>
		<method>
			<name>getPassword</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>setPassword</name>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PwdEncryptorException</name>
				<type>com.liferay.portal.PwdEncryptorException</type>
			</throws>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>prepareConnection</name>
			<comment><![CDATA[Called every time a HTTP invocation is made. This implementation allows the parent to setup the connection, and then adds an <code>Authorization</code> HTTP header property for BASIC authentication.]]></comment>
			<param>
				<name>con</name>
				<type>java.net.HttpURLConnection</type>
			</param>
			<param>
				<name>contentLength</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_password</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RemotingServlet</name>
		<type>com.liferay.portal.spring.servlet.RemotingServlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getContextClass</name>
		</method>
		<method>
			<name>getContextConfigLocation</name>
		</method>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<field>
			<name>CONTEXT_CLASS</name>
		</field>
		<field>
			<name>CONTEXT_CONFIG_LOCATION</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AnnotationTransactionAttributeSource</name>
		<type>com.liferay.portal.spring.transaction.AnnotationTransactionAttributeSource</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getTransactionAttribute</name>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<param>
				<name>targetClass</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<field>
			<name>_nullTransactionAttribute</name>
		</field>
		<field>
			<name>_transactionAttributes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TransactionAttributeBuilder</name>
		<type>com.liferay.portal.spring.transaction.TransactionAttributeBuilder</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>build</name>
			<param>
				<name>transactional</name>
				<type>com.liferay.portal.kernel.transaction.Transactional</type>
			</param>
		</method>
		<method>
			<name>_build</name>
			<param>
				<name>enabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>isolationLevel</name>
				<type>int</type>
			</param>
			<param>
				<name>propagationBehavior</name>
				<type>int</type>
			</param>
			<param>
				<name>readOnly</name>
				<type>boolean</type>
			</param>
			<param>
				<name>timeout</name>
				<type>int</type>
			</param>
			<param>
				<name>rollbackFor</name>
				<type>java.lang.Class[]</type>
			</param>
			<param>
				<name>rollbackForClassName</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>noRollbackFor</name>
				<type>java.lang.Class[]</type>
			</param>
			<param>
				<name>noRollbackForClassName</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TransactionCommitCallbackUtil</name>
		<type>com.liferay.portal.spring.transaction.TransactionCommitCallbackUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>registerCallback</name>
			<param>
				<name>callable</name>
				<type>java.util.concurrent.Callable</type>
			</param>
		</method>
		<method>
			<name>popCallbackList</name>
		</method>
		<method>
			<name>pushCallbackList</name>
		</method>
		<field>
			<name>_callbackListListThreadLocal</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TransactionInterceptor</name>
		<type>com.liferay.portal.spring.transaction.TransactionInterceptor</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>invoke</name>
			<param>
				<name>methodInvocation</name>
				<type>org.aopalliance.intercept.MethodInvocation</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>setPlatformTransactionManager</name>
			<param>
				<name>platformTransactionManager</name>
				<type>org.springframework.transaction.PlatformTransactionManager</type>
			</param>
		</method>
		<method>
			<name>setTransactionAttributeSource</name>
			<param>
				<name>transactionAttributeSource</name>
				<type>org.springframework.transaction.interceptor.TransactionAttributeSource</type>
			</param>
		</method>
		<method>
			<name>setTransactionManager</name>
			<param>
				<name>platformTransactionManager</name>
				<type>org.springframework.transaction.PlatformTransactionManager</type>
			</param>
			<deprecated><![CDATA[{@link #setPlatformTransactionManager(PlatformTransactionManager)}]]></deprecated>
		</method>
		<method>
			<name>invokeCallbacks</name>
		</method>
		<method>
			<name>processThrowable</name>
			<param>
				<name>throwable</name>
				<type>java.lang.Throwable</type>
			</param>
			<param>
				<name>transactionAttribute</name>
				<type>org.springframework.transaction.interceptor.TransactionAttribute</type>
			</param>
			<param>
				<name>transactionStatus</name>
				<type>org.springframework.transaction.TransactionStatus</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<field>
			<name>transactionAttributeSource</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_platformTransactionManager</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TransactionManagerFactory</name>
		<type>com.liferay.portal.spring.transaction.TransactionManagerFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>createTransactionManager</name>
			<param>
				<name>dataSource</name>
				<type>javax.sql.DataSource</type>
			</param>
			<param>
				<name>sessionFactory</name>
				<type>org.hibernate.SessionFactory</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FilterClassLoader</name>
		<type>com.liferay.portal.spring.util.FilterClassLoader</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FilterClassLoader</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>loadClass</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SpringFactoryImpl</name>
		<type>com.liferay.portal.spring.util.SpringFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>newBean</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SpringFactoryException</name>
				<type>com.liferay.portal.kernel.spring.util.SpringFactoryException</type>
			</throws>
		</method>
		<method>
			<name>newBean</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>SpringFactoryException</name>
				<type>com.liferay.portal.kernel.spring.util.SpringFactoryException</type>
			</throws>
		</method>
		<method>
			<name>setBeanDefinitions</name>
			<param>
				<name>beanDefinitions</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>doNewBean</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_beanDefinitions</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SpringUtil</name>
		<type>com.liferay.portal.spring.util.SpringUtil</type>
		<comment><![CDATA[<p>
In most cases, SpringUtil.setContext() would have been called by com.liferay.portal.spring.context.PortalContextLoaderListener, configured in web.xml for the web application. However, there will be times in which SpringUtil will be called in a non-web application and, therefore, require manual instantiation of the application context.
</p>]]></comment>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>loadContext</name>
		</method>
		<method>
			<name>loadContext</name>
			<param>
				<name>extraConfigLocations</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>_loadContext</name>
			<param>
				<name>configLocations</name>
				<type>java.util.List</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutStagingImpl</name>
		<type>com.liferay.portal.staging.LayoutStagingImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getLayoutRevision</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getLayoutSetBranch</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
		</method>
		<method>
			<name>getLayoutSetStagingHandler</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
		</method>
		<method>
			<name>getLayoutStagingHandler</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>isBranchingLayout</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>isBranchingLayoutSet</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>StagingAdvicesThreadLocal</name>
		<type>com.liferay.portal.staging.StagingAdvicesThreadLocal</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>setEnabled</name>
			<param>
				<name>enabled</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_enabled</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StagingImpl</name>
		<type>com.liferay.portal.staging.StagingImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<author><![CDATA[Zsolt Balogh]]></author>
		<method>
			<name>buildRemoteURL</name>
			<param>
				<name>remoteAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>remotePort</name>
				<type>int</type>
			</param>
			<param>
				<name>remotePathContext</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secureConnection</name>
				<type>boolean</type>
			</param>
			<param>
				<name>remoteGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>copyFromLive</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyFromLive</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyPortlet</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>targetGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourcePlid</name>
				<type>long</type>
			</param>
			<param>
				<name>targetPlid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyRemoteLayouts</name>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutIdMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>remoteAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>remotePort</name>
				<type>int</type>
			</param>
			<param>
				<name>remotePathContext</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secureConnection</name>
				<type>boolean</type>
			</param>
			<param>
				<name>remoteGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>remotePrivateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteLastImportSettings</name>
			<param>
				<name>liveGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteRecentLayoutRevisionId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRecentLayoutRevisionId</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>disableStaging</name>
			<param>
				<name>scopeGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>liveGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>disableStaging</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>scopeGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>liveGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>enableLocalStaging</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopeGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>liveGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>branchingPublic</name>
				<type>boolean</type>
			</param>
			<param>
				<name>branchingPrivate</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>enableRemoteStaging</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopeGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>liveGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>branchingPublic</name>
				<type>boolean</type>
			</param>
			<param>
				<name>branchingPrivate</name>
				<type>boolean</type>
			</param>
			<param>
				<name>remoteAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>remotePort</name>
				<type>int</type>
			</param>
			<param>
				<name>remotePathContext</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secureConnection</name>
				<type>boolean</type>
			</param>
			<param>
				<name>remoteGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLiveGroup</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLiveGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMissingParentLayouts</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>liveGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRecentLayoutRevisionId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecentLayoutRevisionId</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecentLayoutSetBranchId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>layoutSetId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getRecentLayoutSetBranchId</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layoutSetId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSchedulerGroupName</name>
			<param>
				<name>destinationName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getStagingParameters</name>
		</method>
		<method>
			<name>getStagingParameters</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getWorkflowTask</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutRevision</name>
				<type>com.liferay.portal.model.LayoutRevision</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasWorkflowTask</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutRevision</name>
				<type>com.liferay.portal.model.LayoutRevision</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isIncomplete</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>publishLayout</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>liveGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeChildren</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>publishLayouts</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>targetGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>publishLayouts</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>targetGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutIdMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>publishLayouts</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>targetGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>publishToLive</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>publishToLive</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>publishToRemote</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>scheduleCopyFromLive</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>schedulePublishToLive</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>schedulePublishToRemote</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setRecentLayoutBranchId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutBranchId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setRecentLayoutBranchId</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutBranchId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setRecentLayoutRevisionId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutRevisionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setRecentLayoutRevisionId</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutRevisionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setRecentLayoutSetBranchId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>layoutSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setRecentLayoutSetBranchId</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layoutSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unscheduleCopyFromLive</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>unschedulePublishToLive</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>unschedulePublishToRemote</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLastImportSettings</name>
			<param>
				<name>layoutElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateStaging</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>liveGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>checkDefaultLayoutSetBranches</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>liveGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>branchingPublic</name>
				<type>boolean</type>
			</param>
			<param>
				<name>branchingPrivate</name>
				<type>boolean</type>
			</param>
			<param>
				<name>remote</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteRecentLayoutRevisionId</name>
			<param>
				<name>portalPreferences</name>
				<type>com.liferay.portlet.PortalPreferences</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>paramPrefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timeZoneSensitive</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortalPreferences</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecentLayoutBranchId</name>
			<param>
				<name>portalPreferences</name>
				<type>com.liferay.portlet.PortalPreferences</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getRecentLayoutBranchIdKey</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getRecentLayoutRevisionId</name>
			<param>
				<name>portalPreferences</name>
				<type>com.liferay.portlet.PortalPreferences</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecentLayoutRevisionIdKey</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getRecentLayoutSetBranchIdKey</name>
			<param>
				<name>layoutSetId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getStagingType</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>liveGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>lockGroup</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>publishLayouts</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>targetGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>schedule</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>publishToRemote</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>schedule</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setCommonStagingOptions</name>
			<param>
				<name>liveGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setRecentLayoutBranchId</name>
			<param>
				<name>portalPreferences</name>
				<type>com.liferay.portlet.PortalPreferences</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutBranchId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setRecentLayoutRevisionId</name>
			<param>
				<name>portalPreferences</name>
				<type>com.liferay.portlet.PortalPreferences</type>
			</param>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutRevisionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>stripProtocolFromRemoteAddress</name>
			<param>
				<name>remoteAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>unlockGroup</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateGroupTypeSettingsProperties</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>remoteAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>remotePort</name>
				<type>int</type>
			</param>
			<param>
				<name>remotePathContext</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secureConnection</name>
				<type>boolean</type>
			</param>
			<param>
				<name>remoteGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>remoteAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>remotePort</name>
				<type>int</type>
			</param>
			<param>
				<name>remotePathContext</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secureConnection</name>
				<type>boolean</type>
			</param>
			<param>
				<name>remoteGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>StagingPermissionImpl</name>
		<type>com.liferay.portal.staging.permission.StagingPermissionImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>doHasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AJAXAction</name>
		<type>com.liferay.portal.struts.AJAXAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getText</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>Action</name>
		<type>com.liferay.portal.struts.Action</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.events.Action}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>ActionAdapter</name>
		<type>com.liferay.portal.struts.ActionAdapter</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>ActionAdapter</name>
			<param>
				<name>strutsAction</name>
				<type>com.liferay.portal.kernel.struts.StrutsAction</type>
			</param>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>actionMapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>actionForm</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setOriginalAction</name>
			<param>
				<name>originalAction</name>
				<type>org.apache.struts.action.Action</type>
			</param>
		</method>
		<field>
			<name>_originalAction</name>
		</field>
		<field>
			<name>_strutsAction</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ActionConstants</name>
		<type>com.liferay.portal.struts.ActionConstants</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>COMMON_FORWARD</name>
		</field>
		<field>
			<name>COMMON_FORWARD_JSP</name>
		</field>
		<field>
			<name>COMMON_NULL</name>
		</field>
		<field>
			<name>COMMON_REFERER</name>
		</field>
		<field>
			<name>COMMON_REFERER_JSP</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ActionException</name>
		<type>com.liferay.portal.struts.ActionException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.events.ActionException}]]></deprecated>
		<method>
			<name>ActionException</name>
		</method>
		<method>
			<name>ActionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ActionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ActionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AuthPublicPathRegistry</name>
		<type>com.liferay.portal.struts.AuthPublicPathRegistry</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>contains</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>paths</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>paths</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_paths</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DynamicPortletAction</name>
		<type>com.liferay.portal.struts.DynamicPortletAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPath</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>FindAction</name>
		<type>com.liferay.portal.struts.FindAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FindAction</name>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGroupId</name>
			<param>
				<name>primaryKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPlidAndPortletId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPrimaryKeyParameterName</name>
		</method>
		<method>
			<name>getStrutsAction</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>initPortletIds</name>
		</method>
		<method>
			<name>processPortletURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setPrimaryKeyParameter</name>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_portletIds</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InitializableActionForm</name>
		<type>com.liferay.portal.struts.InitializableActionForm</type>
		<author><![CDATA[Araceli Checa]]></author>
		<method>
			<name>init</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JSONAction</name>
		<type>com.liferay.portal.struts.JSONAction</type>
		<author><![CDATA[Ming-Gih Lam]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Tomas Polesovsky]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getJSON</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setServletContext</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>checkAuthToken</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getReroutePath</name>
		</method>
		<method>
			<name>isAccessAllowed</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>hostsAllowed</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<method>
			<name>rerouteExecute</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_SERVER_IP</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_hostsAllowed</name>
		</field>
		<field>
			<name>_servletContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LastPath</name>
		<type>com.liferay.portal.struts.LastPath</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[{@link com.liferay.portal.kernel.struts.LastPath}]]></deprecated>
		<method>
			<name>LastPath</name>
			<param>
				<name>contextPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>LastPath</name>
			<param>
				<name>contextPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalRequestProcessor</name>
		<type>com.liferay.portal.struts.PortalRequestProcessor</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>PortalRequestProcessor</name>
		</method>
		<method>
			<name>process</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>addPaths</name>
			<param>
				<name>paths</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>propsKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>callParentDoForward</name>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>callParentProcessMultipart</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>callParentProcessPath</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>callParentProcessRoles</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>actionMapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>defineObjects</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doForward</name>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>doInclude</name>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>getFriendlyTrackerPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLastPath</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isPortletPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isPublicPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>processActionCreate</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>actionMapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>processMapping</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>processMultipart</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>processPath</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>processRoles</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>actionMapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<field>
			<name>_PATH_C</name>
		</field>
		<field>
			<name>_PATH_COMMON</name>
		</field>
		<field>
			<name>_PATH_COMMON_ERROR</name>
		</field>
		<field>
			<name>_PATH_J_SECURITY_CHECK</name>
		</field>
		<field>
			<name>_PATH_PORTAL</name>
		</field>
		<field>
			<name>_PATH_PORTAL_API_JSONWS</name>
		</field>
		<field>
			<name>_PATH_PORTAL_ERROR</name>
		</field>
		<field>
			<name>_PATH_PORTAL_EXPIRE_SESSION</name>
		</field>
		<field>
			<name>_PATH_PORTAL_EXTEND_SESSION</name>
		</field>
		<field>
			<name>_PATH_PORTAL_FLASH</name>
		</field>
		<field>
			<name>_PATH_PORTAL_J_LOGIN</name>
		</field>
		<field>
			<name>_PATH_PORTAL_JSON_SERVICE</name>
		</field>
		<field>
			<name>_PATH_PORTAL_LAYOUT</name>
		</field>
		<field>
			<name>_PATH_PORTAL_LICENSE</name>
		</field>
		<field>
			<name>_PATH_PORTAL_LOGIN</name>
		</field>
		<field>
			<name>_PATH_PORTAL_LOGOUT</name>
		</field>
		<field>
			<name>_PATH_PORTAL_PROTECTED</name>
		</field>
		<field>
			<name>_PATH_PORTAL_RENDER_PORTLET</name>
		</field>
		<field>
			<name>_PATH_PORTAL_SETUP_WIZARD</name>
		</field>
		<field>
			<name>_PATH_PORTAL_STATUS</name>
		</field>
		<field>
			<name>_PATH_PORTAL_TCK</name>
		</field>
		<field>
			<name>_PATH_PORTAL_TERMS_OF_USE</name>
		</field>
		<field>
			<name>_PATH_PORTAL_UPDATE_EMAIL_ADDRESS</name>
		</field>
		<field>
			<name>_PATH_PORTAL_UPDATE_PASSWORD</name>
		</field>
		<field>
			<name>_PATH_PORTAL_UPDATE_REMINDER_QUERY</name>
		</field>
		<field>
			<name>_PATH_PORTAL_UPDATE_TERMS_OF_USE</name>
		</field>
		<field>
			<name>_PATH_PORTAL_VERIFY_EMAIL_ADDRESS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_lastPaths</name>
		</field>
		<field>
			<name>_publicPaths</name>
		</field>
		<field>
			<name>_trackerIgnorePaths</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalTilesPlugin</name>
		<type>com.liferay.portal.struts.PortalTilesPlugin</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>initRequestProcessorClass</name>
			<param>
				<name>moduleConfig</name>
				<type>org.apache.struts.config.ModuleConfig</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletAction</name>
		<type>com.liferay.portal.struts.PortletAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getForwardKey</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getForwardKey</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>strutsExecute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addSuccessMessage</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
		</method>
		<method>
			<name>getForward</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getForward</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getModuleConfig</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getResources</name>
		</method>
		<method>
			<name>getResources</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getResources</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<method>
			<name>redirectToLogin</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>sendRedirect</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>sendRedirect</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<param>
				<name>redirect</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setForward</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>forward</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>writeJSON</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<param>
				<name>json</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>writeJSON</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>mimeResponse</name>
				<type>javax.portlet.MimeResponse</type>
			</param>
			<param>
				<name>json</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletActionAdapter</name>
		<type>com.liferay.portal.struts.PortletActionAdapter</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>PortletActionAdapter</name>
			<param>
				<name>strutsPortletAction</name>
				<type>com.liferay.portal.kernel.struts.StrutsPortletAction</type>
			</param>
		</method>
		<method>
			<name>processAction</name>
			<param>
				<name>actionMapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>actionForm</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>actionMapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>actionForm</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>actionMapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>actionForm</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setOriginalPortletAction</name>
			<param>
				<name>portletAction</name>
				<type>com.liferay.portal.struts.PortletAction</type>
			</param>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<field>
			<name>_originalPortletAction</name>
		</field>
		<field>
			<name>_strutsPortletAction</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletActionServlet</name>
		<type>com.liferay.portal.struts.PortletActionServlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>init</name>
			<param>
				<name>servletConfig</name>
				<type>javax.servlet.ServletConfig</type>
			</param>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletRequestProcessor</name>
		<type>com.liferay.portal.struts.PortletRequestProcessor</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getInstance</name>
			<param>
				<name>servlet</name>
				<type>org.apache.struts.action.ActionServlet</type>
			</param>
			<param>
				<name>moduleConfig</name>
				<type>org.apache.struts.config.ModuleConfig</type>
			</param>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>PortletRequestProcessor</name>
			<param>
				<name>actionServlet</name>
				<type>org.apache.struts.action.ActionServlet</type>
			</param>
			<param>
				<name>moduleConfig</name>
				<type>org.apache.struts.config.ModuleConfig</type>
			</param>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>process</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>process</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>process</name>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>processMapping</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>doForward</name>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>doInclude</name>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>processActionCreate</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>actionMapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>processActionForm</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>actionMapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
		</method>
		<method>
			<name>processActionPerform</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>action</name>
				<type>org.apache.struts.action.Action</type>
			</param>
			<param>
				<name>actionForm</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>actionMapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>processForwardConfig</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>forward</name>
				<type>org.apache.struts.config.ForwardConfig</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>processMultipart</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>processPath</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>processRoles</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>actionMapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>processRoles</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>actionMapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>action</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>processValidateAction</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>actionForm</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>actionMapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
		</method>
		<field>
			<name>_PATH_PORTAL_PORTLET_ACCESS_DENIED</name>
		</field>
		<field>
			<name>_PATH_PORTAL_PORTLET_INACTIVE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SessionAction</name>
		<type>com.liferay.portal.struts.SessionAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.events.SessionAction}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>SimpleAction</name>
		<type>com.liferay.portal.struts.SimpleAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.events.SimpleAction}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>StrutsActionAdapter</name>
		<type>com.liferay.portal.struts.StrutsActionAdapter</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>StrutsActionAdapter</name>
			<param>
				<name>action</name>
				<type>org.apache.struts.action.Action</type>
			</param>
			<param>
				<name>actionMapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>actionForm</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
		</method>
		<method>
			<name>execute</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_action</name>
		</field>
		<field>
			<name>_actionForm</name>
		</field>
		<field>
			<name>_actionMapping</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StrutsActionPortletURL</name>
		<type>com.liferay.portal.struts.StrutsActionPortletURL</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>StrutsActionPortletURL</name>
			<param>
				<name>portletResponseImpl</name>
				<type>com.liferay.portlet.PortletResponseImpl</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParameters</name>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<field>
			<name>_portlet</name>
		</field>
		<field>
			<name>_strutsPath</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StrutsActionRegistry</name>
		<type>com.liferay.portal.struts.StrutsActionRegistry</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getAction</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getActions</name>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strutsAction</name>
				<type>com.liferay.portal.kernel.struts.StrutsAction</type>
			</param>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strutsPortletAction</name>
				<type>com.liferay.portal.kernel.struts.StrutsPortletAction</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>StrutsActionRegistryImpl</name>
		<type>com.liferay.portal.struts.StrutsActionRegistryImpl</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getAction</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getActions</name>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strutsAction</name>
				<type>com.liferay.portal.kernel.struts.StrutsAction</type>
			</param>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strutsPortletAction</name>
				<type>com.liferay.portal.kernel.struts.StrutsPortletAction</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_actions</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StrutsActionRegistryUtil</name>
		<type>com.liferay.portal.struts.StrutsActionRegistryUtil</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getAction</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getActions</name>
		</method>
		<method>
			<name>getStrutsActionRegistry</name>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strutsAction</name>
				<type>com.liferay.portal.kernel.struts.StrutsAction</type>
			</param>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strutsPortletAction</name>
				<type>com.liferay.portal.kernel.struts.StrutsPortletAction</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setStrutsActionRegistry</name>
			<param>
				<name>strutsActionRegistry</name>
				<type>com.liferay.portal.struts.StrutsActionRegistry</type>
			</param>
		</method>
		<field>
			<name>_strutsActionRegistry</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StrutsPortletActionAdapter</name>
		<type>com.liferay.portal.struts.StrutsPortletActionAdapter</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>StrutsPortletActionAdapter</name>
			<param>
				<name>portletAction</name>
				<type>com.liferay.portal.struts.PortletAction</type>
			</param>
			<param>
				<name>actionMapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>actionForm</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
		</method>
		<method>
			<name>processAction</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_actionForm</name>
		</field>
		<field>
			<name>_actionMapping</name>
		</field>
		<field>
			<name>_portletAction</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StrutsURLEncoder</name>
		<type>com.liferay.portal.struts.StrutsURLEncoder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setParameters</name>
			<param>
				<name>liferayPortletURL</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletURL</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>StrutsURLEncoder</name>
			<param>
				<name>contextPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mainPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletMapping</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>liferayPortletURL</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletURL</type>
			</param>
		</method>
		<method>
			<name>encodeURL</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_setServletMapping</name>
			<param>
				<name>servletMapping</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_contextPath</name>
		</field>
		<field>
			<name>_liferayPortletURL</name>
		</field>
		<field>
			<name>_mainPath</name>
		</field>
		<field>
			<name>_portletMode</name>
		</field>
		<field>
			<name>_servletMapping</name>
		</field>
		<field>
			<name>_windowState</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StrutsUtil</name>
		<type>com.liferay.portal.struts.StrutsUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>forward</name>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>removeStrutsAttributes</name>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>setStrutsAttributes</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>strutsAttributes</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<field>
			<name>STRUTS_PACKAGE</name>
		</field>
		<field>
			<name>TEXT_HTML_DIR</name>
		</field>
		<field>
			<name>TEXT_WAP_DIR</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NavItem</name>
		<type>com.liferay.portal.theme.NavItem</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>fromLayout</name>
			<param>
				<name>vars</name>
				<type>com.liferay.portal.theme.RequestVars</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>fromLayouts</name>
			<param>
				<name>vars</name>
				<type>com.liferay.portal.theme.RequestVars</type>
			</param>
			<param>
				<name>layouts</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>NavItem</name>
			<param>
				<name>vars</name>
				<type>com.liferay.portal.theme.RequestVars</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getChildren</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLayout</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getRegularFullURL</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRegularURL</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getResetLayoutURL</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getResetMaxStateURL</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTarget</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>getUnescapedName</name>
		</method>
		<method>
			<name>getURL</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>hasChildren</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>icon</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isChildSelected</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isSelected</name>
		</method>
		<field>
			<name>_children</name>
		</field>
		<field>
			<name>_layout</name>
		</field>
		<field>
			<name>_vars</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletDisplay</name>
		<type>com.liferay.portal.theme.PortletDisplay</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>PortletDisplay</name>
		</method>
		<method>
			<name>copyFrom</name>
			<param>
				<name>master</name>
				<type>com.liferay.portal.theme.PortletDisplay</type>
			</param>
		</method>
		<method>
			<name>copyTo</name>
			<param>
				<name>slave</name>
				<type>com.liferay.portal.theme.PortletDisplay</type>
			</param>
		</method>
		<method>
			<name>getColumnCount</name>
		</method>
		<method>
			<name>getColumnId</name>
		</method>
		<method>
			<name>getColumnPos</name>
		</method>
		<method>
			<name>getContent</name>
		</method>
		<method>
			<name>getCustomCSSClassName</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getId</name>
		</method>
		<method>
			<name>getInstanceId</name>
		</method>
		<method>
			<name>getNamespace</name>
		</method>
		<method>
			<name>getPortletName</name>
		</method>
		<method>
			<name>getPortletSetup</name>
		</method>
		<method>
			<name>getResourcePK</name>
		</method>
		<method>
			<name>getRootPortletId</name>
		</method>
		<method>
			<name>getThemeDisplay</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>getURLBack</name>
		</method>
		<method>
			<name>getURLClose</name>
		</method>
		<method>
			<name>getURLConfiguration</name>
		</method>
		<method>
			<name>getURLConfigurationJS</name>
		</method>
		<method>
			<name>getURLEdit</name>
		</method>
		<method>
			<name>getURLEditDefaults</name>
		</method>
		<method>
			<name>getURLEditGuest</name>
		</method>
		<method>
			<name>getURLExportImport</name>
		</method>
		<method>
			<name>getURLHelp</name>
		</method>
		<method>
			<name>getURLMax</name>
		</method>
		<method>
			<name>getURLMin</name>
		</method>
		<method>
			<name>getURLPortlet</name>
		</method>
		<method>
			<name>getURLPortletCss</name>
		</method>
		<method>
			<name>getURLPrint</name>
		</method>
		<method>
			<name>getURLRefresh</name>
		</method>
		<method>
			<name>isAccess</name>
		</method>
		<method>
			<name>isActive</name>
		</method>
		<method>
			<name>isModeAbout</name>
		</method>
		<method>
			<name>isModeConfig</name>
		</method>
		<method>
			<name>isModeEdit</name>
		</method>
		<method>
			<name>isModeEditDefaults</name>
		</method>
		<method>
			<name>isModeEditGuest</name>
		</method>
		<method>
			<name>isModeHelp</name>
		</method>
		<method>
			<name>isModePreview</name>
		</method>
		<method>
			<name>isModePrint</name>
		</method>
		<method>
			<name>isModeView</name>
		</method>
		<method>
			<name>isRestoreCurrentView</name>
		</method>
		<method>
			<name>isShowBackIcon</name>
		</method>
		<method>
			<name>isShowCloseIcon</name>
		</method>
		<method>
			<name>isShowConfigurationIcon</name>
		</method>
		<method>
			<name>isShowEditDefaultsIcon</name>
		</method>
		<method>
			<name>isShowEditGuestIcon</name>
		</method>
		<method>
			<name>isShowEditIcon</name>
		</method>
		<method>
			<name>isShowExportImportIcon</name>
		</method>
		<method>
			<name>isShowHelpIcon</name>
		</method>
		<method>
			<name>isShowMaxIcon</name>
		</method>
		<method>
			<name>isShowMinIcon</name>
		</method>
		<method>
			<name>isShowMoveIcon</name>
		</method>
		<method>
			<name>isShowPortletCssIcon</name>
		</method>
		<method>
			<name>isShowPortletIcon</name>
		</method>
		<method>
			<name>isShowPrintIcon</name>
		</method>
		<method>
			<name>isShowRefreshIcon</name>
		</method>
		<method>
			<name>isStateExclusive</name>
		</method>
		<method>
			<name>isStateMax</name>
		</method>
		<method>
			<name>isStateMin</name>
		</method>
		<method>
			<name>isStateNormal</name>
		</method>
		<method>
			<name>isStatePopUp</name>
		</method>
		<method>
			<name>isWebDAVEnabled</name>
		</method>
		<method>
			<name>recycle</name>
		</method>
		<method>
			<name>setAccess</name>
			<param>
				<name>access</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setActive</name>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setColumnCount</name>
			<param>
				<name>columnCount</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setColumnId</name>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setColumnPos</name>
			<param>
				<name>columnPos</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setContent</name>
			<param>
				<name>content</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
		</method>
		<method>
			<name>setCustomCSSClassName</name>
			<param>
				<name>customCSSClassName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDescription</name>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setId</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setInstanceId</name>
			<param>
				<name>instanceId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModeAbout</name>
			<param>
				<name>modeAbout</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setModeConfig</name>
			<param>
				<name>modeConfig</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setModeEdit</name>
			<param>
				<name>modeEdit</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setModeEditDefaults</name>
			<param>
				<name>modeEditDefaults</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setModeEditGuest</name>
			<param>
				<name>modeEditGuest</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setModeHelp</name>
			<param>
				<name>modeHelp</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setModePreview</name>
			<param>
				<name>modePreview</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setModePrint</name>
			<param>
				<name>modePrint</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setModeView</name>
			<param>
				<name>modeView</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setNamespace</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletName</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletSetup</name>
			<param>
				<name>portletSetup</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>setResourcePK</name>
			<param>
				<name>resourcePK</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRestoreCurrentView</name>
			<param>
				<name>restoreCurrentView</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setRootPortletId</name>
			<param>
				<name>rootPortletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setShowBackIcon</name>
			<param>
				<name>showBackIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowCloseIcon</name>
			<param>
				<name>showCloseIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowConfigurationIcon</name>
			<param>
				<name>showConfigurationIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowEditDefaultsIcon</name>
			<param>
				<name>showEditDefaultsIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowEditGuestIcon</name>
			<param>
				<name>showEditGuestIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowEditIcon</name>
			<param>
				<name>showEditIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowExportImportIcon</name>
			<param>
				<name>showExportImportIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowHelpIcon</name>
			<param>
				<name>showHelpIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowMaxIcon</name>
			<param>
				<name>showMaxIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowMinIcon</name>
			<param>
				<name>showMinIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowMoveIcon</name>
			<param>
				<name>showMoveIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowPortletCssIcon</name>
			<param>
				<name>showPortletCssIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowPortletIcon</name>
			<param>
				<name>showPortletIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowPrintIcon</name>
			<param>
				<name>showPrintIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowRefreshIcon</name>
			<param>
				<name>showRefreshIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setStateExclusive</name>
			<param>
				<name>stateExclusive</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setStateMax</name>
			<param>
				<name>stateMax</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setStateMin</name>
			<param>
				<name>stateMin</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setStateNormal</name>
			<param>
				<name>stateNormal</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setStatePopUp</name>
			<param>
				<name>statePopUp</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setThemeDisplay</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>setTitle</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setURLBack</name>
			<param>
				<name>urlBack</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setURLClose</name>
			<param>
				<name>urlClose</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setURLConfiguration</name>
			<param>
				<name>urlConfiguration</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setURLEdit</name>
			<param>
				<name>urlEdit</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setURLEditDefaults</name>
			<param>
				<name>urlEditDefaults</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setURLEditGuest</name>
			<param>
				<name>urlEditGuest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setURLExportImport</name>
			<param>
				<name>urlExportImport</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setURLHelp</name>
			<param>
				<name>urlHelp</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setURLMax</name>
			<param>
				<name>urlMax</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setURLMin</name>
			<param>
				<name>urlMin</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setURLPortlet</name>
			<param>
				<name>urlPortlet</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setURLPortletCss</name>
			<param>
				<name>urlPortletCss</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setURLPrint</name>
			<param>
				<name>urlPrint</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setURLRefresh</name>
			<param>
				<name>urlRefresh</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setWebDAVEnabled</name>
			<param>
				<name>webDAVEnabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>writeContent</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_blankStringBundler</name>
		</field>
		<field>
			<name>_access</name>
		</field>
		<field>
			<name>_active</name>
		</field>
		<field>
			<name>_columnCount</name>
		</field>
		<field>
			<name>_columnId</name>
		</field>
		<field>
			<name>_columnPos</name>
		</field>
		<field>
			<name>_content</name>
		</field>
		<field>
			<name>_customCSSClassName</name>
		</field>
		<field>
			<name>_description</name>
		</field>
		<field>
			<name>_id</name>
		</field>
		<field>
			<name>_instanceId</name>
		</field>
		<field>
			<name>_modeAbout</name>
		</field>
		<field>
			<name>_modeConfig</name>
		</field>
		<field>
			<name>_modeEdit</name>
		</field>
		<field>
			<name>_modeEditDefaults</name>
		</field>
		<field>
			<name>_modeEditGuest</name>
		</field>
		<field>
			<name>_modeHelp</name>
		</field>
		<field>
			<name>_modePreview</name>
		</field>
		<field>
			<name>_modePrint</name>
		</field>
		<field>
			<name>_modeView</name>
		</field>
		<field>
			<name>_namespace</name>
		</field>
		<field>
			<name>_portletName</name>
		</field>
		<field>
			<name>_portletSetup</name>
		</field>
		<field>
			<name>_resourcePK</name>
		</field>
		<field>
			<name>_restoreCurrentView</name>
		</field>
		<field>
			<name>_rootPortletId</name>
		</field>
		<field>
			<name>_showBackIcon</name>
		</field>
		<field>
			<name>_showCloseIcon</name>
		</field>
		<field>
			<name>_showConfigurationIcon</name>
		</field>
		<field>
			<name>_showEditDefaultsIcon</name>
		</field>
		<field>
			<name>_showEditGuestIcon</name>
		</field>
		<field>
			<name>_showEditIcon</name>
		</field>
		<field>
			<name>_showExportImportIcon</name>
		</field>
		<field>
			<name>_showHelpIcon</name>
		</field>
		<field>
			<name>_showMaxIcon</name>
		</field>
		<field>
			<name>_showMinIcon</name>
		</field>
		<field>
			<name>_showMoveIcon</name>
		</field>
		<field>
			<name>_showPortletCssIcon</name>
		</field>
		<field>
			<name>_showPortletIcon</name>
		</field>
		<field>
			<name>_showPrintIcon</name>
		</field>
		<field>
			<name>_showRefreshIcon</name>
		</field>
		<field>
			<name>_stateExclusive</name>
		</field>
		<field>
			<name>_stateMax</name>
		</field>
		<field>
			<name>_stateMin</name>
		</field>
		<field>
			<name>_stateNormal</name>
		</field>
		<field>
			<name>_statePopUp</name>
		</field>
		<field>
			<name>_themeDisplay</name>
		</field>
		<field>
			<name>_title</name>
		</field>
		<field>
			<name>_urlBack</name>
		</field>
		<field>
			<name>_urlClose</name>
		</field>
		<field>
			<name>_urlConfiguration</name>
		</field>
		<field>
			<name>_urlEdit</name>
		</field>
		<field>
			<name>_urlEditDefaults</name>
		</field>
		<field>
			<name>_urlEditGuest</name>
		</field>
		<field>
			<name>_urlExportImport</name>
		</field>
		<field>
			<name>_urlHelp</name>
		</field>
		<field>
			<name>_urlMax</name>
		</field>
		<field>
			<name>_urlMin</name>
		</field>
		<field>
			<name>_urlPortlet</name>
		</field>
		<field>
			<name>_urlPortletCss</name>
		</field>
		<field>
			<name>_urlPrint</name>
		</field>
		<field>
			<name>_urlRefresh</name>
		</field>
		<field>
			<name>_webDAVEnabled</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletDisplayFactory</name>
		<type>com.liferay.portal.theme.PortletDisplayFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
		</method>
	</javadoc>
	<javadoc>
		<name>RequestVars</name>
		<type>com.liferay.portal.theme.RequestVars</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RequestVars</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>ancestorPlid</name>
				<type>long</type>
			</param>
			<param>
				<name>ancestorLayoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>templateContext</name>
				<type>com.liferay.portal.kernel.templateparser.TemplateContext</type>
			</param>
		</method>
		<method>
			<name>getAncestorLayoutId</name>
		</method>
		<method>
			<name>getAncestorPlid</name>
		</method>
		<method>
			<name>getRequest</name>
		</method>
		<method>
			<name>getTemplateContext</name>
		</method>
		<method>
			<name>getThemeDisplay</name>
		</method>
		<field>
			<name>_ancestorLayoutId</name>
		</field>
		<field>
			<name>_ancestorPlid</name>
		</field>
		<field>
			<name>_request</name>
		</field>
		<field>
			<name>_templateContext</name>
		</field>
		<field>
			<name>_themeDisplay</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThemeCompanyId</name>
		<type>com.liferay.portal.theme.ThemeCompanyId</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ThemeCompanyId</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pattern</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>isPattern</name>
		</method>
		<field>
			<name>_pattern</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThemeCompanyLimit</name>
		<type>com.liferay.portal.theme.ThemeCompanyLimit</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ThemeCompanyLimit</name>
		</method>
		<method>
			<name>getExcludes</name>
		</method>
		<method>
			<name>getIncludes</name>
		</method>
		<method>
			<name>isExcluded</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isIncluded</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setExcludes</name>
			<param>
				<name>excludes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setIncludes</name>
			<param>
				<name>includes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>_matches</name>
			<param>
				<name>themeCompanyIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_excludes</name>
		</field>
		<field>
			<name>_includes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThemeDisplay</name>
		<type>com.liferay.portal.theme.ThemeDisplay</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ThemeDisplay</name>
		</method>
		<method>
			<name>clone</name>
			<throws>
				<name>CloneNotSupportedException</name>
				<type>java.lang.CloneNotSupportedException</type>
			</throws>
		</method>
		<method>
			<name>getAccount</name>
		</method>
		<method>
			<name>getCDNDynamicResourcesHost</name>
		</method>
		<method>
			<name>getCDNHost</name>
		</method>
		<method>
			<name>getColorScheme</name>
		</method>
		<method>
			<name>getColorSchemeId</name>
		</method>
		<method>
			<name>getCompany</name>
		</method>
		<method>
			<name>getCompanyGroupId</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getCompanyLogo</name>
		</method>
		<method>
			<name>getCompanyLogoHeight</name>
		</method>
		<method>
			<name>getCompanyLogoWidth</name>
		</method>
		<method>
			<name>getContact</name>
		</method>
		<method>
			<name>getControlPanelCategory</name>
		</method>
		<method>
			<name>getDefaultUser</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultUserId</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDevice</name>
		</method>
		<method>
			<name>getDoAsGroupId</name>
		</method>
		<method>
			<name>getDoAsUserId</name>
		</method>
		<method>
			<name>getDoAsUserLanguageId</name>
		</method>
		<method>
			<name>getFacebookCanvasPageURL</name>
		</method>
		<method>
			<name>getI18nLanguageId</name>
		</method>
		<method>
			<name>getI18nPath</name>
		</method>
		<method>
			<name>getLanguageId</name>
		</method>
		<method>
			<name>getLayout</name>
		</method>
		<method>
			<name>getLayouts</name>
		</method>
		<method>
			<name>getLayoutSet</name>
		</method>
		<method>
			<name>getLayoutSetLogo</name>
		</method>
		<method>
			<name>getLayoutTypePortlet</name>
		</method>
		<method>
			<name>getLifecycle</name>
		</method>
		<method>
			<name>getLocale</name>
		</method>
		<method>
			<name>getMDRRuleGroupInstance</name>
		</method>
		<method>
			<name>getParentGroup</name>
		</method>
		<method>
			<name>getParentGroupId</name>
		</method>
		<method>
			<name>getParentGroupName</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPathApplet</name>
		</method>
		<method>
			<name>getPathCms</name>
		</method>
		<method>
			<name>getPathColorSchemeImages</name>
		</method>
		<method>
			<name>getPathContext</name>
		</method>
		<method>
			<name>getPathFlash</name>
		</method>
		<method>
			<name>getPathFriendlyURLPrivateGroup</name>
		</method>
		<method>
			<name>getPathFriendlyURLPrivateUser</name>
		</method>
		<method>
			<name>getPathFriendlyURLPublic</name>
		</method>
		<method>
			<name>getPathImage</name>
		</method>
		<method>
			<name>getPathJavaScript</name>
		</method>
		<method>
			<name>getPathMain</name>
		</method>
		<method>
			<name>getPathSound</name>
		</method>
		<method>
			<name>getPathThemeCss</name>
		</method>
		<method>
			<name>getPathThemeImage</name>
			<deprecated><![CDATA[Use <code>getPathThemeImages</code>.]]></deprecated>
		</method>
		<method>
			<name>getPathThemeImages</name>
		</method>
		<method>
			<name>getPathThemeJavaScript</name>
		</method>
		<method>
			<name>getPathThemeRoot</name>
		</method>
		<method>
			<name>getPathThemeTemplates</name>
		</method>
		<method>
			<name>getPermissionChecker</name>
		</method>
		<method>
			<name>getPlid</name>
		</method>
		<method>
			<name>getPortalURL</name>
		</method>
		<method>
			<name>getPortletDisplay</name>
		</method>
		<method>
			<name>getPortletGroupId</name>
			<deprecated><![CDATA[Use <code>getScopeGroupId</code>.]]></deprecated>
		</method>
		<method>
			<name>getRealCompanyLogo</name>
		</method>
		<method>
			<name>getRealCompanyLogoHeight</name>
		</method>
		<method>
			<name>getRealCompanyLogoWidth</name>
		</method>
		<method>
			<name>getRealUser</name>
		</method>
		<method>
			<name>getRealUserId</name>
		</method>
		<method>
			<name>getRefererPlid</name>
		</method>
		<method>
			<name>getScopeGroup</name>
		</method>
		<method>
			<name>getScopeGroupId</name>
		</method>
		<method>
			<name>getScopeGroupIdOrLiveGroupId</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getScopeGroupName</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getScopeLayout</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getServerName</name>
		</method>
		<method>
			<name>getServerPort</name>
		</method>
		<method>
			<name>getSessionId</name>
		</method>
		<method>
			<name>getTheme</name>
		</method>
		<method>
			<name>getThemeId</name>
		</method>
		<method>
			<name>getThemeSetting</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getThemeSettings</name>
		</method>
		<method>
			<name>getTilesContent</name>
		</method>
		<method>
			<name>getTilesTitle</name>
		</method>
		<method>
			<name>getTimeZone</name>
		</method>
		<method>
			<name>getUnfilteredLayouts</name>
		</method>
		<method>
			<name>getURLAddContent</name>
		</method>
		<method>
			<name>getURLControlPanel</name>
		</method>
		<method>
			<name>getURLCurrent</name>
		</method>
		<method>
			<name>getURLHome</name>
		</method>
		<method>
			<name>getURLLayoutTemplates</name>
		</method>
		<method>
			<name>getURLManageSiteMemberships</name>
		</method>
		<method>
			<name>getURLMyAccount</name>
		</method>
		<method>
			<name>getURLPageSettings</name>
		</method>
		<method>
			<name>getURLPortal</name>
		</method>
		<method>
			<name>getURLPublishToLive</name>
		</method>
		<method>
			<name>getURLSignIn</name>
		</method>
		<method>
			<name>getURLSignOut</name>
		</method>
		<method>
			<name>getURLSiteContent</name>
		</method>
		<method>
			<name>getURLSiteMapSettings</name>
		</method>
		<method>
			<name>getURLSiteSettings</name>
		</method>
		<method>
			<name>getURLUpdateManager</name>
		</method>
		<method>
			<name>getUser</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>isAddSessionIdToURL</name>
		</method>
		<method>
			<name>isAjax</name>
		</method>
		<method>
			<name>isFacebook</name>
		</method>
		<method>
			<name>isFreeformLayout</name>
		</method>
		<method>
			<name>isI18n</name>
		</method>
		<method>
			<name>isImpersonated</name>
		</method>
		<method>
			<name>isIncludedJs</name>
			<param>
				<name>js</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isIncludePortletCssJs</name>
		</method>
		<method>
			<name>isIncludeServiceJs</name>
		</method>
		<method>
			<name>isIsolated</name>
		</method>
		<method>
			<name>isLifecycleAction</name>
		</method>
		<method>
			<name>isLifecycleRender</name>
		</method>
		<method>
			<name>isLifecycleResource</name>
		</method>
		<method>
			<name>isSecure</name>
		</method>
		<method>
			<name>isShowAddContentIcon</name>
		</method>
		<method>
			<name>isShowAddContentIconPermission</name>
		</method>
		<method>
			<name>isShowControlPanelIcon</name>
		</method>
		<method>
			<name>isShowHomeIcon</name>
		</method>
		<method>
			<name>isShowLayoutTemplatesIcon</name>
		</method>
		<method>
			<name>isShowManageSiteMembershipsIcon</name>
		</method>
		<method>
			<name>isShowMyAccountIcon</name>
		</method>
		<method>
			<name>isShowPageCustomizationIcon</name>
		</method>
		<method>
			<name>isShowPageSettingsIcon</name>
		</method>
		<method>
			<name>isShowPortalIcon</name>
		</method>
		<method>
			<name>isShowSignInIcon</name>
		</method>
		<method>
			<name>isShowSignOutIcon</name>
		</method>
		<method>
			<name>isShowSiteContentIcon</name>
		</method>
		<method>
			<name>isShowSiteMapSettingsIcon</name>
		</method>
		<method>
			<name>isShowSiteSettingsIcon</name>
		</method>
		<method>
			<name>isShowStagingIcon</name>
		</method>
		<method>
			<name>isSignedIn</name>
		</method>
		<method>
			<name>isStateExclusive</name>
		</method>
		<method>
			<name>isStateMaximized</name>
		</method>
		<method>
			<name>isStatePopUp</name>
		</method>
		<method>
			<name>isThemeCssFastLoad</name>
		</method>
		<method>
			<name>isThemeImagesFastLoad</name>
		</method>
		<method>
			<name>isThemeJsBarebone</name>
		</method>
		<method>
			<name>isThemeJsFastLoad</name>
		</method>
		<method>
			<name>isTilesSelectable</name>
		</method>
		<method>
			<name>isWapTheme</name>
		</method>
		<method>
			<name>isWidget</name>
		</method>
		<method>
			<name>setAccount</name>
			<param>
				<name>account</name>
				<type>com.liferay.portal.model.Account</type>
			</param>
		</method>
		<method>
			<name>setAddSessionIdToURL</name>
			<param>
				<name>addSessionIdToURL</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setAjax</name>
			<param>
				<name>ajax</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setCDNDynamicResourcesHost</name>
			<param>
				<name>cdnDynamicResourcesHost</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCDNHost</name>
			<param>
				<name>cdnHost</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCompany</name>
			<param>
				<name>company</name>
				<type>com.liferay.portal.model.Company</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setCompanyLogo</name>
			<param>
				<name>companyLogo</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCompanyLogoHeight</name>
			<param>
				<name>companyLogoHeight</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setCompanyLogoWidth</name>
			<param>
				<name>companyLogoWidth</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setContact</name>
			<param>
				<name>contact</name>
				<type>com.liferay.portal.model.Contact</type>
			</param>
		</method>
		<method>
			<name>setControlPanelCategory</name>
			<param>
				<name>controlPanelCategory</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDevice</name>
			<param>
				<name>device</name>
				<type>com.liferay.portal.kernel.mobile.device.Device</type>
			</param>
		</method>
		<method>
			<name>setDoAsGroupId</name>
			<param>
				<name>doAsGroupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setDoAsUserId</name>
			<param>
				<name>doAsUserId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDoAsUserLanguageId</name>
			<param>
				<name>doAsUserLanguageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFacebookCanvasPageURL</name>
			<param>
				<name>facebookCanvasPageURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFreeformLayout</name>
			<param>
				<name>freeformLayout</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setI18nLanguageId</name>
			<param>
				<name>i18nLanguageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setI18nPath</name>
			<param>
				<name>i18nPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setIncludePortletCssJs</name>
			<param>
				<name>includePortletCssJs</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setIncludeServiceJs</name>
			<param>
				<name>includeServiceJs</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setIsolated</name>
			<param>
				<name>isolated</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLanguageId</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLayout</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>setLayouts</name>
			<param>
				<name>layouts</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setLayoutSet</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
		</method>
		<method>
			<name>setLayoutSetLogo</name>
			<param>
				<name>layoutSetLogo</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLayoutTypePortlet</name>
			<param>
				<name>layoutTypePortlet</name>
				<type>com.liferay.portal.model.LayoutTypePortlet</type>
			</param>
		</method>
		<method>
			<name>setLifecycle</name>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLifecycleAction</name>
			<param>
				<name>lifecycleAction</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLifecycleRender</name>
			<param>
				<name>lifecycleRender</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLifecycleResource</name>
			<param>
				<name>lifecycleResource</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLocale</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>setLookAndFeel</name>
			<param>
				<name>theme</name>
				<type>com.liferay.portal.model.Theme</type>
			</param>
			<param>
				<name>colorScheme</name>
				<type>com.liferay.portal.model.ColorScheme</type>
			</param>
		</method>
		<method>
			<name>setMDRRuleGroupInstance</name>
			<param>
				<name>mdrRuleGroupInstance</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance</type>
			</param>
		</method>
		<method>
			<name>setParentGroupId</name>
			<param>
				<name>parentGroupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPathApplet</name>
			<param>
				<name>pathApplet</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPathCms</name>
			<param>
				<name>pathCms</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPathColorSchemeImages</name>
			<param>
				<name>pathColorSchemeImages</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPathContext</name>
			<param>
				<name>pathContext</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPathFlash</name>
			<param>
				<name>pathFlash</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPathFriendlyURLPrivateGroup</name>
			<param>
				<name>pathFriendlyURLPrivateGroup</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPathFriendlyURLPrivateUser</name>
			<param>
				<name>pathFriendlyURLPrivateUser</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPathFriendlyURLPublic</name>
			<param>
				<name>pathFriendlyURLPublic</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPathImage</name>
			<param>
				<name>pathImage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPathJavaScript</name>
			<param>
				<name>pathJavaScript</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPathMain</name>
			<param>
				<name>pathMain</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPathSound</name>
			<param>
				<name>pathSound</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPathThemeCss</name>
			<param>
				<name>pathThemeCss</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPathThemeImages</name>
			<param>
				<name>pathThemeImages</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPathThemeJavaScript</name>
			<param>
				<name>pathThemeJavaScript</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPathThemeRoot</name>
			<param>
				<name>pathThemeRoot</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPathThemeTemplates</name>
			<param>
				<name>pathThemeTemplates</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPermissionChecker</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
		</method>
		<method>
			<name>setPlid</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPortalURL</name>
			<param>
				<name>portalURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRealCompanyLogo</name>
			<param>
				<name>realCompanyLogo</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRealCompanyLogoHeight</name>
			<param>
				<name>realCompanyLogoHeight</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setRealCompanyLogoWidth</name>
			<param>
				<name>realCompanyLogoWidth</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setRealUser</name>
			<param>
				<name>realUser</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>setRefererPlid</name>
			<param>
				<name>refererPlid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setScopeGroupId</name>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setSecure</name>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setServerName</name>
			<param>
				<name>serverName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setServerPort</name>
			<param>
				<name>serverPort</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setSessionId</name>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setShowAddContentIcon</name>
			<param>
				<name>showAddContentIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowAddContentIconPermission</name>
			<param>
				<name>showAddContentIconPermission</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowControlPanelIcon</name>
			<param>
				<name>showControlPanelIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowHomeIcon</name>
			<param>
				<name>showHomeIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowLayoutTemplatesIcon</name>
			<param>
				<name>showLayoutTemplatesIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowManageSiteMembershipsIcon</name>
			<param>
				<name>showManageSiteMembershipsIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowMyAccountIcon</name>
			<param>
				<name>showMyAccountIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowPageCustomizationIcon</name>
			<param>
				<name>showPageCustomizationIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowPageSettingsIcon</name>
			<param>
				<name>showPageSettingsIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowPortalIcon</name>
			<param>
				<name>showPortalIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowSignInIcon</name>
			<param>
				<name>showSignInIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowSignOutIcon</name>
			<param>
				<name>showSignOutIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowSiteContentIcon</name>
			<param>
				<name>showSiteContentIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowSiteMapSettingsIcon</name>
			<param>
				<name>showSiteMapSettingsIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowSiteSettingsIcon</name>
			<param>
				<name>showSiteSettingsIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowStagingIcon</name>
			<param>
				<name>showStagingIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setSignedIn</name>
			<param>
				<name>signedIn</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setStateExclusive</name>
			<param>
				<name>stateExclusive</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setStateMaximized</name>
			<param>
				<name>stateMaximized</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setStatePopUp</name>
			<param>
				<name>statePopUp</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setThemeCssFastLoad</name>
			<param>
				<name>themeCssFastLoad</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setThemeImagesFastLoad</name>
			<param>
				<name>themeImagesFastLoad</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setThemeJsBarebone</name>
			<param>
				<name>themeJsBarebone</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setThemeJsFastLoad</name>
			<param>
				<name>themeJsFastLoad</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setTilesContent</name>
			<param>
				<name>tilesContent</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTilesSelectable</name>
			<param>
				<name>tilesSelectable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setTilesTitle</name>
			<param>
				<name>tilesTitle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTimeZone</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>setUnfilteredLayouts</name>
			<param>
				<name>unfilteredLayouts</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setURLAddContent</name>
			<param>
				<name>urlAddContent</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setURLControlPanel</name>
			<param>
				<name>urlControlPanel</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setURLCurrent</name>
			<param>
				<name>urlCurrent</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setURLHome</name>
			<param>
				<name>urlHome</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setURLLayoutTemplates</name>
			<param>
				<name>urlLayoutTemplates</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setURLManageSiteMemberships</name>
			<param>
				<name>urlManageSiteMemberships</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>setURLMyAccount</name>
			<param>
				<name>urlMyAccount</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>setURLPageSettings</name>
			<param>
				<name>urlPageSettings</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>setURLPortal</name>
			<param>
				<name>urlPortal</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setURLPublishToLive</name>
			<param>
				<name>urlPublishToLive</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>setURLSignIn</name>
			<param>
				<name>urlSignIn</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setURLSignOut</name>
			<param>
				<name>urlSignOut</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setURLSiteContent</name>
			<param>
				<name>urlSiteContent</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setURLSiteMapSettings</name>
			<param>
				<name>urlSiteMapSettings</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>setURLSiteSettings</name>
			<param>
				<name>urlSiteSettings</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>setURLUpdateManager</name>
			<param>
				<name>urlUpdateManager</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>setUser</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setWidget</name>
			<param>
				<name>widget</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>translate</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>translate</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>translate</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_account</name>
		</field>
		<field>
			<name>_addSessionIdToURL</name>
		</field>
		<field>
			<name>_ajax</name>
		</field>
		<field>
			<name>_cdnDynamicResourcesHost</name>
		</field>
		<field>
			<name>_cdnHost</name>
		</field>
		<field>
			<name>_colorScheme</name>
		</field>
		<field>
			<name>_company</name>
		</field>
		<field>
			<name>_companyGroupId</name>
		</field>
		<field>
			<name>_companyLogo</name>
		</field>
		<field>
			<name>_companyLogoHeight</name>
		</field>
		<field>
			<name>_companyLogoWidth</name>
		</field>
		<field>
			<name>_contact</name>
		</field>
		<field>
			<name>_controlPanelCategory</name>
		</field>
		<field>
			<name>_defaultUser</name>
		</field>
		<field>
			<name>_device</name>
		</field>
		<field>
			<name>_doAsGroupId</name>
		</field>
		<field>
			<name>_doAsUserId</name>
		</field>
		<field>
			<name>_doAsUserLanguageId</name>
		</field>
		<field>
			<name>_facebook</name>
		</field>
		<field>
			<name>_facebookCanvasPageURL</name>
		</field>
		<field>
			<name>_freeformLayout</name>
		</field>
		<field>
			<name>_i18n</name>
		</field>
		<field>
			<name>_i18nLanguageId</name>
		</field>
		<field>
			<name>_i18nPath</name>
		</field>
		<field>
			<name>_includePortletCssJs</name>
		</field>
		<field>
			<name>_includeServiceJs</name>
		</field>
		<field>
			<name>_isolated</name>
		</field>
		<field>
			<name>_languageId</name>
		</field>
		<field>
			<name>_layout</name>
		</field>
		<field>
			<name>_layouts</name>
		</field>
		<field>
			<name>_layoutSet</name>
		</field>
		<field>
			<name>_layoutSetLogo</name>
		</field>
		<field>
			<name>_layoutTypePortlet</name>
		</field>
		<field>
			<name>_lifecycle</name>
		</field>
		<field>
			<name>_lifecycleAction</name>
		</field>
		<field>
			<name>_lifecycleRender</name>
		</field>
		<field>
			<name>_lifecycleResource</name>
		</field>
		<field>
			<name>_locale</name>
		</field>
		<field>
			<name>_mdrRuleGroupInstance</name>
		</field>
		<field>
			<name>_parentGroup</name>
		</field>
		<field>
			<name>_parentGroupId</name>
		</field>
		<field>
			<name>_pathApplet</name>
		</field>
		<field>
			<name>_pathCms</name>
		</field>
		<field>
			<name>_pathColorSchemeImages</name>
		</field>
		<field>
			<name>_pathContext</name>
		</field>
		<field>
			<name>_pathFlash</name>
		</field>
		<field>
			<name>_pathFriendlyURLPrivateGroup</name>
		</field>
		<field>
			<name>_pathFriendlyURLPrivateUser</name>
		</field>
		<field>
			<name>_pathFriendlyURLPublic</name>
		</field>
		<field>
			<name>_pathImage</name>
		</field>
		<field>
			<name>_pathJavaScript</name>
		</field>
		<field>
			<name>_pathMain</name>
		</field>
		<field>
			<name>_pathSound</name>
		</field>
		<field>
			<name>_pathThemeCss</name>
		</field>
		<field>
			<name>_pathThemeImages</name>
		</field>
		<field>
			<name>_pathThemeJavaScript</name>
		</field>
		<field>
			<name>_pathThemeRoot</name>
		</field>
		<field>
			<name>_pathThemeTemplates</name>
		</field>
		<field>
			<name>_permissionChecker</name>
		</field>
		<field>
			<name>_plid</name>
		</field>
		<field>
			<name>_portalURL</name>
		</field>
		<field>
			<name>_portletDisplay</name>
		</field>
		<field>
			<name>_realCompanyLogo</name>
		</field>
		<field>
			<name>_realCompanyLogoHeight</name>
		</field>
		<field>
			<name>_realCompanyLogoWidth</name>
		</field>
		<field>
			<name>_realUser</name>
		</field>
		<field>
			<name>_refererPlid</name>
		</field>
		<field>
			<name>_scopeGroup</name>
		</field>
		<field>
			<name>_scopeGroupId</name>
		</field>
		<field>
			<name>_secure</name>
		</field>
		<field>
			<name>_serverName</name>
		</field>
		<field>
			<name>_serverPort</name>
		</field>
		<field>
			<name>_sessionId</name>
		</field>
		<field>
			<name>_showAddContentIcon</name>
		</field>
		<field>
			<name>_showAddContentIconPermission</name>
		</field>
		<field>
			<name>_showControlPanelIcon</name>
		</field>
		<field>
			<name>_showHomeIcon</name>
		</field>
		<field>
			<name>_showLayoutTemplatesIcon</name>
		</field>
		<field>
			<name>_showManageSiteMembershipsIcon</name>
		</field>
		<field>
			<name>_showMyAccountIcon</name>
		</field>
		<field>
			<name>_showPageCustomizationIcon</name>
		</field>
		<field>
			<name>_showPageSettingsIcon</name>
		</field>
		<field>
			<name>_showPortalIcon</name>
		</field>
		<field>
			<name>_showSignInIcon</name>
		</field>
		<field>
			<name>_showSignOutIcon</name>
		</field>
		<field>
			<name>_showSiteContentIcon</name>
		</field>
		<field>
			<name>_showSiteMapSettingsIcon</name>
		</field>
		<field>
			<name>_showSiteSettingsIcon</name>
		</field>
		<field>
			<name>_showStagingIcon</name>
		</field>
		<field>
			<name>_signedIn</name>
		</field>
		<field>
			<name>_stateExclusive</name>
		</field>
		<field>
			<name>_stateMaximized</name>
		</field>
		<field>
			<name>_statePopUp</name>
		</field>
		<field>
			<name>_theme</name>
		</field>
		<field>
			<name>_themeCssFastLoad</name>
		</field>
		<field>
			<name>_themeImagesFastLoad</name>
		</field>
		<field>
			<name>_themeJsBarebone</name>
		</field>
		<field>
			<name>_themeJsFastLoad</name>
		</field>
		<field>
			<name>_tilesContent</name>
		</field>
		<field>
			<name>_tilesSelectable</name>
		</field>
		<field>
			<name>_tilesTitle</name>
		</field>
		<field>
			<name>_timeZone</name>
		</field>
		<field>
			<name>_unfilteredLayouts</name>
		</field>
		<field>
			<name>_urlAddContent</name>
		</field>
		<field>
			<name>_urlControlPanel</name>
		</field>
		<field>
			<name>_urlCurrent</name>
		</field>
		<field>
			<name>_urlHome</name>
		</field>
		<field>
			<name>_urlLayoutTemplates</name>
		</field>
		<field>
			<name>_urlManageSiteMemberships</name>
		</field>
		<field>
			<name>_urlMyAccount</name>
		</field>
		<field>
			<name>_urlPageSettings</name>
		</field>
		<field>
			<name>_urlPortal</name>
		</field>
		<field>
			<name>_urlPublishToLive</name>
		</field>
		<field>
			<name>_urlSignIn</name>
		</field>
		<field>
			<name>_urlSignOut</name>
		</field>
		<field>
			<name>_urlSiteContent</name>
		</field>
		<field>
			<name>_urlSiteMapSettings</name>
		</field>
		<field>
			<name>_urlSiteSettings</name>
		</field>
		<field>
			<name>_urlUpdateManager</name>
		</field>
		<field>
			<name>_user</name>
		</field>
		<field>
			<name>_widget</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThemeDisplayFactory</name>
		<type>com.liferay.portal.theme.ThemeDisplayFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ThemeGroupId</name>
		<type>com.liferay.portal.theme.ThemeGroupId</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ThemeGroupId</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pattern</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ThemeGroupLimit</name>
		<type>com.liferay.portal.theme.ThemeGroupLimit</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ThemeGroupLimit</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ThemeLoader</name>
		<type>com.liferay.portal.theme.ThemeLoader</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getFileStorage</name>
		</method>
		<method>
			<name>getServletContextName</name>
		</method>
		<method>
			<name>getThemesPath</name>
		</method>
		<method>
			<name>loadThemes</name>
		</method>
		<method>
			<name>ThemeLoader</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>xmls</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>registerTheme</name>
			<param>
				<name>liferayLookAndFeelXML</name>
				<type>java.io.File</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_fileStorage</name>
		</field>
		<field>
			<name>_lastModifiedMap</name>
		</field>
		<field>
			<name>_loadFromServletContext</name>
		</field>
		<field>
			<name>_servletContext</name>
		</field>
		<field>
			<name>_servletContextName</name>
		</field>
		<field>
			<name>_themesPath</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThemeLoaderFactory</name>
		<type>com.liferay.portal.theme.ThemeLoaderFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>destroy</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDefaultThemeLoader</name>
		</method>
		<method>
			<name>getThemeLoader</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>xmls</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>loadThemes</name>
		</method>
		<field>
			<name>_themeLoaders</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ArgumentsMap</name>
		<type>com.liferay.portal.tools.ArgumentsMap</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ArgumentsUtil</name>
		<type>com.liferay.portal.tools.ArgumentsUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>parseArguments</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ComparableRoute</name>
		<type>com.liferay.portal.tools.ComparableRoute</type>
		<comment><![CDATA[A dummy container for friendly URL route data used by source formatter. Implements the comparable interface to sort routes by increasing generality.]]></comment>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>hasRegex</name>
			<param>
				<name>fragment</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isCaptureFragment</name>
			<param>
				<name>fragment</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isMatchAny</name>
			<param>
				<name>fragment</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ComparableRoute</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addGeneratedParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addIgnoredParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addImplicitParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addOverriddenParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>comparableRoute</name>
				<type>com.liferay.portal.tools.ComparableRoute</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getGeneratedParameters</name>
		</method>
		<method>
			<name>getIgnoredParameters</name>
		</method>
		<method>
			<name>getImplicitParameters</name>
		</method>
		<method>
			<name>getOverriddenParameters</name>
		</method>
		<method>
			<name>getPattern</name>
		</method>
		<field>
			<name>_generatedParameters</name>
		</field>
		<field>
			<name>_ignoredParameters</name>
		</field>
		<field>
			<name>_implicitParameters</name>
		</field>
		<field>
			<name>_overriddenParameters</name>
		</field>
		<field>
			<name>_pattern</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CopyInterfaceBuilder</name>
		<type>com.liferay.portal.tools.CopyInterfaceBuilder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>CopyInterfaceBuilder</name>
			<param>
				<name>parentDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>srcFile</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_copyInterface</name>
			<param>
				<name>parentDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>srcFile</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_getDimensions</name>
			<param>
				<name>type</name>
				<type>com.thoughtworks.qdox.model.Type</type>
			</param>
		</method>
		<method>
			<name>_getJavaClass</name>
			<param>
				<name>parentDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>srcFile</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DBBuilder</name>
		<type>com.liferay.portal.tools.DBBuilder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>DBBuilder</name>
			<param>
				<name>databaseName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>databaseTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_buildCreateFile</name>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_buildSQLFile</name>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_databaseName</name>
		</field>
		<field>
			<name>_databaseTypes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DBLoader</name>
		<type>com.liferay.portal.tools.DBLoader</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>loadHypersonic</name>
			<param>
				<name>con</name>
				<type>java.sql.Connection</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>DBLoader</name>
			<param>
				<name>databaseName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>databaseType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_loadDerby</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_loadDerby</name>
			<param>
				<name>con</name>
				<type>java.sql.Connection</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_loadHypersonic</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_fileUtil</name>
		</field>
		<field>
			<name>_databaseName</name>
		</field>
		<field>
			<name>_databaseType</name>
		</field>
		<field>
			<name>_fileName</name>
		</field>
		<field>
			<name>_sqlDir</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DBUpgrader</name>
		<type>com.liferay.portal.tools.DBUpgrader</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>upgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_checkReleaseState</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_deleteTempImages</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getReleaseState</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_updateCompanyKey</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_updateReleaseState</name>
			<param>
				<name>state</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_DELETE_TEMP_IMAGES_1</name>
		</field>
		<field>
			<name>_DELETE_TEMP_IMAGES_2</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EARBuilder</name>
		<type>com.liferay.portal.tools.EARBuilder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Zsigmond Rab]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>EARBuilder</name>
			<param>
				<name>originalApplicationXML</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginFileNames</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>_getContextRoot</name>
			<param>
				<name>pluginFileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ExtInfoBuilder</name>
		<type>com.liferay.portal.tools.ExtInfoBuilder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>ExtInfoBuilder</name>
			<param>
				<name>basedir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outputDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_fileUtil</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InstanceWrapperBuilder</name>
		<type>com.liferay.portal.tools.InstanceWrapperBuilder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>InstanceWrapperBuilder</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_createIW</name>
			<param>
				<name>parentDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>srcFile</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_getDimensions</name>
			<param>
				<name>type</name>
				<type>com.thoughtworks.qdox.model.Type</type>
			</param>
		</method>
		<method>
			<name>_getJavaClass</name>
			<param>
				<name>parentDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>srcFile</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_getTypeGenericsName</name>
			<param>
				<name>type</name>
				<type>com.thoughtworks.qdox.model.Type</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JavadocBuilder</name>
		<type>com.liferay.portal.tools.JavadocBuilder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>JavadocBuilder</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_addClassCommentElement</name>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>javaClass</name>
				<type>com.thoughtworks.qdox.model.JavaClass</type>
			</param>
		</method>
		<method>
			<name>_addDocletElements</name>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>abstractJavaEntity</name>
				<type>com.thoughtworks.qdox.model.AbstractJavaEntity</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_addDocletTags</name>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>indent</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sb</name>
				<type>java.lang.StringBuilder</type>
			</param>
		</method>
		<method>
			<name>_addFieldElement</name>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>javaField</name>
				<type>com.thoughtworks.qdox.model.JavaField</type>
			</param>
		</method>
		<method>
			<name>_addMethodElement</name>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>javaMethod</name>
				<type>com.thoughtworks.qdox.model.JavaMethod</type>
			</param>
		</method>
		<method>
			<name>_addParamElement</name>
			<param>
				<name>methodElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>javaParameter</name>
				<type>com.thoughtworks.qdox.model.JavaParameter</type>
			</param>
			<param>
				<name>paramDocletTags</name>
				<type>com.thoughtworks.qdox.model.DocletTag[]</type>
			</param>
		</method>
		<method>
			<name>_addParamElements</name>
			<param>
				<name>methodElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>javaMethod</name>
				<type>com.thoughtworks.qdox.model.JavaMethod</type>
			</param>
		</method>
		<method>
			<name>_addReturnElement</name>
			<param>
				<name>methodElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>javaMethod</name>
				<type>com.thoughtworks.qdox.model.JavaMethod</type>
			</param>
		</method>
		<method>
			<name>_addThrowsElement</name>
			<param>
				<name>methodElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>exception</name>
				<type>com.thoughtworks.qdox.model.Type</type>
			</param>
			<param>
				<name>throwsDocletTags</name>
				<type>com.thoughtworks.qdox.model.DocletTag[]</type>
			</param>
		</method>
		<method>
			<name>_addThrowsElements</name>
			<param>
				<name>methodElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>javaMethod</name>
				<type>com.thoughtworks.qdox.model.JavaMethod</type>
			</param>
		</method>
		<method>
			<name>_getCDATA</name>
			<param>
				<name>abstractJavaEntity</name>
				<type>com.thoughtworks.qdox.model.AbstractJavaEntity</type>
			</param>
		</method>
		<method>
			<name>_getCDATA</name>
			<param>
				<name>cdata</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getFieldKey</name>
			<param>
				<name>fieldElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>_getFieldKey</name>
			<param>
				<name>javaField</name>
				<type>com.thoughtworks.qdox.model.JavaField</type>
			</param>
		</method>
		<method>
			<name>_getJavaClass</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getJavaClass</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>reader</name>
				<type>java.io.Reader</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getJavaClassComment</name>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>javaClass</name>
				<type>com.thoughtworks.qdox.model.JavaClass</type>
			</param>
		</method>
		<method>
			<name>_getJavadocXml</name>
			<param>
				<name>javaClass</name>
				<type>com.thoughtworks.qdox.model.JavaClass</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getJavaFieldComment</name>
			<param>
				<name>lines</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>fieldElementsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>javaField</name>
				<type>com.thoughtworks.qdox.model.JavaField</type>
			</param>
		</method>
		<method>
			<name>_getJavaMethodComment</name>
			<param>
				<name>lines</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>methodElementsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>javaMethod</name>
				<type>com.thoughtworks.qdox.model.JavaMethod</type>
			</param>
		</method>
		<method>
			<name>_getMethodKey</name>
			<param>
				<name>methodElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>_getMethodKey</name>
			<param>
				<name>javaMethod</name>
				<type>com.thoughtworks.qdox.model.JavaMethod</type>
			</param>
		</method>
		<method>
			<name>_isGenerated</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_process</name>
			<param>
				<name>command</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>limit</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ignoreAutogenerated</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_processDelete</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_processGet</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_processSave</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_removeJavadocFromJava</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>log</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_updateJavadocFromJava</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_updateJavaFromJavadoc</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldContent</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_fileUtil</name>
		</field>
		<field>
			<name>_saxReaderUtil</name>
		</field>
		<field>
			<name>_basedir</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LangBuilder</name>
		<type>com.liferay.portal.tools.LangBuilder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>LangBuilder</name>
			<param>
				<name>langDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>langFile</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>langPlugin</name>
				<type>boolean</type>
			</param>
			<param>
				<name>langTranslate</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createProperties</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_createProperties</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parentLanguageId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_fixEnglishTranslation</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_fixTranslation</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_orderProperties</name>
			<param>
				<name>propertiesFile</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_sortAndWrite</name>
			<param>
				<name>unsyncBufferedWriter</name>
				<type>com.liferay.portal.kernel.io.unsync.UnsyncBufferedWriter</type>
			</param>
			<param>
				<name>messages</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>firstLine</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_translate</name>
			<param>
				<name>translationId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromText</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>limit</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>AUTOMATIC_COPY</name>
		</field>
		<field>
			<name>AUTOMATIC_TRANSLATION</name>
		</field>
		<field>
			<name>_langDir</name>
		</field>
		<field>
			<name>_langFile</name>
		</field>
		<field>
			<name>_langTranslate</name>
		</field>
		<field>
			<name>_portalLanguageProperties</name>
		</field>
		<field>
			<name>_renameKeys</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PluginsEnvironmentBuilder</name>
		<type>com.liferay.portal.tools.PluginsEnvironmentBuilder</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>PluginsEnvironmentBuilder</name>
			<param>
				<name>dir</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addClasspathEntry</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>jar</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addClasspathEntry</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>jar</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>attributes</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setupProject</name>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>writeClasspathFile</name>
			<param>
				<name>libDir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>dependencyJars</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>projectDirName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>projectName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>javaProject</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>writeEclipseFiles</name>
			<param>
				<name>libDir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>projectDir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>dependencyJars</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>writeProjectFile</name>
			<param>
				<name>projectDirName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>projectName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>javaProject</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_BRANCH</name>
		</field>
		<field>
			<name>_SOURCE_DIR_NAMES</name>
		</field>
		<field>
			<name>_TEST_TYPES</name>
		</field>
		<field>
			<name>_fileUtil</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PluginsGitSvnSyncer</name>
		<type>com.liferay.portal.tools.PluginsGitSvnSyncer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>PluginsGitSvnSyncer</name>
			<param>
				<name>gitPluginsDirName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>svnPluginsDirName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>syncTo</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_exec</name>
			<param>
				<name>cmd</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getExecOutput</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_updateGitIgnores</name>
			<param>
				<name>srcDirName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destDirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_updateGitIgnores</name>
			<param>
				<name>srcDirName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destDirName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_updateSvnIgnores</name>
			<param>
				<name>srcDirName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destDirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_updateSvnIgnores</name>
			<param>
				<name>srcDirName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destDirName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_PLUGIN_DIR_NAMES</name>
		</field>
		<field>
			<name>_PLUGIN_TYPES</name>
		</field>
		<field>
			<name>_SVN_DEL_IGNORES</name>
		</field>
		<field>
			<name>_SVN_GET_IGNORES</name>
		</field>
		<field>
			<name>_SVN_SET_IGNORES</name>
		</field>
		<field>
			<name>_fileUtil</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PluginsSummaryBuilder</name>
		<type>com.liferay.portal.tools.PluginsSummaryBuilder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>PluginsSummaryBuilder</name>
			<param>
				<name>pluginsDir</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>_createPluginsSummary</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createPluginSummary</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_readProperty</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_readReleng</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_updateRelengPropertiesFile</name>
			<param>
				<name>relengPropertiesFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>relengProperties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_writeElement</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>tabsCount</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_writeElement</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tabsCount</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_writeProperty</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_distinctAuthors</name>
		</field>
		<field>
			<name>_distinctLicenses</name>
		</field>
		<field>
			<name>_pluginsDir</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalClientBuilder</name>
		<type>com.liferay.portal.tools.PortalClientBuilder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>PortalClientBuilder</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outputDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mappingFile</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_writePluginMappingFile</name>
			<param>
				<name>mappingFile</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>serviceName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ReleaseInfoBuilder</name>
		<type>com.liferay.portal.tools.ReleaseInfoBuilder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>ReleaseInfoBuilder</name>
		</method>
		<field>
			<name>_fileUtil</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SassToCssBuilder</name>
		<type>com.liferay.portal.tools.SassToCssBuilder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getCacheFile</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>parseStaticTokens</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>SassToCssBuilder</name>
			<param>
				<name>dirNames</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getContent</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getCssThemePath</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_initUtil</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>_parseSassDirectory</name>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_parseSassFile</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_rubyExecutor</name>
		</field>
		<field>
			<name>_rubyScript</name>
		</field>
		<field>
			<name>_tempDir</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SeleneseToJavaBuilder</name>
		<type>com.liferay.portal.tools.SeleneseToJavaBuilder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>SeleneseToJavaBuilder</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>fixParam</name>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>formatTestSuite</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldContent</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFileNames</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getNormalizedContent</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getParams</name>
			<param>
				<name>step</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>minimizeTestCase</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>minimizeTestFileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>normalizeFileName</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>readFile</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>translateTestCase</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>translateTestSuite</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>writeFile</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>format</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_FIX_PARAM_NEW_SUBS</name>
		</field>
		<field>
			<name>_FIX_PARAM_OLD_SUBS</name>
		</field>
		<field>
			<name>_basedir</name>
		</field>
		<field>
			<name>_reportDuplicates</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SourceFormatterHelper</name>
		<type>com.liferay.portal.tools.SourceFormatterHelper</type>
		<author><![CDATA[Igor Spasic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SourceFormatterHelper</name>
			<param>
				<name>useProperties</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>init</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>printError</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>printError</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>scanForFiles</name>
			<param>
				<name>directoryScanner</name>
				<type>org.apache.tools.ant.DirectoryScanner</type>
			</param>
		</method>
		<field>
			<name>_fileUtil</name>
		</field>
		<field>
			<name>_properties</name>
		</field>
		<field>
			<name>_propertiesContent</name>
		</field>
		<field>
			<name>_propertiesFile</name>
		</field>
		<field>
			<name>_useProperties</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TCKtoJUnitConverter</name>
		<type>com.liferay.portal.tools.TCKtoJUnitConverter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>TCKtoJUnitConverter</name>
			<param>
				<name>inputFile</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outputDir</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_convert</name>
			<param>
				<name>inputFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>outputDir</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_convert</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outputDir</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>TLDFormatter</name>
		<type>com.liferay.portal.tools.TLDFormatter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>_formatTLD</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_sortElements</name>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sortBy</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TextReplacer</name>
		<type>com.liferay.portal.tools.TextReplacer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>TextReplacer</name>
			<param>
				<name>dirs</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includes</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>excludes</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tokenFile</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valueFile</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_fileUtil</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThumbnailBuilder</name>
		<type>com.liferay.portal.tools.ThumbnailBuilder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>ThumbnailBuilder</name>
			<param>
				<name>originalFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>thumbnailFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>height</name>
				<type>int</type>
			</param>
			<param>
				<name>width</name>
				<type>int</type>
			</param>
			<param>
				<name>overwrite</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_imageToolUtil</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WSDDBuilder</name>
		<type>com.liferay.portal.tools.WSDDBuilder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>build</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setFileName</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setOutputPath</name>
			<param>
				<name>outputPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setServerConfigFileName</name>
			<param>
				<name>serverConfigFileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setServiceNamespace</name>
			<param>
				<name>serviceNamespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_createServiceWSDD</name>
			<param>
				<name>entityName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_fileName</name>
		</field>
		<field>
			<name>_outputPath</name>
		</field>
		<field>
			<name>_packagePath</name>
		</field>
		<field>
			<name>_portletShortName</name>
		</field>
		<field>
			<name>_serverConfigFileName</name>
		</field>
		<field>
			<name>_serviceNamespace</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WSDDMerger</name>
		<type>com.liferay.portal.tools.WSDDMerger</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>WSDDMerger</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WebXML23Converter</name>
		<type>com.liferay.portal.tools.WebXML23Converter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>WebXML23Converter</name>
			<param>
				<name>input</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>output</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WebXMLBuilder</name>
		<type>com.liferay.portal.tools.WebXMLBuilder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Tang Ying Jian]]></author>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<author><![CDATA[Minhchau Dang]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>organizeWebXML</name>
			<param>
				<name>webXML</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>WebXMLBuilder</name>
			<param>
				<name>originalWebXML</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>customWebXML</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mergedWebXML</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCustomContent</name>
			<param>
				<name>customWebXML</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getMergedContentIndex</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOriginalContentIndex</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>XMLFormatter</name>
		<type>com.liferay.portal.tools.XMLFormatter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>XSLTBuilder</name>
		<type>com.liferay.portal.tools.XSLTBuilder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>XSLTBuilder</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xsl</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>html</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ColumnsComparator</name>
		<type>com.liferay.portal.tools.comparator.ColumnsComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ColumnsComparator</name>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ColumnsComparator</name>
			<param>
				<name>columnNames</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>ColumnsComparator</name>
			<param>
				<name>columnNames</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_columnNames</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JavaMethodComparator</name>
		<type>com.liferay.portal.tools.comparator.JavaMethodComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>compare</name>
			<param>
				<name>method1</name>
				<type>com.thoughtworks.qdox.model.JavaMethod</type>
			</param>
			<param>
				<name>method2</name>
				<type>com.thoughtworks.qdox.model.JavaMethod</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseDeployer</name>
		<type>com.liferay.portal.tools.deploy.BaseDeployer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Sandeep Soni]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>BaseDeployer</name>
		</method>
		<method>
			<name>BaseDeployer</name>
			<param>
				<name>wars</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>jars</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>addExtJar</name>
			<param>
				<name>jars</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>resource</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addRequiredJar</name>
			<param>
				<name>jars</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>resource</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>autoDeploy</name>
			<param>
				<name>autoDeploymentContext</name>
				<type>com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext</type>
			</param>
			<throws>
				<name>AutoDeployException</name>
				<type>com.liferay.portal.kernel.deploy.auto.AutoDeployException</type>
			</throws>
		</method>
		<method>
			<name>checkArguments</name>
		</method>
		<method>
			<name>copyDependencyXml</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetDir</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyDependencyXml</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filterMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyDependencyXml</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>overwrite</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyJars</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyPortalDependencies</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyProperties</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyTlds</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyTomcatContextXml</name>
			<param>
				<name>targetDir</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyXmls</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deploy</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deployDirectory</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>mergeDir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>deployDir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>overwrite</name>
				<type>boolean</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deployDirectory</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>override</name>
				<type>boolean</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deployFile</name>
			<param>
				<name>autoDeploymentContext</name>
				<type>com.liferay.portal.kernel.deploy.auto.context.AutoDeploymentContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deployFile</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>mergeDir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>deployDir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>overwrite</name>
				<type>boolean</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>downloadJar</name>
			<param>
				<name>jar</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>fixPortalDependencyJar</name>
			<param>
				<name>portalJar</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDeploymentHandler</name>
		</method>
		<method>
			<name>getDisplayName</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>getExtraContent</name>
			<param>
				<name>webXmlVersion</name>
				<type>double</type>
			</param>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getExtraFiltersContent</name>
			<param>
				<name>webXmlVersion</name>
				<type>double</type>
			</param>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getIgnoreFiltersContent</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getInvokerFilterContent</name>
		</method>
		<method>
			<name>getInvokerFilterContent</name>
			<param>
				<name>dispatcher</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPluginPackageLicensesXml</name>
			<param>
				<name>licenses</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getPluginPackageLiferayVersionsXml</name>
			<param>
				<name>liferayVersions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getPluginPackageProperties</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPluginPackageTagsXml</name>
			<param>
				<name>tags</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getPluginPackageXmlFilterMap</name>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
		</method>
		<method>
			<name>getPluginType</name>
		</method>
		<method>
			<name>getServletContextIncludeFiltersContent</name>
			<param>
				<name>webXmlVersion</name>
				<type>double</type>
			</param>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getSessionFiltersContent</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getSpeedFiltersContent</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isJEEDeploymentEnabled</name>
		</method>
		<method>
			<name>mergeDirectory</name>
			<param>
				<name>mergeDir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>targetDir</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>postDeploy</name>
			<param>
				<name>destDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deployDir</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>postDeployGlassfish</name>
			<param>
				<name>destDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deployDir</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>postDeployJBoss</name>
			<param>
				<name>destDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deployDir</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>postDeployWebSphere</name>
			<param>
				<name>destDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deployDir</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processPluginPackageProperties</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>readPluginPackage</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<see><![CDATA[{@link PluginPackageUtil#_readPluginPackageServletContext( javax.servlet.ServletContext)}]]></see>
		</method>
		<method>
			<name>rewriteFiles</name>
			<param>
				<name>srcDir</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>secureWebXml</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setAppServerType</name>
			<param>
				<name>appServerType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setAuiTaglibDTD</name>
			<param>
				<name>auiTaglibDTD</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setBaseDir</name>
			<param>
				<name>baseDir</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDestDir</name>
			<param>
				<name>destDir</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFilePattern</name>
			<param>
				<name>filePattern</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setJars</name>
			<param>
				<name>jars</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setJbossPrefix</name>
			<param>
				<name>jbossPrefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletExtTaglibDTD</name>
			<param>
				<name>portletExtTaglibDTD</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletTaglibDTD</name>
			<param>
				<name>portletTaglibDTD</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSecurityTaglibDTD</name>
			<param>
				<name>securityTaglibDTD</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setThemeTaglibDTD</name>
			<param>
				<name>themeTaglibDTD</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTomcatLibDir</name>
			<param>
				<name>tomcatLibDir</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUiTaglibDTD</name>
			<param>
				<name>uiTaglibDTD</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUnpackWar</name>
			<param>
				<name>unpackWar</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setUtilTaglibDTD</name>
			<param>
				<name>utilTaglibDTD</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setWars</name>
			<param>
				<name>wars</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>updateDeployDirectory</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateGeronimoWebXml</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLiferayWebXml</name>
			<param>
				<name>webXmlVersion</name>
				<type>double</type>
			</param>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>webXmlContent</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateWebXml</name>
			<param>
				<name>webXml</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>DEPLOY_TO_PREFIX</name>
		</field>
		<field>
			<name>appServerType</name>
		</field>
		<field>
			<name>auiTaglibDTD</name>
		</field>
		<field>
			<name>baseDir</name>
		</field>
		<field>
			<name>destDir</name>
		</field>
		<field>
			<name>filePattern</name>
		</field>
		<field>
			<name>jars</name>
		</field>
		<field>
			<name>jbossPrefix</name>
		</field>
		<field>
			<name>portletExtTaglibDTD</name>
		</field>
		<field>
			<name>portletTaglibDTD</name>
		</field>
		<field>
			<name>securityTaglibDTD</name>
		</field>
		<field>
			<name>themeTaglibDTD</name>
		</field>
		<field>
			<name>tomcatLibDir</name>
		</field>
		<field>
			<name>uiTaglibDTD</name>
		</field>
		<field>
			<name>unpackWar</name>
		</field>
		<field>
			<name>utilTaglibDTD</name>
		</field>
		<field>
			<name>wars</name>
		</field>
		<field>
			<name>_PORTAL_CLASS_LOADER</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DeploymentHandler</name>
		<type>com.liferay.portal.tools.deploy.DeploymentHandler</type>
		<author><![CDATA[Sandeep Soni]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DeploymentHandler</name>
			<param>
				<name>dmId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dmUser</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dmPassword</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dfClassName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deploy</name>
			<param>
				<name>warDir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>warContext</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDeploymentManager</name>
		</method>
		<method>
			<name>releaseDeploymentManager</name>
		</method>
		<method>
			<name>setError</name>
			<param>
				<name>error</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setStarted</name>
			<param>
				<name>started</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>waitForStart</name>
			<param>
				<name>warContext</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_deploymentManager</name>
		</field>
		<field>
			<name>_error</name>
		</field>
		<field>
			<name>_started</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DeploymentProgressListener</name>
		<type>com.liferay.portal.tools.deploy.DeploymentProgressListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Sandeep Soni]]></author>
		<method>
			<name>DeploymentProgressListener</name>
			<param>
				<name>deploymentHandler</name>
				<type>com.liferay.portal.tools.deploy.DeploymentHandler</type>
			</param>
			<param>
				<name>warContext</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>handleProgressEvent</name>
			<param>
				<name>progressEvent</name>
				<type>javax.enterprise.deploy.spi.status.ProgressEvent</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_deploymentHandler</name>
		</field>
		<field>
			<name>_deploymentManager</name>
		</field>
		<field>
			<name>_warContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExtDeployer</name>
		<type>com.liferay.portal.tools.deploy.ExtDeployer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>ExtDeployer</name>
		</method>
		<method>
			<name>ExtDeployer</name>
			<param>
				<name>wars</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>jars</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getPluginType</name>
		</method>
	</javadoc>
	<javadoc>
		<name>HookDeployer</name>
		<type>com.liferay.portal.tools.deploy.HookDeployer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>HookDeployer</name>
		</method>
		<method>
			<name>HookDeployer</name>
			<param>
				<name>wars</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>jars</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>copyXmls</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPluginType</name>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutTemplateDeployer</name>
		<type>com.liferay.portal.tools.deploy.LayoutTemplateDeployer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>LayoutTemplateDeployer</name>
		</method>
		<method>
			<name>LayoutTemplateDeployer</name>
			<param>
				<name>wars</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>jars</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getPluginType</name>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletDeployer</name>
		<type>com.liferay.portal.tools.deploy.PortletDeployer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>PortletDeployer</name>
		</method>
		<method>
			<name>PortletDeployer</name>
			<param>
				<name>wars</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>jars</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>checkArguments</name>
		</method>
		<method>
			<name>copyXmls</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getExtraContent</name>
			<param>
				<name>webXmlVersion</name>
				<type>double</type>
			</param>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getExtraFiltersContent</name>
			<param>
				<name>webXmlVersion</name>
				<type>double</type>
			</param>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPluginType</name>
		</method>
		<method>
			<name>getServletContent</name>
			<param>
				<name>portletXML</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>webXML</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setupJSF</name>
			<param>
				<name>facesXML</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>portletXML</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateDeployDirectory</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePortletXML</name>
			<param>
				<name>portletXML</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>JSF_MYFACES</name>
		</field>
		<field>
			<name>JSF_STANDARD</name>
		</field>
		<field>
			<name>JSF_SUN</name>
		</field>
		<field>
			<name>LIFERAY_RENDER_KIT_FACTORY</name>
		</field>
		<field>
			<name>MYFACES_CONTEXT_FACTORY</name>
		</field>
		<field>
			<name>_myFacesPortlet</name>
		</field>
		<field>
			<name>_sunFacesPortlet</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StartProgressListener</name>
		<type>com.liferay.portal.tools.deploy.StartProgressListener</type>
		<author><![CDATA[Sandeep Soni]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Deepak Gothe]]></author>
		<method>
			<name>StartProgressListener</name>
			<param>
				<name>deploymentHandler</name>
				<type>com.liferay.portal.tools.deploy.DeploymentHandler</type>
			</param>
		</method>
		<method>
			<name>handleProgressEvent</name>
			<param>
				<name>progressEvent</name>
				<type>javax.enterprise.deploy.spi.status.ProgressEvent</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_deploymentHandler</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThemeDeployer</name>
		<type>com.liferay.portal.tools.deploy.ThemeDeployer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>ThemeDeployer</name>
		</method>
		<method>
			<name>ThemeDeployer</name>
			<param>
				<name>wars</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>jars</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>checkArguments</name>
		</method>
		<method>
			<name>getExtraFiltersContent</name>
			<param>
				<name>webXmlVersion</name>
				<type>double</type>
			</param>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPluginType</name>
		</method>
		<method>
			<name>processPluginPackageProperties</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>WebDeployer</name>
		<type>com.liferay.portal.tools.deploy.WebDeployer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>WebDeployer</name>
		</method>
		<method>
			<name>WebDeployer</name>
			<param>
				<name>wars</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>jars</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>copyXmls</name>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginPackage</name>
				<type>com.liferay.portal.kernel.plugin.PluginPackage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPluginType</name>
		</method>
	</javadoc>
	<javadoc>
		<name>TimestampUpdater</name>
		<type>com.liferay.portal.tools.jspc.common.TimestampUpdater</type>
		<author><![CDATA[Minhchau Dang]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>TimestampUpdater</name>
			<param>
				<name>classDirName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BatchJspCompiler</name>
		<type>com.liferay.portal.tools.jspc.resin.BatchJspCompiler</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>BatchJspCompiler</name>
			<param>
				<name>appDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classDir</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_compile</name>
			<param>
				<name>fileNames</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_fileUtil</name>
		</field>
		<field>
			<name>_appDir</name>
		</field>
		<field>
			<name>_classDir</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DataFactory</name>
		<type>com.liferay.portal.tools.samplesqlbuilder.DataFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DataFactory</name>
			<param>
				<name>baseDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>maxGroupsCount</name>
				<type>int</type>
			</param>
			<param>
				<name>maxJournalArticleSize</name>
				<type>int</type>
			</param>
			<param>
				<name>maxUserToGroupCount</name>
				<type>int</type>
			</param>
			<param>
				<name>counter</name>
				<type>com.liferay.util.SimpleCounter</type>
			</param>
			<param>
				<name>dlDateCounter</name>
				<type>com.liferay.util.SimpleCounter</type>
			</param>
			<param>
				<name>permissionCounter</name>
				<type>com.liferay.util.SimpleCounter</type>
			</param>
			<param>
				<name>resourceCounter</name>
				<type>com.liferay.util.SimpleCounter</type>
			</param>
			<param>
				<name>resourceCodeCounter</name>
				<type>com.liferay.util.SimpleCounter</type>
			</param>
			<param>
				<name>resourcePermissionCounter</name>
				<type>com.liferay.util.SimpleCounter</type>
			</param>
			<param>
				<name>socialActivityCounter</name>
				<type>com.liferay.util.SimpleCounter</type>
			</param>
		</method>
		<method>
			<name>addAssetEntry</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>visible</name>
				<type>boolean</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addBlogsEntry</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>urlTitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addBlogsStatsUser</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addContact</name>
			<param>
				<name>firstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addDDLRecord</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddlRecordSetId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addDDLRecordSet</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addDDLRecordVersion</name>
			<param>
				<name>ddlRecord</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecord</type>
			</param>
		</method>
		<method>
			<name>addDDMContent</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addDDMStorageLink</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addDDMStructure</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addDDMStructureLink</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addDlFileEntry</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addDLFileEntryMetadata</name>
			<param>
				<name>ddmStorageId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addDLFileRank</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addDLFileVersion</name>
			<param>
				<name>dlFileEntry</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntry</type>
			</param>
		</method>
		<method>
			<name>addDLFolder</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addDLSync</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>typeFolder</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addGroup</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>site</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addJournalArticle</name>
			<param>
				<name>resourcePrimKey</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addJournalArticleResource</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addLayout</name>
			<param>
				<name>layoutId</name>
				<type>int</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>column1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>column2</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addMBCategory</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>threadCount</name>
				<type>int</type>
			</param>
			<param>
				<name>messageCount</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addMBDiscussion</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addMBMessage</name>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<param>
				<name>rootMessageId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentMessageId</name>
				<type>long</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addMBStatsUser</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addMBThread</name>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>rootMessageId</name>
				<type>long</type>
			</param>
			<param>
				<name>messageCount</name>
				<type>int</type>
			</param>
			<param>
				<name>lastPostByUserId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addPermissions</name>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.model.Resource</type>
			</param>
		</method>
		<method>
			<name>addPortletPreferences</name>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>preferences</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addResource</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addResourcePermission</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addRolesPermissions</name>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.model.Resource</type>
			</param>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>memberRole</name>
				<type>com.liferay.portal.model.Role</type>
			</param>
		</method>
		<method>
			<name>addSocialActivity</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addUser</name>
			<param>
				<name>defaultUser</name>
				<type>boolean</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addUserToGroupIds</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addWikiNode</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addWikiPage</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>head</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getAdministratorRole</name>
		</method>
		<method>
			<name>getBlogsEntryClassName</name>
		</method>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>getCompany</name>
		</method>
		<method>
			<name>getCounters</name>
		</method>
		<method>
			<name>getDateLong</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>getDateString</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>getDDLRecordSetClassName</name>
		</method>
		<method>
			<name>getDDMContentClassName</name>
		</method>
		<method>
			<name>getDefaultUser</name>
		</method>
		<method>
			<name>getDLFileEntryClassName</name>
		</method>
		<method>
			<name>getGroupClassName</name>
		</method>
		<method>
			<name>getGroups</name>
		</method>
		<method>
			<name>getGuestGroup</name>
		</method>
		<method>
			<name>getGuestRole</name>
		</method>
		<method>
			<name>getJournalArticleClassName</name>
		</method>
		<method>
			<name>getMBMessageClassName</name>
		</method>
		<method>
			<name>getOrganizationAdministratorRole</name>
		</method>
		<method>
			<name>getOrganizationOwnerRole</name>
		</method>
		<method>
			<name>getOrganizationUserRole</name>
		</method>
		<method>
			<name>getPowerUserRole</name>
		</method>
		<method>
			<name>getResourceCodes</name>
		</method>
		<method>
			<name>getRoleClassName</name>
		</method>
		<method>
			<name>getRoles</name>
		</method>
		<method>
			<name>getSiteAdministratorRole</name>
		</method>
		<method>
			<name>getSiteMemberRole</name>
		</method>
		<method>
			<name>getSiteOwnerRole</name>
		</method>
		<method>
			<name>getUserClassName</name>
		</method>
		<method>
			<name>getUserNames</name>
		</method>
		<method>
			<name>getUserRole</name>
		</method>
		<method>
			<name>getWikiPageClassName</name>
		</method>
		<method>
			<name>initClassNames</name>
		</method>
		<method>
			<name>initCompany</name>
		</method>
		<method>
			<name>initCounters</name>
		</method>
		<method>
			<name>initDefaultUser</name>
		</method>
		<method>
			<name>initGroups</name>
		</method>
		<method>
			<name>initJournalArticle</name>
			<param>
				<name>maxJournalArticleSize</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initResourceCodes</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initResourceCodes</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>initRoles</name>
		</method>
		<method>
			<name>initUserNames</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>newInteger</name>
		</method>
		<method>
			<name>newCreateDate</name>
		</method>
		<method>
			<name>newResourceCode</name>
		</method>
		<method>
			<name>newRole</name>
		</method>
		<field>
			<name>_administratorRole</name>
		</field>
		<field>
			<name>_baseCreateTime</name>
		</field>
		<field>
			<name>_baseDir</name>
		</field>
		<field>
			<name>_blogsEntryClassName</name>
		</field>
		<field>
			<name>_classNames</name>
		</field>
		<field>
			<name>_company</name>
		</field>
		<field>
			<name>_counter</name>
		</field>
		<field>
			<name>_counters</name>
		</field>
		<field>
			<name>_ddlRecordSetClassName</name>
		</field>
		<field>
			<name>_ddmContentClassName</name>
		</field>
		<field>
			<name>_defaultUser</name>
		</field>
		<field>
			<name>_dlDateCounter</name>
		</field>
		<field>
			<name>_dlFileEntryClassName</name>
		</field>
		<field>
			<name>_groupClassName</name>
		</field>
		<field>
			<name>_groups</name>
		</field>
		<field>
			<name>_guestGroup</name>
		</field>
		<field>
			<name>_guestRole</name>
		</field>
		<field>
			<name>_individualResourceCodeIds</name>
		</field>
		<field>
			<name>_individualResourceNames</name>
		</field>
		<field>
			<name>_journalArticleClassName</name>
		</field>
		<field>
			<name>_journalArticleContent</name>
		</field>
		<field>
			<name>_maxGroupsCount</name>
		</field>
		<field>
			<name>_maxUserToGroupCount</name>
		</field>
		<field>
			<name>_mbMessageClassName</name>
		</field>
		<field>
			<name>_organizationAdministratorRole</name>
		</field>
		<field>
			<name>_organizationOwnerRole</name>
		</field>
		<field>
			<name>_organizationUserRole</name>
		</field>
		<field>
			<name>_ownerRole</name>
		</field>
		<field>
			<name>_permissionCounter</name>
		</field>
		<field>
			<name>_powerUserRole</name>
		</field>
		<field>
			<name>_resourceCodeCounter</name>
		</field>
		<field>
			<name>_resourceCodes</name>
		</field>
		<field>
			<name>_resourceCounter</name>
		</field>
		<field>
			<name>_resourcePermissionCounter</name>
		</field>
		<field>
			<name>_roleClassName</name>
		</field>
		<field>
			<name>_roles</name>
		</field>
		<field>
			<name>_simpleDateFormat</name>
		</field>
		<field>
			<name>_siteAdministratorRole</name>
		</field>
		<field>
			<name>_siteMemberRole</name>
		</field>
		<field>
			<name>_siteOwnerRole</name>
		</field>
		<field>
			<name>_socialActivityCounter</name>
		</field>
		<field>
			<name>_userClassName</name>
		</field>
		<field>
			<name>_userNames</name>
		</field>
		<field>
			<name>_userRole</name>
		</field>
		<field>
			<name>_wikiPageClassName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SampleMySQLDB</name>
		<type>com.liferay.portal.tools.samplesqlbuilder.SampleMySQLDB</type>
		<comment><![CDATA[A simplified version of MySQLDB for sample SQL generation. This should not be used for any other purposes.]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>buildSQL</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_GENERIC_TEMPLATE</name>
		</field>
		<field>
			<name>_MYSQL_TEMPLATE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SampleSQLBuilder</name>
		<type>com.liferay.portal.tools.samplesqlbuilder.SampleSQLBuilder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>SampleSQLBuilder</name>
			<param>
				<name>arguments</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>baseDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dbType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>maxBlogsEntryCommentCount</name>
				<type>int</type>
			</param>
			<param>
				<name>maxBlogsEntryCount</name>
				<type>int</type>
			</param>
			<param>
				<name>maxDDLRecordCount</name>
				<type>int</type>
			</param>
			<param>
				<name>maxDDLRecordSetCount</name>
				<type>int</type>
			</param>
			<param>
				<name>maxDLFileEntryCount</name>
				<type>int</type>
			</param>
			<param>
				<name>maxDLFileEntrySize</name>
				<type>int</type>
			</param>
			<param>
				<name>maxDLFolderCount</name>
				<type>int</type>
			</param>
			<param>
				<name>maxDLFolderDepth</name>
				<type>int</type>
			</param>
			<param>
				<name>maxGroupCount</name>
				<type>int</type>
			</param>
			<param>
				<name>maxJournalArticleCount</name>
				<type>int</type>
			</param>
			<param>
				<name>maxJournalArticleSize</name>
				<type>int</type>
			</param>
			<param>
				<name>maxMBCategoryCount</name>
				<type>int</type>
			</param>
			<param>
				<name>maxMBMessageCount</name>
				<type>int</type>
			</param>
			<param>
				<name>maxMBThreadCount</name>
				<type>int</type>
			</param>
			<param>
				<name>maxUserCount</name>
				<type>int</type>
			</param>
			<param>
				<name>maxUserToGroupCount</name>
				<type>int</type>
			</param>
			<param>
				<name>maxWikiNodeCount</name>
				<type>int</type>
			</param>
			<param>
				<name>maxWikiPageCommentCount</name>
				<type>int</type>
			</param>
			<param>
				<name>maxWikiPageCount</name>
				<type>int</type>
			</param>
			<param>
				<name>optimizeBufferSize</name>
				<type>int</type>
			</param>
			<param>
				<name>outputDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outputMerge</name>
				<type>boolean</type>
			</param>
			<param>
				<name>securityEnabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>insertBlogsEntry</name>
			<param>
				<name>blogsEntry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>insertDDLRecord</name>
			<param>
				<name>ddlRecord</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecord</type>
			</param>
			<param>
				<name>ddlRecordSet</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordSet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>insertDDLRecordSet</name>
			<param>
				<name>ddmStructure</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructure</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>insertDLFileEntry</name>
			<param>
				<name>dlFileEntry</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntry</type>
			</param>
			<param>
				<name>ddmStructure</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructure</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>insertDLFolder</name>
			<param>
				<name>dlFolder</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFolder</type>
			</param>
			<param>
				<name>ddmStructure</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructure</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>insertDLFolders</name>
			<param>
				<name>parentDLFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>dlFolderDepth</name>
				<type>int</type>
			</param>
			<param>
				<name>ddmStructure</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructure</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>insertGroup</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>privateLayouts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>publicLayouts</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>insertJournalArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>journalArticleLayouts</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>insertMBCategory</name>
			<param>
				<name>mbCategory</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>insertMBMessage</name>
			<param>
				<name>mbMessage</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>insertResourcePermission</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>insertSecurity</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>insertSecurity</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>insertUser</name>
			<param>
				<name>contact</name>
				<type>com.liferay.portal.model.Contact</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>organizationIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>privateLayouts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>publicLayouts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>insertWikiPage</name>
			<param>
				<name>wikiNode</name>
				<type>com.liferay.portlet.wiki.model.WikiNode</type>
			</param>
			<param>
				<name>wikiPage</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>compressInsertSQL</name>
			<param>
				<name>insertSQL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>compressSQL</name>
			<param>
				<name>reader</name>
				<type>java.io.Reader</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>createFileWriter</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>createFileWriter</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>createUnsyncBufferedWriter</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
		</method>
		<method>
			<name>generateSQL</name>
			<param>
				<name>charPipe</name>
				<type>com.liferay.portal.kernel.io.CharPipe</type>
			</param>
		</method>
		<method>
			<name>getContext</name>
		</method>
		<method>
			<name>getInsertSQLFile</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>mergeSQL</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>processTemplate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>context</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>context</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>writeToInsertSQLFile</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_PIPE_BUFFER_SIZE</name>
		</field>
		<field>
			<name>_TPL_ROOT</name>
		</field>
		<field>
			<name>_WRITER_BUFFER_SIZE</name>
		</field>
		<field>
			<name>_counter</name>
		</field>
		<field>
			<name>_dataFactory</name>
		</field>
		<field>
			<name>_db</name>
		</field>
		<field>
			<name>_dbType</name>
		</field>
		<field>
			<name>_dlDateCounter</name>
		</field>
		<field>
			<name>_insertSQLs</name>
		</field>
		<field>
			<name>_insertSQLWriters</name>
		</field>
		<field>
			<name>_maxBlogsEntryCommentCount</name>
		</field>
		<field>
			<name>_maxBlogsEntryCount</name>
		</field>
		<field>
			<name>_maxDDLRecordCount</name>
		</field>
		<field>
			<name>_maxDDLRecordSetCount</name>
		</field>
		<field>
			<name>_maxDLFileEntryCount</name>
		</field>
		<field>
			<name>_maxDLFileEntrySize</name>
		</field>
		<field>
			<name>_maxDLFolderCount</name>
		</field>
		<field>
			<name>_maxDLFolderDepth</name>
		</field>
		<field>
			<name>_maxGroupCount</name>
		</field>
		<field>
			<name>_maxJournalArticleCount</name>
		</field>
		<field>
			<name>_maxMBCategoryCount</name>
		</field>
		<field>
			<name>_maxMBMessageCount</name>
		</field>
		<field>
			<name>_maxMBThreadCount</name>
		</field>
		<field>
			<name>_maxUserCount</name>
		</field>
		<field>
			<name>_maxUserToGroupCount</name>
		</field>
		<field>
			<name>_maxWikiNodeCount</name>
		</field>
		<field>
			<name>_maxWikiPageCommentCount</name>
		</field>
		<field>
			<name>_maxWikiPageCount</name>
		</field>
		<field>
			<name>_optimizeBufferSize</name>
		</field>
		<field>
			<name>_otherSQLs</name>
		</field>
		<field>
			<name>_outputDir</name>
		</field>
		<field>
			<name>_outputMerge</name>
		</field>
		<field>
			<name>_permissionCounter</name>
		</field>
		<field>
			<name>_resourceCodeCounter</name>
		</field>
		<field>
			<name>_resourceCounter</name>
		</field>
		<field>
			<name>_resourcePermissionCounter</name>
		</field>
		<field>
			<name>_securityEnabled</name>
		</field>
		<field>
			<name>_socialActivityCounter</name>
		</field>
		<field>
			<name>_tempDir</name>
		</field>
		<field>
			<name>_tplBlogsEntry</name>
		</field>
		<field>
			<name>_tplDDLRecord</name>
		</field>
		<field>
			<name>_tplDLFileEntry</name>
		</field>
		<field>
			<name>_tplDLFolder</name>
		</field>
		<field>
			<name>_tplDLFolders</name>
		</field>
		<field>
			<name>_tplGroup</name>
		</field>
		<field>
			<name>_tplJournalArticle</name>
		</field>
		<field>
			<name>_tplMBCategory</name>
		</field>
		<field>
			<name>_tplMBMessage</name>
		</field>
		<field>
			<name>_tplResourcePermission</name>
		</field>
		<field>
			<name>_tplSample</name>
		</field>
		<field>
			<name>_tplSecurity</name>
		</field>
		<field>
			<name>_tplUser</name>
		</field>
		<field>
			<name>_tplWikiPage</name>
		</field>
		<field>
			<name>_userScreenNameIncrementer</name>
		</field>
		<field>
			<name>_writerBlogsCSV</name>
		</field>
		<field>
			<name>_writerCompanyCSV</name>
		</field>
		<field>
			<name>_writerDocumentLibraryCSV</name>
		</field>
		<field>
			<name>_writerDynamicDataListsCSV</name>
		</field>
		<field>
			<name>_writerLayoutCSV</name>
		</field>
		<field>
			<name>_writerMessageBoardsCSV</name>
		</field>
		<field>
			<name>_writerRepositoryCSV</name>
		</field>
		<field>
			<name>_writerSampleSQL</name>
		</field>
		<field>
			<name>_writerUserCSV</name>
		</field>
		<field>
			<name>_writerWikiCSV</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SequentialUUID</name>
		<type>com.liferay.portal.tools.samplesqlbuilder.SequentialUUID</type>
		<comment><![CDATA[A simplified UUID generator for sample SQL generation that generates UUID in a sequential order. This should not be used for any other purposes.]]></comment>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>generate</name>
		</method>
		<method>
			<name>getSequentialUUID</name>
		</method>
		<method>
			<name>_toHexString</name>
			<param>
				<name>number</name>
				<type>long</type>
			</param>
			<param>
				<name>digits</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_HEX_DIGITS</name>
		</field>
		<field>
			<name>_UUID_PREFIX</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_counter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TestSampleSQLBuilder</name>
		<type>com.liferay.portal.tools.samplesqlbuilder.TestSampleSQLBuilder</type>
		<author><![CDATA[Tina Tian]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>TestSampleSQLBuilder</name>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outputDir</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_loadHypersonic</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_outputDir</name>
		</field>
		<field>
			<name>_sqlDir</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Entity</name>
		<type>com.liferay.portal.tools.servicebuilder.Entity</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getColumn</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnList</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>hasColumn</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnList</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>Entity</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>Entity</name>
			<param>
				<name>packagePath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletShortName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>humanName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>table</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>alias</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>uuid</name>
				<type>boolean</type>
			</param>
			<param>
				<name>uuidAccessor</name>
				<type>boolean</type>
			</param>
			<param>
				<name>localService</name>
				<type>boolean</type>
			</param>
			<param>
				<name>remoteService</name>
				<type>boolean</type>
			</param>
			<param>
				<name>persistenceClass</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>finderClass</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dataSource</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sessionFactory</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>txManager</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cacheEnabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>jsonEnabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>pkList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>regularColList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>blobList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>collectionList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>columnList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>order</name>
				<type>com.liferay.portal.tools.servicebuilder.EntityOrder</type>
			</param>
			<param>
				<name>finderList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>referenceList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>txRequiredList</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getAlias</name>
		</method>
		<method>
			<name>getBlobList</name>
		</method>
		<method>
			<name>getCollectionFinderList</name>
		</method>
		<method>
			<name>getCollectionList</name>
		</method>
		<method>
			<name>getColumn</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getColumnByMappingTable</name>
			<param>
				<name>mappingTable</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getColumnList</name>
		</method>
		<method>
			<name>getDataSource</name>
		</method>
		<method>
			<name>getFilterPKColumn</name>
		</method>
		<method>
			<name>getFinderClass</name>
		</method>
		<method>
			<name>getFinderColumnsList</name>
		</method>
		<method>
			<name>getFinderList</name>
		</method>
		<method>
			<name>getHumanName</name>
		</method>
		<method>
			<name>getHumanNames</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getNames</name>
		</method>
		<method>
			<name>getOrder</name>
		</method>
		<method>
			<name>getPackagePath</name>
		</method>
		<method>
			<name>getParentTransients</name>
		</method>
		<method>
			<name>getPersistenceClass</name>
		</method>
		<method>
			<name>getPKClassName</name>
		</method>
		<method>
			<name>getPKDBName</name>
		</method>
		<method>
			<name>getPKList</name>
		</method>
		<method>
			<name>getPKVarName</name>
		</method>
		<method>
			<name>getPortletName</name>
		</method>
		<method>
			<name>getPortletShortName</name>
		</method>
		<method>
			<name>getReferenceList</name>
		</method>
		<method>
			<name>getRegularColList</name>
		</method>
		<method>
			<name>getSessionFactory</name>
		</method>
		<method>
			<name>getShortName</name>
		</method>
		<method>
			<name>getSpringPropertyName</name>
		</method>
		<method>
			<name>getTable</name>
		</method>
		<method>
			<name>getTransients</name>
		</method>
		<method>
			<name>getTXManager</name>
		</method>
		<method>
			<name>getTxRequiredList</name>
		</method>
		<method>
			<name>getUniqueFinderList</name>
		</method>
		<method>
			<name>getVarName</name>
		</method>
		<method>
			<name>getVarNames</name>
		</method>
		<method>
			<name>hasArrayableOperator</name>
		</method>
		<method>
			<name>hasColumn</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasColumns</name>
		</method>
		<method>
			<name>hasCompoundPK</name>
		</method>
		<method>
			<name>hasEagerBlobColumn</name>
		</method>
		<method>
			<name>hasFinderClass</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>hasLazyBlobColumn</name>
		</method>
		<method>
			<name>hasLocalizedColumn</name>
		</method>
		<method>
			<name>hasLocalService</name>
		</method>
		<method>
			<name>hasPrimitivePK</name>
		</method>
		<method>
			<name>hasPrimitivePK</name>
			<param>
				<name>includeWrappers</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>hasRemoteService</name>
		</method>
		<method>
			<name>hasUuid</name>
		</method>
		<method>
			<name>hasUuidAccessor</name>
		</method>
		<method>
			<name>isAttachedModel</name>
		</method>
		<method>
			<name>isAuditedModel</name>
		</method>
		<method>
			<name>isCacheEnabled</name>
		</method>
		<method>
			<name>isDefaultDataSource</name>
		</method>
		<method>
			<name>isDefaultSessionFactory</name>
		</method>
		<method>
			<name>isDefaultTXManager</name>
		</method>
		<method>
			<name>isGroupedModel</name>
		</method>
		<method>
			<name>isHierarchicalTree</name>
		</method>
		<method>
			<name>isJsonEnabled</name>
		</method>
		<method>
			<name>isOrdered</name>
		</method>
		<method>
			<name>isPermissionCheckEnabled</name>
		</method>
		<method>
			<name>isPermissionCheckEnabled</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portal.tools.servicebuilder.EntityFinder</type>
			</param>
		</method>
		<method>
			<name>isPermissionedModel</name>
		</method>
		<method>
			<name>isPortalReference</name>
		</method>
		<method>
			<name>isResourcedModel</name>
		</method>
		<method>
			<name>isWorkflowEnabled</name>
		</method>
		<method>
			<name>setParentTransients</name>
			<param>
				<name>transients</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setPortalReference</name>
			<param>
				<name>portalReference</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setTransients</name>
			<param>
				<name>transients</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>_getPKColumn</name>
		</method>
		<field>
			<name>DEFAULT_DATA_SOURCE</name>
		</field>
		<field>
			<name>DEFAULT_SESSION_FACTORY</name>
		</field>
		<field>
			<name>DEFAULT_TX_MANAGER</name>
		</field>
		<field>
			<name>NAME_ACCESSOR</name>
		</field>
		<field>
			<name>_alias</name>
		</field>
		<field>
			<name>_blobList</name>
		</field>
		<field>
			<name>_cacheEnabled</name>
		</field>
		<field>
			<name>_collectionList</name>
		</field>
		<field>
			<name>_columnList</name>
		</field>
		<field>
			<name>_dataSource</name>
		</field>
		<field>
			<name>_finderClass</name>
		</field>
		<field>
			<name>_finderColumnsList</name>
		</field>
		<field>
			<name>_finderList</name>
		</field>
		<field>
			<name>_humanName</name>
		</field>
		<field>
			<name>_jsonEnabled</name>
		</field>
		<field>
			<name>_localService</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_order</name>
		</field>
		<field>
			<name>_packagePath</name>
		</field>
		<field>
			<name>_parentTransients</name>
		</field>
		<field>
			<name>_persistenceClass</name>
		</field>
		<field>
			<name>_pkList</name>
		</field>
		<field>
			<name>_portalReference</name>
		</field>
		<field>
			<name>_portletName</name>
		</field>
		<field>
			<name>_portletShortName</name>
		</field>
		<field>
			<name>_referenceList</name>
		</field>
		<field>
			<name>_regularColList</name>
		</field>
		<field>
			<name>_remoteService</name>
		</field>
		<field>
			<name>_sessionFactory</name>
		</field>
		<field>
			<name>_table</name>
		</field>
		<field>
			<name>_transients</name>
		</field>
		<field>
			<name>_txManager</name>
		</field>
		<field>
			<name>_txRequiredList</name>
		</field>
		<field>
			<name>_uuid</name>
		</field>
		<field>
			<name>_uuidAccessor</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EntityColumn</name>
		<type>com.liferay.portal.tools.servicebuilder.EntityColumn</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>EntityColumn</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>EntityColumn</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dbName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<param>
				<name>accessor</name>
				<type>boolean</type>
			</param>
			<param>
				<name>filterPrimary</name>
				<type>boolean</type>
			</param>
			<param>
				<name>ejbName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mappingKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mappingTable</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>caseSensitive</name>
				<type>boolean</type>
			</param>
			<param>
				<name>orderByAscending</name>
				<type>boolean</type>
			</param>
			<param>
				<name>orderColumn</name>
				<type>boolean</type>
			</param>
			<param>
				<name>comparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arrayableOperator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>idType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>idParam</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>convertNull</name>
				<type>boolean</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<param>
				<name>localized</name>
				<type>boolean</type>
			</param>
			<param>
				<name>jsonEnabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>EntityColumn</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dbName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primary</name>
				<type>boolean</type>
			</param>
			<param>
				<name>accessor</name>
				<type>boolean</type>
			</param>
			<param>
				<name>filterPrimary</name>
				<type>boolean</type>
			</param>
			<param>
				<name>ejbName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mappingKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mappingTable</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>idType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>idParam</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>convertNull</name>
				<type>boolean</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<param>
				<name>localized</name>
				<type>boolean</type>
			</param>
			<param>
				<name>jsonEnabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>entityColumn</name>
				<type>com.liferay.portal.tools.servicebuilder.EntityColumn</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getArrayableOperator</name>
		</method>
		<method>
			<name>getComparator</name>
		</method>
		<method>
			<name>getDBName</name>
		</method>
		<method>
			<name>getEJBName</name>
		</method>
		<method>
			<name>getHumanCondition</name>
			<param>
				<name>arrayable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getHumanName</name>
		</method>
		<method>
			<name>getHumanNames</name>
		</method>
		<method>
			<name>getIdParam</name>
		</method>
		<method>
			<name>getIdType</name>
		</method>
		<method>
			<name>getMappingKey</name>
		</method>
		<method>
			<name>getMappingTable</name>
		</method>
		<method>
			<name>getMethodName</name>
		</method>
		<method>
			<name>getMethodNames</name>
		</method>
		<method>
			<name>getMethodUserUuidName</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getNames</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getUserUuidHumanName</name>
		</method>
		<method>
			<name>getUserUuidName</name>
		</method>
		<method>
			<name>hasArrayableOperator</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>isAccessor</name>
		</method>
		<method>
			<name>isArrayableAndOperator</name>
		</method>
		<method>
			<name>isCaseSensitive</name>
		</method>
		<method>
			<name>isCollection</name>
		</method>
		<method>
			<name>isConvertNull</name>
		</method>
		<method>
			<name>isFilterPrimary</name>
		</method>
		<method>
			<name>isFinderPath</name>
		</method>
		<method>
			<name>isJsonEnabled</name>
		</method>
		<method>
			<name>isLazy</name>
		</method>
		<method>
			<name>isLocalized</name>
		</method>
		<method>
			<name>isMappingManyToMany</name>
		</method>
		<method>
			<name>isMappingOneToMany</name>
		</method>
		<method>
			<name>isOrderByAscending</name>
		</method>
		<method>
			<name>isOrderColumn</name>
		</method>
		<method>
			<name>isPrimary</name>
		</method>
		<method>
			<name>isPrimitiveType</name>
		</method>
		<method>
			<name>isPrimitiveType</name>
			<param>
				<name>includeWrappers</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>isUserUuid</name>
		</method>
		<method>
			<name>setArrayableOperator</name>
			<param>
				<name>arrayableOperator</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCaseSensitive</name>
			<param>
				<name>caseSensitive</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setComparator</name>
			<param>
				<name>comparator</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setConvertNull</name>
			<param>
				<name>convertNull</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setDBName</name>
			<param>
				<name>dbName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFinderPath</name>
			<param>
				<name>finderPath</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setIdParam</name>
			<param>
				<name>idParam</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setIdType</name>
			<param>
				<name>idType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLazy</name>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLocalized</name>
			<param>
				<name>localized</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setOrderByAscending</name>
			<param>
				<name>orderByAscending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setOrderColumn</name>
			<param>
				<name>orderColumn</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>convertComparatorToHtml</name>
			<param>
				<name>comparator</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_accessor</name>
		</field>
		<field>
			<name>_arrayableOperator</name>
		</field>
		<field>
			<name>_caseSensitive</name>
		</field>
		<field>
			<name>_comparator</name>
		</field>
		<field>
			<name>_convertNull</name>
		</field>
		<field>
			<name>_dbName</name>
		</field>
		<field>
			<name>_ejbName</name>
		</field>
		<field>
			<name>_filterPrimary</name>
		</field>
		<field>
			<name>_finderPath</name>
		</field>
		<field>
			<name>_humanName</name>
		</field>
		<field>
			<name>_idParam</name>
		</field>
		<field>
			<name>_idType</name>
		</field>
		<field>
			<name>_jsonEnabled</name>
		</field>
		<field>
			<name>_lazy</name>
		</field>
		<field>
			<name>_localized</name>
		</field>
		<field>
			<name>_mappingKey</name>
		</field>
		<field>
			<name>_mappingTable</name>
		</field>
		<field>
			<name>_methodName</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_orderByAscending</name>
		</field>
		<field>
			<name>_orderColumn</name>
		</field>
		<field>
			<name>_primary</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EntityFinder</name>
		<type>com.liferay.portal.tools.servicebuilder.EntityFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>EntityFinder</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>returnType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>unique</name>
				<type>boolean</type>
			</param>
			<param>
				<name>where</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dbIndex</name>
				<type>boolean</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getColumn</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getColumns</name>
		</method>
		<method>
			<name>getHumanConditions</name>
			<param>
				<name>arrayable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getNames</name>
		</method>
		<method>
			<name>getReturnType</name>
		</method>
		<method>
			<name>getWhere</name>
		</method>
		<method>
			<name>hasArrayableOperator</name>
		</method>
		<method>
			<name>hasColumn</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasCustomComparator</name>
		</method>
		<method>
			<name>isCollection</name>
		</method>
		<method>
			<name>isDBIndex</name>
		</method>
		<method>
			<name>isUnique</name>
		</method>
		<field>
			<name>_columns</name>
		</field>
		<field>
			<name>_dbIndex</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_returnType</name>
		</field>
		<field>
			<name>_unique</name>
		</field>
		<field>
			<name>_where</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EntityMapping</name>
		<type>com.liferay.portal.tools.servicebuilder.EntityMapping</type>
		<author><![CDATA[Glenn Powell]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EntityMapping</name>
			<param>
				<name>table</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entity1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entity2</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getEntity</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getTable</name>
		</method>
		<field>
			<name>_entities</name>
		</field>
		<field>
			<name>_table</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EntityOrder</name>
		<type>com.liferay.portal.tools.servicebuilder.EntityOrder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EntityOrder</name>
			<param>
				<name>asc</name>
				<type>boolean</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getColumns</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>_asc</name>
		</field>
		<field>
			<name>_columns</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServiceBuilder</name>
		<type>com.liferay.portal.tools.servicebuilder.ServiceBuilder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Harry Mark]]></author>
		<author><![CDATA[Tariq Dweik]]></author>
		<author><![CDATA[Glenn Powell]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Prashant Dighe]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>toHumanName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>writeFile</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>writeFile</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>author</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>writeFile</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>author</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>jalopySettings</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>writeFileRaw</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>ServiceBuilder</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>hbmFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ormFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modelHintsFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>springFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>springBaseFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>springClusterFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>springDynamicDataSourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>springHibernateFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>springInfrastructureFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>springShardDataSourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>apiDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>implDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>jsonFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>remotingFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sqlFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sqlIndexesFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sqlIndexesPropertiesFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sqlSequencesFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoNamespaceTables</name>
				<type>boolean</type>
			</param>
			<param>
				<name>beanLocatorUtil</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>propsUtil</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetEntityName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>testDir</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ServiceBuilder</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>hbmFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ormFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modelHintsFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>springFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>springBaseFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>springClusterFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>springDynamicDataSourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>springHibernateFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>springInfrastructureFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>springShardDataSourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>apiDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>implDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>jsonFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>remotingFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sqlDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sqlFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sqlIndexesFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sqlIndexesPropertiesFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sqlSequencesFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoNamespaceTables</name>
				<type>boolean</type>
			</param>
			<param>
				<name>beanLocatorUtil</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>propsUtil</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pluginName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetEntityName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>testDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>build</name>
				<type>boolean</type>
			</param>
			<param>
				<name>buildNumber</name>
				<type>long</type>
			</param>
			<param>
				<name>buildNumberIncrement</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getClassName</name>
			<param>
				<name>type</name>
				<type>com.thoughtworks.qdox.model.Type</type>
			</param>
		</method>
		<method>
			<name>getCreateMappingTableSQL</name>
			<param>
				<name>entityMapping</name>
				<type>com.liferay.portal.tools.servicebuilder.EntityMapping</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getCreateTableSQL</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
		</method>
		<method>
			<name>getDimensions</name>
			<param>
				<name>dims</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getDimensions</name>
			<param>
				<name>dims</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getEntity</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getEntityByGenericsName</name>
			<param>
				<name>genericsName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getEntityByParameterTypeValue</name>
			<param>
				<name>parameterTypeValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getEntityMapping</name>
			<param>
				<name>mappingTable</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getGeneratorClass</name>
			<param>
				<name>idType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getJavadocComment</name>
			<param>
				<name>javaClass</name>
				<type>com.thoughtworks.qdox.model.JavaClass</type>
			</param>
		</method>
		<method>
			<name>getJavadocComment</name>
			<param>
				<name>javaMethod</name>
				<type>com.thoughtworks.qdox.model.JavaMethod</type>
			</param>
		</method>
		<method>
			<name>getListActualTypeArguments</name>
			<param>
				<name>type</name>
				<type>com.thoughtworks.qdox.model.Type</type>
			</param>
		</method>
		<method>
			<name>getLiteralClass</name>
			<param>
				<name>type</name>
				<type>com.thoughtworks.qdox.model.Type</type>
			</param>
		</method>
		<method>
			<name>getMappingEntities</name>
			<param>
				<name>mappingTable</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getNoSuchEntityException</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
		</method>
		<method>
			<name>getParameterType</name>
			<param>
				<name>parameter</name>
				<type>com.thoughtworks.qdox.model.JavaParameter</type>
			</param>
		</method>
		<method>
			<name>getPrimitiveObj</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPrimitiveObjValue</name>
			<param>
				<name>colType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getReturnType</name>
			<param>
				<name>method</name>
				<type>com.thoughtworks.qdox.model.JavaMethod</type>
			</param>
		</method>
		<method>
			<name>getServiceBaseExceptions</name>
			<param>
				<name>methods</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>args</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>exceptions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getSqlType</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSqlType</name>
			<param>
				<name>model</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTypeGenericsName</name>
			<param>
				<name>type</name>
				<type>com.thoughtworks.qdox.model.Type</type>
			</param>
		</method>
		<method>
			<name>getVariableName</name>
			<param>
				<name>field</name>
				<type>com.thoughtworks.qdox.model.JavaField</type>
			</param>
		</method>
		<method>
			<name>hasEntityByGenericsName</name>
			<param>
				<name>genericsName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasEntityByParameterTypeValue</name>
			<param>
				<name>parameterTypeValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isBasePersistenceMethod</name>
			<param>
				<name>method</name>
				<type>com.thoughtworks.qdox.model.JavaMethod</type>
			</param>
		</method>
		<method>
			<name>isCustomMethod</name>
			<param>
				<name>method</name>
				<type>com.thoughtworks.qdox.model.JavaMethod</type>
			</param>
		</method>
		<method>
			<name>isDuplicateMethod</name>
			<param>
				<name>method</name>
				<type>com.thoughtworks.qdox.model.JavaMethod</type>
			</param>
			<param>
				<name>tempMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>isHBMCamelCasePropertyAccessor</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isReadOnlyMethod</name>
			<param>
				<name>method</name>
				<type>com.thoughtworks.qdox.model.JavaMethod</type>
			</param>
			<param>
				<name>txRequiredList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>prefixes</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>isServiceReadOnlyMethod</name>
			<param>
				<name>method</name>
				<type>com.thoughtworks.qdox.model.JavaMethod</type>
			</param>
			<param>
				<name>txRequiredList</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>isSoapMethod</name>
			<param>
				<name>method</name>
				<type>com.thoughtworks.qdox.model.JavaMethod</type>
			</param>
		</method>
		<method>
			<name>isTxRequiredMethod</name>
			<param>
				<name>method</name>
				<type>com.thoughtworks.qdox.model.JavaMethod</type>
			</param>
			<param>
				<name>txRequiredList</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>_getPackagePath</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>_addElements</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>elements</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>_createBlobModels</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createEJBPK</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createExceptions</name>
			<param>
				<name>exceptions</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createExtendedModel</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createExtendedModelBaseImpl</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createExtendedModelImpl</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createFinder</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createFinderUtil</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createHbm</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
		</method>
		<method>
			<name>_createHbmUtil</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
		</method>
		<method>
			<name>_createHbmXml</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createJsonJs</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createModel</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createModelCache</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createModelClp</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createModelHintsXml</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createModelImpl</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createModelSoap</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createModelWrapper</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createOrmXml</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createPersistence</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createPersistenceImpl</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createPersistenceTest</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createPersistenceUtil</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createPool</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
		</method>
		<method>
			<name>_createProps</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createRemotingXml</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createService</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<param>
				<name>sessionType</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createServiceBaseImpl</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<param>
				<name>sessionType</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createServiceClp</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<param>
				<name>sessionType</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createServiceClpInvoker</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<param>
				<name>sessionType</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createServiceClpMessageListener</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createServiceClpSerializer</name>
			<param>
				<name>exceptions</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createServiceFactory</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<param>
				<name>sessionType</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createServiceHttp</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createServiceImpl</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<param>
				<name>sessionType</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createServiceJson</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createServiceJsonSerializer</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createServiceSoap</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createServiceUtil</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<param>
				<name>sessionType</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createServiceWrapper</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<param>
				<name>sessionType</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createSpringBaseXml</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createSpringClusterXml</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createSpringDynamicDataSourceXml</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createSpringHibernateXml</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createSpringInfrastructureXml</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createSpringShardDataSourceXml</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createSpringXml</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_createSQLIndexes</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_createSQLMappingTables</name>
			<param>
				<name>sqlFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>newCreateTableString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entityMapping</name>
				<type>com.liferay.portal.tools.servicebuilder.EntityMapping</type>
			</param>
			<param>
				<name>addMissingTables</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_createSQLSequences</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_createSQLTables</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_createSQLTables</name>
			<param>
				<name>sqlFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>newCreateTableString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<param>
				<name>addMissingTables</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_fixHbmXml</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_fixSpringXml</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_formatComment</name>
			<param>
				<name>comment</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tags</name>
				<type>com.thoughtworks.qdox.model.DocletTag[]</type>
			</param>
			<param>
				<name>indentation</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_formatXml</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>org.dom4j.DocumentException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_getCacheFields</name>
			<param>
				<name>javaClass</name>
				<type>com.thoughtworks.qdox.model.JavaClass</type>
			</param>
		</method>
		<method>
			<name>_getContent</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getContentDocument</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getContext</name>
			<throws>
				<name>TemplateModelException</name>
				<type>freemarker.template.TemplateModelException</type>
			</throws>
		</method>
		<method>
			<name>_getCreateMappingTableIndex</name>
			<param>
				<name>entityMapping</name>
				<type>com.liferay.portal.tools.servicebuilder.EntityMapping</type>
			</param>
			<param>
				<name>indexSQLs</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>indexProps</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_getCreateMappingTableSQL</name>
			<param>
				<name>entityMapping</name>
				<type>com.liferay.portal.tools.servicebuilder.EntityMapping</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_getCreateTableSQL</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
		</method>
		<method>
			<name>_getDimensions</name>
			<param>
				<name>type</name>
				<type>com.thoughtworks.qdox.model.Type</type>
			</param>
		</method>
		<method>
			<name>_getJavaClass</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_getMethods</name>
			<param>
				<name>javaClass</name>
				<type>com.thoughtworks.qdox.model.JavaClass</type>
			</param>
		</method>
		<method>
			<name>_getMethods</name>
			<param>
				<name>javaClass</name>
				<type>com.thoughtworks.qdox.model.JavaClass</type>
			</param>
			<param>
				<name>superclasses</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>_getSessionTypeName</name>
			<param>
				<name>sessionType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_getTplProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getTransients</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<param>
				<name>parent</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_hasHttpMethods</name>
			<param>
				<name>javaClass</name>
				<type>com.thoughtworks.qdox.model.JavaClass</type>
			</param>
		</method>
		<method>
			<name>_isStringLocaleMap</name>
			<param>
				<name>javaParameter</name>
				<type>com.thoughtworks.qdox.model.JavaParameter</type>
			</param>
		</method>
		<method>
			<name>_isTargetEntity</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
		</method>
		<method>
			<name>_isTypeValue</name>
			<param>
				<name>type</name>
				<type>com.thoughtworks.qdox.model.Type</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_mergeReferenceList</name>
			<param>
				<name>referenceList</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>_parseEntity</name>
			<param>
				<name>entityElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_processTemplate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_processTemplate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>context</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_readLines</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_updateSQLFile</name>
			<param>
				<name>sqlFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>createTableSQL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.tools.servicebuilder.Entity</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>AUTHOR</name>
		</field>
		<field>
			<name>_SESSION_TYPE_LOCAL</name>
		</field>
		<field>
			<name>_SESSION_TYPE_REMOTE</name>
		</field>
		<field>
			<name>_SQL_CREATE_TABLE</name>
		</field>
		<field>
			<name>_TPL_ROOT</name>
		</field>
		<field>
			<name>_getterPattern</name>
		</field>
		<field>
			<name>_setterPattern</name>
		</field>
		<field>
			<name>_apiDir</name>
		</field>
		<field>
			<name>_author</name>
		</field>
		<field>
			<name>_autoNamespaceTables</name>
		</field>
		<field>
			<name>_badAliasNames</name>
		</field>
		<field>
			<name>_badColumnNames</name>
		</field>
		<field>
			<name>_badJsonTypes</name>
		</field>
		<field>
			<name>_badTableNames</name>
		</field>
		<field>
			<name>_beanLocatorUtil</name>
		</field>
		<field>
			<name>_beanLocatorUtilShortName</name>
		</field>
		<field>
			<name>_build</name>
		</field>
		<field>
			<name>_buildNumber</name>
		</field>
		<field>
			<name>_buildNumberIncrement</name>
		</field>
		<field>
			<name>_ejbList</name>
		</field>
		<field>
			<name>_entityMappings</name>
		</field>
		<field>
			<name>_entityPool</name>
		</field>
		<field>
			<name>_hbmFileName</name>
		</field>
		<field>
			<name>_implDir</name>
		</field>
		<field>
			<name>_javaClasses</name>
		</field>
		<field>
			<name>_jsonFileName</name>
		</field>
		<field>
			<name>_modelHintsFileName</name>
		</field>
		<field>
			<name>_ormFileName</name>
		</field>
		<field>
			<name>_outputPath</name>
		</field>
		<field>
			<name>_packagePath</name>
		</field>
		<field>
			<name>_pluginName</name>
		</field>
		<field>
			<name>_portletName</name>
		</field>
		<field>
			<name>_portletPackageName</name>
		</field>
		<field>
			<name>_portletShortName</name>
		</field>
		<field>
			<name>_propsUtil</name>
		</field>
		<field>
			<name>_remotingFileName</name>
		</field>
		<field>
			<name>_serviceOutputPath</name>
		</field>
		<field>
			<name>_springBaseFileName</name>
		</field>
		<field>
			<name>_springClusterFileName</name>
		</field>
		<field>
			<name>_springDynamicDataSourceFileName</name>
		</field>
		<field>
			<name>_springFileName</name>
		</field>
		<field>
			<name>_springHibernateFileName</name>
		</field>
		<field>
			<name>_springInfrastructureFileName</name>
		</field>
		<field>
			<name>_springShardDataSourceFileName</name>
		</field>
		<field>
			<name>_sqlDir</name>
		</field>
		<field>
			<name>_sqlFileName</name>
		</field>
		<field>
			<name>_sqlIndexesFileName</name>
		</field>
		<field>
			<name>_sqlIndexesPropertiesFileName</name>
		</field>
		<field>
			<name>_sqlSequencesFileName</name>
		</field>
		<field>
			<name>_targetEntityName</name>
		</field>
		<field>
			<name>_testDir</name>
		</field>
		<field>
			<name>_testOutputPath</name>
		</field>
		<field>
			<name>_tplBadAliasNames</name>
		</field>
		<field>
			<name>_tplBadColumnNames</name>
		</field>
		<field>
			<name>_tplBadJsonTypes</name>
		</field>
		<field>
			<name>_tplBadTableNames</name>
		</field>
		<field>
			<name>_tplBlobModel</name>
		</field>
		<field>
			<name>_tplEjbPk</name>
		</field>
		<field>
			<name>_tplException</name>
		</field>
		<field>
			<name>_tplExtendedModel</name>
		</field>
		<field>
			<name>_tplExtendedModelBaseImpl</name>
		</field>
		<field>
			<name>_tplExtendedModelImpl</name>
		</field>
		<field>
			<name>_tplFinder</name>
		</field>
		<field>
			<name>_tplFinderUtil</name>
		</field>
		<field>
			<name>_tplHbmXml</name>
		</field>
		<field>
			<name>_tplJsonJs</name>
		</field>
		<field>
			<name>_tplJsonJsMethod</name>
		</field>
		<field>
			<name>_tplModel</name>
		</field>
		<field>
			<name>_tplModelCache</name>
		</field>
		<field>
			<name>_tplModelClp</name>
		</field>
		<field>
			<name>_tplModelHintsXml</name>
		</field>
		<field>
			<name>_tplModelImpl</name>
		</field>
		<field>
			<name>_tplModelSoap</name>
		</field>
		<field>
			<name>_tplModelWrapper</name>
		</field>
		<field>
			<name>_tplOrmXml</name>
		</field>
		<field>
			<name>_tplPersistence</name>
		</field>
		<field>
			<name>_tplPersistenceImpl</name>
		</field>
		<field>
			<name>_tplPersistenceTest</name>
		</field>
		<field>
			<name>_tplPersistenceUtil</name>
		</field>
		<field>
			<name>_tplProps</name>
		</field>
		<field>
			<name>_tplRemotingXml</name>
		</field>
		<field>
			<name>_tplService</name>
		</field>
		<field>
			<name>_tplServiceBaseImpl</name>
		</field>
		<field>
			<name>_tplServiceClp</name>
		</field>
		<field>
			<name>_tplServiceClpInvoker</name>
		</field>
		<field>
			<name>_tplServiceClpMessageListener</name>
		</field>
		<field>
			<name>_tplServiceClpSerializer</name>
		</field>
		<field>
			<name>_tplServiceHttp</name>
		</field>
		<field>
			<name>_tplServiceImpl</name>
		</field>
		<field>
			<name>_tplServiceSoap</name>
		</field>
		<field>
			<name>_tplServiceUtil</name>
		</field>
		<field>
			<name>_tplServiceWrapper</name>
		</field>
		<field>
			<name>_tplSpringBaseXml</name>
		</field>
		<field>
			<name>_tplSpringClusterXml</name>
		</field>
		<field>
			<name>_tplSpringDynamicDataSourceXml</name>
		</field>
		<field>
			<name>_tplSpringHibernateXml</name>
		</field>
		<field>
			<name>_tplSpringInfrastructureXml</name>
		</field>
		<field>
			<name>_tplSpringShardDataSourceXml</name>
		</field>
		<field>
			<name>_tplSpringXml</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DBUtil</name>
		<type>com.liferay.portal.tools.sql.DBUtil</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Ganesh Ram]]></author>
		<deprecated><![CDATA[]]></deprecated>
		<method>
			<name>getInstance</name>
		</method>
	</javadoc>
	<javadoc>
		<name>DropIndexes</name>
		<type>com.liferay.portal.upgrade.DropIndexes</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradePause</name>
		<type>com.liferay.portal.upgrade.UpgradePause</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcessUtil</name>
		<type>com.liferay.portal.upgrade.UpgradeProcessUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>upgradeProcess</name>
			<param>
				<name>buildNumber</name>
				<type>int</type>
			</param>
			<param>
				<name>upgradeProcessClassNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>UpgradeException</name>
				<type>com.liferay.portal.kernel.upgrade.UpgradeException</type>
			</throws>
		</method>
		<method>
			<name>upgradeProcess</name>
			<param>
				<name>buildNumber</name>
				<type>int</type>
			</param>
			<param>
				<name>upgradeProcessClassNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>indexOnUpgrade</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>UpgradeException</name>
				<type>com.liferay.portal.kernel.upgrade.UpgradeException</type>
			</throws>
		</method>
		<method>
			<name>_upgradeProcess</name>
			<param>
				<name>buildNumber</name>
				<type>int</type>
			</param>
			<param>
				<name>upgradeProcessClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<throws>
				<name>UpgradeException</name>
				<type>com.liferay.portal.kernel.upgrade.UpgradeException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_5_0_0</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_5_0_0</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_5_1_0</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_5_1_0</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_5_1_2</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_5_1_2</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<deprecated><![CDATA[]]></deprecated>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_5_1_5</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_5_1_5</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_5_1_6</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_5_1_6</type>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_5_1_7</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_5_1_7</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_5_1_7_to_5_2_7</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_5_1_7_to_5_2_7</type>
		<author><![CDATA[Bijan Vakili]]></author>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_5_1_8_to_5_2_8</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_5_1_8_to_5_2_8</type>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_5_2_0</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_5_2_0</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_5_2_1</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_5_2_1</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_5_2_2</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_5_2_2</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_5_2_3</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_5_2_3</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_5_2_5</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_5_2_5</type>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_5_2_5_to_6_0_0</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_5_2_5_to_6_0_0</type>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_5_2_7</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_5_2_7</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_5_2_7_to_6_0_0</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_5_2_7_to_6_0_0</type>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_5_2_8_to_6_0_5</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_5_2_8_to_6_0_5</type>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_5_2_9_to_6_0_11</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_5_2_9_to_6_0_11</type>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_6_0_0</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_6_0_0</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_6_0_1</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_6_0_1</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_6_0_12</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_6_0_12</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_6_0_12_to_6_1_0</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_6_0_12_to_6_1_0</type>
		<author><![CDATA[Matthew Kong]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_6_0_2</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_6_0_2</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_6_0_3</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_6_0_3</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_6_0_5</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_6_0_5</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_6_0_6</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_6_0_6</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_6_1_0</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_6_1_0</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_6_1_1</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_6_1_1</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeProcess_ConvertPermissionAlgorithm</name>
		<type>com.liferay.portal.upgrade.UpgradeProcess_ConvertPermissionAlgorithm</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getThreshold</name>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseUpgradeTableImpl</name>
		<type>com.liferay.portal.upgrade.util.BaseUpgradeTableImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BaseUpgradeTableImpl</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>BaseUpgradeTableImpl</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>getIndexesSQL</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isAllowUniqueIndexes</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setAllowUniqueIndexes</name>
			<param>
				<name>allowUniqueIndexes</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setCreateSQL</name>
			<param>
				<name>createSQL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setIndexesSQL</name>
			<param>
				<name>indexesSQL</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateTable</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_allowUniqueIndexes</name>
		</field>
		<field>
			<name>_calledUpdateTable</name>
		</field>
		<field>
			<name>_indexesSQL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DatabaseValueMapper</name>
		<type>com.liferay.portal.upgrade.util.DatabaseValueMapper</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DatabaseValueMapper</name>
		</method>
		<method>
			<name>appendException</name>
			<param>
				<name>exception</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getNewValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>iterator</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>mapValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>newValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>size</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DatabaseValueMapperFactoryImpl</name>
		<type>com.liferay.portal.upgrade.util.DatabaseValueMapperFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getValueMapper</name>
		</method>
	</javadoc>
	<javadoc>
		<name>DefaultUpgradeTableFactoryImpl</name>
		<type>com.liferay.portal.upgrade.util.DefaultUpgradeTableFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getUpgradeTable</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>upgradeColumns</name>
				<type>com.liferay.portal.kernel.upgrade.util.UpgradeColumn</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DefaultUpgradeTableImpl</name>
		<type>com.liferay.portal.upgrade.util.DefaultUpgradeTableImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>getExportedData</name>
			<param>
				<name>rs</name>
				<type>java.sql.ResultSet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setColumn</name>
			<param>
				<name>ps</name>
				<type>java.sql.PreparedStatement</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>DefaultUpgradeTableImpl</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>upgradeColumns</name>
				<type>com.liferay.portal.kernel.upgrade.util.UpgradeColumn</type>
			</param>
		</method>
		<method>
			<name>getSortedColumnName</name>
			<param>
				<name>sortedColumnNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>upgradeColumn</name>
				<type>com.liferay.portal.kernel.upgrade.util.UpgradeColumn</type>
			</param>
		</method>
		<method>
			<name>prepareUpgradeColumns</name>
			<param>
				<name>upgradeColumn</name>
				<type>com.liferay.portal.kernel.upgrade.util.UpgradeColumn</type>
			</param>
		</method>
		<field>
			<name>_upgradeColumns</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LazyPKUpgradeColumnImpl</name>
		<type>com.liferay.portal.upgrade.util.LazyPKUpgradeColumnImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LazyPKUpgradeColumnImpl</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>LazyPKUpgradeColumnImpl</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldColumnType</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>getNewValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MemoryValueMapper</name>
		<type>com.liferay.portal.upgrade.util.MemoryValueMapper</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MemoryValueMapper</name>
		</method>
		<method>
			<name>MemoryValueMapper</name>
			<param>
				<name>exceptions</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<method>
			<name>appendException</name>
			<param>
				<name>exception</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getMap</name>
		</method>
		<method>
			<name>getNewValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>iterator</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>mapValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>newValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>size</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_exceptions</name>
		</field>
		<field>
			<name>_map</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MemoryValueMapperFactoryImpl</name>
		<type>com.liferay.portal.upgrade.util.MemoryValueMapperFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getValueMapper</name>
		</method>
	</javadoc>
	<javadoc>
		<name>PKUpgradeColumnImpl</name>
		<type>com.liferay.portal.upgrade.util.PKUpgradeColumnImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>PKUpgradeColumnImpl</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>trackValues</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>PKUpgradeColumnImpl</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldColumnType</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>trackValues</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getNewColumnType</name>
			<param>
				<name>defaultType</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>getNewValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getValueMapper</name>
		</method>
		<method>
			<name>isTrackValues</name>
		</method>
		<field>
			<name>_newColumnType</name>
		</field>
		<field>
			<name>_trackValues</name>
		</field>
		<field>
			<name>_valueMapper</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Table</name>
		<type>com.liferay.portal.upgrade.util.Table</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>Table</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>Table</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>appendColumn</name>
			<param>
				<name>sb</name>
				<type>java.lang.StringBuilder</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>last</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>appendColumn</name>
			<param>
				<name>sb</name>
				<type>java.lang.StringBuilder</type>
			</param>
			<param>
				<name>rs</name>
				<type>java.sql.ResultSet</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>last</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>generateTempFile</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>generateTempFile</name>
			<param>
				<name>con</name>
				<type>java.sql.Connection</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getColumns</name>
		</method>
		<method>
			<name>getCreateSQL</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDeleteSQL</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getExportedData</name>
			<param>
				<name>rs</name>
				<type>java.sql.ResultSet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getInsertSQL</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getInsertTableName</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getOrder</name>
		</method>
		<method>
			<name>getSelectPreparedStatement</name>
			<param>
				<name>con</name>
				<type>java.sql.Connection</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getSelectSQL</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTableName</name>
		</method>
		<method>
			<name>getTotalRows</name>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>rs</name>
				<type>java.sql.ResultSet</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.Integer</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>populateTable</name>
			<param>
				<name>tempFileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>populateTable</name>
			<param>
				<name>tempFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>con</name>
				<type>java.sql.Connection</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>populateTableRows</name>
			<param>
				<name>ps</name>
				<type>java.sql.PreparedStatement</type>
			</param>
			<param>
				<name>batch</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setColumn</name>
			<param>
				<name>ps</name>
				<type>java.sql.PreparedStatement</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setColumns</name>
			<param>
				<name>columns</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>setCreateSQL</name>
			<param>
				<name>createSQL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setSelectSQL</name>
			<param>
				<name>selectSQL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>BATCH_SIZE</name>
		</field>
		<field>
			<name>SAFE_CHARS</name>
		</field>
		<field>
			<name>SAFE_COMMA_CHARACTER</name>
		</field>
		<field>
			<name>SAFE_NEWLINE_CHARACTER</name>
		</field>
		<field>
			<name>SAFE_RETURN_CHARACTER</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_columns</name>
		</field>
		<field>
			<name>_createSQL</name>
		</field>
		<field>
			<name>_order</name>
		</field>
		<field>
			<name>_selectSQL</name>
		</field>
		<field>
			<name>_tableName</name>
		</field>
		<field>
			<name>_totalRows</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeAssetPublisherManualEntries</name>
		<type>com.liferay.portal.upgrade.util.UpgradeAssetPublisherManualEntries</type>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>upgradeToAssetEntryIdElement</name>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>upgradeToAssetEntryTypeElement</name>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>upgradeToAssetEntryUuidElement</name>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getAssetEntryXmls</name>
			<param>
				<name>manualEntries</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUpdatePortletPreferencesWhereClause</name>
		</method>
		<method>
			<name>upgradePreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeImageGallery</name>
		<type>com.liferay.portal.upgrade.v5_0_0.UpgradeImageGallery</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeLayoutSet</name>
		<type>com.liferay.portal.upgrade.v5_0_0.UpgradeLayoutSet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v5_0_0.UpgradeSchema</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeSoftwareCatalog</name>
		<type>com.liferay.portal.upgrade.v5_0_0.UpgradeSoftwareCatalog</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>IGFolderNameColumnImpl</name>
		<type>com.liferay.portal.upgrade.v5_0_0.util.IGFolderNameColumnImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>IGFolderNameColumnImpl</name>
			<param>
				<name>groupIdColumn</name>
				<type>com.liferay.portal.kernel.upgrade.util.UpgradeColumn</type>
			</param>
			<param>
				<name>parentFolderIdColumn</name>
				<type>com.liferay.portal.kernel.upgrade.util.UpgradeColumn</type>
			</param>
		</method>
		<method>
			<name>getDistintNames</name>
		</method>
		<method>
			<name>getNewValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getKey</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_counter</name>
		</field>
		<field>
			<name>_distinctNames</name>
		</field>
		<field>
			<name>_groupIdColumn</name>
		</field>
		<field>
			<name>_parentFolderIdColumn</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IGImageNameColumnImpl</name>
		<type>com.liferay.portal.upgrade.v5_0_0.util.IGImageNameColumnImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>IGImageNameColumnImpl</name>
			<param>
				<name>imageIdColumn</name>
				<type>com.liferay.portal.kernel.upgrade.util.UpgradeColumn</type>
			</param>
		</method>
		<method>
			<name>getNewValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_imageIdColumn</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeBlogs</name>
		<type>com.liferay.portal.upgrade.v5_1_0.UpgradeBlogs</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeMessageBoards</name>
		<type>com.liferay.portal.upgrade.v5_1_0.UpgradeMessageBoards</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getMessageIdsCount</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateMessage</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v5_1_0.UpgradeSchema</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeSitemap</name>
		<type>com.liferay.portal.upgrade.v5_1_0.UpgradeSitemap</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getPortletIds</name>
		</method>
		<method>
			<name>upgradePreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BlogsEntryUrlTitleUpgradeColumnImpl</name>
		<type>com.liferay.portal.upgrade.v5_1_0.util.BlogsEntryUrlTitleUpgradeColumnImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BlogsEntryUrlTitleUpgradeColumnImpl</name>
			<param>
				<name>entryIdColumn</name>
				<type>com.liferay.portal.kernel.upgrade.util.UpgradeColumn</type>
			</param>
			<param>
				<name>titleColumn</name>
				<type>com.liferay.portal.kernel.upgrade.util.UpgradeColumn</type>
			</param>
		</method>
		<method>
			<name>getNewValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUrlTitle</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_entryIdColumn</name>
		</field>
		<field>
			<name>_titleColumn</name>
		</field>
		<field>
			<name>_urlTitles</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeCalendar</name>
		<type>com.liferay.portal.upgrade.v5_1_2.UpgradeCalendar</type>
		<author><![CDATA[Samuel Kong]]></author>
		<deprecated><![CDATA[]]></deprecated>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v5_1_2.UpgradeSchema</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CalEventRecurrenceUpgradeColumnImpl</name>
		<type>com.liferay.portal.upgrade.v5_1_2.util.CalEventRecurrenceUpgradeColumnImpl</type>
		<author><![CDATA[Samuel Kong]]></author>
		<deprecated><![CDATA[]]></deprecated>
		<method>
			<name>CalEventRecurrenceUpgradeColumnImpl</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNewValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>serialize</name>
			<param>
				<name>recurrence</name>
				<type>com.liferay.portal.kernel.cal.Recurrence</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeBookmarks</name>
		<type>com.liferay.portal.upgrade.v5_1_5.UpgradeBookmarks</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateGroupId</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeCalendar</name>
		<type>com.liferay.portal.upgrade.v5_1_5.UpgradeCalendar</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeDocumentLibrary</name>
		<type>com.liferay.portal.upgrade.v5_1_5.UpgradeDocumentLibrary</type>
		<author><![CDATA[Samuel Kong]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>deletePortletPreferences</name>
			<param>
				<name>portletPreferencesId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLayout</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateGroupId</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePortletPreferences</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePortletPreferences</name>
			<param>
				<name>portletPreferencesId</name>
				<type>long</type>
			</param>
			<param>
				<name>preferences</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>upgradePreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_GET_LAYOUT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeDuplicates</name>
		<type>com.liferay.portal.upgrade.v5_1_5.UpgradeDuplicates</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>deleteDuplicateAnnouncements</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateBlogs</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateCountry</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateDocumentLibrary</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateExpando</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateGroup</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateIG</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateLayout</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateMessageBoards</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicatePermission</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicatePolls</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicatePortletPreferences</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateRatings</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateResource</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateResourceCode</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicates</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primaryKeyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicates</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primaryKeyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>dependencyManager</name>
				<type>com.liferay.portal.upgrade.v5_1_5.util.DependencyManager</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicates</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primaryKeyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>extraColumns</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicates</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primaryKeyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>extraColumns</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>dependencyManager</name>
				<type>com.liferay.portal.upgrade.v5_1_5.util.DependencyManager</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateSocial</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateSubscription</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateUser</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getColumnValues</name>
			<param>
				<name>rs</name>
				<type>java.sql.ResultSet</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeGroup</name>
		<type>com.liferay.portal.upgrade.v5_1_5.UpgradeGroup</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeImageGallery</name>
		<type>com.liferay.portal.upgrade.v5_1_5.UpgradeImageGallery</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeLayout</name>
		<type>com.liferay.portal.upgrade.v5_1_5.UpgradeLayout</type>
		<author><![CDATA[Samuel Kong]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateTypeSettings</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeMessageBoards</name>
		<type>com.liferay.portal.upgrade.v5_1_5.UpgradeMessageBoards</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateGroupId</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateMessageClassNameId</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateMessageFlagThreadId</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateMessagePriority</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeResource</name>
		<type>com.liferay.portal.upgrade.v5_1_5.UpgradeResource</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeResourceCode</name>
		<type>com.liferay.portal.upgrade.v5_1_5.UpgradeResourceCode</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeRole</name>
		<type>com.liferay.portal.upgrade.v5_1_5.UpgradeRole</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v5_1_5.UpgradeSchema</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeSoftwareCatalog</name>
		<type>com.liferay.portal.upgrade.v5_1_5.UpgradeSoftwareCatalog</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeTags</name>
		<type>com.liferay.portal.upgrade.v5_1_5.UpgradeTags</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Samuel Kong]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAssetViewCount</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAssetViewCount</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnClassPK</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnViewCount</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeUser</name>
		<type>com.liferay.portal.upgrade.v5_1_5.UpgradeUser</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeWiki</name>
		<type>com.liferay.portal.upgrade.v5_1_5.UpgradeWiki</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateGroupId</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CountryDependencyManager</name>
		<type>com.liferay.portal.upgrade.v5_1_5.util.CountryDependencyManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>update</name>
			<param>
				<name>oldPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>oldColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>oldExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>newColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DependencyManager</name>
		<type>com.liferay.portal.upgrade.v5_1_5.util.DependencyManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setColumns</name>
			<param>
				<name>columns</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>setExtraColumns</name>
			<param>
				<name>extraColumns</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>setPrimaryKeyName</name>
			<param>
				<name>primaryKeyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTableName</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>newPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>oldPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>oldColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>oldExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>newColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateData</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primaryKeyValue</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateData</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnValue</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateDuplicateData</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>newPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateDuplicateData</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldColumnValue</name>
				<type>long</type>
			</param>
			<param>
				<name>newColumnValue</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>columns</name>
		</field>
		<field>
			<name>extraColumns</name>
		</field>
		<field>
			<name>primaryKeyName</name>
		</field>
		<field>
			<name>tableName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExpandoColumnDependencyManager</name>
		<type>com.liferay.portal.upgrade.v5_1_5.util.ExpandoColumnDependencyManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>update</name>
			<param>
				<name>oldPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>oldColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>oldExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>newColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ExpandoRowDependencyManager</name>
		<type>com.liferay.portal.upgrade.v5_1_5.util.ExpandoRowDependencyManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>update</name>
			<param>
				<name>oldPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>oldColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>oldExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>newColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ExpandoTableDependencyManager</name>
		<type>com.liferay.portal.upgrade.v5_1_5.util.ExpandoTableDependencyManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>update</name>
			<param>
				<name>oldPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>oldColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>oldExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>newColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutDependencyManager</name>
		<type>com.liferay.portal.upgrade.v5_1_5.util.LayoutDependencyManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>update</name>
			<param>
				<name>oldPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>oldColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>oldExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>newColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MBDiscussionDependencyManager</name>
		<type>com.liferay.portal.upgrade.v5_1_5.util.MBDiscussionDependencyManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>update</name>
			<param>
				<name>oldPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>oldColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>oldExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>newColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isDuplicateThread</name>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PermissionDependencyManager</name>
		<type>com.liferay.portal.upgrade.v5_1_5.util.PermissionDependencyManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>update</name>
			<param>
				<name>oldPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>oldColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>oldExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>newColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ResourceCodeDependencyManager</name>
		<type>com.liferay.portal.upgrade.v5_1_5.util.ResourceCodeDependencyManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>update</name>
			<param>
				<name>oldPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>oldColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>oldExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>newColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getResourceId</name>
			<param>
				<name>codeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ResourceDependencyManager</name>
		<type>com.liferay.portal.upgrade.v5_1_5.util.ResourceDependencyManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>update</name>
			<param>
				<name>oldPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>oldColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>oldExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>newColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPermissionId</name>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>TagsPropertyValueUpgradeColumnImpl</name>
		<type>com.liferay.portal.upgrade.v5_1_5.util.TagsPropertyValueUpgradeColumnImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TagsPropertyValueUpgradeColumnImpl</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNewValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeBlogs</name>
		<type>com.liferay.portal.upgrade.v5_1_6.UpgradeBlogs</type>
		<author><![CDATA[Douglas Wong]]></author>
	</javadoc>
	<javadoc>
		<name>UpgradePortletId</name>
		<type>com.liferay.portal.upgrade.v5_1_6.UpgradePortletId</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getLog</name>
		</method>
		<method>
			<name>getPortletIdsArray</name>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeSocial</name>
		<type>com.liferay.portal.upgrade.v5_1_6.UpgradeSocial</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v5_1_7.UpgradeSchema</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeWiki</name>
		<type>com.liferay.portal.upgrade.v5_1_7.UpgradeWiki</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeDuplicates</name>
		<type>com.liferay.portal.upgrade.v5_1_7_to_5_2_7.UpgradeDuplicates</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>deleteDuplicateExpando</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicates</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primaryKeyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicates</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primaryKeyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>dependencyManager</name>
				<type>com.liferay.portal.upgrade.v5_2_3.util.DependencyManager</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicates</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primaryKeyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>extraColumns</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicates</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primaryKeyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>extraColumns</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>dependencyManager</name>
				<type>com.liferay.portal.upgrade.v5_2_3.util.DependencyManager</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getColumnValues</name>
			<param>
				<name>rs</name>
				<type>java.sql.ResultSet</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v5_1_7_to_5_2_7.UpgradeSchema</type>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeSocial</name>
		<type>com.liferay.portal.upgrade.v5_1_7_to_5_2_7.UpgradeSocial</type>
		<author><![CDATA[Amos Fong]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGroup</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLayout</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateGroupId</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_GET_GROUP</name>
		</field>
		<field>
			<name>_GET_LAYOUT</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v5_1_8_to_5_2_8.UpgradeSchema</type>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeDocumentLibrary</name>
		<type>com.liferay.portal.upgrade.v5_2_0.UpgradeDocumentLibrary</type>
		<author><![CDATA[Samuel Kong]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Edward Shin]]></author>
		<method>
			<name>getPortletIds</name>
		</method>
		<method>
			<name>upgradePreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeExpando</name>
		<type>com.liferay.portal.upgrade.v5_2_0.UpgradeExpando</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeJournal</name>
		<type>com.liferay.portal.upgrade.v5_2_0.UpgradeJournal</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addDynamicElementInstanceId</name>
			<param>
				<name>root</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addDynamicElementInstanceId</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteJournalArticleImages</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateJournalArticleContent</name>
			<param>
				<name>id</name>
				<type>long</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateJournalArticleImageInstanceId</name>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>instanceId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeOrganization</name>
		<type>com.liferay.portal.upgrade.v5_2_0.UpgradeOrganization</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Edward Shin]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getCodeId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateCodeId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLocationResources</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradePortletId</name>
		<type>com.liferay.portal.upgrade.v5_2_0.UpgradePortletId</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortletIdsArray</name>
		</method>
		<method>
			<name>updateLayout</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLayout</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>oldPortletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newPortletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePortlet</name>
			<param>
				<name>oldRootPortletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newRootPortletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateResource</name>
			<param>
				<name>oldRootPortletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newRootPortletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateResourceCode</name>
			<param>
				<name>oldRootPortletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newRootPortletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradePortletPermissions</name>
		<type>com.liferay.portal.upgrade.v5_2_0.UpgradePortletPermissions</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLayout</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortletPermissionsCount</name>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePortletPermission</name>
			<param>
				<name>permissionId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePortletPermissions</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_GET_LAYOUT</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v5_2_0.UpgradeSchema</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeTags</name>
		<type>com.liferay.portal.upgrade.v5_2_0.UpgradeTags</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addEntry</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>parentEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addProperty</name>
			<param>
				<name>propertyId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addResource</name>
			<param>
				<name>resourceCodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addResourceCode</name>
			<param>
				<name>resourceCodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addResourcePermission</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addResources</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addVocabulary</name>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyEntry</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyProperties</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteEntries</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getVocabularyId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAssets</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateCategories</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateGroupIds</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_DEFAULT_CATEGORY_PROPERTY_VALUES</name>
		</field>
		<field>
			<name>_DEFAULT_TAGS_VOCABULARY</name>
		</field>
		<field>
			<name>_entryIdsMap</name>
		</field>
		<field>
			<name>_vocabularyIdsMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OrganizationTypeUpgradeColumnImpl</name>
		<type>com.liferay.portal.upgrade.v5_2_0.util.OrganizationTypeUpgradeColumnImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>OrganizationTypeUpgradeColumnImpl</name>
			<param>
				<name>locationColumn</name>
				<type>com.liferay.portal.kernel.upgrade.util.UpgradeColumn</type>
			</param>
		</method>
		<method>
			<name>getNewValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_locationColumn</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v5_2_1.UpgradeSchema</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeWebForm</name>
		<type>com.liferay.portal.upgrade.v5_2_2.UpgradeWebForm</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getClassNameId</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_NEW_WEBFORM_CLASS_NAME</name>
		</field>
		<field>
			<name>_OLD_WEBFORM_CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeBookmarks</name>
		<type>com.liferay.portal.upgrade.v5_2_3.UpgradeBookmarks</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateGroupId</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeCalendar</name>
		<type>com.liferay.portal.upgrade.v5_2_3.UpgradeCalendar</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeDocumentLibrary</name>
		<type>com.liferay.portal.upgrade.v5_2_3.UpgradeDocumentLibrary</type>
		<author><![CDATA[Samuel Kong]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUpdatePortletPreferencesWhereClause</name>
		</method>
		<method>
			<name>updateGroupId</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>upgradePreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeDuplicates</name>
		<type>com.liferay.portal.upgrade.v5_2_3.UpgradeDuplicates</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>deleteDuplicateAnnouncements</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateBlogs</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateCountry</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateDocumentLibrary</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateExpando</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateGroup</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateIG</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateLayout</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateMessageBoards</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicatePermission</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicatePolls</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicatePortletPreferences</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateRatings</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateResource</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateResourceCode</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicates</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primaryKeyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicates</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primaryKeyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>dependencyManager</name>
				<type>com.liferay.portal.upgrade.v5_2_3.util.DependencyManager</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicates</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primaryKeyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>extraColumns</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicates</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primaryKeyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>extraColumns</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>dependencyManager</name>
				<type>com.liferay.portal.upgrade.v5_2_3.util.DependencyManager</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateSocial</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateSubscription</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateUser</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getColumnValues</name>
			<param>
				<name>rs</name>
				<type>java.sql.ResultSet</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeGroup</name>
		<type>com.liferay.portal.upgrade.v5_2_3.UpgradeGroup</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeImageGallery</name>
		<type>com.liferay.portal.upgrade.v5_2_3.UpgradeImageGallery</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeLayout</name>
		<type>com.liferay.portal.upgrade.v5_2_3.UpgradeLayout</type>
		<author><![CDATA[Samuel Kong]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateTypeSettings</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeMessageBoards</name>
		<type>com.liferay.portal.upgrade.v5_2_3.UpgradeMessageBoards</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateGroupId</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateMessageClassNameId</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateMessageFlagThreadId</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateMessagePriority</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeResource</name>
		<type>com.liferay.portal.upgrade.v5_2_3.UpgradeResource</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeResourceCode</name>
		<type>com.liferay.portal.upgrade.v5_2_3.UpgradeResourceCode</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeRole</name>
		<type>com.liferay.portal.upgrade.v5_2_3.UpgradeRole</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v5_2_3.UpgradeSchema</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeSoftwareCatalog</name>
		<type>com.liferay.portal.upgrade.v5_2_3.UpgradeSoftwareCatalog</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeTags</name>
		<type>com.liferay.portal.upgrade.v5_2_3.UpgradeTags</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Samuel Kong]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAssetViewCount</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAssetViewCount</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnClassPK</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnViewCount</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeUser</name>
		<type>com.liferay.portal.upgrade.v5_2_3.UpgradeUser</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeWiki</name>
		<type>com.liferay.portal.upgrade.v5_2_3.UpgradeWiki</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateGroupId</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CountryDependencyManager</name>
		<type>com.liferay.portal.upgrade.v5_2_3.util.CountryDependencyManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>update</name>
			<param>
				<name>oldPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>oldColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>oldExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>newColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DependencyManager</name>
		<type>com.liferay.portal.upgrade.v5_2_3.util.DependencyManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setColumns</name>
			<param>
				<name>columns</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>setExtraColumns</name>
			<param>
				<name>extraColumns</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>setPrimaryKeyName</name>
			<param>
				<name>primaryKeyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTableName</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>newPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>oldPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>oldColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>oldExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>newColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateData</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primaryKeyValue</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateData</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnValue</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateDuplicateData</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>newPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateDuplicateData</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldColumnValue</name>
				<type>long</type>
			</param>
			<param>
				<name>newColumnValue</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>columns</name>
		</field>
		<field>
			<name>extraColumns</name>
		</field>
		<field>
			<name>primaryKeyName</name>
		</field>
		<field>
			<name>tableName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExpandoColumnDependencyManager</name>
		<type>com.liferay.portal.upgrade.v5_2_3.util.ExpandoColumnDependencyManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>update</name>
			<param>
				<name>oldPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>oldColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>oldExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>newColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ExpandoRowDependencyManager</name>
		<type>com.liferay.portal.upgrade.v5_2_3.util.ExpandoRowDependencyManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>update</name>
			<param>
				<name>oldPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>oldColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>oldExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>newColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ExpandoTableDependencyManager</name>
		<type>com.liferay.portal.upgrade.v5_2_3.util.ExpandoTableDependencyManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>update</name>
			<param>
				<name>oldPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>oldColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>oldExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>newColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutDependencyManager</name>
		<type>com.liferay.portal.upgrade.v5_2_3.util.LayoutDependencyManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>update</name>
			<param>
				<name>oldPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>oldColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>oldExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>newColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MBDiscussionDependencyManager</name>
		<type>com.liferay.portal.upgrade.v5_2_3.util.MBDiscussionDependencyManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>update</name>
			<param>
				<name>oldPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>oldColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>oldExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>newColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isDuplicateThread</name>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PermissionDependencyManager</name>
		<type>com.liferay.portal.upgrade.v5_2_3.util.PermissionDependencyManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>update</name>
			<param>
				<name>oldPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>oldColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>oldExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>newColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ResourceCodeDependencyManager</name>
		<type>com.liferay.portal.upgrade.v5_2_3.util.ResourceCodeDependencyManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>update</name>
			<param>
				<name>oldPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>oldColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>oldExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>newColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getResourceId</name>
			<param>
				<name>codeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ResourceDependencyManager</name>
		<type>com.liferay.portal.upgrade.v5_2_3.util.ResourceDependencyManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>update</name>
			<param>
				<name>oldPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>oldColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>oldExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newPrimaryKeyValue</name>
				<type>long</type>
			</param>
			<param>
				<name>newColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>newExtraColumnValues</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPermissionId</name>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>TagsPropertyValueUpgradeColumnImpl</name>
		<type>com.liferay.portal.upgrade.v5_2_3.util.TagsPropertyValueUpgradeColumnImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TagsPropertyValueUpgradeColumnImpl</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNewValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v5_2_5.UpgradeSchema</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeSocial</name>
		<type>com.liferay.portal.upgrade.v5_2_5.UpgradeSocial</type>
		<author><![CDATA[Amos Fong]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGroup</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLayout</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateGroupId</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_GET_GROUP</name>
		</field>
		<field>
			<name>_GET_LAYOUT</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeGroup</name>
		<type>com.liferay.portal.upgrade.v5_2_5_to_6_0_0.UpgradeGroup</type>
		<author><![CDATA[Wesley Gong]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLayout</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateParentGroupId</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_GET_LAYOUT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v5_2_5_to_6_0_0.UpgradeSchema</type>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeWiki</name>
		<type>com.liferay.portal.upgrade.v5_2_5_to_6_0_0.UpgradeWiki</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeGroup</name>
		<type>com.liferay.portal.upgrade.v5_2_6.UpgradeGroup</type>
		<author><![CDATA[Wesley Gong]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLayout</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateParentGroupId</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_GET_LAYOUT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeNestedPortlets</name>
		<type>com.liferay.portal.upgrade.v5_2_6.UpgradeNestedPortlets</type>
		<author><![CDATA[Wesley Gong]]></author>
		<author><![CDATA[Bijan Vakili]]></author>
		<author><![CDATA[Douglas Wong]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateTypeSettings</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_GET_LAYOUT</name>
		</field>
		<field>
			<name>_UNDERLINE_COUNT</name>
		</field>
		<field>
			<name>_pattern</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v5_2_7.UpgradeSchema</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v5_2_7_to_6_0_0.UpgradeSchema</type>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeDocumentLibrary</name>
		<type>com.liferay.portal.upgrade.v5_2_8.UpgradeDocumentLibrary</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addFileVersion</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeDocumentLibrary</name>
		<type>com.liferay.portal.upgrade.v5_2_8_to_6_0_5.UpgradeDocumentLibrary</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>addFileVersion</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>synchronizeFileVersions</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v5_2_8_to_6_0_5.UpgradeSchema</type>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeDocumentLibrary</name>
		<type>com.liferay.portal.upgrade.v5_2_9_to_6_0_11.UpgradeDocumentLibrary</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>addFileVersion</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>synchronizeFileVersions</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v5_2_9_to_6_0_11.UpgradeSchema</type>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeAsset</name>
		<type>com.liferay.portal.upgrade.v6_0_0.UpgradeAsset</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addCategory</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addEntry</name>
			<param>
				<name>assetId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>visible</name>
				<type>boolean</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>publishDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>expirationDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>height</name>
				<type>int</type>
			</param>
			<param>
				<name>width</name>
				<type>int</type>
			</param>
			<param>
				<name>priority</name>
				<type>double</type>
			</param>
			<param>
				<name>viewCount</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addProperty</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pkName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assocationPKName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>propertyId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addTag</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addVocabulary</name>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyAssociations</name>
			<param>
				<name>tagsEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pkName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyEntriesToCategories</name>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyProperties</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pkName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assocationPKName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAssetCategories</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAssetEntries</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAssetTags</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAssetTagsCount</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateCategoryResource</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateResourceCodes</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateResourceCodes</name>
			<param>
				<name>oldCodeName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newCodeName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeAssetPublisher</name>
		<type>com.liferay.portal.upgrade.v6_0_0.UpgradeAssetPublisher</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>getAssetEntryXmls</name>
			<param>
				<name>manualEntries</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortletIds</name>
		</method>
		<method>
			<name>upgradePreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeBlogs</name>
		<type>com.liferay.portal.upgrade.v6_0_0.UpgradeBlogs</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeDocumentLibrary</name>
		<type>com.liferay.portal.upgrade.v6_0_0.UpgradeDocumentLibrary</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addFileVersion</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>size</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>synchronizeFileVersions</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeExpando</name>
		<type>com.liferay.portal.upgrade.v6_0_0.UpgradeExpando</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateColumns</name>
			<param>
				<name>scTableId</name>
				<type>long</type>
			</param>
			<param>
				<name>snTableId</name>
				<type>long</type>
			</param>
			<param>
				<name>wolTableId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateRows</name>
			<param>
				<name>scColumnId</name>
				<type>long</type>
			</param>
			<param>
				<name>scTableId</name>
				<type>long</type>
			</param>
			<param>
				<name>snColumnId</name>
				<type>long</type>
			</param>
			<param>
				<name>snTableId</name>
				<type>long</type>
			</param>
			<param>
				<name>wolTableId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateTables</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateValues</name>
			<param>
				<name>scColumnId</name>
				<type>long</type>
			</param>
			<param>
				<name>scRowId</name>
				<type>long</type>
			</param>
			<param>
				<name>scTableId</name>
				<type>long</type>
			</param>
			<param>
				<name>snColumnId</name>
				<type>long</type>
			</param>
			<param>
				<name>snRowId</name>
				<type>long</type>
			</param>
			<param>
				<name>snTableId</name>
				<type>long</type>
			</param>
			<param>
				<name>wolRowId</name>
				<type>long</type>
			</param>
			<param>
				<name>wolTableId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeGroup</name>
		<type>com.liferay.portal.upgrade.v6_0_0.UpgradeGroup</type>
		<author><![CDATA[Wesley Gong]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLayout</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateParentGroupId</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_GET_LAYOUT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeJournal</name>
		<type>com.liferay.portal.upgrade.v6_0_0.UpgradeJournal</type>
		<author><![CDATA[Zsigmond Rab]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeLayout</name>
		<type>com.liferay.portal.upgrade.v6_0_0.UpgradeLayout</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradePolls</name>
		<type>com.liferay.portal.upgrade.v6_0_0.UpgradePolls</type>
		<author><![CDATA[Julio Camarero Puras]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradePortletId</name>
		<type>com.liferay.portal.upgrade.v6_0_0.UpgradePortletId</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getPortletIdsArray</name>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeResourceAction</name>
		<type>com.liferay.portal.upgrade.v6_0_0.UpgradeResourceAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v6_0_0.UpgradeSchema</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeShopping</name>
		<type>com.liferay.portal.upgrade.v6_0_0.UpgradeShopping</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeSocial</name>
		<type>com.liferay.portal.upgrade.v6_0_0.UpgradeSocial</type>
		<author><![CDATA[Amos Fong]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGroup</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLayout</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateGroupId</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_GET_GROUP</name>
		</field>
		<field>
			<name>_GET_LAYOUT</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeWiki</name>
		<type>com.liferay.portal.upgrade.v6_0_0.UpgradeWiki</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLFileEntryNameUpgradeColumnImpl</name>
		<type>com.liferay.portal.upgrade.v6_0_0.util.DLFileEntryNameUpgradeColumnImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getNewName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>DLFileEntryNameUpgradeColumnImpl</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNewValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLFileEntryTitleUpgradeColumnImpl</name>
		<type>com.liferay.portal.upgrade.v6_0_0.util.DLFileEntryTitleUpgradeColumnImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>DLFileEntryTitleUpgradeColumnImpl</name>
			<param>
				<name>nameColumn</name>
				<type>com.liferay.portal.kernel.upgrade.util.UpgradeColumn</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNewValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_nameColumn</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLFileEntryVersionUpgradeColumnImpl</name>
		<type>com.liferay.portal.upgrade.v6_0_0.util.DLFileEntryVersionUpgradeColumnImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DLFileEntryVersionUpgradeColumnImpl</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNewValue</name>
			<param>
				<name>oldValue</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeDocumentLibrary</name>
		<type>com.liferay.portal.upgrade.v6_0_1.UpgradeDocumentLibrary</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v6_0_1.UpgradeSchema</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeDocumentLibrary</name>
		<type>com.liferay.portal.upgrade.v6_0_11.UpgradeDocumentLibrary</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Douglas Wong]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Minhchau Dang]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGroupId</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateFileRanks</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateFileShortcuts</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateFileVersions</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeAsset</name>
		<type>com.liferay.portal.upgrade.v6_0_12.UpgradeAsset</type>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeBlogs</name>
		<type>com.liferay.portal.upgrade.v6_0_12.UpgradeBlogs</type>
		<author><![CDATA[Minhchau Dang]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeDocumentLibrary</name>
		<type>com.liferay.portal.upgrade.v6_0_12.UpgradeDocumentLibrary</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntries</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateFileVersions</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLocks</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeExpando</name>
		<type>com.liferay.portal.upgrade.v6_0_12.UpgradeExpando</type>
		<author><![CDATA[Terry Jia]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateTypeSettings</name>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateTypeSettingsIndexable</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateTypeSettingsSelection</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeLock</name>
		<type>com.liferay.portal.upgrade.v6_0_12.UpgradeLock</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeMessageBoards</name>
		<type>com.liferay.portal.upgrade.v6_0_12.UpgradeMessageBoards</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Kalman Vincze]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateMessage</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateMessage</name>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateRatings</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateRatings</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateThread</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradePermission</name>
		<type>com.liferay.portal.upgrade.v6_0_12.UpgradePermission</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePermissions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>community</name>
				<type>boolean</type>
			</param>
			<param>
				<name>guest</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePermissions_1to5</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>community</name>
				<type>boolean</type>
			</param>
			<param>
				<name>guest</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePermissions_6</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>community</name>
				<type>boolean</type>
			</param>
			<param>
				<name>guest</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradePortletPreferences</name>
		<type>com.liferay.portal.upgrade.v6_0_12.UpgradePortletPreferences</type>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>addPortalPreferences</name>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>preferences</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addPortletPreferences</name>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>preferences</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getOwnerId</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortletPreferencesId</name>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePortalPreferences</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePortletPreferencesOwner</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeResourcePermission</name>
		<type>com.liferay.portal.upgrade.v6_0_12.UpgradeResourcePermission</type>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeScheduler</name>
		<type>com.liferay.portal.upgrade.v6_0_12.UpgradeScheduler</type>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>deleteJob</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>jobGroup</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUpgradeQuartzData</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateJobDetail</name>
			<param>
				<name>jobName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>jobGroup</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>jobData</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v6_0_12.UpgradeSchema</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeScopes</name>
		<type>com.liferay.portal.upgrade.v6_0_12.UpgradeScopes</type>
		<author><![CDATA[Brett Swaim]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUpdatePortletPreferencesWhereClause</name>
		</method>
		<method>
			<name>upgradePreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeUserName</name>
		<type>com.liferay.portal.upgrade.v6_0_12.UpgradeUserName</type>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateTable</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeVirtualHost</name>
		<type>com.liferay.portal.upgrade.v6_0_12.UpgradeVirtualHost</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addVirtualHost</name>
			<param>
				<name>virtualHostId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>hostname</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateCompany</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLayoutSet</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeAsset</name>
		<type>com.liferay.portal.upgrade.v6_0_12_to_6_1_0.UpgradeAsset</type>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getJournalStructureId</name>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAssetClassTypeId</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateIGImageClassName</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeBlogs</name>
		<type>com.liferay.portal.upgrade.v6_0_12_to_6_1_0.UpgradeBlogs</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeDocumentLibrary</name>
		<type>com.liferay.portal.upgrade.v6_0_12_to_6_1_0.UpgradeDocumentLibrary</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Douglas Wong]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Minhchau Dang]]></author>
		<method>
			<name>addDLSync</name>
			<param>
				<name>syncId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>fileId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>event</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateFileVersions</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateSyncs</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateThumbnails</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateThumbnails</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_imageMimeTypes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeMessageBoards</name>
		<type>com.liferay.portal.upgrade.v6_0_12_to_6_1_0.UpgradeMessageBoards</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>addThreadFlag</name>
			<param>
				<name>threadFlagId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateMessage</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateMessageAnswer</name>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>answer</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateThread</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateThreadFlag</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateThreadQuestion</name>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<param>
				<name>question</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradePermission</name>
		<type>com.liferay.portal.upgrade.v6_0_12_to_6_1_0.UpgradePermission</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>convertResourcePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>convertResourcePermissions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pkColumnName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getResourceBlockPermissionsContainer</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_SCOPES</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradePortletPreferences</name>
		<type>com.liferay.portal.upgrade.v6_0_12_to_6_1_0.UpgradePortletPreferences</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortletIds</name>
		</method>
		<field>
			<name>_CAMEL_CASE_UPGRADE_PORTLET_IDS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v6_0_12_to_6_1_0.UpgradeSchema</type>
		<author><![CDATA[Matthew Kong]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeUserName</name>
		<type>com.liferay.portal.upgrade.v6_0_12_to_6_1_0.UpgradeUserName</type>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateTable</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>setCompanyId</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeExpando</name>
		<type>com.liferay.portal.upgrade.v6_0_2.UpgradeExpando</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>addRow</name>
			<param>
				<name>rowId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>valueId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<param>
				<name>rowId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>hasRow</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>hasValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<param>
				<name>rowId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateRow</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>rowId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateRows</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateTables</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateValues</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>newClassPK</name>
				<type>long</type>
			</param>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<param>
				<name>rowId</name>
				<type>long</type>
			</param>
			<param>
				<name>newRowId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeNestedPortlets</name>
		<type>com.liferay.portal.upgrade.v6_0_2.UpgradeNestedPortlets</type>
		<author><![CDATA[Wesley Gong]]></author>
		<author><![CDATA[Bijan Vakili]]></author>
		<author><![CDATA[Douglas Wong]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLayout</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_GET_LAYOUT</name>
		</field>
		<field>
			<name>_UNDERLINE_COUNT</name>
		</field>
		<field>
			<name>_pattern</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v6_0_2.UpgradeSchema</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeAsset</name>
		<type>com.liferay.portal.upgrade.v6_0_3.UpgradeAsset</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUuid</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName2</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAssetEntry</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAssetEntry</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAssetEntry</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName2</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeAssetPublisher</name>
		<type>com.liferay.portal.upgrade.v6_0_3.UpgradeAssetPublisher</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>getAssetEntryXmls</name>
			<param>
				<name>assetEntryXmls</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortletIds</name>
		</method>
		<method>
			<name>upgradePreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeDocumentLibrary</name>
		<type>com.liferay.portal.upgrade.v6_0_3.UpgradeDocumentLibrary</type>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFileVersionIds</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntries</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateFileVersion</name>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>extraSettings</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateFileVersions</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeLookAndFeel</name>
		<type>com.liferay.portal.upgrade.v6_0_3.UpgradeLookAndFeel</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>getUpdatePortletPreferencesWhereClause</name>
		</method>
		<method>
			<name>upgradePreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradePermission</name>
		<type>com.liferay.portal.upgrade.v6_0_3.UpgradePermission</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addRole</name>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addSingleApproverWorkflowRoles</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addSingleApproverWorkflowRoles</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addUserGroupRole</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addUserRole</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>assignSingleApproverWorkflowRoles</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deletePermissions_5</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRoleId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePermissions_5</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePermissions_6</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_ROLE_COMMUNITY_CONTENT_REVIEWER</name>
		</field>
		<field>
			<name>_ROLE_ORGANIZATION_CONTENT_REVIEWER</name>
		</field>
		<field>
			<name>_ROLE_PORTAL_CONTENT_REVIEWER</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v6_0_3.UpgradeSchema</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeScopes</name>
		<type>com.liferay.portal.upgrade.v6_0_3.UpgradeScopes</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUpdatePortletPreferencesWhereClause</name>
		</method>
		<method>
			<name>upgradePreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeSitemap</name>
		<type>com.liferay.portal.upgrade.v6_0_3.UpgradeSitemap</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>getPortletIds</name>
		</method>
		<method>
			<name>upgradePreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeJournal</name>
		<type>com.liferay.portal.upgrade.v6_0_5.UpgradeJournal</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeLayout</name>
		<type>com.liferay.portal.upgrade.v6_0_5.UpgradeLayout</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Brett Swaim]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateUUID</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>liveGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateUUID</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v6_0_5.UpgradeSchema</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeRSS</name>
		<type>com.liferay.portal.upgrade.v6_0_6.UpgradeRSS</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getArticleValues</name>
			<param>
				<name>resourcePrimKey</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getPortletIds</name>
		</method>
		<method>
			<name>updateFooterValues</name>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateHeaderValues</name>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>upgradePreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v6_0_6.UpgradeSchema</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeAdminPortlets</name>
		<type>com.liferay.portal.upgrade.v6_1_0.UpgradeAdminPortlets</type>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>addResource</name>
			<param>
				<name>resourceId</name>
				<type>long</type>
			</param>
			<param>
				<name>codeId</name>
				<type>long</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addResourceIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addResourcePermission</name>
			<param>
				<name>resourcePermissionId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getBitwiseValue</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getControlPanelGroupId</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getOldResourceIds</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAccessInControlPanelPermission_5</name>
			<param>
				<name>portletFrom</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletTo</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAccessInControlPanelPermission_6</name>
			<param>
				<name>portletFrom</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletTo</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePermission</name>
			<param>
				<name>oldResourceIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>newResourceIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeAsset</name>
		<type>com.liferay.portal.upgrade.v6_1_0.UpgradeAsset</type>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getJournalStructureId</name>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAssetClassTypeId</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateIGImageClassName</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeBlogs</name>
		<type>com.liferay.portal.upgrade.v6_1_0.UpgradeBlogs</type>
		<author><![CDATA[Minhchau Dang]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeCamelCasePortletPreferences</name>
		<type>com.liferay.portal.upgrade.v6_1_0.UpgradeCamelCasePortletPreferences</type>
		<author><![CDATA[Eudaldo Alonso]]></author>
		<method>
			<name>UpgradeCamelCasePortletPreferences</name>
		</method>
		<method>
			<name>getUpdatePortletPreferencesWhereClause</name>
		</method>
		<method>
			<name>upgradePreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_camelCasePreferenceNames</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeCommunityProperties</name>
		<type>com.liferay.portal.upgrade.v6_1_0.UpgradeCommunityProperties</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePreferences</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primaryKeyColumnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldValue</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePreferences</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primaryKeyColumnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldValue</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newValue</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>long</type>
			</param>
			<param>
				<name>preferences</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_NEW_PORTAL_PREFERENCES</name>
		</field>
		<field>
			<name>_NEW_PORTLET_PREFERENCES</name>
		</field>
		<field>
			<name>_OLD_PORTAL_PREFERENCES</name>
		</field>
		<field>
			<name>_OLD_PORTLET_PREFERENCES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeCountry</name>
		<type>com.liferay.portal.upgrade.v6_1_0.UpgradeCountry</type>
		<author><![CDATA[Kenneth Chang]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_NAMES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeDocumentLibrary</name>
		<type>com.liferay.portal.upgrade.v6_1_0.UpgradeDocumentLibrary</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Douglas Wong]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Minhchau Dang]]></author>
		<method>
			<name>addSync</name>
			<param>
				<name>syncId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>fileId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>event</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGroupId</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntries</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateFileRanks</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateFileShortcuts</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateFileVersions</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLocks</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateSyncs</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateThumbnails</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateThumbnails</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_imageMimeTypes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeExpando</name>
		<type>com.liferay.portal.upgrade.v6_1_0.UpgradeExpando</type>
		<author><![CDATA[Terry Jia]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateColumnTypeSettings</name>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateColumnTypeSettingsIndexable</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateColumnTypeSettingsSelection</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeGroup</name>
		<type>com.liferay.portal.upgrade.v6_1_0.UpgradeGroup</type>
		<author><![CDATA[Hugo Huijser]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getClassNameId</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateName</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateName</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateSite</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_ORGANIZATION_NAME_DELIMETER</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeImageGallery</name>
		<type>com.liferay.portal.upgrade.v6_1_0.UpgradeImageGallery</type>
		<author><![CDATA[Sergio González]]></author>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>UpgradeImageGallery</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addDLFileEntry</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>versionUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>extraSettings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>readCount</name>
				<type>int</type>
			</param>
			<param>
				<name>smallImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>largeImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>custom1ImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>custom2ImageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addDLFileVersion</name>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>extraSettings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>statusByUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>statusByUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>statusDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addDLFolderEntry</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lastPostDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteConflictingIGPermissions</name>
			<param>
				<name>igResourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dlResourceName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getImage</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>migrateFile</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>image</name>
				<type>com.liferay.portal.model.Image</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>migrateImage</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>migrateImage</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>largeImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>custom1ImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>custom2ImageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>migrateImageFiles</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateIGFolderEntries</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateIGFolderPermissions</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateIGImageEntries</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateIGImageFolderId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderIds</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateIGImagePermissions</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_IG_FOLDER_CLASS_NAME</name>
		</field>
		<field>
			<name>_IG_IMAGE_CLASS_NAME</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_sourceHook</name>
		</field>
		<field>
			<name>_sourceHookClassName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeJournal</name>
		<type>com.liferay.portal.upgrade.v6_1_0.UpgradeJournal</type>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateStructureXsd</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateStructureXsd</name>
			<param>
				<name>id</name>
				<type>long</type>
			</param>
			<param>
				<name>xsd</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeLayout</name>
		<type>com.liferay.portal.upgrade.v6_1_0.UpgradeLayout</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateJavaScript</name>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>javaScript1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>javaScript2</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>javaScript3</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLayout</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateMetaField</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xmlName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateName</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateTitle</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateTypeSettings</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeLock</name>
		<type>com.liferay.portal.upgrade.v6_1_0.UpgradeLock</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeMessageBoards</name>
		<type>com.liferay.portal.upgrade.v6_1_0.UpgradeMessageBoards</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>addThreadFlag</name>
			<param>
				<name>threadFlagId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateMessage</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateMessageAnswer</name>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>answer</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateMessageBody</name>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateThread</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateThreadFlag</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateThreadQuestion</name>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<param>
				<name>question</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeNavigation</name>
		<type>com.liferay.portal.upgrade.v6_1_0.UpgradeNavigation</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>getPortletIds</name>
		</method>
		<method>
			<name>upgradePreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_DISPLAY_STYLES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradePermission</name>
		<type>com.liferay.portal.upgrade.v6_1_0.UpgradePermission</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>convertResourcePermissions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>convertResourcePermissions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pkColumnName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getResourceBlockPermissionsContainer</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updatePermissions</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>community</name>
				<type>boolean</type>
			</param>
			<param>
				<name>guest</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePermissions_1to5</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>community</name>
				<type>boolean</type>
			</param>
			<param>
				<name>guest</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePermissions_6</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>community</name>
				<type>boolean</type>
			</param>
			<param>
				<name>guest</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_SCOPES</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradePortletPreferences</name>
		<type>com.liferay.portal.upgrade.v6_1_0.UpgradePortletPreferences</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>addPortalPreferences</name>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>preferences</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addPortletPreferences</name>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>preferences</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getOwnerId</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortletIds</name>
		</method>
		<method>
			<name>getPortletPreferencesId</name>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePortalPreferences</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePortletPreferencesOwner</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CAMEL_CASE_UPGRADE_PORTLET_IDS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeResourcePermission</name>
		<type>com.liferay.portal.upgrade.v6_1_0.UpgradeResourcePermission</type>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v6_1_0.UpgradeSchema</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeScopes</name>
		<type>com.liferay.portal.upgrade.v6_1_0.UpgradeScopes</type>
		<author><![CDATA[Brett Swaim]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUpdatePortletPreferencesWhereClause</name>
		</method>
		<method>
			<name>upgradePreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeSocial</name>
		<type>com.liferay.portal.upgrade.v6_1_0.UpgradeSocial</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>UpgradeSocial</name>
		</method>
		<method>
			<name>addActivityCounter</name>
			<param>
				<name>activityCounterId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>currentValue</name>
				<type>int</type>
			</param>
			<param>
				<name>totalValue</name>
				<type>int</type>
			</param>
			<param>
				<name>graceValue</name>
				<type>int</type>
			</param>
			<param>
				<name>startPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>endPeriod</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addActivitySetting</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>activityType</name>
				<type>int</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>limitValue</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addActivitySetting</name>
			<param>
				<name>activitySettingId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>activityType</name>
				<type>int</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>dropEquityTables</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>encodeEquityToActivityKey</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getActivityCounter</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>startPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>endPeriod</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTotalValue</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>startPeriod</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>migrateEquityGroupSettings</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>migrateEquityLog</name>
			<param>
				<name>rs</name>
				<type>java.sql.ResultSet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>migrateEquityLogs</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>migrateEquitySettings</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>putEquityToActivityMap</name>
			<param>
				<name>equityClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>equityActionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>activityClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>activityType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>putEquityToActivityMap</name>
			<param>
				<name>equityClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>equityActionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>activityType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>updateActivityCounter</name>
			<param>
				<name>activityCounterId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>startPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>endPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>increment</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_equityToActivityMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeSubscription</name>
		<type>com.liferay.portal.upgrade.v6_1_0.UpgradeSubscription</type>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>addSubscription</name>
			<param>
				<name>subscriptionId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>frequency</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateMBMessages</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeUserName</name>
		<type>com.liferay.portal.upgrade.v6_1_0.UpgradeUserName</type>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateTable</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>setCompanyId</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeVirtualHost</name>
		<type>com.liferay.portal.upgrade.v6_1_0.UpgradeVirtualHost</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addVirtualHost</name>
			<param>
				<name>virtualHostId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>hostname</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateCompany</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLayoutSet</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeWorkflow</name>
		<type>com.liferay.portal.upgrade.v6_1_0.UpgradeWorkflow</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UserGroupTemplateInfo</name>
		<type>com.liferay.portal.upgrade.v6_1_0.util.UserGroupTemplateInfo</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>getColorSchemeId</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getCss</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getLayoutSetId</name>
		</method>
		<method>
			<name>getLayoutSetPrototypeId</name>
		</method>
		<method>
			<name>getLogo</name>
		</method>
		<method>
			<name>getLogoId</name>
		</method>
		<method>
			<name>getPageCount</name>
		</method>
		<method>
			<name>getSettings</name>
		</method>
		<method>
			<name>getThemeId</name>
		</method>
		<method>
			<name>getUserGroupId</name>
		</method>
		<method>
			<name>getWapColorSchemeId</name>
		</method>
		<method>
			<name>getWapThemeId</name>
		</method>
		<method>
			<name>isPrivateLayout</name>
		</method>
		<method>
			<name>setColorSchemeId</name>
			<param>
				<name>colorSchemeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setCss</name>
			<param>
				<name>css</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setLayoutSetId</name>
			<param>
				<name>layoutSetId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setLayoutSetPrototypeId</name>
			<param>
				<name>layoutSetPrototypeId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setLogo</name>
			<param>
				<name>logo</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>setLogoId</name>
			<param>
				<name>logoId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPageCount</name>
			<param>
				<name>pageCount</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPrivateLayout</name>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setSettings</name>
			<param>
				<name>settings</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setThemeId</name>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUserGroupId</name>
			<param>
				<name>userGroupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setWapColorSchemeId</name>
			<param>
				<name>wapColorSchemeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setWapThemeId</name>
			<param>
				<name>wapThemeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_colorSchemeId</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_css</name>
		</field>
		<field>
			<name>_groupId</name>
		</field>
		<field>
			<name>_layoutSetId</name>
		</field>
		<field>
			<name>_layoutSetPrototypeId</name>
		</field>
		<field>
			<name>_logo</name>
		</field>
		<field>
			<name>_logoId</name>
		</field>
		<field>
			<name>_pageCount</name>
		</field>
		<field>
			<name>_privateLayout</name>
		</field>
		<field>
			<name>_settings</name>
		</field>
		<field>
			<name>_themeId</name>
		</field>
		<field>
			<name>_userGroupId</name>
		</field>
		<field>
			<name>_wapColorSchemeId</name>
		</field>
		<field>
			<name>_wapThemeId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpgradeDocumentLibrary</name>
		<type>com.liferay.portal.upgrade.v6_1_1.UpgradeDocumentLibrary</type>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>hasFileEntry</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntries</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeLayout</name>
		<type>com.liferay.portal.upgrade.v6_1_1.UpgradeLayout</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLayoutPrototypeGroupId</name>
			<param>
				<name>layoutPrototypeUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isGroupPrivateLayout</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourcePrototypeLayoutUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateSourcePrototypeLayoutUuid</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeLayoutSet</name>
		<type>com.liferay.portal.upgrade.v6_1_1.UpgradeLayoutSet</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeLayoutSetBranch</name>
		<type>com.liferay.portal.upgrade.v6_1_1.UpgradeLayoutSetBranch</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLayoutSetBranch</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>colorSchemeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wapThemeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wapColorSchemeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>css</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>settings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>layoutSetPrototypeUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>layoutSetPrototypeLinkEnabled</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>upgradeLayoutSetBranch</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpgradeSchema</name>
		<type>com.liferay.portal.upgrade.v6_1_1.UpgradeSchema</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>doUpgrade</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LiferayFileItem</name>
		<type>com.liferay.portal.upload.LiferayFileItem</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Zongliang Li]]></author>
		<author><![CDATA[Harry Mark]]></author>
		<method>
			<name>LiferayFileItem</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>isFormField</name>
				<type>boolean</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sizeThreshold</name>
				<type>int</type>
			</param>
			<param>
				<name>repository</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>getEncodedString</name>
		</method>
		<method>
			<name>getFileName</name>
		</method>
		<method>
			<name>getFileNameExtension</name>
		</method>
		<method>
			<name>getFullFileName</name>
		</method>
		<method>
			<name>getSizeThreshold</name>
		</method>
		<method>
			<name>getString</name>
		</method>
		<method>
			<name>setString</name>
			<param>
				<name>encode</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTempFile</name>
		</method>
		<method>
			<name>_getUniqueId</name>
		</method>
		<field>
			<name>THRESHOLD_SIZE</name>
		</field>
		<field>
			<name>_counter</name>
		</field>
		<field>
			<name>_encodedString</name>
		</field>
		<field>
			<name>_fileName</name>
		</field>
		<field>
			<name>_repository</name>
		</field>
		<field>
			<name>_sizeThreshold</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayFileItemFactory</name>
		<type>com.liferay.portal.upload.LiferayFileItemFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LiferayFileItemFactory</name>
			<param>
				<name>tempDir</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>createItem</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>isFormField</name>
				<type>boolean</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>DEFAULT_SIZE</name>
		</field>
		<field>
			<name>_tempDir</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayFileUpload</name>
		<type>com.liferay.portal.upload.LiferayFileUpload</type>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LiferayFileUpload</name>
			<param>
				<name>fileItemFactory</name>
				<type>org.apache.commons.fileupload.FileItemFactory</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>parseRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>FileUploadException</name>
				<type>org.apache.commons.fileupload.FileUploadException</type>
			</throws>
		</method>
		<method>
			<name>createItem</name>
			<param>
				<name>headers</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>formField</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>FileUploadException</name>
				<type>org.apache.commons.fileupload.FileUploadException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<field>
			<name>FILE_NAME</name>
		</field>
		<field>
			<name>PERCENT</name>
		</field>
		<field>
			<name>_session</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayInputStream</name>
		<type>com.liferay.portal.upload.LiferayInputStream</type>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Harry Mark]]></author>
		<method>
			<name>LiferayInputStream</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getCachedInputStream</name>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>b</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>off</name>
				<type>int</type>
			</param>
			<param>
				<name>len</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>THRESHOLD_SIZE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_cachedBytes</name>
		</field>
		<field>
			<name>_session</name>
		</field>
		<field>
			<name>_totalRead</name>
		</field>
		<field>
			<name>_totalSize</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayServletRequest</name>
		<type>com.liferay.portal.upload.LiferayServletRequest</type>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LiferayServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getInputStream</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_lis</name>
		</field>
		<field>
			<name>_request</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ProgressInputStream</name>
		<type>com.liferay.portal.upload.ProgressInputStream</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Minhchau Dang]]></author>
		<method>
			<name>ProgressInputStream</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>totalSize</name>
				<type>long</type>
			</param>
			<param>
				<name>progressId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>available</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>clearProgress</name>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getTotalRead</name>
		</method>
		<method>
			<name>initProgress</name>
		</method>
		<method>
			<name>mark</name>
			<param>
				<name>readlimit</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>markSupported</name>
		</method>
		<method>
			<name>read</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>b</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>b</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>off</name>
				<type>int</type>
			</param>
			<param>
				<name>len</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>readAll</name>
			<param>
				<name>os</name>
				<type>java.io.OutputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>reset</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>skip</name>
			<param>
				<name>n</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_getPercentAttributeName</name>
		</method>
		<method>
			<name>_updateProgress</name>
			<param>
				<name>bytesRead</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_DEFAULT_INITIAL_BUFFER_SIZE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_is</name>
		</field>
		<field>
			<name>_portletSession</name>
		</field>
		<field>
			<name>_progressId</name>
		</field>
		<field>
			<name>_totalRead</name>
		</field>
		<field>
			<name>_totalSize</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UploadPortletRequestImpl</name>
		<type>com.liferay.portal.upload.UploadPortletRequestImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Harry Mark]]></author>
		<method>
			<name>UploadPortletRequestImpl</name>
			<param>
				<name>uploadServletRequest</name>
				<type>com.liferay.portal.kernel.upload.UploadServletRequest</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getContentType</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>forceCreate</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deleteOnClose</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getFileName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFiles</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFilesAsStream</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getFilesAsStream</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deleteOnClose</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getFullFileName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getMultipartParameterMap</name>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameterMap</name>
		</method>
		<method>
			<name>getParameterNames</name>
		</method>
		<method>
			<name>getParameterValues</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSize</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isFormField</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_namespace</name>
		</field>
		<field>
			<name>_uploadServletRequest</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UploadServletRequestImpl</name>
		<type>com.liferay.portal.upload.UploadServletRequestImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Zongliang Li]]></author>
		<author><![CDATA[Harry Mark]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getTempDir</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setTempDir</name>
			<param>
				<name>tempDir</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>UploadServletRequestImpl</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getContentType</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>forceCreate</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deleteOnClose</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getFileName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFiles</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFilesAsStream</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getFilesAsStream</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deleteOnClose</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getFullFileName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInputStream</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getMultipartParameterMap</name>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameterMap</name>
		</method>
		<method>
			<name>getParameterNames</name>
		</method>
		<method>
			<name>getParameterValues</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSize</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isFormField</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInputStream</name>
			<param>
				<name>liferayFileItem</name>
				<type>com.liferay.portal.kernel.upload.FileItem</type>
			</param>
			<param>
				<name>deleteOnClose</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_tempDir</name>
		</field>
		<field>
			<name>_fileParams</name>
		</field>
		<field>
			<name>_liferayServletRequest</name>
		</field>
		<field>
			<name>_regularParams</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BrowserLauncher</name>
		<type>com.liferay.portal.util.BrowserLauncher</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>run</name>
		</method>
		<method>
			<name>launchBrowser</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>launchBrowserApple</name>
			<param>
				<name>runtime</name>
				<type>java.lang.Runtime</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>launchBrowserUnix</name>
			<param>
				<name>runtime</name>
				<type>java.lang.Runtime</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>launchBrowserWindows</name>
			<param>
				<name>runtime</name>
				<type>java.lang.Runtime</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_BROWSERS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CalendarFactoryImpl</name>
		<type>com.liferay.portal.util.CalendarFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getCalendar</name>
		</method>
		<method>
			<name>getCalendar</name>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>date</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getCalendar</name>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>date</name>
				<type>int</type>
			</param>
			<param>
				<name>hour</name>
				<type>int</type>
			</param>
			<param>
				<name>minute</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getCalendar</name>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>date</name>
				<type>int</type>
			</param>
			<param>
				<name>hour</name>
				<type>int</type>
			</param>
			<param>
				<name>minute</name>
				<type>int</type>
			</param>
			<param>
				<name>second</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getCalendar</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getCalendar</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getCalendar</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Constants</name>
		<type>com.liferay.portal.util.Constants</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.util.Constants}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>ContentTypeUtil</name>
		<type>com.liferay.portal.util.ContentTypeUtil</type>
		<author><![CDATA[Alexander Chow]]></author>
		<deprecated><![CDATA[{@link MimeTypesUtil}]]></deprecated>
		<method>
			<name>getContentType</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CookieKeys</name>
		<type>com.liferay.portal.util.CookieKeys</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Minhchau Dang]]></author>
		<method>
			<name>addCookie</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>cookie</name>
				<type>javax.servlet.http.Cookie</type>
			</param>
		</method>
		<method>
			<name>addCookie</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>cookie</name>
				<type>javax.servlet.http.Cookie</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addSupportCookie</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>getCookie</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCookie</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toUpperCase</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getDomain</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getDomain</name>
			<param>
				<name>host</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasSessionId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isEncodedCookie</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>validateSupportCookie</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>CookieNotSupportedException</name>
				<type>com.liferay.portal.CookieNotSupportedException</type>
			</throws>
		</method>
		<field>
			<name>MAX_AGE</name>
		</field>
		<field>
			<name>VERSION</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CustomJspRegistry</name>
		<type>com.liferay.portal.util.CustomJspRegistry</type>
		<author><![CDATA[Ryan Park]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getCustomJspFileName</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDisplayName</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getServletContextNames</name>
		</method>
		<method>
			<name>registerServletContextName</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>unregisterServletContextName</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CustomJspRegistryImpl</name>
		<type>com.liferay.portal.util.CustomJspRegistryImpl</type>
		<author><![CDATA[Ryan Park]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CustomJspRegistryImpl</name>
		</method>
		<method>
			<name>getCustomJspFileName</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDisplayName</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getServletContextNames</name>
		</method>
		<method>
			<name>registerServletContextName</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>unregisterServletContextName</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_servletContextNames</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CustomJspRegistryUtil</name>
		<type>com.liferay.portal.util.CustomJspRegistryUtil</type>
		<author><![CDATA[Ryan Park]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getCustomJspFileName</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCustomJspRegistry</name>
		</method>
		<method>
			<name>getDisplayName</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getServletContextNames</name>
		</method>
		<method>
			<name>registerServletContextName</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>unregisterServletContextName</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCustomJspRegistry</name>
			<param>
				<name>customJspRegistry</name>
				<type>com.liferay.portal.util.CustomJspRegistry</type>
			</param>
		</method>
		<field>
			<name>_customJspRegistry</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DateFormatFactoryImpl</name>
		<type>com.liferay.portal.util.DateFormatFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getDate</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDateTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getDateTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDateTime</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getSimpleDateFormat</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSimpleDateFormat</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getSimpleDateFormat</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getSimpleDateFormat</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getTime</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DiffHtmlImpl</name>
		<type>com.liferay.portal.util.DiffHtmlImpl</type>
		<comment><![CDATA[<p>
This class can compare two different versions of HTML code. It detects changes to an entire HTML page such as removal or addition of characters or images.
</p>]]></comment>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>diff</name>
			<comment><![CDATA[This is a diff method with default values.]]></comment>
			<param>
				<name>source</name>
				<type>java.io.Reader</type>
			</param>
			<param>
				<name>target</name>
				<type>java.io.Reader</type>
			</param>
			<return>
				<comment><![CDATA[a string containing the HTML code of the source text showing the differences with the target text]]></comment>
			</return>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_DIFF</name>
		</field>
		<field>
			<name>_DIFF_REPORT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DiffImpl</name>
		<type>com.liferay.portal.util.DiffImpl</type>
		<comment><![CDATA[<p>
This class can compare two different versions of a text. Source refers to the earliest version of the text and target refers to a modified version of source. Changes are considered either as a removal from the source or as an addition to the target. This class detects changes to an entire line and also detects changes within lines, such as, removal or addition of characters. Take a look at <code>DiffTest</code> to see the expected inputs and outputs.
</p>]]></comment>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>diff</name>
			<comment><![CDATA[This is a diff method with default values.]]></comment>
			<param>
				<name>source</name>
				<type>java.io.Reader</type>
			</param>
			<param>
				<name>target</name>
				<type>java.io.Reader</type>
			</param>
			<return>
				<comment><![CDATA[an array containing two lists of <code>DiffResults</code>, the first element contains DiffResults related to changes in source and the second element to changes in target]]></comment>
			</return>
		</method>
		<method>
			<name>diff</name>
			<comment><![CDATA[The main entrance of this class. This method will compare the two texts, highlight the changes by enclosing them with markers and return a list of <code>DiffResults</code>.]]></comment>
			<param>
				<name>source</name>
				<type>java.io.Reader</type>
			</param>
			<param>
				<name>target</name>
				<type>java.io.Reader</type>
			</param>
			<param>
				<name>addedMarkerStart</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>addedMarkerEnd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deletedMarkerStart</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deletedMarkerEnd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>margin</name>
				<type>int</type>
			</param>
			<return>
				<comment><![CDATA[an array containing two lists of <code>DiffResults</code>, the first element contains DiffResults related to changes in source and the second element to changes in target]]></comment>
			</return>
		</method>
		<method>
			<name>_addMargins</name>
			<param>
				<name>results</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>stringList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>startPos</name>
				<type>int</type>
			</param>
			<param>
				<name>margin</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_addResults</name>
			<param>
				<name>results</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>stringList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>changedLines</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_calculateMargin</name>
			<param>
				<name>sourceResults</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>targetResults</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>sourceBeginPos</name>
				<type>int</type>
			</param>
			<param>
				<name>targetBeginPos</name>
				<type>int</type>
			</param>
			<param>
				<name>margin</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_checkCharDiffs</name>
			<param>
				<name>sourceResults</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>targetResults</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>sourceStringList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>targetStringList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>addedMarkerStart</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>addedMarkerEnd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deletedMarkerStart</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deletedMarkerEnd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>difference</name>
				<type>org.incava.util.diff.Difference</type>
			</param>
			<param>
				<name>margin</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_checkOverlapping</name>
			<param>
				<name>results</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>startPos</name>
				<type>int</type>
			</param>
			<param>
				<name>margin</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_highlightChars</name>
			<param>
				<name>stringList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>markerStart</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>markerEnd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPos</name>
				<type>int</type>
			</param>
			<param>
				<name>endPos</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_highlightLines</name>
			<param>
				<name>stringList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>markerStart</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>markerEnd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPos</name>
				<type>int</type>
			</param>
			<param>
				<name>endPos</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_isMaxLineLengthExceeded</name>
			<param>
				<name>sourceString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_lineDiff</name>
			<param>
				<name>sourceResults</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>targetResults</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>sourceStringList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>targetStringList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>addedMarkerStart</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>addedMarkerEnd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deletedMarkerStart</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deletedMarkerEnd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sourceChangedLine</name>
				<type>int</type>
			</param>
			<param>
				<name>targetChangedLine</name>
				<type>int</type>
			</param>
			<param>
				<name>aligned</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>_toList</name>
			<param>
				<name>line</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_toString</name>
			<param>
				<name>line</name>
				<type>java.util.List</type>
			</param>
		</method>
		<field>
			<name>_DIFF_MAX_LINE_LENGTH</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DigesterImpl</name>
		<type>com.liferay.portal.util.DigesterImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>digest</name>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<method>
			<name>digest</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>digest</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<method>
			<name>digest</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>digestBase64</name>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<method>
			<name>digestBase64</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>digestBase64</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<method>
			<name>digestBase64</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>digestHex</name>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<method>
			<name>digestHex</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>digestHex</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<method>
			<name>digestHex</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>digestRaw</name>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<method>
			<name>digestRaw</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>digestRaw</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>byteBuffer</name>
				<type>java.nio.ByteBuffer</type>
			</param>
		</method>
		<method>
			<name>digestRaw</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_BASE_64</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EntityResolver</name>
		<type>com.liferay.portal.util.EntityResolver</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>resolveEntity</name>
			<param>
				<name>publicId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>systemId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_DEFINITIONS_PATH</name>
		</field>
		<field>
			<name>_PUBLIC_IDS</name>
		</field>
		<field>
			<name>_SYSTEM_IDS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExtRegistry</name>
		<type>com.liferay.portal.util.ExtRegistry</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getConflicts</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getServletContextNames</name>
		</method>
		<method>
			<name>isRegistered</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>registerExt</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>registerPortal</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_readExtFiles</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>resourcePath</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_extMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FacebookConnectUtil</name>
		<type>com.liferay.portal.util.FacebookConnectUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[{@link com.liferay.portal.kernel.facebook.FacebookConnectUtil}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>FastDateFormatFactoryImpl</name>
		<type>com.liferay.portal.util.FastDateFormatFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getDate</name>
			<param>
				<name>style</name>
				<type>int</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDateTime</name>
			<param>
				<name>dateStyle</name>
				<type>int</type>
			</param>
			<param>
				<name>timeStyle</name>
				<type>int</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDateTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getDateTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getDateTime</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getSimpleDateFormat</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSimpleDateFormat</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getSimpleDateFormat</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getSimpleDateFormat</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getTime</name>
			<param>
				<name>style</name>
				<type>int</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getTime</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getTime</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>getKey</name>
			<param>
				<name>arguments</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_dateFormats</name>
		</field>
		<field>
			<name>_dateTimeFormats</name>
		</field>
		<field>
			<name>_simpleDateFormats</name>
		</field>
		<field>
			<name>_timeFormats</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FileImpl</name>
		<type>com.liferay.portal.util.FileImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>copyDirectory</name>
			<param>
				<name>source</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>copyDirectory</name>
			<param>
				<name>sourceDirName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destinationDirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>copyFile</name>
			<param>
				<name>source</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>copyFile</name>
			<param>
				<name>source</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>copyFile</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>copyFile</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>createTempFile</name>
		</method>
		<method>
			<name>createTempFile</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>createTempFile</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>createTempFile</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createTempFileName</name>
		</method>
		<method>
			<name>createTempFileName</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createTempFolder</name>
		</method>
		<method>
			<name>decodeSafeFileName</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>file</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deltree</name>
			<param>
				<name>directory</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>deltree</name>
			<param>
				<name>directory</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>encodeSafeFileName</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>exists</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>exists</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>extractText</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>find</name>
			<param>
				<name>directory</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includes</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>excludes</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAbsolutePath</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>getBytes</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getBytes</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getBytes</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>bufferSize</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getBytes</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>bufferSize</name>
				<type>int</type>
			</param>
			<param>
				<name>cleanUpStream</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getExtension</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPath</name>
			<param>
				<name>fullFileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShortFileName</name>
			<param>
				<name>fullFileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isAscii</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>isSameContent</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>isSameContent</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>listDirs</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>listDirs</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>listFiles</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>listFiles</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>mkdirs</name>
			<param>
				<name>pathName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>move</name>
			<param>
				<name>source</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>move</name>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destinationFileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>raw</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>replaceSeparator</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>sortFiles</name>
			<param>
				<name>files</name>
				<type>java.io.File[]</type>
			</param>
		</method>
		<method>
			<name>stripExtension</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toList</name>
			<param>
				<name>reader</name>
				<type>java.io.Reader</type>
			</param>
		</method>
		<method>
			<name>toList</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toProperties</name>
			<param>
				<name>fis</name>
				<type>java.io.FileInputStream</type>
			</param>
		</method>
		<method>
			<name>toProperties</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>touch</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>touch</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>unzip</name>
			<param>
				<name>source</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<param>
				<name>append</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<param>
				<name>append</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>pathName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>pathName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>pathName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lazy</name>
				<type>boolean</type>
			</param>
			<param>
				<name>append</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>mkdirsParentFile</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<field>
			<name>_SAFE_FILE_NAME_1</name>
		</field>
		<field>
			<name>_SAFE_FILE_NAME_2</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FileMultiValueMap</name>
		<type>com.liferay.portal.util.FileMultiValueMap</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>FileMultiValueMap</name>
		</method>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>containsKey</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>containsValue</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getAll</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isEmpty</name>
		</method>
		<method>
			<name>keySet</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>K</type>
			</param>
			<param>
				<name>value</name>
				<type>V</type>
			</param>
		</method>
		<method>
			<name>putAll</name>
			<param>
				<name>key</name>
				<type>K</type>
			</param>
			<param>
				<name>values</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>finalize</name>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>_createDatabase</name>
		</method>
		<method>
			<name>_deleteDatabase</name>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>_getConnection</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getCount</name>
			<param>
				<name>key</name>
				<type>K</type>
			</param>
			<param>
				<name>value</name>
				<type>V</type>
			</param>
		</method>
		<field>
			<name>_CREATE_SQL</name>
		</field>
		<field>
			<name>_KEY</name>
		</field>
		<field>
			<name>_VALUE</name>
		</field>
		<field>
			<name>_fileName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FriendlyURLNormalizerImpl</name>
		<type>com.liferay.portal.util.FriendlyURLNormalizerImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>normalize</name>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>normalize</name>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>replaceChars</name>
				<type>char[]</type>
			</param>
		</method>
		<field>
			<name>_REPLACE_CHARS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HashCodeFactoryImpl</name>
		<type>com.liferay.portal.util.HashCodeFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getHashCode</name>
		</method>
		<method>
			<name>getHashCode</name>
			<param>
				<name>initialNonZeroOddNumber</name>
				<type>int</type>
			</param>
			<param>
				<name>multiplierNonZeroOddNumber</name>
				<type>int</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>HashCodeImpl</name>
		<type>com.liferay.portal.util.HashCodeImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>HashCodeImpl</name>
		</method>
		<method>
			<name>HashCodeImpl</name>
			<param>
				<name>initialNonZeroOddNumber</name>
				<type>int</type>
			</param>
			<param>
				<name>multiplierNonZeroOddNumber</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>boolean[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>byte</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>char</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>char[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>double[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>float[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>append</name>
			<param>
				<name>value</name>
				<type>short[]</type>
			</param>
		</method>
		<method>
			<name>appendSuper</name>
			<param>
				<name>superHashCode</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toHashCode</name>
		</method>
		<field>
			<name>_hashCodeBuilder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HtmlImpl</name>
		<type>com.liferay.portal.util.HtmlImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Clarence Shen]]></author>
		<author><![CDATA[Harry Mark]]></author>
		<author><![CDATA[Samuel Kong]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>escape</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>escape</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>escapeAttribute</name>
			<param>
				<name>attribute</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>escapeCSS</name>
			<param>
				<name>css</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>escapeHREF</name>
			<param>
				<name>href</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>escapeJS</name>
			<param>
				<name>js</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>escapeURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>escapeXPath</name>
			<param>
				<name>xPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>escapeXPathAttribute</name>
			<param>
				<name>xPathAttribute</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>extractText</name>
			<param>
				<name>html</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>fromInputSafe</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replaceMsWordCharacters</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>stripBetween</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tag</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>stripComments</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>stripHtml</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toInputSafe</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>unescape</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>unescapeCDATA</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>wordBreak</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columns</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>isScriptTag</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>ESCAPE_MODE_ATTRIBUTE</name>
		</field>
		<field>
			<name>ESCAPE_MODE_CSS</name>
		</field>
		<field>
			<name>ESCAPE_MODE_JS</name>
		</field>
		<field>
			<name>ESCAPE_MODE_TEXT</name>
		</field>
		<field>
			<name>ESCAPE_MODE_URL</name>
		</field>
		<field>
			<name>_MS_WORD_HTML</name>
		</field>
		<field>
			<name>_MS_WORD_UNICODE</name>
		</field>
		<field>
			<name>_TAG_SCRIPT</name>
		</field>
		<field>
			<name>_XPATH_TOKENS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HttpImpl</name>
		<type>com.liferay.portal.util.HttpImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>HttpImpl</name>
		</method>
		<method>
			<name>addParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>addParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>addParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>decodePath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>decodeURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>decodeURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>unescapeSpaces</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>encodePath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>encodeURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>encodeURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>escapeSpaces</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>fixPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>fixPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>leading</name>
				<type>boolean</type>
			</param>
			<param>
				<name>trailing</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getClient</name>
			<param>
				<name>hostConfiguration</name>
				<type>org.apache.commons.httpclient.HostConfiguration</type>
			</param>
		</method>
		<method>
			<name>getCompleteURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getCookies</name>
		</method>
		<method>
			<name>getDomain</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getHostConfig</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<deprecated><![CDATA[{@link #getHostConfiguration(String)}]]></deprecated>
		</method>
		<method>
			<name>getHostConfiguration</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getIpAddress</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>escaped</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getParameterMap</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPath</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getProtocol</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>getProtocol</name>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getProtocol</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getProtocol</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
		</method>
		<method>
			<name>getProtocol</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getQueryString</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRequestURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>hasDomain</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasProtocol</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasProxyConfig</name>
		</method>
		<method>
			<name>isNonProxyHost</name>
			<param>
				<name>host</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isProxyHost</name>
			<param>
				<name>host</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>parameterMapFromString</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>parameterMapToString</name>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>parameterMapToString</name>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>addQuestion</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>protocolize</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>protocolize</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>protocolize</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>protocolize</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
		</method>
		<method>
			<name>proxifyState</name>
			<param>
				<name>httpState</name>
				<type>org.apache.commons.httpclient.HttpState</type>
			</param>
			<param>
				<name>hostConfiguration</name>
				<type>org.apache.commons.httpclient.HostConfiguration</type>
			</param>
		</method>
		<method>
			<name>removeDomain</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeProtocol</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>URLtoByteArray</name>
			<param>
				<name>options</name>
				<type>com.liferay.portal.kernel.util.Http.Options</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>URLtoByteArray</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>URLtoByteArray</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>post</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>URLtoString</name>
			<param>
				<name>options</name>
				<type>com.liferay.portal.kernel.util.Http.Options</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>URLtoString</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>URLtoString</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>post</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>URLtoString</name>
			<comment><![CDATA[This method only uses the default Commons HttpClient implementation when the URL object represents a HTTP resource. The URL object could also represent a file or some JNDI resource. In that case, the default Java implementation is used.]]></comment>
			<param>
				<name>url</name>
				<type>java.net.URL</type>
			</param>
			<return>
				<comment><![CDATA[A string representation of the resource referenced by the URL object]]></comment>
			</return>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>hasRequestHeader</name>
			<param>
				<name>httpMethod</name>
				<type>org.apache.commons.httpclient.HttpMethod</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>processPostMethod</name>
			<param>
				<name>postMethod</name>
				<type>org.apache.commons.httpclient.methods.PostMethod</type>
			</param>
			<param>
				<name>fileParts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>parts</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>toCommonsCookie</name>
			<param>
				<name>cookie</name>
				<type>javax.servlet.http.Cookie</type>
			</param>
		</method>
		<method>
			<name>toCommonsCookies</name>
			<param>
				<name>cookies</name>
				<type>javax.servlet.http.Cookie[]</type>
			</param>
		</method>
		<method>
			<name>toCommonsFilePart</name>
			<param>
				<name>filePart</name>
				<type>com.liferay.portal.kernel.util.Http.FilePart</type>
			</param>
		</method>
		<method>
			<name>toServletCookie</name>
			<param>
				<name>commonsCookie</name>
				<type>org.apache.commons.httpclient.Cookie</type>
			</param>
		</method>
		<method>
			<name>toServletCookies</name>
			<param>
				<name>commonsCookies</name>
				<type>org.apache.commons.httpclient.Cookie[]</type>
			</param>
		</method>
		<method>
			<name>URLtoByteArray</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>method</name>
				<type>com.liferay.portal.kernel.util.Http.Method</type>
			</param>
			<param>
				<name>headers</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>cookies</name>
				<type>javax.servlet.http.Cookie[]</type>
			</param>
			<param>
				<name>auth</name>
				<type>com.liferay.portal.kernel.util.Http.Auth</type>
			</param>
			<param>
				<name>body</name>
				<type>com.liferay.portal.kernel.util.Http.Body</type>
			</param>
			<param>
				<name>fileParts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>parts</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>response</name>
				<type>com.liferay.portal.kernel.util.Http.Response</type>
			</param>
			<param>
				<name>followRedirects</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_DEFAULT_USER_AGENT</name>
		</field>
		<field>
			<name>_MAX_CONNECTIONS_PER_HOST</name>
		</field>
		<field>
			<name>_MAX_TOTAL_CONNECTIONS</name>
		</field>
		<field>
			<name>_NON_PROXY_HOSTS</name>
		</field>
		<field>
			<name>_PROXY_AUTH_TYPE</name>
		</field>
		<field>
			<name>_PROXY_HOST</name>
		</field>
		<field>
			<name>_PROXY_NTLM_DOMAIN</name>
		</field>
		<field>
			<name>_PROXY_NTLM_HOST</name>
		</field>
		<field>
			<name>_PROXY_PASSWORD</name>
		</field>
		<field>
			<name>_PROXY_PORT</name>
		</field>
		<field>
			<name>_PROXY_USERNAME</name>
		</field>
		<field>
			<name>_TEMP_SLASH</name>
		</field>
		<field>
			<name>_TIMEOUT</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_cookies</name>
		</field>
		<field>
			<name>_httpClient</name>
		</field>
		<field>
			<name>_nonProxyHostsPattern</name>
		</field>
		<field>
			<name>_proxyCredentials</name>
		</field>
		<field>
			<name>_proxyHttpClient</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InitUtil</name>
		<type>com.liferay.portal.util.InitUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>init</name>
		</method>
		<method>
			<name>initWithSpring</name>
		</method>
		<method>
			<name>initWithSpring</name>
			<param>
				<name>force</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>initWithSpring</name>
			<param>
				<name>force</name>
				<type>boolean</type>
			</param>
			<param>
				<name>extraConfigLocations</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>initWithSpring</name>
			<param>
				<name>extraConfigLocations</name>
				<type>java.util.List</type>
			</param>
		</method>
		<field>
			<name>_PRINT_TIME</name>
		</field>
		<field>
			<name>_initialized</name>
		</field>
		<field>
			<name>_neverInitialized</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InstancePool</name>
		<type>com.liferay.portal.util.InstancePool</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.util.InstancePool}]]></deprecated>
		<method>
			<name>get</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JarUtil</name>
		<type>com.liferay.portal.util.JarUtil</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>downloadAndInstallJar</name>
			<param>
				<name>globalClassPath</name>
				<type>boolean</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>installStatus</name>
				<type>com.liferay.portal.kernel.progress.InstallStatus</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>installJar</name>
			<param>
				<name>globalClassPath</name>
				<type>boolean</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addJarFileToClassLoader</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>installJar</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>globalClassPath</name>
				<type>boolean</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setInstallStatus</name>
			<param>
				<name>installStatus</name>
				<type>com.liferay.portal.kernel.progress.InstallStatus</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_FILE_PATH</name>
		</field>
		<field>
			<name>_REPOSITORY</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_installJarKey</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JavaFieldsParser</name>
		<type>com.liferay.portal.util.JavaFieldsParser</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>parse</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getClassName</name>
			<param>
				<name>javaSnippet</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getFieldName</name>
			<param>
				<name>javaSnippet</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JavaScriptBundleUtil</name>
		<type>com.liferay.portal.util.JavaScriptBundleUtil</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>clearCache</name>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>bundleId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getDependencies</name>
			<param>
				<name>bundleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dependencies</name>
				<type>java.util.List</type>
			</param>
		</method>
		<field>
			<name>_CACHE_NAME</name>
		</field>
		<field>
			<name>_portalCache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutClone</name>
		<type>com.liferay.portal.util.LayoutClone</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutCloneFactory</name>
		<type>com.liferay.portal.util.LayoutCloneFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_layoutClone</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutLister</name>
		<type>com.liferay.portal.util.LayoutLister</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getLayoutView</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>rootNodeName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_createList</name>
			<param>
				<name>parentLayoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentId</name>
				<type>int</type>
			</param>
			<param>
				<name>depth</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_depth</name>
		</field>
		<field>
			<name>_groupId</name>
		</field>
		<field>
			<name>_list</name>
		</field>
		<field>
			<name>_locale</name>
		</field>
		<field>
			<name>_nodeId</name>
		</field>
		<field>
			<name>_privateLayout</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutSettings</name>
		<type>com.liferay.portal.util.LayoutSettings</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getInstance</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getConfigurationActionDelete</name>
		</method>
		<method>
			<name>getConfigurationActionUpdate</name>
		</method>
		<method>
			<name>getEditPage</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getURL</name>
		</method>
		<method>
			<name>getURL</name>
			<param>
				<name>variables</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>getViewPage</name>
		</method>
		<method>
			<name>isFirstPageable</name>
		</method>
		<method>
			<name>isParentable</name>
		</method>
		<method>
			<name>isSitemapable</name>
		</method>
		<method>
			<name>isURLFriendliable</name>
		</method>
		<method>
			<name>LayoutSettings</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_layoutSettingsMap</name>
		</field>
		<field>
			<name>_configurationActionDelete</name>
		</field>
		<field>
			<name>_configurationActionUpdate</name>
		</field>
		<field>
			<name>_editPage</name>
		</field>
		<field>
			<name>_firstPageable</name>
		</field>
		<field>
			<name>_parentable</name>
		</field>
		<field>
			<name>_sitemapable</name>
		</field>
		<field>
			<name>_type</name>
		</field>
		<field>
			<name>_url</name>
		</field>
		<field>
			<name>_urlFriendliable</name>
		</field>
		<field>
			<name>_viewPage</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutTypePortletFactory</name>
		<type>com.liferay.portal.util.LayoutTypePortletFactory</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>create</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutTypePortletFactoryImpl</name>
		<type>com.liferay.portal.util.LayoutTypePortletFactoryImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>create</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutTypePortletFactoryUtil</name>
		<type>com.liferay.portal.util.LayoutTypePortletFactoryUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>create</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getLayoutTypePortletFactory</name>
		</method>
		<method>
			<name>setLayoutTypePortletFactory</name>
			<param>
				<name>layoutTypePortletFactory</name>
				<type>com.liferay.portal.util.LayoutTypePortletFactory</type>
			</param>
		</method>
		<field>
			<name>_layoutTypePortletFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutView</name>
		<type>com.liferay.portal.util.LayoutView</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LayoutView</name>
		</method>
		<method>
			<name>LayoutView</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>depth</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getDepth</name>
		</method>
		<method>
			<name>getList</name>
		</method>
		<field>
			<name>_depth</name>
		</field>
		<field>
			<name>_list</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LimitedFilesCache</name>
		<type>com.liferay.portal.util.LimitedFilesCache</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>LimitedFilesCache</name>
			<param>
				<name>maxSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>T</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>T</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>T</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<field>
			<name>_fileRemovingLFUCache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LocalizationImpl</name>
		<type>com.liferay.portal.util.LocalizationImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Mauro Mariuzzo]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>deserialize</name>
			<param>
				<name>jsonObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
		</method>
		<method>
			<name>getAvailableLocales</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDefaultImportLocale</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>contentDefaultLocale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>contentAvailableLocales</name>
				<type>java.util.Locale[]</type>
			</param>
		</method>
		<method>
			<name>getDefaultLocale</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLocalization</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLocalization</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>useDefault</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getLocalizationMap</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>parameter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLocalizationMap</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>parameter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLocalizationMap</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLocalizationMap</name>
			<param>
				<name>bundleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includeBetaLocales</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getLocalizationMap</name>
			<param>
				<name>languageIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getLocalizationXmlFromPreferences</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>parameter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLocalizedParameter</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>parameter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPreferencesKey</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPreferencesValue</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPreferencesValue</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>useDefault</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getPreferencesValues</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPreferencesValues</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>useDefault</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>removeLocalization</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeLocalization</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cdata</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>removeLocalization</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cdata</name>
				<type>boolean</type>
			</param>
			<param>
				<name>localized</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLocalizedPreferencesValues</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>parameter</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setPreferencesValue</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setPreferencesValues</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLocalization</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateLocalization</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateLocalization</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultLanguageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateLocalization</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultLanguageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cdata</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>updateLocalization</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultLanguageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cdata</name>
				<type>boolean</type>
			</param>
			<param>
				<name>localized</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>_copyNonExempt</name>
			<param>
				<name>xmlStreamReader</name>
				<type>javax.xml.stream.XMLStreamReader</type>
			</param>
			<param>
				<name>xmlStreamWriter</name>
				<type>javax.xml.stream.XMLStreamWriter</type>
			</param>
			<param>
				<name>exemptLanguageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultLanguageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cdata</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>XMLStreamException</name>
				<type>javax.xml.stream.XMLStreamException</type>
			</throws>
		</method>
		<method>
			<name>_getCachedValue</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>useDefault</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>_getLocalization</name>
			<param>
				<name>bundleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getRootAttribute</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_sanitizeXML</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_setCachedValue</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestedLanguageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>useDefault</name>
				<type>boolean</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_AVAILABLE_LOCALES</name>
		</field>
		<field>
			<name>_DEFAULT_LOCALE</name>
		</field>
		<field>
			<name>_EMPTY_ROOT_NODE</name>
		</field>
		<field>
			<name>_LANGUAGE_ID</name>
		</field>
		<field>
			<name>_ROOT</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_cache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LockListenerRegistryImpl</name>
		<type>com.liferay.portal.util.LockListenerRegistryImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>LockListenerRegistryImpl</name>
		</method>
		<method>
			<name>getLockListener</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>lockListener</name>
				<type>com.liferay.portal.kernel.lock.LockListener</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>lockListener</name>
				<type>com.liferay.portal.kernel.lock.LockListener</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_lockListeners</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MaintenanceUtil</name>
		<type>com.liferay.portal.util.MaintenanceUtil</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>appendStatus</name>
			<param>
				<name>status</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cancel</name>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getSessionId</name>
		</method>
		<method>
			<name>getStatus</name>
		</method>
		<method>
			<name>isMaintaining</name>
		</method>
		<method>
			<name>maintain</name>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>MaintenanceUtil</name>
		</method>
		<method>
			<name>_appendStatus</name>
			<param>
				<name>status</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_cancel</name>
		</method>
		<method>
			<name>_getClassName</name>
		</method>
		<method>
			<name>_getSessionId</name>
		</method>
		<method>
			<name>_getStatus</name>
		</method>
		<method>
			<name>_isMaintaining</name>
		</method>
		<method>
			<name>_maintain</name>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_maintaining</name>
		</field>
		<field>
			<name>_sessionId</name>
		</field>
		<field>
			<name>_status</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MemoryMultiValueMap</name>
		<type>com.liferay.portal.util.MemoryMultiValueMap</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>containsKey</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>containsValue</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getAll</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isEmpty</name>
		</method>
		<method>
			<name>keySet</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>K</type>
			</param>
			<param>
				<name>value</name>
				<type>V</type>
			</param>
		</method>
		<method>
			<name>putAll</name>
			<param>
				<name>key</name>
				<type>K</type>
			</param>
			<param>
				<name>values</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_map</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MethodParametersResolverImpl</name>
		<type>com.liferay.portal.util.MethodParametersResolverImpl</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>resolveMethodParameters</name>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_methodParameters</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MimeTypesImpl</name>
		<type>com.liferay.portal.util.MimeTypesImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>MimeTypesImpl</name>
		</method>
		<method>
			<name>getContentType</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>getContentType</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContentType</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContentType</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getExtensions</name>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>stream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>readMimeType</name>
			<param>
				<name>element</name>
				<type>org.w3c.dom.Element</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_detector</name>
		</field>
		<field>
			<name>_extensionsMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MinifierUtil</name>
		<type>com.liferay.portal.util.MinifierUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>minifyCss</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>minifyJavaScript</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>MinifierUtil</name>
		</method>
		<method>
			<name>_minifyCss</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_minifyJavaScript</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MultiValueMapFactoryImpl</name>
		<type>com.liferay.portal.util.MultiValueMapFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getMultiValueMap</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getMultiValueMap</name>
			<param>
				<name>propertyKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OpenIdUtil</name>
		<type>com.liferay.portal.util.OpenIdUtil</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getConsumerManager</name>
		</method>
		<method>
			<name>getScreenName</name>
			<param>
				<name>openId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isEnabled</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>normalize</name>
			<param>
				<name>identity</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_initialize</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_manager</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OrderByComparatorFactoryImpl</name>
		<type>com.liferay.portal.util.OrderByComparatorFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Portal</name>
		<type>com.liferay.portal.util.Portal</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>addPageDescription</name>
			<comment><![CDATA[Appends the description to the current meta description of the page.]]></comment>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the description to append to the current meta description]]></comment>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
				<comment><![CDATA[the servlet request for the page]]></comment>
			</param>
		</method>
		<method>
			<name>addPageKeywords</name>
			<comment><![CDATA[Appends the keywords to the current meta keywords of the page.]]></comment>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the keywords to add to the current meta keywords (comma-separated)]]></comment>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
				<comment><![CDATA[the servlet request for the page]]></comment>
			</param>
		</method>
		<method>
			<name>addPageSubtitle</name>
			<comment><![CDATA[Appends the subtitle to the current subtitle of the page.]]></comment>
			<param>
				<name>subtitle</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the subtitle to append to the current subtitle]]></comment>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
				<comment><![CDATA[the servlet request for the page]]></comment>
			</param>
		</method>
		<method>
			<name>addPageTitle</name>
			<comment><![CDATA[Appends the title to the current title of the page.]]></comment>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the title to append to the current title]]></comment>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
				<comment><![CDATA[the servlet request for the page]]></comment>
			</param>
		</method>
		<method>
			<name>addPortalPortEventListener</name>
			<comment><![CDATA[Adds the portal port event listener to the portal. The listener will be notified whenever the portal port is set.]]></comment>
			<param>
				<name>portalPortEventListener</name>
				<type>com.liferay.portal.util.PortalPortEventListener</type>
				<comment><![CDATA[the portal port event listener to add]]></comment>
			</param>
		</method>
		<method>
			<name>addPortletBreadcrumbEntry</name>
			<comment><![CDATA[Adds an entry to the portlet breadcrumbs for the page.]]></comment>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
				<comment><![CDATA[the servlet request for the page]]></comment>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the title of the new breakcrumb entry]]></comment>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the URL of the new breadcrumb entry]]></comment>
			</param>
		</method>
		<method>
			<name>addPortletBreadcrumbEntry</name>
			<comment><![CDATA[Adds an entry to the portlet breadcrumbs for the page.]]></comment>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
				<comment><![CDATA[the servlet request for the page]]></comment>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the title of the new breakcrumb entry]]></comment>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the URL of the new breadcrumb entry]]></comment>
			</param>
			<param>
				<name>data</name>
				<type>java.util.Map</type>
				<comment><![CDATA[the HTML5 data parameters of the new breadcrumb entry]]></comment>
			</param>
		</method>
		<method>
			<name>addPortletDefaultResource</name>
			<comment><![CDATA[Adds the default resource permissions for the portlet to the page.]]></comment>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
				<comment><![CDATA[the servlet request for the page]]></comment>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
				<comment><![CDATA[the portlet]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if adding the default resource permissions failed]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addPortletDefaultResource</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPreservedParameters</name>
			<comment><![CDATA[Adds the preserved parameters doAsGroupId and refererPlid to the URL, optionally adding doAsUserId and doAsUserLanguageId as well.

<p>
Preserved parameters are parameters that should be sent with every request as the user navigates the portal.
</p>]]></comment>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
				<comment><![CDATA[the current theme display]]></comment>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
				<comment><![CDATA[the current layout]]></comment>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the URL]]></comment>
			</param>
			<param>
				<name>doAsUser</name>
				<type>boolean</type>
				<comment><![CDATA[whether to include doAsUserId and doAsLanguageId in the URL if they are available. If <code>false</code>, doAsUserId and doAsUserLanguageId will never be added.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the URL with the preserved parameters added]]></comment>
			</return>
		</method>
		<method>
			<name>addPreservedParameters</name>
			<comment><![CDATA[Adds the preserved parameters doAsUserId, doAsUserLanguageId, doAsGroupId, refererPlid, and controlPanelCategory to the URL.]]></comment>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
				<comment><![CDATA[the current theme display]]></comment>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the URL]]></comment>
			</param>
			<return>
				<comment><![CDATA[the URL with the preserved parameters added]]></comment>
			</return>
		</method>
		<method>
			<name>clearRequestParameters</name>
			<comment><![CDATA[Clears the render parameters in the request if the portlet is in the action phase.]]></comment>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
				<comment><![CDATA[the render request]]></comment>
			</param>
		</method>
		<method>
			<name>copyRequestParameters</name>
			<comment><![CDATA[Copies the request parameters to the render parameters, unless a parameter with that name already exists in the render parameters.]]></comment>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
				<comment><![CDATA[the request from which to get the request parameters]]></comment>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
				<comment><![CDATA[the response to receive the render parameters]]></comment>
			</param>
		</method>
		<method>
			<name>escapeRedirect</name>
			<comment><![CDATA[Escapes the URL for use in a redirect and checks that security settings allow the URL is allowed for redirects.]]></comment>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the URL to escape]]></comment>
			</param>
			<return>
				<comment><![CDATA[the escaped URL, or <code>null</code> if the URL is not an allowed for redirects]]></comment>
			</return>
		</method>
		<method>
			<name>generateRandomKey</name>
			<comment><![CDATA[Generates a random key to identify the request based on the input string.]]></comment>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
				<comment><![CDATA[the servlet request for the page]]></comment>
			</param>
			<param>
				<name>input</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the input string]]></comment>
			</param>
			<return>
				<comment><![CDATA[the generated key]]></comment>
			</return>
		</method>
		<method>
			<name>getActualURL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>mainPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAlternateLocales</name>
			<comment><![CDATA[Returns an array with the alternate locales, considering if the page is showing just a content and the translations of this content.]]></comment>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
				<comment><![CDATA[the servlet request for the page]]></comment>
			</param>
			<return>
				<comment><![CDATA[the array of alternate locales]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAlternateURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>canonicalURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<deprecated><![CDATA[{@link #getAlternateURL(String, ThemeDisplay, Locale)}]]></deprecated>
		</method>
		<method>
			<name>getAlternateURL</name>
			<comment><![CDATA[Returns the alternate URL of the page, to distinguish it from its canonical URL.]]></comment>
			<param>
				<name>canonicalURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the canonical URL previously obtained]]></comment>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
				<comment><![CDATA[the theme display]]></comment>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
				<comment><![CDATA[the locale of the translated page]]></comment>
			</param>
			<return>
				<comment><![CDATA[the alternate URL]]></comment>
			</return>
		</method>
		<method>
			<name>getAuthTokenIgnoreActions</name>
			<comment><![CDATA[Returns the set of struts actions that should not be checked for an authentication token.]]></comment>
			<return>
				<comment><![CDATA[the set of struts actions that should not be checked for an authentication token]]></comment>
			</return>
		</method>
		<method>
			<name>getAuthTokenIgnorePortlets</name>
			<comment><![CDATA[Returns the set of IDs of portlets that should not be checked for an authentication token.]]></comment>
			<return>
				<comment><![CDATA[the set of IDs of portlets that should not be checked for an authentication token]]></comment>
			</return>
		</method>
		<method>
			<name>getBaseModel</name>
			<comment><![CDATA[Returns the base model instance for the resource.]]></comment>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.model.Resource</type>
				<comment><![CDATA[the resource]]></comment>
			</param>
			<return>
				<comment><![CDATA[the base model instance, or <code>null</code> if the resource does not have a base model instance (such as if its a portlet)]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a base model instance for the resource could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getBaseModel</name>
			<comment><![CDATA[Returns the base model instance for the resource permission.]]></comment>
			<param>
				<name>resourcePermission</name>
				<type>com.liferay.portal.model.ResourcePermission</type>
				<comment><![CDATA[the resource permission]]></comment>
			</param>
			<return>
				<comment><![CDATA[the base model instance, or <code>null</code> if the resource permission does not have a base model instance (such as if its a portlet)]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a base model instance for the resource permission could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getBaseModel</name>
			<comment><![CDATA[Returns the base model instance for the model name and primary key.]]></comment>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the fully qualified class name of the model]]></comment>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the primary key of the model instance to get]]></comment>
			</param>
			<return>
				<comment><![CDATA[the base model instance, or <code>null</code> if the model does not have a base model instance (such as if its a portlet)]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a base model instance with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getBasicAuthUserId</name>
			<comment><![CDATA[Returns the user's ID from the HTTP authentication headers after validating their credentials.]]></comment>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
				<comment><![CDATA[the servlet request from which to retrieve the HTTP authentication headers]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user's ID if HTTP authentication headers are present and their credentials are valid; 0 otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an authentication exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getBasicAuthUserId</name>
			<comment><![CDATA[Returns the user's ID from the HTTP authentication headers after validation their credentials.]]></comment>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
				<comment><![CDATA[the servlet request to retrieve the HTTP authentication headers from]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[unused]]></comment>
			</param>
			<return>
				<comment><![CDATA[the user's ID if HTTP authentication headers are present and their credentials are valid; 0 otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an authentication exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getCanonicalURL</name>
			<param>
				<name>completeURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getCanonicalURL(String, ThemeDisplay, Layout)}]]></deprecated>
		</method>
		<method>
			<name>getCanonicalURL</name>
			<comment><![CDATA[Returns the canonical URL of the page, to distinguish it among its translations.]]></comment>
			<param>
				<name>completeURL</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the complete URL of the page]]></comment>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
				<comment><![CDATA[the current theme display]]></comment>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
				<comment><![CDATA[the layout. If it is <code>null</code>, then it is generated for the current layout]]></comment>
			</param>
			<return>
				<comment><![CDATA[the canonical URL]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a friendly URL or the group could not be retrieved]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getCDNHost</name>
			<deprecated><![CDATA[Replaced by the more general {@link #getCDNHost(boolean)}]]></deprecated>
		</method>
		<method>
			<name>getCDNHost</name>
			<comment><![CDATA[Returns the secure (HTTPS) or insecure (HTTP) content distribution network (CDN) host address for this portal.]]></comment>
			<param>
				<name>secure</name>
				<type>boolean</type>
				<comment><![CDATA[whether to get the secure or insecure CDN host address]]></comment>
			</param>
			<return>
				<comment><![CDATA[the CDN host address]]></comment>
			</return>
		</method>
		<method>
			<name>getCDNHost</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCDNHostHttp</name>
			<comment><![CDATA[Returns the insecure (HTTP) content distribution network (CDN) host address]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<return>
				<comment><![CDATA[the CDN host address]]></comment>
			</return>
		</method>
		<method>
			<name>getCDNHostHttps</name>
			<comment><![CDATA[Returns the secure (HTTPS) content distribution network (CDN) host address]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<return>
				<comment><![CDATA[the CDN host address]]></comment>
			</return>
		</method>
		<method>
			<name>getClassName</name>
			<comment><![CDATA[Returns the fully qualified name of the class from its ID.]]></comment>
			<param>
				<name>classNameId</name>
				<type>long</type>
				<comment><![CDATA[the ID of the class]]></comment>
			</param>
			<return>
				<comment><![CDATA[the fully qualified name of the class]]></comment>
			</return>
		</method>
		<method>
			<name>getClassNameId</name>
			<comment><![CDATA[Returns the ID of the class from its class object.]]></comment>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
				<comment><![CDATA[the class object]]></comment>
			</param>
			<return>
				<comment><![CDATA[the ID of the class]]></comment>
			</return>
		</method>
		<method>
			<name>getClassNameId</name>
			<comment><![CDATA[Returns the ID of the class from its fully qualified name.]]></comment>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the fully qualified name of the class]]></comment>
			</param>
			<return>
				<comment><![CDATA[the ID of the class]]></comment>
			</return>
		</method>
		<method>
			<name>getClassNamePortletId</name>
			<comment><![CDATA[Returns the ID of certain portlets from the fully qualified name of one of their classes. The portlets this method supports are: blogs, bookmarks, calendar, document library, image gallery, journal, message boards, and wiki.]]></comment>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the fully qualified name of a class in a portlet]]></comment>
			</param>
			<return>
				<comment><![CDATA[the ID of the portlet the class is a part of, or an empty string if the class is not supported]]></comment>
			</return>
		</method>
		<method>
			<name>getCompany</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompany</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyId</name>
			<param>
				<name>requestuest</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getCompanyId</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getCompanyIds</name>
		</method>
		<method>
			<name>getComputerAddress</name>
		</method>
		<method>
			<name>getComputerName</name>
		</method>
		<method>
			<name>getControlPanelCategory</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getControlPanelFullURL</name>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>ppid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getControlPanelPortlets</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>category</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getControlPanelPortlets</name>
			<param>
				<name>category</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCreateAccountURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getCurrentCompleteURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getCurrentURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getCurrentURL</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getCustomSQLFunctionIsNotNull</name>
		</method>
		<method>
			<name>getCustomSQLFunctionIsNull</name>
		</method>
		<method>
			<name>getDate</name>
			<comment><![CDATA[Returns the date object for the specified month, day, and year.]]></comment>
			<param>
				<name>month</name>
				<type>int</type>
				<comment><![CDATA[the month (0-based, meaning 0 for January)]]></comment>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
				<comment><![CDATA[the day of the month]]></comment>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
				<comment><![CDATA[the year]]></comment>
			</param>
			<return>
				<comment><![CDATA[the date object]]></comment>
			</return>
		</method>
		<method>
			<name>getDate</name>
			<comment><![CDATA[Returns the date object for the specified month, day, and year, optionally throwing an exception if the date is invalid.]]></comment>
			<param>
				<name>month</name>
				<type>int</type>
				<comment><![CDATA[the month (0-based, meaning 0 for January)]]></comment>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
				<comment><![CDATA[the day of the month]]></comment>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
				<comment><![CDATA[the year]]></comment>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
				<comment><![CDATA[the exception class to throw if the date is invalid. If <code>null</code>, no exception will be thrown for an invalid date.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the date object, or <code>null</code> if the date is invalid and no exception to throw was provided]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the date was invalid and <code>pe</code> was not <code>null</code>]]></comment>
			</throws>
		</method>
		<method>
			<name>getDate</name>
			<comment><![CDATA[Returns the date object for the specified month, day, year, hour, and minute, optionally throwing an exception if the date is invalid.]]></comment>
			<param>
				<name>month</name>
				<type>int</type>
				<comment><![CDATA[the month (0-based, meaning 0 for January)]]></comment>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
				<comment><![CDATA[the day of the month]]></comment>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
				<comment><![CDATA[the year]]></comment>
			</param>
			<param>
				<name>hour</name>
				<type>int</type>
				<comment><![CDATA[the hour (0-24)]]></comment>
			</param>
			<param>
				<name>min</name>
				<type>int</type>
				<comment><![CDATA[the minute of the hour]]></comment>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
				<comment><![CDATA[the exception class to throw if the date is invalid. If <code>null</code>, no exception will be thrown for an invalid date.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the date object, or <code>null</code> if the date is invalid and no exception to throw was provided]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the date was invalid and <code>pe</code> was not <code>null</code>]]></comment>
			</throws>
		</method>
		<method>
			<name>getDate</name>
			<comment><![CDATA[Returns the date object for the specified month, day, year, hour, and minute, optionally throwing an exception if the date is invalid.]]></comment>
			<param>
				<name>month</name>
				<type>int</type>
				<comment><![CDATA[the month (0-based, meaning 0 for January)]]></comment>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
				<comment><![CDATA[the day of the month]]></comment>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
				<comment><![CDATA[the year]]></comment>
			</param>
			<param>
				<name>hour</name>
				<type>int</type>
				<comment><![CDATA[the hour (0-24)]]></comment>
			</param>
			<param>
				<name>min</name>
				<type>int</type>
				<comment><![CDATA[the minute of the hour]]></comment>
			</param>
			<param>
				<name>pe</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[the exception to throw if the date is invalid. If <code>null</code>, no exception will be thrown for an invalid date.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the date object, or <code>null</code> if the date is invalid and no exception to throw was provided]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the date was invalid and <code>pe</code> was not <code>null</code>]]></comment>
			</throws>
			<deprecated><![CDATA[{@link #getDate(int, int, int, int, int, Class)}]]></deprecated>
		</method>
		<method>
			<name>getDate</name>
			<comment><![CDATA[Returns the date object for the specified month, day, year, hour, minute, and time zone, optionally throwing an exception if the date is invalid.]]></comment>
			<param>
				<name>month</name>
				<type>int</type>
				<comment><![CDATA[the month (0-based, meaning 0 for January)]]></comment>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
				<comment><![CDATA[the day of the month]]></comment>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
				<comment><![CDATA[the year]]></comment>
			</param>
			<param>
				<name>hour</name>
				<type>int</type>
				<comment><![CDATA[the hour (0-24)]]></comment>
			</param>
			<param>
				<name>min</name>
				<type>int</type>
				<comment><![CDATA[the minute of the hour]]></comment>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
				<comment><![CDATA[the time zone of the date]]></comment>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
				<comment><![CDATA[the exception class to throw if the date is invalid. If <code>null</code>, no exception will be thrown for an invalid date.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the date object, or <code>null</code> if the date is invalid and no exception to throw was provided]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the date was invalid and <code>pe</code> was not <code>null</code>]]></comment>
			</throws>
		</method>
		<method>
			<name>getDate</name>
			<comment><![CDATA[Returns the date object for the specified month, day, year, hour, minute, and time zone, optionally throwing an exception if the date is invalid.]]></comment>
			<param>
				<name>month</name>
				<type>int</type>
				<comment><![CDATA[the month (0-based, meaning 0 for January)]]></comment>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
				<comment><![CDATA[the day of the month]]></comment>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
				<comment><![CDATA[the year]]></comment>
			</param>
			<param>
				<name>hour</name>
				<type>int</type>
				<comment><![CDATA[the hour (0-24)]]></comment>
			</param>
			<param>
				<name>min</name>
				<type>int</type>
				<comment><![CDATA[the minute of the hour]]></comment>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
				<comment><![CDATA[the time zone of the date]]></comment>
			</param>
			<param>
				<name>pe</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[the exception to throw if the date is invalid. If <code>null</code>, no exception will be thrown for an invalid date.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the date object, or <code>null</code> if the date is invalid and no exception to throw was provided]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the date was invalid and <code>pe</code> was not <code>null</code>]]></comment>
			</throws>
			<deprecated><![CDATA[{@link #getDate(int, int, int, int, int, TimeZone, Class)}]]></deprecated>
		</method>
		<method>
			<name>getDate</name>
			<comment><![CDATA[Returns the date object for the specified month, day, and year, optionally throwing an exception if the date is invalid.]]></comment>
			<param>
				<name>month</name>
				<type>int</type>
				<comment><![CDATA[the month (0-based, meaning 0 for January)]]></comment>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
				<comment><![CDATA[the day of the month]]></comment>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
				<comment><![CDATA[the year]]></comment>
			</param>
			<param>
				<name>pe</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[the exception to throw if the date is invalid. If <code>null</code>, no exception will be thrown for an invalid date.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the date object, or <code>null</code> if the date is invalid and no exception to throw was provided]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the date was invalid and <code>pe</code> was not <code>null</code>]]></comment>
			</throws>
			<deprecated><![CDATA[{@link #getDate(int, int, int, Class)}]]></deprecated>
		</method>
		<method>
			<name>getDate</name>
			<comment><![CDATA[Returns the date object for the specified month, day, year, and time zone, optionally throwing an exception if the date is invalid.]]></comment>
			<param>
				<name>month</name>
				<type>int</type>
				<comment><![CDATA[the month (0-based, meaning 0 for January)]]></comment>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
				<comment><![CDATA[the day of the month]]></comment>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
				<comment><![CDATA[the year]]></comment>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
				<comment><![CDATA[the time zone of the date]]></comment>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
				<comment><![CDATA[the exception class to throw if the date is invalid. If <code>null</code>, no exception will be thrown for an invalid date.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the date object, or <code>null</code> if the date is invalid and no exception to throw was provided]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the date was invalid and <code>pe</code> was not <code>null</code>]]></comment>
			</throws>
		</method>
		<method>
			<name>getDate</name>
			<comment><![CDATA[Returns the date object for the specified month, day, year, and time zone, optionally throwing an exception if the date is invalid.]]></comment>
			<param>
				<name>month</name>
				<type>int</type>
				<comment><![CDATA[the month (0-based, meaning 0 for January)]]></comment>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
				<comment><![CDATA[the day of the month]]></comment>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
				<comment><![CDATA[the year]]></comment>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
				<comment><![CDATA[the time zone of the date]]></comment>
			</param>
			<param>
				<name>pe</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[the exception to throw if the date is invalid. If <code>null</code>, no exception will be thrown for an invalid date.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the date object, or <code>null</code> if the date is invalid and no exception to throw was provided]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the date was invalid and <code>pe</code> was not <code>null</code>]]></comment>
			</throws>
			<deprecated><![CDATA[{@link #getDate(int, int, int, TimeZone, Class)}]]></deprecated>
		</method>
		<method>
			<name>getDefaultCompanyId</name>
		</method>
		<method>
			<name>getDigestAuthUserId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEmailFromAddress</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEmailFromName</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getExpandoBridgeAttributes</name>
			<param>
				<name>expandoBridge</name>
				<type>com.liferay.portlet.expando.model.ExpandoBridge</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getExpandoBridgeAttributes</name>
			<param>
				<name>expandoBridge</name>
				<type>com.liferay.portlet.expando.model.ExpandoBridge</type>
			</param>
			<param>
				<name>uploadPortletRequest</name>
				<type>com.liferay.portal.kernel.upload.UploadPortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getExpandoValue</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>displayType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getExpandoValue</name>
			<param>
				<name>uploadPortletRequest</name>
				<type>com.liferay.portal.kernel.upload.UploadPortletRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>displayType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFacebookURL</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>facebookCanvasPageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFirstPageLayoutTypes</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
		</method>
		<method>
			<name>getGlobalLibDir</name>
		</method>
		<method>
			<name>getGoogleGadgetURL</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupFriendlyURL</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>privateLayoutSet</name>
				<type>boolean</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupPermissions</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getGroupPermissions</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getGuestPermissions</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getGuestPermissions</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getHomeURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getHost</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getHost</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getHttpServletRequest</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getHttpServletResponse</name>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
		</method>
		<method>
			<name>getJournalArticleActualURL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>mainPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getJsSafePortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLayoutActualURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getLayoutActualURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>mainPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLayoutActualURL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>mainPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutActualURL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>mainPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutEditPage</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getLayoutEditPage</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLayoutFriendlyURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutFriendlyURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutFullURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutFullURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>doAsUser</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutFullURL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutFullURL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutFullURL</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutSetFriendlyURL</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutTarget</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getLayoutURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>doAsUser</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutURL</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutViewPage</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getLayoutViewPage</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLiferayPortletRequest</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getLiferayPortletResponse</name>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
		</method>
		<method>
			<name>getLocale</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getLocale</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
		</method>
		<method>
			<name>getMailId</name>
			<param>
				<name>mx</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>popPortletPrefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ids</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getNetvibesURL</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNewPortletTitle</name>
			<param>
				<name>portletTitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldScopeName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newScopeName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOriginalServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getOuterPortletId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getParentGroupId</name>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPathContext</name>
		</method>
		<method>
			<name>getPathFriendlyURLPrivateGroup</name>
		</method>
		<method>
			<name>getPathFriendlyURLPrivateUser</name>
		</method>
		<method>
			<name>getPathFriendlyURLPublic</name>
		</method>
		<method>
			<name>getPathImage</name>
		</method>
		<method>
			<name>getPathMain</name>
		</method>
		<method>
			<name>getPathProxy</name>
		</method>
		<method>
			<name>getPlidFromFriendlyURL</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPlidFromPortletId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPlidFromPortletId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortalLibDir</name>
		</method>
		<method>
			<name>getPortalPort</name>
			<deprecated><![CDATA[Replaced by the more general {@link #getPortalPort(boolean)}]]></deprecated>
		</method>
		<method>
			<name>getPortalPort</name>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getPortalProperties</name>
		</method>
		<method>
			<name>getPortalURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getPortalURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getPortalURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortalURL</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getPortalURL</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getPortalURL</name>
			<param>
				<name>serverName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serverPort</name>
				<type>int</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getPortalURL</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortalWebDir</name>
		</method>
		<method>
			<name>getPortletAddDefaultResourceCheckWhitelist</name>
		</method>
		<method>
			<name>getPortletAddDefaultResourceCheckWhitelistActions</name>
		</method>
		<method>
			<name>getPortletBreadcrumbList</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<deprecated><![CDATA[Renamed to {@link #getPortletBreadcrumbs(HttpServletRequest)}]]></deprecated>
		</method>
		<method>
			<name>getPortletBreadcrumbs</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getPortletDescription</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getPortletDescription</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getPortletDescription</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getPortletDescription</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletDescription</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getPortletId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getPortletId</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getPortletLongTitle</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getPortletLongTitle</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getPortletLongTitle</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletLongTitle</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getPortletLongTitle</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getPortletLongTitle</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletLongTitle</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getPortletNamespace</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getPortletXmlFileName</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPreferences</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getPreferencesValidator</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>getRelativeHomeURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getScopeGroupId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getScopeGroupId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getScopeGroupId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkStagingGroup</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getScopeGroupId</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getScopeGroupId</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getScopeGroupId</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getScopeGroupId</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSelectedUser</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSelectedUser</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>checkPermission</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSelectedUser</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSelectedUser</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>checkPermission</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getServletContext</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>getSiteLoginURL</name>
			<comment><![CDATA[Returns the URL of the login page for the current site if one is available.]]></comment>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
				<comment><![CDATA[the theme display for the current page]]></comment>
			</param>
			<return>
				<comment><![CDATA[the URL of the login page for the current site, or <code>null</code> if one is not available]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a portal exception occurred]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getStaticResourceURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStaticResourceURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timestamp</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getStaticResourceURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStaticResourceURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timestamp</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getStrutsAction</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getSystemGroups</name>
		</method>
		<method>
			<name>getSystemOrganizationRoles</name>
		</method>
		<method>
			<name>getSystemRoles</name>
		</method>
		<method>
			<name>getSystemSiteRoles</name>
		</method>
		<method>
			<name>getUniqueElementId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUniqueElementId</name>
			<param>
				<name>request</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUploadPortletRequest</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getUploadServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getUptime</name>
		</method>
		<method>
			<name>getURLWithSessionId</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUser</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUser</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserEmailAddress</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getUserId</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getUserName</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultUserName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserName</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getUserName</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userAttribute</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserName</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userAttribute</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getUserPassword</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getUserPassword</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>getUserPassword</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getUserValue</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getValidUserId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getVirtualLayoutActualURL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>mainPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getWidgetURL</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>initCustomSQL</name>
		</method>
		<method>
			<name>isAllowAddPortletDefaultResource</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isCDNDynamicResourcesEnabled</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isCDNDynamicResourcesEnabled</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isCommunityAdmin</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[As of 6.1, renamed to {@link #isGroupAdmin(User, long)}]]></deprecated>
		</method>
		<method>
			<name>isCommunityOwner</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[As of 6.1, renamed to {@link #isGroupOwner(User, long)}]]></deprecated>
		</method>
		<method>
			<name>isCompanyAdmin</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCompanyControlPanelPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>category</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isCompanyControlPanelPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isCompanyControlPanelVisible</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isControlPanelPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>category</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isControlPanelPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isGroupAdmin</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isGroupOwner</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isLayoutDescendant</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isLayoutFirstPageable</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>isLayoutFirstPageable</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isLayoutFriendliable</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>isLayoutFriendliable</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isLayoutParentable</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>isLayoutParentable</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isLayoutSitemapable</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>isMethodGet</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>isMethodPost</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>isMultipartRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isOmniadmin</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isReservedParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isSecure</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isSystemGroup</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isSystemRole</name>
			<param>
				<name>roleName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isUpdateAvailable</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isValidResourceId</name>
			<param>
				<name>resourceId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removePortalPortEventListener</name>
			<param>
				<name>portalPortEventListener</name>
				<type>com.liferay.portal.util.PortalPortEventListener</type>
			</param>
		</method>
		<method>
			<name>renderPage</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>renderPortlet</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>writeOutput</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>renderPortlet</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnPos</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>columnCount</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>writeOutput</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>renderPortlet</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnPos</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>columnCount</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>writeOutput</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>resetCDNHosts</name>
		</method>
		<method>
			<name>resetPortletAddDefaultResourceCheckWhitelist</name>
		</method>
		<method>
			<name>resetPortletAddDefaultResourceCheckWhitelistActions</name>
		</method>
		<method>
			<name>sendError</name>
			<param>
				<name>e</name>
				<type>java.lang.Exception</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>sendError</name>
			<param>
				<name>e</name>
				<type>java.lang.Exception</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>sendError</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>e</name>
				<type>java.lang.Exception</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>sendError</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>e</name>
				<type>java.lang.Exception</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>setPageDescription</name>
			<comment><![CDATA[Sets the description for the page, overriding the existing page description.]]></comment>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>setPageKeywords</name>
			<comment><![CDATA[Sets the keywords for the page, overriding the existing page keywords.]]></comment>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>setPageSubtitle</name>
			<comment><![CDATA[Sets the subtitle for the page, overriding the existing page subtitle.]]></comment>
			<param>
				<name>subtitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>setPageTitle</name>
			<comment><![CDATA[Sets the whole title for the page, overriding the existing page whole title.]]></comment>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>setPortalPort</name>
			<comment><![CDATA[Sets the port obtained on the first request to the portal.]]></comment>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>storePreferences</name>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ValidatorException</name>
				<type>javax.portlet.ValidatorException</type>
			</throws>
		</method>
		<method>
			<name>stripURLAnchor</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>separator</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>transformCustomSQL</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updatePortletMode</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletMode</name>
				<type>javax.portlet.PortletMode</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>updateRedirect</name>
			<param>
				<name>redirect</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateWindowState</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>FRIENDLY_URL_SEPARATOR</name>
		</field>
		<field>
			<name>PATH_IMAGE</name>
		</field>
		<field>
			<name>PATH_MAIN</name>
		</field>
		<field>
			<name>PATH_PORTAL_LAYOUT</name>
		</field>
		<field>
			<name>PORTAL_REALM</name>
		</field>
		<field>
			<name>PORTLET_XML_FILE_NAME_CUSTOM</name>
		</field>
		<field>
			<name>PORTLET_XML_FILE_NAME_STANDARD</name>
		</field>
		<field>
			<name>TEMP_OBFUSCATION_VALUE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalImpl</name>
		<type>com.liferay.portal.util.PortalImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>PortalImpl</name>
		</method>
		<method>
			<name>addPageDescription</name>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>addPageKeywords</name>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>addPageSubtitle</name>
			<param>
				<name>subtitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>addPageTitle</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>addPortalPortEventListener</name>
			<param>
				<name>portalPortEventListener</name>
				<type>com.liferay.portal.util.PortalPortEventListener</type>
			</param>
		</method>
		<method>
			<name>addPortletBreadcrumbEntry</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addPortletBreadcrumbEntry</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>data</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>addPortletDefaultResource</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPortletDefaultResource</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPreservedParameters</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>doAsUser</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addPreservedParameters</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>clearRequestParameters</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
		</method>
		<method>
			<name>copyRequestParameters</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
		</method>
		<method>
			<name>escapeRedirect</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>generateRandomKey</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>input</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getActualURL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>mainPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAlternateLocales</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAlternateURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>canonicalURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<deprecated><![CDATA[{@link #getAlternateURL(String, ThemeDisplay, Locale)}]]></deprecated>
		</method>
		<method>
			<name>getAlternateURL</name>
			<param>
				<name>canonicalURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getAuthTokenIgnoreActions</name>
		</method>
		<method>
			<name>getAuthTokenIgnorePortlets</name>
		</method>
		<method>
			<name>getBaseModel</name>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.model.Resource</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBaseModel</name>
			<param>
				<name>resourcePermission</name>
				<type>com.liferay.portal.model.ResourcePermission</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBaseModel</name>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBasicAuthUserId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBasicAuthUserId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCanonicalURL</name>
			<param>
				<name>completeURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getCanonicalURL(String, ThemeDisplay, Layout)}]]></deprecated>
		</method>
		<method>
			<name>getCanonicalURL</name>
			<param>
				<name>completeURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCDNHost</name>
			<deprecated><![CDATA[{@link #getCDNHost(boolean)}]]></deprecated>
		</method>
		<method>
			<name>getCDNHost</name>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getCDNHost</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCDNHostHttp</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getCDNHostHttps</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getClassName</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getClassNameId</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getClassNameId</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getClassNamePortletId</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCompany</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompany</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getCompanyId</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getCompanyIds</name>
		</method>
		<method>
			<name>getComputerAddress</name>
		</method>
		<method>
			<name>getComputerName</name>
		</method>
		<method>
			<name>getControlPanelCategory</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getControlPanelFullURL</name>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>ppid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getControlPanelPortlets</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>category</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getControlPanelPortlets</name>
			<param>
				<name>category</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCreateAccountURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getCurrentCompleteURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getCurrentURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getCurrentURL</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getCustomSQLFunctionIsNotNull</name>
		</method>
		<method>
			<name>getCustomSQLFunctionIsNull</name>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>hour</name>
				<type>int</type>
			</param>
			<param>
				<name>min</name>
				<type>int</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>hour</name>
				<type>int</type>
			</param>
			<param>
				<name>min</name>
				<type>int</type>
			</param>
			<param>
				<name>pe</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<deprecated><![CDATA[{@link #getDate(int, int, int, int, int, Class)}]]></deprecated>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>hour</name>
				<type>int</type>
			</param>
			<param>
				<name>min</name>
				<type>int</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>hour</name>
				<type>int</type>
			</param>
			<param>
				<name>min</name>
				<type>int</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
			<param>
				<name>pe</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<deprecated><![CDATA[{@link #getDate(int, int, int, int, int, TimeZone, Class)}]]></deprecated>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>pe</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<deprecated><![CDATA[{@link #getDate(int, int, int, Class)}]]></deprecated>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
			<param>
				<name>pe</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<deprecated><![CDATA[{@link #getDate(int, int, int, TimeZone, Class)}]]></deprecated>
		</method>
		<method>
			<name>getDefaultCompanyId</name>
		</method>
		<method>
			<name>getDigestAuthUserId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEmailFromAddress</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEmailFromName</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getExpandoBridgeAttributes</name>
			<param>
				<name>expandoBridge</name>
				<type>com.liferay.portlet.expando.model.ExpandoBridge</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getExpandoBridgeAttributes</name>
			<param>
				<name>expandoBridge</name>
				<type>com.liferay.portlet.expando.model.ExpandoBridge</type>
			</param>
			<param>
				<name>uploadPortletRequest</name>
				<type>com.liferay.portal.kernel.upload.UploadPortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getExpandoValue</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>displayType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getExpandoValue</name>
			<param>
				<name>uploadPortletRequest</name>
				<type>com.liferay.portal.kernel.upload.UploadPortletRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>displayType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFacebookURL</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>facebookCanvasPageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFirstPageLayoutTypes</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
		</method>
		<method>
			<name>getGlobalLibDir</name>
		</method>
		<method>
			<name>getGoogleGadgetURL</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupFriendlyURL</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>privateLayoutSet</name>
				<type>boolean</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupPermissions</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getGroupPermissions</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getGuestPermissions</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getGuestPermissions</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getHomeURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getHost</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getHost</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getHttpServletRequest</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getHttpServletResponse</name>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
		</method>
		<method>
			<name>getJournalArticleActualURL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>mainPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getJsSafePortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLayoutActualURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getLayoutActualURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>mainPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLayoutActualURL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>mainPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutActualURL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>mainPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutEditPage</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getLayoutEditPage</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLayoutFriendlyURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutFriendlyURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutFullURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutFullURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>doAsUser</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutFullURL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutFullURL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutFullURL</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutSetFriendlyURL</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutTarget</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getLayoutURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>doAsUser</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutURL</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutViewPage</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getLayoutViewPage</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLiferayPortletRequest</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getLiferayPortletResponse</name>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
		</method>
		<method>
			<name>getLocale</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getLocale</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
		</method>
		<method>
			<name>getMailId</name>
			<param>
				<name>mx</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>popPortletPrefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ids</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getNetvibesURL</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNewPortletTitle</name>
			<param>
				<name>portletTitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldScopeName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newScopeName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOriginalServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getOuterPortletId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getParentGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPathContext</name>
		</method>
		<method>
			<name>getPathFriendlyURLPrivateGroup</name>
		</method>
		<method>
			<name>getPathFriendlyURLPrivateUser</name>
		</method>
		<method>
			<name>getPathFriendlyURLPublic</name>
		</method>
		<method>
			<name>getPathImage</name>
		</method>
		<method>
			<name>getPathMain</name>
		</method>
		<method>
			<name>getPathProxy</name>
		</method>
		<method>
			<name>getPlidFromFriendlyURL</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPlidFromPortletId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPlidFromPortletId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortalLibDir</name>
		</method>
		<method>
			<name>getPortalPort</name>
			<deprecated><![CDATA[{@link #getPortalPort(boolean)}]]></deprecated>
		</method>
		<method>
			<name>getPortalPort</name>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getPortalProperties</name>
		</method>
		<method>
			<name>getPortalURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getPortalURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getPortalURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortalURL</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getPortalURL</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getPortalURL</name>
			<param>
				<name>serverName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serverPort</name>
				<type>int</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getPortalURL</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortalWebDir</name>
		</method>
		<method>
			<name>getPortletAddDefaultResourceCheckWhitelist</name>
		</method>
		<method>
			<name>getPortletAddDefaultResourceCheckWhitelistActions</name>
		</method>
		<method>
			<name>getPortletBreadcrumbList</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<deprecated><![CDATA[{@link #getPortletBreadcrumbs(HttpServletRequest)}]]></deprecated>
		</method>
		<method>
			<name>getPortletBreadcrumbs</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getPortletDescription</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getPortletDescription</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getPortletDescription</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getPortletDescription</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletDescription</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getPortletFriendlyURLMapper</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getPortletId</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getPortletLongTitle</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getPortletLongTitle</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getPortletLongTitle</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletLongTitle</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getPortletLongTitle</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getPortletLongTitle</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletLongTitle</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getPortletNamespace</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getPortletXmlFileName</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPreferences</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getPreferencesValidator</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>getRelativeHomeURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getScopeGroupId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getScopeGroupId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getScopeGroupId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkStagingGroup</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getScopeGroupId</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getScopeGroupId</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getScopeGroupId</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getScopeGroupId</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSelectedUser</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSelectedUser</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>checkPermission</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSelectedUser</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSelectedUser</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>checkPermission</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getServletContext</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>getSiteLoginURL</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStaticResourceURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStaticResourceURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timestamp</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getStaticResourceURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStaticResourceURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timestamp</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getStrutsAction</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getSystemGroups</name>
		</method>
		<method>
			<name>getSystemOrganizationRoles</name>
		</method>
		<method>
			<name>getSystemRoles</name>
		</method>
		<method>
			<name>getSystemSiteRoles</name>
		</method>
		<method>
			<name>getUniqueElementId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>elementId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUniqueElementId</name>
			<param>
				<name>request</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>elementId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUploadPortletRequest</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getUploadServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getUptime</name>
		</method>
		<method>
			<name>getURLWithSessionId</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUser</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUser</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserEmailAddress</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getUserId</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getUserName</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultUserName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserName</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getUserName</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userAttribute</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserName</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userAttribute</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getUserPassword</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getUserPassword</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>getUserPassword</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getUserValue</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getValidUserId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getVirtualLayoutActualURL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>mainPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getWidgetURL</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>initCustomSQL</name>
		</method>
		<method>
			<name>isAllowAddPortletDefaultResource</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isCDNDynamicResourcesEnabled</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isCDNDynamicResourcesEnabled</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isCommunityAdmin</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[As of 6.1, renamed to {@link #isGroupAdmin(User, long)}]]></deprecated>
		</method>
		<method>
			<name>isCommunityOwner</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[As of 6.1, renamed to {@link #isGroupOwner(User, long)}]]></deprecated>
		</method>
		<method>
			<name>isCompanyAdmin</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCompanyControlPanelPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>category</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isCompanyControlPanelPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isCompanyControlPanelVisible</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isControlPanelPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>category</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isControlPanelPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isGroupAdmin</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isGroupOwner</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isLayoutDescendant</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isLayoutFirstPageable</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>isLayoutFirstPageable</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isLayoutFriendliable</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>isLayoutFriendliable</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isLayoutParentable</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>isLayoutParentable</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isLayoutSitemapable</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>isMethodGet</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>isMethodPost</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>isMultipartRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isOmniadmin</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isReservedParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isSecure</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isSystemGroup</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isSystemRole</name>
			<param>
				<name>roleName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isUpdateAvailable</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isValidResourceId</name>
			<param>
				<name>resourceId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removePortalPortEventListener</name>
			<param>
				<name>portalPortEventListener</name>
				<type>com.liferay.portal.util.PortalPortEventListener</type>
			</param>
		</method>
		<method>
			<name>renderPage</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>renderPortlet</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>writeOutput</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>renderPortlet</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnPos</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>columnCount</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>writeOutput</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>renderPortlet</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnPos</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>columnCount</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>writeOutput</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>resetCDNHosts</name>
		</method>
		<method>
			<name>resetPortletAddDefaultResourceCheckWhitelist</name>
		</method>
		<method>
			<name>resetPortletAddDefaultResourceCheckWhitelistActions</name>
		</method>
		<method>
			<name>sendError</name>
			<param>
				<name>e</name>
				<type>java.lang.Exception</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>sendError</name>
			<param>
				<name>e</name>
				<type>java.lang.Exception</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>sendError</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>e</name>
				<type>java.lang.Exception</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>sendError</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>e</name>
				<type>java.lang.Exception</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>setPageDescription</name>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>setPageKeywords</name>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>setPageSubtitle</name>
			<param>
				<name>subtitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>setPageTitle</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>setPortalPort</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>storePreferences</name>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ValidatorException</name>
				<type>javax.portlet.ValidatorException</type>
			</throws>
		</method>
		<method>
			<name>stripURLAnchor</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>separator</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>transformCustomSQL</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updatePortletMode</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletMode</name>
				<type>javax.portlet.PortletMode</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>updateRedirect</name>
			<param>
				<name>redirect</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateWindowState</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>addDefaultResource</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addDefaultResource</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>portletActions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>buildI18NPath</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>doGetPlidFromPortletId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterControlPanelPortlets</name>
			<param>
				<name>portlets</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>category</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getDefaultScopeGroupId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDoAsUserId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>doAsUserIdString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>alwaysAllowDoAsUser</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGroupFriendlyURL</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>privateLayoutSet</name>
				<type>boolean</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>canonicalURL</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletParam</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getServletURL</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>servletPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isAlwaysAllowDoAsUser</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isPanelSelectedPortlet</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>notifyPortalPortEventListeners</name>
			<param>
				<name>portalPort</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>removeRedirectParameter</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_J_SECURITY_CHECK</name>
		</field>
		<field>
			<name>_JSESSIONID</name>
		</field>
		<field>
			<name>_LOCALHOST</name>
		</field>
		<field>
			<name>_PRIVATE_GROUP_SERVLET_MAPPING</name>
		</field>
		<field>
			<name>_PRIVATE_USER_SERVLET_MAPPING</name>
		</field>
		<field>
			<name>_PUBLIC_GROUP_SERVLET_MAPPING</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_logWebServerServlet</name>
		</field>
		<field>
			<name>_cdnHostHttpMap</name>
		</field>
		<field>
			<name>_cdnHostHttpsMap</name>
		</field>
		<field>
			<name>_resetCDNHostsMethodHandler</name>
		</field>
		<field>
			<name>_upTime</name>
		</field>
		<field>
			<name>_allSystemGroups</name>
		</field>
		<field>
			<name>_allSystemOrganizationRoles</name>
		</field>
		<field>
			<name>_allSystemRoles</name>
		</field>
		<field>
			<name>_allSystemSiteRoles</name>
		</field>
		<field>
			<name>_authTokenIgnoreActions</name>
		</field>
		<field>
			<name>_authTokenIgnorePortlets</name>
		</field>
		<field>
			<name>_bannedResourceIdPattern</name>
		</field>
		<field>
			<name>_computerAddress</name>
		</field>
		<field>
			<name>_computerName</name>
		</field>
		<field>
			<name>_customSqlKeys</name>
		</field>
		<field>
			<name>_customSqlValues</name>
		</field>
		<field>
			<name>_pathContext</name>
		</field>
		<field>
			<name>_pathFriendlyURLPrivateGroup</name>
		</field>
		<field>
			<name>_pathFriendlyURLPrivateUser</name>
		</field>
		<field>
			<name>_pathFriendlyURLPublic</name>
		</field>
		<field>
			<name>_pathImage</name>
		</field>
		<field>
			<name>_pathMain</name>
		</field>
		<field>
			<name>_pathProxy</name>
		</field>
		<field>
			<name>_plidToPortletIdMap</name>
		</field>
		<field>
			<name>_portalPort</name>
		</field>
		<field>
			<name>_portalPortEventListeners</name>
		</field>
		<field>
			<name>_portletAddDefaultResourceCheckWhitelist</name>
		</field>
		<field>
			<name>_portletAddDefaultResourceCheckWhitelistActions</name>
		</field>
		<field>
			<name>_reservedParams</name>
		</field>
		<field>
			<name>_securePortalPort</name>
		</field>
		<field>
			<name>_sortedSystemGroups</name>
		</field>
		<field>
			<name>_sortedSystemOrganizationRoles</name>
		</field>
		<field>
			<name>_sortedSystemRoles</name>
		</field>
		<field>
			<name>_sortedSystemSiteRoles</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalInstances</name>
		<type>com.liferay.portal.util.PortalInstances</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jose Oliver]]></author>
		<author><![CDATA[Atul Patel]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>addCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getCompanyId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getCompanyIds</name>
		</method>
		<method>
			<name>getCompanyIdsBySQL</name>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultCompanyId</name>
		</method>
		<method>
			<name>getWebIds</name>
		</method>
		<method>
			<name>initCompany</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isAutoLoginIgnoreHost</name>
			<param>
				<name>host</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isAutoLoginIgnorePath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isCompanyActive</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isVirtualHostsIgnoreHost</name>
			<param>
				<name>host</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isVirtualHostsIgnorePath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>reload</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>PortalInstances</name>
		</method>
		<method>
			<name>_addCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>_getCompanyId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>_getCompanyIdByVirtualHosts</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>_getCompanyIds</name>
		</method>
		<method>
			<name>_getCompanyIdsBySQL</name>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>_getDefaultCompanyId</name>
		</method>
		<method>
			<name>_getWebIds</name>
		</method>
		<method>
			<name>_initCompany</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>webId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_isAutoLoginIgnoreHost</name>
			<param>
				<name>host</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_isAutoLoginIgnorePath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_isCompanyActive</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>_isVirtualHostsIgnoreHost</name>
			<param>
				<name>host</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_isVirtualHostsIgnorePath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_reload</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<field>
			<name>_GET_COMPANY_IDS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_autoLoginIgnoreHosts</name>
		</field>
		<field>
			<name>_autoLoginIgnorePaths</name>
		</field>
		<field>
			<name>_companyIds</name>
		</field>
		<field>
			<name>_virtualHostsIgnoreHosts</name>
		</field>
		<field>
			<name>_virtualHostsIgnorePaths</name>
		</field>
		<field>
			<name>_webIds</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalPortEventListener</name>
		<type>com.liferay.portal.util.PortalPortEventListener</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>portalPortConfigured</name>
			<param>
				<name>port</name>
				<type>int</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalUtil</name>
		<type>com.liferay.portal.util.PortalUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>addPageDescription</name>
			<comment><![CDATA[Adds the description for a page. This appends to the existing page description.]]></comment>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>addPageKeywords</name>
			<comment><![CDATA[Adds the keywords for a page. This appends to the existing page keywords.]]></comment>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>addPageSubtitle</name>
			<comment><![CDATA[Adds the subtitle for a page. This appends to the existing page subtitle.]]></comment>
			<param>
				<name>subtitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>addPageTitle</name>
			<comment><![CDATA[Adds the whole title for a page. This appends to the existing page whole title.]]></comment>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>addPortalPortEventListener</name>
			<param>
				<name>portalPortEventListener</name>
				<type>com.liferay.portal.util.PortalPortEventListener</type>
			</param>
		</method>
		<method>
			<name>addPortletBreadcrumbEntry</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addPortletBreadcrumbEntry</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>data</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>addPortletDefaultResource</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPortletDefaultResource</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPreservedParameters</name>
			<comment><![CDATA[Adds preserved parameters such as doAsGroupId, doAsUserId, doAsUserLanguageId, and referrerPlid that should always be preserved as the user navigates through the portal. If doAsUser is <code>false</code>, then doAsUserId and doAsUserLanguageId will never be added.]]></comment>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>doAsUser</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addPreservedParameters</name>
			<comment><![CDATA[Adds preserved parameters such as doAsGroupId, doAsUserId, doAsUserLanguageId, and referrerPlid that should always be preserved as the user navigates through the portal.]]></comment>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>clearRequestParameters</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
		</method>
		<method>
			<name>copyRequestParameters</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
		</method>
		<method>
			<name>escapeRedirect</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>generateRandomKey</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>input</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getActualURL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>mainPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAlternateLocales</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAlternateURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>canonicalURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<deprecated><![CDATA[{@link #getAlternateURL(String, ThemeDisplay, Locale)}]]></deprecated>
		</method>
		<method>
			<name>getAlternateURL</name>
			<param>
				<name>canonicalURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getAuthTokenIgnoreActions</name>
		</method>
		<method>
			<name>getAuthTokenIgnorePortlets</name>
		</method>
		<method>
			<name>getBaseModel</name>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.model.Resource</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBaseModel</name>
			<param>
				<name>resourcePermission</name>
				<type>com.liferay.portal.model.ResourcePermission</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBaseModel</name>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBasicAuthUserId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBasicAuthUserId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCanonicalURL</name>
			<param>
				<name>completeURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getCanonicalURL(String, ThemeDisplay, Layout)}]]></deprecated>
		</method>
		<method>
			<name>getCanonicalURL</name>
			<param>
				<name>completeURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCDNHost</name>
			<deprecated><![CDATA[{@link #getCDNHost(boolean)}]]></deprecated>
		</method>
		<method>
			<name>getCDNHost</name>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getCDNHost</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCDNHostHttp</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getCDNHostHttps</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getClassName</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getClassNameId</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getClassNameId</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getClassNamePortletId</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCompany</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompany</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getCompanyId</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getCompanyIds</name>
		</method>
		<method>
			<name>getComputerAddress</name>
		</method>
		<method>
			<name>getComputerName</name>
		</method>
		<method>
			<name>getControlPanelCategory</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getControlPanelFullURL</name>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>ppid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getControlPanelPortlets</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>category</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getControlPanelPortlets</name>
			<param>
				<name>category</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCreateAccountURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getCurrentCompleteURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getCurrentURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getCurrentURL</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getCustomSQLFunctionIsNotNull</name>
		</method>
		<method>
			<name>getCustomSQLFunctionIsNull</name>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>hour</name>
				<type>int</type>
			</param>
			<param>
				<name>min</name>
				<type>int</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>hour</name>
				<type>int</type>
			</param>
			<param>
				<name>min</name>
				<type>int</type>
			</param>
			<param>
				<name>pe</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<deprecated><![CDATA[{@link #getDate(int, int, int, int, int, Class)}]]></deprecated>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>hour</name>
				<type>int</type>
			</param>
			<param>
				<name>min</name>
				<type>int</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>hour</name>
				<type>int</type>
			</param>
			<param>
				<name>min</name>
				<type>int</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
			<param>
				<name>pe</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<deprecated><![CDATA[{@link #getDate(int, int, int, int, int, TimeZone, Class)}]]></deprecated>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>pe</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<deprecated><![CDATA[{@link #getDate(int, int, int, Class)}]]></deprecated>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
			<param>
				<name>pe</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<deprecated><![CDATA[{@link #getDate(int, int, int, TimeZone, Class)}]]></deprecated>
		</method>
		<method>
			<name>getDB</name>
			<deprecated><![CDATA[{@link DBFactoryUtil#getDB()}]]></deprecated>
		</method>
		<method>
			<name>getDefaultCompanyId</name>
		</method>
		<method>
			<name>getDigestAuthUserId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEmailFromAddress</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEmailFromName</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getExpandoBridgeAttributes</name>
			<param>
				<name>expandoBridge</name>
				<type>com.liferay.portlet.expando.model.ExpandoBridge</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getExpandoBridgeAttributes</name>
			<param>
				<name>expandoBridge</name>
				<type>com.liferay.portlet.expando.model.ExpandoBridge</type>
			</param>
			<param>
				<name>uploadPortletRequest</name>
				<type>com.liferay.portal.kernel.upload.UploadPortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getExpandoValue</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>displayType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getExpandoValue</name>
			<param>
				<name>uploadPortletRequest</name>
				<type>com.liferay.portal.kernel.upload.UploadPortletRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>displayType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFacebookURL</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>facebookCanvasPageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFirstPageLayoutTypes</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
		</method>
		<method>
			<name>getGlobalLibDir</name>
		</method>
		<method>
			<name>getGoogleGadgetURL</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupFriendlyURL</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>privateLayoutSet</name>
				<type>boolean</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupPermissions</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getGroupPermissions</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getGuestPermissions</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getGuestPermissions</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getHomeURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getHost</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getHost</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getHttpServletRequest</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getHttpServletResponse</name>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
		</method>
		<method>
			<name>getJournalArticleActualURL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>mainPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getJsSafePortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLayoutActualURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getLayoutActualURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>mainPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLayoutActualURL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>mainPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutActualURL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>mainPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutEditPage</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getLayoutEditPage</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLayoutFriendlyURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutFriendlyURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutFullURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutFullURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>doAsUser</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutFullURL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutFullURL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutFullURL</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutSetFriendlyURL</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutTarget</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getLayoutURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>doAsUser</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutURL</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutViewPage</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getLayoutViewPage</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLiferayPortletRequest</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getLiferayPortletResponse</name>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
		</method>
		<method>
			<name>getLocale</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getLocale</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
		</method>
		<method>
			<name>getMailId</name>
			<param>
				<name>mx</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>popPortletPrefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ids</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getModel</name>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.model.Resource</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getBaseModel(Resource)}]]></deprecated>
		</method>
		<method>
			<name>getModel</name>
			<param>
				<name>resourcePermission</name>
				<type>com.liferay.portal.model.ResourcePermission</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getBaseModel(ResourcePermission)}]]></deprecated>
		</method>
		<method>
			<name>getModel</name>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getBaseModel(String, String)}]]></deprecated>
		</method>
		<method>
			<name>getNetvibesURL</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNewPortletTitle</name>
			<param>
				<name>portletTitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldScopeName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newScopeName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOriginalServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getOuterPortletId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getParentGroupId</name>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPathContext</name>
		</method>
		<method>
			<name>getPathFriendlyURLPrivateGroup</name>
		</method>
		<method>
			<name>getPathFriendlyURLPrivateUser</name>
		</method>
		<method>
			<name>getPathFriendlyURLPublic</name>
		</method>
		<method>
			<name>getPathImage</name>
		</method>
		<method>
			<name>getPathMain</name>
		</method>
		<method>
			<name>getPathProxy</name>
		</method>
		<method>
			<name>getPlidFromFriendlyURL</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPlidFromPortletId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPlidFromPortletId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortal</name>
		</method>
		<method>
			<name>getPortalLibDir</name>
		</method>
		<method>
			<name>getPortalPort</name>
			<deprecated><![CDATA[{@link #getPortalPort(boolean)}]]></deprecated>
		</method>
		<method>
			<name>getPortalPort</name>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getPortalProperties</name>
		</method>
		<method>
			<name>getPortalURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getPortalURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getPortalURL</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortalURL</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getPortalURL</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getPortalURL</name>
			<param>
				<name>serverName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serverPort</name>
				<type>int</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getPortalURL</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortalWebDir</name>
		</method>
		<method>
			<name>getPortletAddDefaultResourceCheckWhitelist</name>
		</method>
		<method>
			<name>getPortletAddDefaultResourceCheckWhitelistActions</name>
		</method>
		<method>
			<name>getPortletBreadcrumbList</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<deprecated><![CDATA[{@link #getPortletBreadcrumbs(HttpServletRequest)}]]></deprecated>
		</method>
		<method>
			<name>getPortletBreadcrumbs</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getPortletDescription</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getPortletDescription</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getPortletDescription</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getPortletDescription</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletDescription</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getPortletId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getPortletId</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getPortletLongTitle</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getPortletLongTitle</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getPortletLongTitle</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletLongTitle</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getPortletLongTitle</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getPortletLongTitle</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletLongTitle</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getPortletNamespace</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getPortletXmlFileName</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPreferences</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getPreferencesValidator</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>getRelativeHomeURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getScopeGroupId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getScopeGroupId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getScopeGroupId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkStagingGroup</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getScopeGroupId</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getScopeGroupId</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getScopeGroupId</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getScopeGroupId</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSelectedUser</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSelectedUser</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>checkPermission</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSelectedUser</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSelectedUser</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>checkPermission</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getServletContext</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>getSiteLoginURL</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStaticResourceURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStaticResourceURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timestamp</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getStaticResourceURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStaticResourceURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timestamp</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getStrutsAction</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getSystemGroups</name>
		</method>
		<method>
			<name>getSystemOrganizationRoles</name>
		</method>
		<method>
			<name>getSystemRoles</name>
		</method>
		<method>
			<name>getSystemSiteRoles</name>
		</method>
		<method>
			<name>getUniqueElementId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUniqueElementId</name>
			<param>
				<name>request</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUploadPortletRequest</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getUploadServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getUptime</name>
		</method>
		<method>
			<name>getURLWithSessionId</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sessionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUser</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUser</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserEmailAddress</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getUserId</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getUserName</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultUserName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserName</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getUserName</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userAttribute</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserName</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userAttribute</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getUserPassword</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getUserPassword</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>getUserPassword</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getUserValue</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getValidUserId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getVirtualLayoutActualURL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>mainPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>friendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getWidgetURL</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>initCustomSQL</name>
		</method>
		<method>
			<name>isAllowAddPortletDefaultResource</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isCDNDynamicResourcesEnabled</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isCDNDynamicResourcesEnabled</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isCommunityAdmin</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[As of 6.1, renamed to {@link #isGroupAdmin(User, long)}]]></deprecated>
		</method>
		<method>
			<name>isCommunityOwner</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[As of 6.1, renamed to {@link #isGroupOwner(User, long)}]]></deprecated>
		</method>
		<method>
			<name>isCompanyAdmin</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCompanyControlPanelPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>category</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isCompanyControlPanelPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isCompanyControlPanelVisible</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isControlPanelPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>category</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isControlPanelPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isGroupAdmin</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isGroupOwner</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isLayoutDescendant</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isLayoutFirstPageable</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>isLayoutFirstPageable</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isLayoutFriendliable</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>isLayoutFriendliable</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isLayoutParentable</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>isLayoutParentable</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isLayoutSitemapable</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>isMethodGet</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>isMethodPost</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>isMultipartRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isOmniadmin</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isReservedParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isSecure</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isSystemGroup</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isSystemRole</name>
			<param>
				<name>roleName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isUpdateAvailable</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isValidResourceId</name>
			<param>
				<name>resourceId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>renderPage</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>writeOutput</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>renderPortlet</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>writeOutput</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>renderPortlet</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnPos</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>columnCount</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>writeOutput</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>renderPortlet</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnPos</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>columnCount</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>writeOutput</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>resetCDNHosts</name>
		</method>
		<method>
			<name>resetPortletAddDefaultResourceCheckWhitelist</name>
		</method>
		<method>
			<name>resetPortletAddDefaultResourceCheckWhitelistActions</name>
		</method>
		<method>
			<name>runSQL</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
			<deprecated><![CDATA[{@link DB#runSQL(String)}]]></deprecated>
		</method>
		<method>
			<name>sendError</name>
			<param>
				<name>e</name>
				<type>java.lang.Exception</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>sendError</name>
			<param>
				<name>e</name>
				<type>java.lang.Exception</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>sendError</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>e</name>
				<type>java.lang.Exception</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>sendError</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>e</name>
				<type>java.lang.Exception</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>setPageDescription</name>
			<comment><![CDATA[Sets the description for a page. This overrides the existing page description.]]></comment>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>setPageKeywords</name>
			<comment><![CDATA[Sets the keywords for a page. This overrides the existing page keywords.]]></comment>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>setPageSubtitle</name>
			<comment><![CDATA[Sets the subtitle for a page. This overrides the existing page subtitle.]]></comment>
			<param>
				<name>subtitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>setPageTitle</name>
			<comment><![CDATA[Sets the whole title for a page. This overrides the existing page whole title.]]></comment>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>setPortalPort</name>
			<comment><![CDATA[Sets the port obtained on the first request to the portal.]]></comment>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>storePreferences</name>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ValidatorException</name>
				<type>javax.portlet.ValidatorException</type>
			</throws>
		</method>
		<method>
			<name>stripURLAnchor</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>separator</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>transformCustomSQL</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updatePortletMode</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletMode</name>
				<type>javax.portlet.PortletMode</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>updateRedirect</name>
			<param>
				<name>redirect</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateWindowState</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>removePortalPortEventListener</name>
			<param>
				<name>portalPortEventListener</name>
				<type>com.liferay.portal.util.PortalPortEventListener</type>
			</param>
		</method>
		<method>
			<name>setPortal</name>
			<param>
				<name>portal</name>
				<type>com.liferay.portal.util.Portal</type>
			</param>
		</method>
		<field>
			<name>_portal</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletCategoryKeys</name>
		<type>com.liferay.portal.util.PortletCategoryKeys</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>ALL</name>
		</field>
		<field>
			<name>CONTENT</name>
		</field>
		<field>
			<name>MARKETPLACE</name>
		</field>
		<field>
			<name>MY</name>
		</field>
		<field>
			<name>PORTAL</name>
		</field>
		<field>
			<name>SERVER</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletKeys</name>
		<type>com.liferay.portal.util.PortletKeys</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>ACTIVITIES</name>
		</field>
		<field>
			<name>ADMIN</name>
		</field>
		<field>
			<name>ADMIN_INSTANCE</name>
		</field>
		<field>
			<name>ADMIN_PLUGINS</name>
		</field>
		<field>
			<name>ADMIN_SERVER</name>
		</field>
		<field>
			<name>ALERTS</name>
		</field>
		<field>
			<name>ANNOUNCEMENTS</name>
		</field>
		<field>
			<name>ASSET_BROWSER</name>
		</field>
		<field>
			<name>ASSET_PUBLISHER</name>
		</field>
		<field>
			<name>BLOGS</name>
		</field>
		<field>
			<name>BLOGS_ADMIN</name>
		</field>
		<field>
			<name>BLOGS_AGGREGATOR</name>
		</field>
		<field>
			<name>BOOKMARKS</name>
		</field>
		<field>
			<name>CALENDAR</name>
		</field>
		<field>
			<name>CHAT</name>
		</field>
		<field>
			<name>CONTROL_PANEL_MENU</name>
		</field>
		<field>
			<name>CURRENCY_CONVERTER</name>
		</field>
		<field>
			<name>DICTIONARY</name>
		</field>
		<field>
			<name>DIRECTORY</name>
		</field>
		<field>
			<name>DOCKBAR</name>
		</field>
		<field>
			<name>DOCUMENT_LIBRARY</name>
		</field>
		<field>
			<name>DOCUMENT_LIBRARY_DISPLAY</name>
		</field>
		<field>
			<name>DYNAMIC_DATA_LIST_DISPLAY</name>
		</field>
		<field>
			<name>DYNAMIC_DATA_LISTS</name>
		</field>
		<field>
			<name>DYNAMIC_DATA_MAPPING</name>
		</field>
		<field>
			<name>EXPANDO</name>
		</field>
		<field>
			<name>FAST_LOGIN</name>
		</field>
		<field>
			<name>FLAGS</name>
		</field>
		<field>
			<name>GROUP_PAGES</name>
		</field>
		<field>
			<name>GROUP_STATISTICS</name>
		</field>
		<field>
			<name>IFRAME</name>
		</field>
		<field>
			<name>INVITATION</name>
		</field>
		<field>
			<name>JOURNAL</name>
		</field>
		<field>
			<name>JOURNAL_CONTENT</name>
		</field>
		<field>
			<name>JOURNAL_CONTENT_SEARCH</name>
		</field>
		<field>
			<name>KNOWLEDGE_BASE_ADMIN</name>
		</field>
		<field>
			<name>LANGUAGE</name>
		</field>
		<field>
			<name>LAYOUT_CONFIGURATION</name>
		</field>
		<field>
			<name>LAYOUT_SET_PROTOTYPE</name>
		</field>
		<field>
			<name>LAYOUTS_ADMIN</name>
		</field>
		<field>
			<name>LIFERAY_PORTAL</name>
		</field>
		<field>
			<name>LOGIN</name>
		</field>
		<field>
			<name>MAIL</name>
		</field>
		<field>
			<name>MARKETPLACE_STORE</name>
		</field>
		<field>
			<name>MEDIA_GALLERY_DISPLAY</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_ADMIN</name>
		</field>
		<field>
			<name>METADATA_SET_ADMIN</name>
		</field>
		<field>
			<name>MOBILE_DEVICE_GLOBAL_ADMIN</name>
		</field>
		<field>
			<name>MOBILE_DEVICE_SITE_ADMIN</name>
		</field>
		<field>
			<name>MONITORING</name>
		</field>
		<field>
			<name>MY_ACCOUNT</name>
		</field>
		<field>
			<name>MY_PAGES</name>
		</field>
		<field>
			<name>MY_SITES</name>
		</field>
		<field>
			<name>MY_WORKFLOW_INSTANCES</name>
		</field>
		<field>
			<name>MY_WORKFLOW_TASKS</name>
		</field>
		<field>
			<name>NESTED_PORTLETS</name>
		</field>
		<field>
			<name>ORGANIZATION_ADMIN</name>
		</field>
		<field>
			<name>PAGE_COMMENTS</name>
		</field>
		<field>
			<name>PAGE_RATINGS</name>
		</field>
		<field>
			<name>PASSWORD_POLICIES_ADMIN</name>
		</field>
		<field>
			<name>PLUGIN_INSTALLER</name>
		</field>
		<field>
			<name>PLUGINS_ADMIN</name>
		</field>
		<field>
			<name>POLLS</name>
		</field>
		<field>
			<name>POLLS_DISPLAY</name>
		</field>
		<field>
			<name>PORTAL</name>
		</field>
		<field>
			<name>PORTAL_SETTINGS</name>
		</field>
		<field>
			<name>PORTLET_CONFIGURATION</name>
		</field>
		<field>
			<name>PORTLET_CSS</name>
		</field>
		<field>
			<name>PREFS_OWNER_ID_DEFAULT</name>
		</field>
		<field>
			<name>PREFS_OWNER_TYPE_ARCHIVED</name>
		</field>
		<field>
			<name>PREFS_OWNER_TYPE_COMPANY</name>
		</field>
		<field>
			<name>PREFS_OWNER_TYPE_GROUP</name>
		</field>
		<field>
			<name>PREFS_OWNER_TYPE_LAYOUT</name>
		</field>
		<field>
			<name>PREFS_OWNER_TYPE_ORGANIZATION</name>
		</field>
		<field>
			<name>PREFS_OWNER_TYPE_USER</name>
		</field>
		<field>
			<name>PREFS_PLID_SHARED</name>
		</field>
		<field>
			<name>RECENT_BLOGGERS</name>
		</field>
		<field>
			<name>RECENT_CONTENT</name>
		</field>
		<field>
			<name>RECENT_DOCUMENTS</name>
		</field>
		<field>
			<name>RELATED_ASSETS</name>
		</field>
		<field>
			<name>REQUESTS</name>
		</field>
		<field>
			<name>ROLES_ADMIN</name>
		</field>
		<field>
			<name>RSS</name>
		</field>
		<field>
			<name>SEARCH</name>
		</field>
		<field>
			<name>SHOPPING</name>
		</field>
		<field>
			<name>SITE_MEMBERSHIPS_ADMIN</name>
		</field>
		<field>
			<name>SITE_REDIRECTOR</name>
		</field>
		<field>
			<name>SITE_SETTINGS</name>
		</field>
		<field>
			<name>SITES_ADMIN</name>
		</field>
		<field>
			<name>SOFTWARE_CATALOG</name>
		</field>
		<field>
			<name>STAGING_BAR</name>
		</field>
		<field>
			<name>STOCKS</name>
		</field>
		<field>
			<name>TAGS_ADMIN</name>
		</field>
		<field>
			<name>TAGS_CATEGORIES_NAVIGATION</name>
		</field>
		<field>
			<name>TAGS_CLOUD</name>
		</field>
		<field>
			<name>TAGS_COMPILER</name>
		</field>
		<field>
			<name>TAGS_ENTRIES_NAVIGATION</name>
		</field>
		<field>
			<name>TRANSLATOR</name>
		</field>
		<field>
			<name>UNIT_CONVERTER</name>
		</field>
		<field>
			<name>UPDATE_MANAGER</name>
		</field>
		<field>
			<name>USER_GROUPS_ADMIN</name>
		</field>
		<field>
			<name>USER_STATISTICS</name>
		</field>
		<field>
			<name>USERS_ADMIN</name>
		</field>
		<field>
			<name>WIKI</name>
		</field>
		<field>
			<name>WIKI_ADMIN</name>
		</field>
		<field>
			<name>WIKI_DISPLAY</name>
		</field>
		<field>
			<name>WORKFLOW_CONFIGURATION</name>
		</field>
		<field>
			<name>WORKFLOW_DEFINITIONS</name>
		</field>
		<field>
			<name>WORKFLOW_INSTANCES</name>
		</field>
		<field>
			<name>WORKFLOW_TASKS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletLister</name>
		<type>com.liferay.portal.util.PortletLister</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Dennis Ju]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getTreeView</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setIncludeInstanceablePortlets</name>
			<param>
				<name>includeInstanceablePortlets</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setIteratePortlets</name>
			<param>
				<name>iteratePortlets</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLayoutTypePortlet</name>
			<param>
				<name>layoutTypePortlet</name>
				<type>com.liferay.portal.model.LayoutTypePortlet</type>
			</param>
		</method>
		<method>
			<name>setRootNodeName</name>
			<param>
				<name>rootNodeName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setServletContext</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>setUser</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletListerFactory</name>
		<type>com.liferay.portal.util.PortletListerFactory</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Dennis Ju]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getPortletLister</name>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletListerFactoryImpl</name>
		<type>com.liferay.portal.util.PortletListerFactoryImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Dennis Ju]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getPortletLister</name>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletListerFactoryUtil</name>
		<type>com.liferay.portal.util.PortletListerFactoryUtil</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Dennis Ju]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getPortletLister</name>
		</method>
		<method>
			<name>getPortletListerFactory</name>
		</method>
		<method>
			<name>setPortletListerFactory</name>
			<param>
				<name>portletListerFactory</name>
				<type>com.liferay.portal.util.PortletListerFactory</type>
			</param>
		</method>
		<field>
			<name>_portletListerFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletListerImpl</name>
		<type>com.liferay.portal.util.PortletListerImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Dennis Ju]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getTreeView</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setIncludeInstanceablePortlets</name>
			<param>
				<name>includeInstanceablePortlets</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setIteratePortlets</name>
			<param>
				<name>iteratePortlets</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLayoutTypePortlet</name>
			<param>
				<name>layoutTypePortlet</name>
				<type>com.liferay.portal.model.LayoutTypePortlet</type>
			</param>
		</method>
		<method>
			<name>setRootNodeName</name>
			<param>
				<name>rootNodeName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setServletContext</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>setUser</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>iterateCategories</name>
			<param>
				<name>categories</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>parentId</name>
				<type>long</type>
			</param>
			<param>
				<name>depth</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_iteratePortlets</name>
			<param>
				<name>portletCategory</name>
				<type>com.liferay.portal.model.PortletCategory</type>
			</param>
			<param>
				<name>portletIds</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>parentNodeId</name>
				<type>int</type>
			</param>
			<param>
				<name>depth</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_depth</name>
		</field>
		<field>
			<name>_includeInstanceablePortlets</name>
		</field>
		<field>
			<name>_iteratePortlets</name>
		</field>
		<field>
			<name>_layoutTypePortlet</name>
		</field>
		<field>
			<name>_list</name>
		</field>
		<field>
			<name>_nodeId</name>
		</field>
		<field>
			<name>_rootNodeName</name>
		</field>
		<field>
			<name>_servletContext</name>
		</field>
		<field>
			<name>_user</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PrefsPropsImpl</name>
		<type>com.liferay.portal.util.PrefsPropsImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getBoolean</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPreferences</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProperties</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>removePrefix</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getProperties</name>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>removePrefix</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStringArray</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStringArray</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStringArray</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStringArray</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getStringArray</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStringArray</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStringFromNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PrefsPropsUtil</name>
		<type>com.liferay.portal.util.PrefsPropsUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getBoolean</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPreferences</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProperties</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>removePrefix</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getProperties</name>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>removePrefix</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStringArray</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStringArray</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStringArray</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStringArray</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getStringArray</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStringArray</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delimiter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStringFromNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PropsFiles</name>
		<type>com.liferay.portal.util.PropsFiles</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>CAPTCHA</name>
		</field>
		<field>
			<name>CONTENT_TYPES</name>
		</field>
		<field>
			<name>PORTAL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PropsImpl</name>
		<type>com.liferay.portal.util.PropsImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>contains</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filter</name>
				<type>com.liferay.portal.kernel.configuration.Filter</type>
			</param>
		</method>
		<method>
			<name>getArray</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getArray</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filter</name>
				<type>com.liferay.portal.kernel.configuration.Filter</type>
			</param>
		</method>
		<method>
			<name>getProperties</name>
		</method>
		<method>
			<name>getProperties</name>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>removePrefix</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PropsKeys</name>
		<type>com.liferay.portal.util.PropsKeys</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[Use {@link com.liferay.portal.kernel.util.PropsKeys}.]]></deprecated>
	</javadoc>
	<javadoc>
		<name>PropsUtil</name>
		<type>com.liferay.portal.util.PropsUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addProperties</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>addProperties</name>
			<param>
				<name>unicodeProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filter</name>
				<type>com.liferay.portal.kernel.configuration.Filter</type>
			</param>
		</method>
		<method>
			<name>getArray</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getArray</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filter</name>
				<type>com.liferay.portal.kernel.configuration.Filter</type>
			</param>
		</method>
		<method>
			<name>getProperties</name>
		</method>
		<method>
			<name>getProperties</name>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>removePrefix</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>reload</name>
		</method>
		<method>
			<name>removeProperties</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>set</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PropsUtil</name>
		</method>
		<method>
			<name>_addProperties</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>_addProperties</name>
			<param>
				<name>unicodeProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
		</method>
		<method>
			<name>_contains</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filter</name>
				<type>com.liferay.portal.kernel.configuration.Filter</type>
			</param>
		</method>
		<method>
			<name>_getArray</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getArray</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filter</name>
				<type>com.liferay.portal.kernel.configuration.Filter</type>
			</param>
		</method>
		<method>
			<name>_getConfiguration</name>
		</method>
		<method>
			<name>_getDefaultLiferayHome</name>
		</method>
		<method>
			<name>_getLibDir</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>_getProperties</name>
		</method>
		<method>
			<name>_getProperties</name>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>removePrefix</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>_removeProperties</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>_set</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_configuration</name>
		</field>
		<field>
			<name>_configurations</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PropsUtilTask</name>
		<type>com.liferay.portal.util.PropsUtilTask</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<throws>
				<name>BuildException</name>
				<type>org.apache.tools.ant.BuildException</type>
			</throws>
		</method>
		<method>
			<name>setKey</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setResult</name>
			<param>
				<name>result</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_key</name>
		</field>
		<field>
			<name>_result</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PropsValues</name>
		<type>com.liferay.portal.util.PropsValues</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>ADMIN_DEFAULT_GROUP_NAMES</name>
		</field>
		<field>
			<name>ADMIN_DEFAULT_ROLE_NAMES</name>
		</field>
		<field>
			<name>ADMIN_DEFAULT_USER_GROUP_NAMES</name>
		</field>
		<field>
			<name>ADMIN_EMAIL_FROM_ADDRESS</name>
		</field>
		<field>
			<name>ADMIN_EMAIL_FROM_NAME</name>
		</field>
		<field>
			<name>ADMIN_MAIL_HOST_NAMES</name>
		</field>
		<field>
			<name>ADMIN_RESERVED_EMAIL_ADDRESSES</name>
		</field>
		<field>
			<name>ADMIN_RESERVED_SCREEN_NAMES</name>
		</field>
		<field>
			<name>ADMIN_SYNC_DEFAULT_ASSOCIATIONS</name>
		</field>
		<field>
			<name>AMAZON_ACCESS_KEY_ID</name>
		</field>
		<field>
			<name>AMAZON_ASSOCIATE_TAG</name>
		</field>
		<field>
			<name>AMAZON_SECRET_ACCESS_KEY</name>
		</field>
		<field>
			<name>ANNOUNCEMENTS_EMAIL_BODY</name>
		</field>
		<field>
			<name>ANNOUNCEMENTS_EMAIL_FROM_ADDRESS</name>
		</field>
		<field>
			<name>ANNOUNCEMENTS_EMAIL_FROM_NAME</name>
		</field>
		<field>
			<name>ANNOUNCEMENTS_EMAIL_SUBJECT</name>
		</field>
		<field>
			<name>ANNOUNCEMENTS_EMAIL_TO_ADDRESS</name>
		</field>
		<field>
			<name>ANNOUNCEMENTS_EMAIL_TO_NAME</name>
		</field>
		<field>
			<name>ANNOUNCEMENTS_ENTRY_CHECK_INTERVAL</name>
		</field>
		<field>
			<name>ANNOUNCEMENTS_ENTRY_PAGE_DELTA_VALUES</name>
		</field>
		<field>
			<name>APPLICATION_SHUTDOWN_EVENTS</name>
		</field>
		<field>
			<name>APPLICATION_STARTUP_EVENTS</name>
		</field>
		<field>
			<name>ASSET_CATEGORIES_PROPERTIES_DEFAULT</name>
		</field>
		<field>
			<name>ASSET_CATEGORIES_SEARCH_HIERARCHICAL</name>
		</field>
		<field>
			<name>ASSET_ENTRY_INCREMENT_VIEW_COUNTER_ENABLED</name>
		</field>
		<field>
			<name>ASSET_ENTRY_VALIDATOR</name>
		</field>
		<field>
			<name>ASSET_FILTER_SEARCH_LIMIT</name>
		</field>
		<field>
			<name>ASSET_PUBLISHER_DISPLAY_STYLES</name>
		</field>
		<field>
			<name>ASSET_TAG_PROPERTIES_DEFAULT</name>
		</field>
		<field>
			<name>ASSET_TAG_SUGGESTIONS_ENABLED</name>
		</field>
		<field>
			<name>ASSET_VOCABULARY_DEFAULT</name>
		</field>
		<field>
			<name>AUDIT_MESSAGE_COM_LIFERAY_PORTAL_MODEL_LAYOUT_VIEW</name>
		</field>
		<field>
			<name>AUTH_FAILURE</name>
		</field>
		<field>
			<name>AUTH_FORWARD_BY_LAST_PATH</name>
		</field>
		<field>
			<name>AUTH_FORWARD_BY_REDIRECT</name>
		</field>
		<field>
			<name>AUTH_LOGIN_DISABLED</name>
		</field>
		<field>
			<name>AUTH_LOGIN_DISABLED_PATH</name>
		</field>
		<field>
			<name>AUTH_LOGIN_PORTLET_NAME</name>
		</field>
		<field>
			<name>AUTH_LOGIN_PROMPT_ENABLED</name>
		</field>
		<field>
			<name>AUTH_LOGIN_SITE_URL</name>
		</field>
		<field>
			<name>AUTH_LOGIN_URL</name>
		</field>
		<field>
			<name>AUTH_MAX_FAILURES</name>
		</field>
		<field>
			<name>AUTH_PIPELINE_ENABLE_LIFERAY_CHECK</name>
		</field>
		<field>
			<name>AUTH_PIPELINE_POST</name>
		</field>
		<field>
			<name>AUTH_PIPELINE_PRE</name>
		</field>
		<field>
			<name>AUTH_PUBLIC_PATHS</name>
		</field>
		<field>
			<name>AUTH_SIMULTANEOUS_LOGINS</name>
		</field>
		<field>
			<name>AUTH_TOKEN_CHECK_ENABLED</name>
		</field>
		<field>
			<name>AUTH_TOKEN_IGNORE_ACTIONS</name>
		</field>
		<field>
			<name>AUTH_TOKEN_IGNORE_PORTLETS</name>
		</field>
		<field>
			<name>AUTH_TOKEN_IMPL</name>
		</field>
		<field>
			<name>AUTH_TOKEN_SHARED_SECRET</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_BLACKLIST_THRESHOLD</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_COPY_COMMONS_LOGGING</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_COPY_LOG4J</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_CUSTOM_PORTLET_XML</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_DEFAULT_DEST_DIR</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_DEPLOY_DIR</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_DEST_DIR</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_ENABLED</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_INTERVAL</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_JBOSS_PREFIX</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_TOMCAT_CONF_DIR</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_TOMCAT_DEST_DIR</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_TOMCAT_LIB_DIR</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_UNPACK_WAR</name>
		</field>
		<field>
			<name>AUTO_DEPLOY_WEBSPHERE_WSADMIN_APP_MANAGER_QUERY</name>
		</field>
		<field>
			<name>AUTO_LOGIN_HOOKS</name>
		</field>
		<field>
			<name>BASIC_AUTH_PASSWORD_REQUIRED</name>
		</field>
		<field>
			<name>BLOGS_EMAIL_FROM_ADDRESS</name>
		</field>
		<field>
			<name>BLOGS_EMAIL_FROM_NAME</name>
		</field>
		<field>
			<name>BLOGS_ENTRY_COMMENTS_ENABLED</name>
		</field>
		<field>
			<name>BLOGS_ENTRY_PAGE_DELTA_VALUES</name>
		</field>
		<field>
			<name>BLOGS_ENTRY_PREVIOUS_AND_NEXT_NAVIGATION_ENABLED</name>
		</field>
		<field>
			<name>BLOGS_ENTRY_URL_TITLE_REGEXP</name>
		</field>
		<field>
			<name>BLOGS_LINKBACK_EXCERPT_LENGTH</name>
		</field>
		<field>
			<name>BLOGS_PAGE_ABSTRACT_LENGTH</name>
		</field>
		<field>
			<name>BLOGS_PING_GOOGLE_ENABLED</name>
		</field>
		<field>
			<name>BLOGS_PINGBACK_ENABLED</name>
		</field>
		<field>
			<name>BLOGS_PUBLISH_TO_LIVE_BY_DEFAULT</name>
		</field>
		<field>
			<name>BLOGS_RSS_ABSTRACT_LENGTH</name>
		</field>
		<field>
			<name>BLOGS_TRACKBACK_ENABLED</name>
		</field>
		<field>
			<name>BREADCRUMB_DISPLAY_STYLE_OPTIONS</name>
		</field>
		<field>
			<name>BREADCRUMB_SHOW_GUEST_GROUP</name>
		</field>
		<field>
			<name>BREADCRUMB_SHOW_PARENT_GROUPS</name>
		</field>
		<field>
			<name>BROWSER_CACHE_DISABLED</name>
		</field>
		<field>
			<name>BROWSER_CACHE_SIGNED_IN_DISABLED</name>
		</field>
		<field>
			<name>BROWSER_LAUNCHER_URL</name>
		</field>
		<field>
			<name>BUFFERED_INCREMENT_PARALLEL_QUEUE_SIZE</name>
		</field>
		<field>
			<name>BUFFERED_INCREMENT_SERIAL_QUEUE_SIZE</name>
		</field>
		<field>
			<name>CACHE_CONTENT_THRESHOLD_SIZE</name>
		</field>
		<field>
			<name>CALENDAR_EMAIL_FROM_ADDRESS</name>
		</field>
		<field>
			<name>CALENDAR_EMAIL_FROM_NAME</name>
		</field>
		<field>
			<name>CALENDAR_EVENT_CHECK_INTERVAL</name>
		</field>
		<field>
			<name>CALENDAR_EVENT_COMMENTS_ENABLED</name>
		</field>
		<field>
			<name>CALENDAR_EVENT_RATINGS_ENABLED</name>
		</field>
		<field>
			<name>CAPTCHA_CHECK_PORTAL_CREATE_ACCOUNT</name>
		</field>
		<field>
			<name>CAPTCHA_CHECK_PORTAL_SEND_PASSWORD</name>
		</field>
		<field>
			<name>CAPTCHA_CHECK_PORTLET_MESSAGE_BOARDS_EDIT_CATEGORY</name>
		</field>
		<field>
			<name>CAPTCHA_CHECK_PORTLET_MESSAGE_BOARDS_EDIT_MESSAGE</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_IMPL</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_RECAPTCHA_KEY_PRIVATE</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_RECAPTCHA_KEY_PUBLIC</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_RECAPTCHA_URL_NOSCRIPT</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_RECAPTCHA_URL_SCRIPT</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_RECAPTCHA_URL_VERIFY</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_SIMPLECAPTCHA_BACKGROUND_PRODUCERS</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_SIMPLECAPTCHA_GIMPY_RENDERERS</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_SIMPLECAPTCHA_HEIGHT</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_SIMPLECAPTCHA_NOISE_PRODUCERS</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_SIMPLECAPTCHA_TEXT_PRODUCERS</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_SIMPLECAPTCHA_WIDTH</name>
		</field>
		<field>
			<name>CAPTCHA_ENGINE_SIMPLECAPTCHA_WORD_RENDERERS</name>
		</field>
		<field>
			<name>CAPTCHA_MAX_CHALLENGES</name>
		</field>
		<field>
			<name>CAS_AUTH_ENABLED</name>
		</field>
		<field>
			<name>CAS_IMPORT_FROM_LDAP</name>
		</field>
		<field>
			<name>CAS_LOGIN_URL</name>
		</field>
		<field>
			<name>CAS_LOGOUT_ON_SESSION_EXPIRATION</name>
		</field>
		<field>
			<name>CAS_LOGOUT_URL</name>
		</field>
		<field>
			<name>CAS_NO_SUCH_USER_REDIRECT_URL</name>
		</field>
		<field>
			<name>CAS_SERVER_NAME</name>
		</field>
		<field>
			<name>CAS_SERVER_URL</name>
		</field>
		<field>
			<name>CAS_SERVICE_URL</name>
		</field>
		<field>
			<name>CDN_DYNAMIC_RESOURCES_ENABLED</name>
		</field>
		<field>
			<name>CDN_HOST_HTTP</name>
		</field>
		<field>
			<name>CDN_HOST_HTTPS</name>
		</field>
		<field>
			<name>CLUSTER_EXECUTOR_DEBUG_ENABLED</name>
		</field>
		<field>
			<name>CLUSTER_LINK_AUTODETECT_ADDRESS</name>
		</field>
		<field>
			<name>CLUSTER_LINK_CHANNEL_SYSTEM_PROPERTIES</name>
		</field>
		<field>
			<name>CLUSTER_LINK_ENABLED</name>
		</field>
		<field>
			<name>COMBO_ALLOWED_FILE_EXTENSIONS</name>
		</field>
		<field>
			<name>COMBO_CHECK_TIMESTAMP</name>
		</field>
		<field>
			<name>COMBO_CHECK_TIMESTAMP_INTERVAL</name>
		</field>
		<field>
			<name>COMPANY_DEFAULT_HOME_URL</name>
		</field>
		<field>
			<name>COMPANY_DEFAULT_LOCALE</name>
		</field>
		<field>
			<name>COMPANY_DEFAULT_NAME</name>
		</field>
		<field>
			<name>COMPANY_DEFAULT_TIME_ZONE</name>
		</field>
		<field>
			<name>COMPANY_DEFAULT_WEB_ID</name>
		</field>
		<field>
			<name>COMPANY_LOGIN_PREPOPULATE_DOMAIN</name>
		</field>
		<field>
			<name>COMPANY_SECURITY_AUTH_REQUIRES_HTTPS</name>
		</field>
		<field>
			<name>COMPANY_SECURITY_AUTH_TYPE</name>
		</field>
		<field>
			<name>COMPANY_SECURITY_AUTO_LOGIN</name>
		</field>
		<field>
			<name>COMPANY_SECURITY_AUTO_LOGIN_MAX_AGE</name>
		</field>
		<field>
			<name>COMPANY_SECURITY_LOGIN_FORM_AUTOCOMPLETE</name>
		</field>
		<field>
			<name>COMPANY_SECURITY_SEND_PASSWORD</name>
		</field>
		<field>
			<name>COMPANY_SECURITY_SEND_PASSWORD_RESET_LINK</name>
		</field>
		<field>
			<name>COMPANY_SECURITY_SITE_LOGO</name>
		</field>
		<field>
			<name>COMPANY_SECURITY_STRANGERS</name>
		</field>
		<field>
			<name>COMPANY_SECURITY_STRANGERS_URL</name>
		</field>
		<field>
			<name>COMPANY_SECURITY_STRANGERS_VERIFY</name>
		</field>
		<field>
			<name>COMPANY_SECURITY_STRANGERS_WITH_MX</name>
		</field>
		<field>
			<name>COMPANY_SETTINGS_FORM_CONFIGURATION</name>
		</field>
		<field>
			<name>COMPANY_SETTINGS_FORM_IDENTIFICATION</name>
		</field>
		<field>
			<name>COMPANY_SETTINGS_FORM_MISCELLANEOUS</name>
		</field>
		<field>
			<name>CONTROL_PANEL_DEFAULT_ENTRY_CLASS</name>
		</field>
		<field>
			<name>CONTROL_PANEL_LAYOUT_FRIENDLY_URL</name>
		</field>
		<field>
			<name>CONTROL_PANEL_LAYOUT_NAME</name>
		</field>
		<field>
			<name>CONTROL_PANEL_LAYOUT_REGULAR_THEME_ID</name>
		</field>
		<field>
			<name>CONTROL_PANEL_NAVIGATION_MAX_SITES</name>
		</field>
		<field>
			<name>CONVERT_PROCESSES</name>
		</field>
		<field>
			<name>COUNTER_INCREMENT</name>
		</field>
		<field>
			<name>CUSTOM_SQL_FUNCTION_ISNOTNULL</name>
		</field>
		<field>
			<name>CUSTOM_SQL_FUNCTION_ISNULL</name>
		</field>
		<field>
			<name>DATABASE_INDEXES_UPDATE_ON_STARTUP</name>
		</field>
		<field>
			<name>DATABASE_MYSQL_ENGINE</name>
		</field>
		<field>
			<name>DEFAULT_ADMIN_EMAIL_ADDRESS_PREFIX</name>
		</field>
		<field>
			<name>DEFAULT_ADMIN_FIRST_NAME</name>
		</field>
		<field>
			<name>DEFAULT_ADMIN_LAST_NAME</name>
		</field>
		<field>
			<name>DEFAULT_ADMIN_MIDDLE_NAME</name>
		</field>
		<field>
			<name>DEFAULT_ADMIN_PASSWORD</name>
		</field>
		<field>
			<name>DEFAULT_ADMIN_SCREEN_NAME</name>
		</field>
		<field>
			<name>DEFAULT_GUEST_PUBLIC_LAYOUT_COLUMN</name>
		</field>
		<field>
			<name>DEFAULT_GUEST_PUBLIC_LAYOUT_FRIENDLY_URL</name>
		</field>
		<field>
			<name>DEFAULT_GUEST_PUBLIC_LAYOUT_NAME</name>
		</field>
		<field>
			<name>DEFAULT_GUEST_PUBLIC_LAYOUT_REGULAR_COLOR_SCHEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_GUEST_PUBLIC_LAYOUT_REGULAR_THEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_GUEST_PUBLIC_LAYOUT_TEMPLATE_ID</name>
		</field>
		<field>
			<name>DEFAULT_GUEST_PUBLIC_LAYOUT_WAP_COLOR_SCHEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_GUEST_PUBLIC_LAYOUT_WAP_THEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_GUEST_PUBLIC_LAYOUTS_LAR</name>
		</field>
		<field>
			<name>DEFAULT_LANDING_PAGE_PATH</name>
		</field>
		<field>
			<name>DEFAULT_LAYOUT_TEMPLATE_ID</name>
		</field>
		<field>
			<name>DEFAULT_LOGOUT_PAGE_PATH</name>
		</field>
		<field>
			<name>DEFAULT_REGULAR_COLOR_SCHEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_REGULAR_THEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_USER_PRIVATE_LAYOUT_COLUMN</name>
		</field>
		<field>
			<name>DEFAULT_USER_PRIVATE_LAYOUT_FRIENDLY_URL</name>
		</field>
		<field>
			<name>DEFAULT_USER_PRIVATE_LAYOUT_NAME</name>
		</field>
		<field>
			<name>DEFAULT_USER_PRIVATE_LAYOUT_REGULAR_COLOR_SCHEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_USER_PRIVATE_LAYOUT_REGULAR_THEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_USER_PRIVATE_LAYOUT_TEMPLATE_ID</name>
		</field>
		<field>
			<name>DEFAULT_USER_PRIVATE_LAYOUT_WAP_COLOR_SCHEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_USER_PRIVATE_LAYOUT_WAP_THEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_USER_PRIVATE_LAYOUTS_LAR</name>
		</field>
		<field>
			<name>DEFAULT_USER_PUBLIC_LAYOUT_COLUMN</name>
		</field>
		<field>
			<name>DEFAULT_USER_PUBLIC_LAYOUT_FRIENDLY_URL</name>
		</field>
		<field>
			<name>DEFAULT_USER_PUBLIC_LAYOUT_NAME</name>
		</field>
		<field>
			<name>DEFAULT_USER_PUBLIC_LAYOUT_REGULAR_COLOR_SCHEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_USER_PUBLIC_LAYOUT_REGULAR_THEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_USER_PUBLIC_LAYOUT_TEMPLATE_ID</name>
		</field>
		<field>
			<name>DEFAULT_USER_PUBLIC_LAYOUT_WAP_COLOR_SCHEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_USER_PUBLIC_LAYOUT_WAP_THEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_USER_PUBLIC_LAYOUTS_LAR</name>
		</field>
		<field>
			<name>DEFAULT_WAP_COLOR_SCHEME_ID</name>
		</field>
		<field>
			<name>DEFAULT_WAP_THEME_ID</name>
		</field>
		<field>
			<name>DIRECT_SERVLET_CONTEXT_ENABLED</name>
		</field>
		<field>
			<name>DIRECT_SERVLET_CONTEXT_RELOAD</name>
		</field>
		<field>
			<name>DISCUSSION_COMMENTS_ALWAYS_EDITABLE_BY_OWNER</name>
		</field>
		<field>
			<name>DISCUSSION_SUBSCRIBE_BY_DEFAULT</name>
		</field>
		<field>
			<name>DISCUSSION_THREAD_VIEW</name>
		</field>
		<field>
			<name>DL_COMPARABLE_FILE_EXTENSIONS</name>
		</field>
		<field>
			<name>DL_DEFAULT_DISPLAY_VIEW</name>
		</field>
		<field>
			<name>DL_DISPLAY_VIEWS</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_COMMENTS_ENABLED</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_DRAFTS_ENABLED</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_LOCK_POLICY</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_AUDIO_CONTAINERS</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_AUDIO_MIME_TYPES</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_DOCUMENT_DEPTH</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_DOCUMENT_DPI</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_DOCUMENT_MAX_HEIGHT</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_DOCUMENT_MAX_WIDTH</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_ENABLED</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_FORK_PROCESS_ENABLED</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_IMAGE_MIME_TYPES</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_VIDEO_CONTAINERS</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_VIDEO_HEIGHT</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_VIDEO_MIME_TYPES</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PREVIEW_VIDEO_WIDTH</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_PROCESSORS_TRIGGER_SYNCHRONOUSLY</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_READ_COUNT_ENABLED</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_THUMBNAIL_CUSTOM_1_MAX_HEIGHT</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_THUMBNAIL_CUSTOM_1_MAX_WIDTH</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_THUMBNAIL_CUSTOM_2_MAX_HEIGHT</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_THUMBNAIL_CUSTOM_2_MAX_WIDTH</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_THUMBNAIL_ENABLED</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_THUMBNAIL_MAX_HEIGHT</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_THUMBNAIL_MAX_WIDTH</name>
		</field>
		<field>
			<name>DL_FILE_ENTRY_THUMBNAIL_VIDEO_FRAME_PERCENTAGE</name>
		</field>
		<field>
			<name>DL_FILE_EXTENSIONS</name>
		</field>
		<field>
			<name>DL_FILE_EXTENSIONS_STRICT_CHECK</name>
		</field>
		<field>
			<name>DL_FILE_INDEXING_MAX_SIZE</name>
		</field>
		<field>
			<name>DL_FILE_MAX_SIZE</name>
		</field>
		<field>
			<name>DL_FILE_RANK_ENABLED</name>
		</field>
		<field>
			<name>DL_FILE_RANK_MAX_SIZE</name>
		</field>
		<field>
			<name>DL_PUBLISH_TO_LIVE_BY_DEFAULT</name>
		</field>
		<field>
			<name>DL_REPOSITORY_CMIS_DELETE_DEPTH</name>
		</field>
		<field>
			<name>DL_REPOSITORY_IMPL</name>
		</field>
		<field>
			<name>DL_SHOW_LIFERAY_SYNC_MESSAGE</name>
		</field>
		<field>
			<name>DL_STORE_ANTIVIRUS_ENABLED</name>
		</field>
		<field>
			<name>DL_STORE_ANTIVIRUS_IMPL</name>
		</field>
		<field>
			<name>DL_STORE_CMIS_CREDENTIALS_PASSWORD</name>
		</field>
		<field>
			<name>DL_STORE_CMIS_CREDENTIALS_USERNAME</name>
		</field>
		<field>
			<name>DL_STORE_CMIS_REPOSITORY_URL</name>
		</field>
		<field>
			<name>DL_STORE_CMIS_SYSTEM_ROOT_DIR</name>
		</field>
		<field>
			<name>DL_STORE_FILE_SYSTEM_ROOT_DIR</name>
		</field>
		<field>
			<name>DL_STORE_IMPL</name>
		</field>
		<field>
			<name>DL_STORE_JCR_FETCH_DELAY</name>
		</field>
		<field>
			<name>DL_STORE_JCR_FETCH_MAX_FAILURES</name>
		</field>
		<field>
			<name>DL_STORE_JCR_MOVE_VERSION_LABELS</name>
		</field>
		<field>
			<name>DOCKBAR_ADD_PORTLETS</name>
		</field>
		<field>
			<name>DYNAMIC_DATA_LISTS_ERROR_TEMPLATE_FREEMARKER</name>
		</field>
		<field>
			<name>DYNAMIC_DATA_LISTS_ERROR_TEMPLATE_VELOCITY</name>
		</field>
		<field>
			<name>DYNAMIC_DATA_LISTS_RECORD_SET_FORCE_AUTOGENERATE_KEY</name>
		</field>
		<field>
			<name>DYNAMIC_DATA_LISTS_STORAGE_TYPE</name>
		</field>
		<field>
			<name>DYNAMIC_DATA_MAPPING_STRUCTURE_FORCE_AUTOGENERATE_KEY</name>
		</field>
		<field>
			<name>EDITOR_WYSIWYG_DEFAULT</name>
		</field>
		<field>
			<name>EHCACHE_BLOCKING_CACHE_ALLOWED</name>
		</field>
		<field>
			<name>EHCACHE_BOOTSTRAP_CACHE_LOADER_FACTORY</name>
		</field>
		<field>
			<name>EHCACHE_CACHE_EVENT_LISTENER_FACTORY</name>
		</field>
		<field>
			<name>EHCACHE_CACHE_MANAGER_PEER_PROVIDER_FACTORY</name>
		</field>
		<field>
			<name>EHCACHE_CLUSTER_LINK_REPLICATION_ENABLED</name>
		</field>
		<field>
			<name>EHCACHE_PORTAL_CACHE_MANAGER_JMX_ENABLED</name>
		</field>
		<field>
			<name>EHCACHE_STATISTICS_ENABLED</name>
		</field>
		<field>
			<name>FACEBOOK_CONNECT_APP_ID</name>
		</field>
		<field>
			<name>FACEBOOK_CONNECT_APP_SECRET</name>
		</field>
		<field>
			<name>FACEBOOK_CONNECT_AUTH_ENABLED</name>
		</field>
		<field>
			<name>FACEBOOK_CONNECT_GRAPH_URL</name>
		</field>
		<field>
			<name>FACEBOOK_CONNECT_OAUTH_AUTH_URL</name>
		</field>
		<field>
			<name>FACEBOOK_CONNECT_OAUTH_REDIRECT_URL</name>
		</field>
		<field>
			<name>FACEBOOK_CONNECT_OAUTH_TOKEN_URL</name>
		</field>
		<field>
			<name>FACEBOOK_CONNECT_VERIFIED_ACCOUNT_REQUIRED</name>
		</field>
		<field>
			<name>FIELD_EDITABLE_COM_LIFERAY_PORTAL_MODEL_USER_EMAILADDRESS</name>
		</field>
		<field>
			<name>FIELD_EDITABLE_COM_LIFERAY_PORTAL_MODEL_USER_SCREENNAME</name>
		</field>
		<field>
			<name>FIELD_ENABLE_COM_LIFERAY_PORTAL_MODEL_CONTACT_BIRTHDAY</name>
		</field>
		<field>
			<name>FIELD_ENABLE_COM_LIFERAY_PORTAL_MODEL_CONTACT_MALE</name>
		</field>
		<field>
			<name>FIELD_ENABLE_COM_LIFERAY_PORTAL_MODEL_ORGANIZATION_STATUS</name>
		</field>
		<field>
			<name>FLAGS_GUEST_USERS_ENABLED</name>
		</field>
		<field>
			<name>FLAGS_REASONS</name>
		</field>
		<field>
			<name>FREEMARKER_ENGINE_CACHE_STORAGE</name>
		</field>
		<field>
			<name>FREEMARKER_ENGINE_LOCALIZED_LOOKUP</name>
		</field>
		<field>
			<name>FREEMARKER_ENGINE_MACRO_LIBRARY</name>
		</field>
		<field>
			<name>FREEMARKER_ENGINE_MODIFICATION_CHECK_INTERVAL</name>
		</field>
		<field>
			<name>FREEMARKER_ENGINE_RESTRICTED_CLASSES</name>
		</field>
		<field>
			<name>FREEMARKER_ENGINE_RESTRICTED_PACKAGES</name>
		</field>
		<field>
			<name>FREEMARKER_ENGINE_TEMPLATE_EXCEPTION_HANDLER</name>
		</field>
		<field>
			<name>FREEMARKER_ENGINE_TEMPLATE_LOADERS</name>
		</field>
		<field>
			<name>GLOBAL_SHUTDOWN_EVENTS</name>
		</field>
		<field>
			<name>GLOBAL_STARTUP_EVENTS</name>
		</field>
		<field>
			<name>GOOGLE_GADGET_SERVLET_MAPPING</name>
		</field>
		<field>
			<name>GZIP_COMPRESSION_LEVEL</name>
		</field>
		<field>
			<name>HIBERNATE_CACHE_USE_SECOND_LEVEL_CACHE</name>
		</field>
		<field>
			<name>HIBERNATE_DIALECT</name>
		</field>
		<field>
			<name>HIBERNATE_GENERATE_STATISTICS</name>
		</field>
		<field>
			<name>HIBERNATE_JDBC_BATCH_SIZE</name>
		</field>
		<field>
			<name>HOT_UNDEPLOY_ENABLED</name>
		</field>
		<field>
			<name>HOT_UNDEPLOY_INTERVAL</name>
		</field>
		<field>
			<name>HOT_UNDEPLOY_ON_REDEPLOY</name>
		</field>
		<field>
			<name>HTTP_HEADER_VERSION_VERBOSITY</name>
		</field>
		<field>
			<name>IFRAME_PASSWORD_PASSWORD_TOKEN_ROLE</name>
		</field>
		<field>
			<name>IMAGE_AUTO_SCALE</name>
		</field>
		<field>
			<name>IMAGE_HOOK_FILE_SYSTEM_ROOT_DIR</name>
		</field>
		<field>
			<name>IMAGE_HOOK_IMPL</name>
		</field>
		<field>
			<name>IMAGEMAGICK_ENABLED</name>
		</field>
		<field>
			<name>INDEX_DATE_FORMAT_PATTERN</name>
		</field>
		<field>
			<name>INDEX_DUMP_COMPRESSION_ENABLED</name>
		</field>
		<field>
			<name>INDEX_ON_STARTUP</name>
		</field>
		<field>
			<name>INDEX_ON_STARTUP_DELAY</name>
		</field>
		<field>
			<name>INDEX_ON_UPGRADE</name>
		</field>
		<field>
			<name>INDEX_READ_ONLY</name>
		</field>
		<field>
			<name>INDEX_SEARCH_LIMIT</name>
		</field>
		<field>
			<name>INDEX_WITH_THREAD</name>
		</field>
		<field>
			<name>JAVADOC_MANAGER_ENABLED</name>
		</field>
		<field>
			<name>JAVASCRIPT_BAREBONE_ENABLED</name>
		</field>
		<field>
			<name>JAVASCRIPT_BUNDLE_IDS</name>
		</field>
		<field>
			<name>JAVASCRIPT_FAST_LOAD</name>
		</field>
		<field>
			<name>JAVASCRIPT_LOG_ENABLED</name>
		</field>
		<field>
			<name>JCR_WRAP_SESSION</name>
		</field>
		<field>
			<name>JDBC_DEFAULT_DRIVER_CLASS_NAME</name>
		</field>
		<field>
			<name>JDBC_DEFAULT_JNDI_NAME</name>
		</field>
		<field>
			<name>JDBC_DEFAULT_LIFERAY_POOL_PROVIDER</name>
		</field>
		<field>
			<name>JDBC_DEFAULT_PASSWORD</name>
		</field>
		<field>
			<name>JDBC_DEFAULT_URL</name>
		</field>
		<field>
			<name>JDBC_DEFAULT_USERNAME</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_CHECK_INTERVAL</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_COMMENTS_ENABLED</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_CUSTOM_TOKENS</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_EXPIRE_ALL_VERSIONS</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_FORCE_AUTOGENERATE_ID</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_FORM_ADD</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_FORM_TRANSLATE</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_FORM_UPDATE</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_TOKEN_PAGE_BREAK</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_URL_TITLE_REGEXP</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_VIEW_PERMISSION_CHECK_ENABLED</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLES_PAGE_DELTA_VALUES</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLES_SEARCH_WITH_INDEX</name>
		</field>
		<field>
			<name>JOURNAL_CONTENT_SEARCH_SHOW_LISTED</name>
		</field>
		<field>
			<name>JOURNAL_EMAIL_FROM_ADDRESS</name>
		</field>
		<field>
			<name>JOURNAL_EMAIL_FROM_NAME</name>
		</field>
		<field>
			<name>JOURNAL_ERROR_TEMPLATE_FREEMARKER</name>
		</field>
		<field>
			<name>JOURNAL_ERROR_TEMPLATE_VELOCITY</name>
		</field>
		<field>
			<name>JOURNAL_ERROR_TEMPLATE_XSL</name>
		</field>
		<field>
			<name>JOURNAL_FEED_FORCE_AUTOGENERATE_ID</name>
		</field>
		<field>
			<name>JOURNAL_LAR_CREATION_STRATEGY</name>
		</field>
		<field>
			<name>JOURNAL_PUBLISH_TO_LIVE_BY_DEFAULT</name>
		</field>
		<field>
			<name>JOURNAL_STRUCTURE_FORCE_AUTOGENERATE_ID</name>
		</field>
		<field>
			<name>JOURNAL_TEMPLATE_FORCE_AUTOGENERATE_ID</name>
		</field>
		<field>
			<name>JOURNAL_TEMPLATE_FREEMARKER_RESTRICTED_VARIABLES</name>
		</field>
		<field>
			<name>JOURNAL_TEMPLATE_VELOCITY_RESTRICTED_VARIABLES</name>
		</field>
		<field>
			<name>JPA_CONFIGS</name>
		</field>
		<field>
			<name>JPA_DATABASE_PLATFORM</name>
		</field>
		<field>
			<name>JPA_DATABASE_TYPE</name>
		</field>
		<field>
			<name>JPA_LOAD_TIME_WEAVER</name>
		</field>
		<field>
			<name>JPA_PROVIDER</name>
		</field>
		<field>
			<name>JSON_DESERIALIZER_STRICT_MODE</name>
		</field>
		<field>
			<name>JSON_SERVICE_AUTH_TOKEN_ENABLED</name>
		</field>
		<field>
			<name>JSON_SERVICE_AUTH_TOKEN_HOSTS_ALLOWED</name>
		</field>
		<field>
			<name>JSON_SERVICE_INVALID_CLASS_NAMES</name>
		</field>
		<field>
			<name>JSON_SERVICE_PUBLIC_METHODS</name>
		</field>
		<field>
			<name>JSON_WEB_SERVICE_ENABLED</name>
		</field>
		<field>
			<name>JSONWS_WEB_SERVICE_INVALID_HTTP_METHODS</name>
		</field>
		<field>
			<name>JSONWS_WEB_SERVICE_PUBLIC_METHODS</name>
		</field>
		<field>
			<name>JSONWS_WEB_SERVICE_STRICT_HTTP_METHOD</name>
		</field>
		<field>
			<name>LAYOUT_CLONE_IMPL</name>
		</field>
		<field>
			<name>LAYOUT_COMMENTS_ENABLED</name>
		</field>
		<field>
			<name>LAYOUT_DEFAULT_P_L_RESET</name>
		</field>
		<field>
			<name>LAYOUT_DEFAULT_TEMPLATE_ID</name>
		</field>
		<field>
			<name>LAYOUT_FORM_ADD</name>
		</field>
		<field>
			<name>LAYOUT_FORM_UPDATE</name>
		</field>
		<field>
			<name>LAYOUT_FRIENDLY_URL_KEYWORDS</name>
		</field>
		<field>
			<name>LAYOUT_FRIENDLY_URL_PAGE_NOT_FOUND</name>
		</field>
		<field>
			<name>LAYOUT_FRIENDLY_URL_PRIVATE_GROUP_SERVLET_MAPPING</name>
		</field>
		<field>
			<name>LAYOUT_FRIENDLY_URL_PRIVATE_USER_SERVLET_MAPPING</name>
		</field>
		<field>
			<name>LAYOUT_FRIENDLY_URL_PUBLIC_SERVLET_MAPPING</name>
		</field>
		<field>
			<name>LAYOUT_GUEST_SHOW_MAX_ICON</name>
		</field>
		<field>
			<name>LAYOUT_GUEST_SHOW_MIN_ICON</name>
		</field>
		<field>
			<name>LAYOUT_MANAGE_PAGES_INITIAL_CHILDREN</name>
		</field>
		<field>
			<name>LAYOUT_PARALLEL_RENDER_ENABLE</name>
		</field>
		<field>
			<name>LAYOUT_PROTOTYPE_LINK_ENABLED_DEFAULT</name>
		</field>
		<field>
			<name>LAYOUT_PROTOTYPE_MERGE_FAIL_THRESHOLD</name>
		</field>
		<field>
			<name>LAYOUT_PROTOTYPE_MERGE_LOCK_MAX_TIME</name>
		</field>
		<field>
			<name>LAYOUT_REMEMBER_MAXIMIZED_WINDOW_STATE</name>
		</field>
		<field>
			<name>LAYOUT_SET_FORM_UPDATE</name>
		</field>
		<field>
			<name>LAYOUT_SET_PROTOTYPE_MERGE_FAIL_THRESHOLD</name>
		</field>
		<field>
			<name>LAYOUT_SET_PROTOTYPE_MERGE_LOCK_MAX_TIME</name>
		</field>
		<field>
			<name>LAYOUT_SHOW_HTTP_STATUS</name>
		</field>
		<field>
			<name>LAYOUT_SHOW_PORTLET_ACCESS_DENIED</name>
		</field>
		<field>
			<name>LAYOUT_SHOW_PORTLET_INACTIVE</name>
		</field>
		<field>
			<name>LAYOUT_STATIC_PORTLETS_ALL</name>
		</field>
		<field>
			<name>LAYOUT_TEMPLATE_CACHE_ENABLED</name>
		</field>
		<field>
			<name>LAYOUT_TYPES</name>
		</field>
		<field>
			<name>LAYOUT_USER_PRIVATE_LAYOUTS_AUTO_CREATE</name>
		</field>
		<field>
			<name>LAYOUT_USER_PRIVATE_LAYOUTS_ENABLED</name>
		</field>
		<field>
			<name>LAYOUT_USER_PRIVATE_LAYOUTS_POWER_USER_REQUIRED</name>
		</field>
		<field>
			<name>LAYOUT_USER_PUBLIC_LAYOUTS_AUTO_CREATE</name>
		</field>
		<field>
			<name>LAYOUT_USER_PUBLIC_LAYOUTS_ENABLED</name>
		</field>
		<field>
			<name>LAYOUT_USER_PUBLIC_LAYOUTS_POWER_USER_REQUIRED</name>
		</field>
		<field>
			<name>LDAP_ATTRS_TRANSFORMER_IMPL</name>
		</field>
		<field>
			<name>LDAP_AUTH_ENABLED</name>
		</field>
		<field>
			<name>LDAP_EXPORT_ENABLED</name>
		</field>
		<field>
			<name>LDAP_EXPORT_GROUP_ENABLED</name>
		</field>
		<field>
			<name>LDAP_IMPORT_CREATE_ROLE_PER_GROUP</name>
		</field>
		<field>
			<name>LDAP_IMPORT_ENABLED</name>
		</field>
		<field>
			<name>LDAP_IMPORT_GROUP_CACHE_ENABLED</name>
		</field>
		<field>
			<name>LDAP_IMPORT_INTERVAL</name>
		</field>
		<field>
			<name>LDAP_IMPORT_LOCK_EXPIRATION_TIME</name>
		</field>
		<field>
			<name>LDAP_IMPORT_USER_PASSWORD_AUTOGENERATED</name>
		</field>
		<field>
			<name>LDAP_IMPORT_USER_PASSWORD_DEFAULT</name>
		</field>
		<field>
			<name>LDAP_IMPORT_USER_PASSWORD_ENABLED</name>
		</field>
		<field>
			<name>LDAP_PAGE_SIZE</name>
		</field>
		<field>
			<name>LDAP_PASSWORD_POLICY_ENABLED</name>
		</field>
		<field>
			<name>LDAP_RANGE_SIZE</name>
		</field>
		<field>
			<name>LDAP_USER_IGNORE_ATTRIBUTES</name>
		</field>
		<field>
			<name>LDAP_USER_IMPL</name>
		</field>
		<field>
			<name>LIFERAY_HOME</name>
		</field>
		<field>
			<name>LIFERAY_LIB_GLOBAL_DIR</name>
		</field>
		<field>
			<name>LIFERAY_LIB_GLOBAL_SHARED_DIR</name>
		</field>
		<field>
			<name>LIFERAY_LIB_PORTAL_DIR</name>
		</field>
		<field>
			<name>LIFERAY_WEB_PORTAL_DIR</name>
		</field>
		<field>
			<name>LIVE_USERS_ENABLED</name>
		</field>
		<field>
			<name>LOCALE_DEFAULT_REQUEST</name>
		</field>
		<field>
			<name>LOCALE_PREPEND_FRIENDLY_URL_STYLE</name>
		</field>
		<field>
			<name>LOCALES</name>
		</field>
		<field>
			<name>LOCALES_BETA</name>
		</field>
		<field>
			<name>LOGIN_CREATE_ACCOUNT_ALLOW_CUSTOM_PASSWORD</name>
		</field>
		<field>
			<name>LOGIN_EMAIL_FROM_ADDRESS</name>
		</field>
		<field>
			<name>LOGIN_EMAIL_FROM_NAME</name>
		</field>
		<field>
			<name>LOGIN_EVENTS_POST</name>
		</field>
		<field>
			<name>LOGIN_EVENTS_PRE</name>
		</field>
		<field>
			<name>LOGOUT_EVENTS_POST</name>
		</field>
		<field>
			<name>LOGOUT_EVENTS_PRE</name>
		</field>
		<field>
			<name>LOOK_AND_FEEL_MODIFIABLE</name>
		</field>
		<field>
			<name>LUCENE_BUFFER_SIZE</name>
		</field>
		<field>
			<name>LUCENE_CLUSTER_INDEX_LOADING_SYNC_TIMEOUT</name>
		</field>
		<field>
			<name>LUCENE_COMMIT_BATCH_SIZE</name>
		</field>
		<field>
			<name>LUCENE_COMMIT_TIME_INTERVAL</name>
		</field>
		<field>
			<name>LUCENE_DIR</name>
		</field>
		<field>
			<name>LUCENE_FILE_EXTRACTOR</name>
		</field>
		<field>
			<name>LUCENE_FILE_EXTRACTOR_REGEXP_STRIP</name>
		</field>
		<field>
			<name>LUCENE_MERGE_FACTOR</name>
		</field>
		<field>
			<name>LUCENE_OPTIMIZE_INTERVAL</name>
		</field>
		<field>
			<name>LUCENE_REPLICATE_WRITE</name>
		</field>
		<field>
			<name>LUCENE_STORE_TYPE</name>
		</field>
		<field>
			<name>LUCENE_STORE_TYPE_FILE_FORCE_MMAP</name>
		</field>
		<field>
			<name>MAIL_AUDIT_TRAIL</name>
		</field>
		<field>
			<name>MAIL_HOOK_IMPL</name>
		</field>
		<field>
			<name>MAIL_MX_UPDATE</name>
		</field>
		<field>
			<name>MAIL_SESSION_MAIL_ADVANCED_PROPERTIES</name>
		</field>
		<field>
			<name>MAIL_SESSION_MAIL_POP3_HOST</name>
		</field>
		<field>
			<name>MAIL_SESSION_MAIL_POP3_PASSWORD</name>
		</field>
		<field>
			<name>MAIL_SESSION_MAIL_POP3_PORT</name>
		</field>
		<field>
			<name>MAIL_SESSION_MAIL_POP3_USER</name>
		</field>
		<field>
			<name>MAIL_SESSION_MAIL_SMTP_HOST</name>
		</field>
		<field>
			<name>MAIL_SESSION_MAIL_SMTP_PASSWORD</name>
		</field>
		<field>
			<name>MAIL_SESSION_MAIL_SMTP_PORT</name>
		</field>
		<field>
			<name>MAIL_SESSION_MAIL_SMTP_USER</name>
		</field>
		<field>
			<name>MAIL_SESSION_MAIL_STORE_PROTOCOL</name>
		</field>
		<field>
			<name>MAIL_SESSION_MAIL_TRANSPORT_PROTOCOL</name>
		</field>
		<field>
			<name>MEMORY_CLUSTER_SCHEDULER_LOCK_CACHE_ENABLED</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_ANONYMOUS_POSTING_ENABLED</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EMAIL_BULK</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EMAIL_FROM_ADDRESS</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EMAIL_FROM_NAME</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EMAIL_HTML_FORMAT</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EMAIL_MESSAGE_ADDED_BODY</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EMAIL_MESSAGE_ADDED_ENABLED</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EMAIL_MESSAGE_ADDED_SIGNATURE</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EMAIL_MESSAGE_ADDED_SUBJECT_PREFIX</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EMAIL_MESSAGE_UPDATED_BODY</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EMAIL_MESSAGE_UPDATED_ENABLED</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EMAIL_MESSAGE_UPDATED_SIGNATURE</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EMAIL_MESSAGE_UPDATED_SUBJECT_PREFIX</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EXPIRE_BAN_INTERVAL</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_EXPIRE_BAN_JOB_INTERVAL</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_PINGBACK_ENABLED</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_PUBLISH_TO_LIVE_BY_DEFAULT</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_RSS_ABSTRACT_LENGTH</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_SUBSCRIBE_BY_DEFAULT</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_THREAD_PREVIOUS_AND_NEXT_NAVIGATION_ENABLED</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_THREAD_VIEWS</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_THREAD_VIEWS_DEFAULT</name>
		</field>
		<field>
			<name>MICROSOFT_TRANSLATOR_CLIENT_ID</name>
		</field>
		<field>
			<name>MICROSOFT_TRANSLATOR_CLIENT_SECRET</name>
		</field>
		<field>
			<name>MIME_TYPES_CONTENT_DISPOSITION_INLINE</name>
		</field>
		<field>
			<name>MINIFIER_FILES_LIMIT</name>
		</field>
		<field>
			<name>MINIFIER_INLINE_CONTENT_CACHE_SIZE</name>
		</field>
		<field>
			<name>MINIFIER_INLINE_CONTENT_CACHE_SKIP_CSS</name>
		</field>
		<field>
			<name>MINIFIER_INLINE_CONTENT_CACHE_SKIP_JAVASCRIPT</name>
		</field>
		<field>
			<name>MOBILE_DEVICE_RULES_RULE_GROUP_COPY_POSTFIX</name>
		</field>
		<field>
			<name>MODULE_FRAMEWORK_BEGINNING_START_LEVEL</name>
		</field>
		<field>
			<name>MODULE_FRAMEWORK_ENABLED</name>
		</field>
		<field>
			<name>MODULE_FRAMEWORK_LIB_DIR</name>
		</field>
		<field>
			<name>MODULE_FRAMEWORK_REGISTER_LIFERAY_SERVICES</name>
		</field>
		<field>
			<name>MODULE_FRAMEWORK_RUNTIME_START_LEVEL</name>
		</field>
		<field>
			<name>MODULE_FRAMEWORK_STATE_DIR</name>
		</field>
		<field>
			<name>MODULE_FRAMEWORK_SYSTEM_BUNDLE_EXPORT_PACKAGES</name>
		</field>
		<field>
			<name>MODULE_FRAMEWORK_SYSTEM_PACKAGES_EXTRA</name>
		</field>
		<field>
			<name>MONITORING_DATA_SAMPLE_THREAD_LOCAL</name>
		</field>
		<field>
			<name>MONITORING_PORTAL_REQUEST</name>
		</field>
		<field>
			<name>MONITORING_PORTLET_ACTION_REQUEST</name>
		</field>
		<field>
			<name>MONITORING_PORTLET_EVENT_REQUEST</name>
		</field>
		<field>
			<name>MONITORING_PORTLET_RENDER_REQUEST</name>
		</field>
		<field>
			<name>MONITORING_PORTLET_RESOURCE_REQUEST</name>
		</field>
		<field>
			<name>MONITORING_SHOW_PER_REQUEST_DATA_SAMPLE</name>
		</field>
		<field>
			<name>MY_SITES_DISPLAY_STYLE</name>
		</field>
		<field>
			<name>MY_SITES_MAX_ELEMENTS</name>
		</field>
		<field>
			<name>MY_SITES_SHOW_PRIVATE_SITES_WITH_NO_LAYOUTS</name>
		</field>
		<field>
			<name>MY_SITES_SHOW_PUBLIC_SITES_WITH_NO_LAYOUTS</name>
		</field>
		<field>
			<name>MY_SITES_SHOW_USER_PRIVATE_SITES_WITH_NO_LAYOUTS</name>
		</field>
		<field>
			<name>MY_SITES_SHOW_USER_PUBLIC_SITES_WITH_NO_LAYOUTS</name>
		</field>
		<field>
			<name>NAVIGATION_DISPLAY_STYLE_OPTIONS</name>
		</field>
		<field>
			<name>NESTED_PORTLETS_LAYOUT_TEMPLATE_DEFAULT</name>
		</field>
		<field>
			<name>NET_SF_EHCACHE_CONFIGURATION_RESOURCE_NAME</name>
		</field>
		<field>
			<name>NETVIBES_SERVLET_MAPPING</name>
		</field>
		<field>
			<name>NOTIFICATIONS_MAX_EVENTS</name>
		</field>
		<field>
			<name>NTLM_AUTH_ENABLED</name>
		</field>
		<field>
			<name>NTLM_AUTH_NEGOTIATE_FLAGS</name>
		</field>
		<field>
			<name>NTLM_DOMAIN</name>
		</field>
		<field>
			<name>NTLM_DOMAIN_CONTROLLER</name>
		</field>
		<field>
			<name>NTLM_DOMAIN_CONTROLLER_NAME</name>
		</field>
		<field>
			<name>NTLM_SERVICE_ACCOUNT</name>
		</field>
		<field>
			<name>NTLM_SERVICE_PASSWORD</name>
		</field>
		<field>
			<name>OMNIADMIN_USERS</name>
		</field>
		<field>
			<name>OPEN_ID_AUTH_ENABLED</name>
		</field>
		<field>
			<name>OPEN_SSO_AUTH_ENABLED</name>
		</field>
		<field>
			<name>OPEN_SSO_EMAIL_ADDRESS_ATTR</name>
		</field>
		<field>
			<name>OPEN_SSO_FIRST_NAME_ATTR</name>
		</field>
		<field>
			<name>OPEN_SSO_LAST_NAME_ATTR</name>
		</field>
		<field>
			<name>OPEN_SSO_LDAP_IMPORT_ENABLED</name>
		</field>
		<field>
			<name>OPEN_SSO_LOGIN_URL</name>
		</field>
		<field>
			<name>OPEN_SSO_LOGOUT_ON_SESSION_EXPIRATION</name>
		</field>
		<field>
			<name>OPEN_SSO_LOGOUT_URL</name>
		</field>
		<field>
			<name>OPEN_SSO_SCREEN_NAME_ATTR</name>
		</field>
		<field>
			<name>OPEN_SSO_SERVICE_URL</name>
		</field>
		<field>
			<name>OPENOFFICE_CACHE_ENABLED</name>
		</field>
		<field>
			<name>OPENOFFICE_SERVER_ENABLED</name>
		</field>
		<field>
			<name>OPENOFFICE_SERVER_HOST</name>
		</field>
		<field>
			<name>OPENOFFICE_SERVER_PORT</name>
		</field>
		<field>
			<name>ORGANIZATIONS_ASSIGNMENT_STRICT</name>
		</field>
		<field>
			<name>ORGANIZATIONS_FORM_ADD_IDENTIFICATION</name>
		</field>
		<field>
			<name>ORGANIZATIONS_FORM_ADD_MAIN</name>
		</field>
		<field>
			<name>ORGANIZATIONS_FORM_ADD_MISCELLANEOUS</name>
		</field>
		<field>
			<name>ORGANIZATIONS_INDEXER_ENABLED</name>
		</field>
		<field>
			<name>ORGANIZATIONS_MEMBERSHIP_STRICT</name>
		</field>
		<field>
			<name>ORGANIZATIONS_SEARCH_WITH_INDEX</name>
		</field>
		<field>
			<name>ORGANIZATIONS_TYPES</name>
		</field>
		<field>
			<name>PASSWORDS_DEFAULT_POLICY_NAME</name>
		</field>
		<field>
			<name>PASSWORDS_DIGEST_ENCODING</name>
		</field>
		<field>
			<name>PASSWORDS_PASSWORDPOLICYTOOLKIT_CHARSET_LOWERCASE</name>
		</field>
		<field>
			<name>PASSWORDS_PASSWORDPOLICYTOOLKIT_CHARSET_NUMBERS</name>
		</field>
		<field>
			<name>PASSWORDS_PASSWORDPOLICYTOOLKIT_CHARSET_SYMBOLS</name>
		</field>
		<field>
			<name>PASSWORDS_PASSWORDPOLICYTOOLKIT_CHARSET_UPPERCASE</name>
		</field>
		<field>
			<name>PASSWORDS_PASSWORDPOLICYTOOLKIT_GENERATOR</name>
		</field>
		<field>
			<name>PASSWORDS_PASSWORDPOLICYTOOLKIT_STATIC</name>
		</field>
		<field>
			<name>PASSWORDS_TOOLKIT</name>
		</field>
		<field>
			<name>PERMISSIONS_CHECK_GUEST_ENABLED</name>
		</field>
		<field>
			<name>PERMISSIONS_CHECKER</name>
		</field>
		<field>
			<name>PERMISSIONS_CUSTOM_ATTRIBUTE_READ_CHECK_BY_DEFAULT</name>
		</field>
		<field>
			<name>PERMISSIONS_CUSTOM_ATTRIBUTE_WRITE_CHECK_BY_DEFAULT</name>
		</field>
		<field>
			<name>PERMISSIONS_INLINE_SQL_CHECK_ENABLED</name>
		</field>
		<field>
			<name>PERMISSIONS_INLINE_SQL_RESOURCE_BLOCK_QUERY_THRESHHOLD</name>
		</field>
		<field>
			<name>PERMISSIONS_LIST_FILTER</name>
		</field>
		<field>
			<name>PERMISSIONS_OBJECT_BLOCKING_CACHE</name>
		</field>
		<field>
			<name>PERMISSIONS_PROPAGATION_ENABLED</name>
		</field>
		<field>
			<name>PERMISSIONS_ROLE_RESOURCE_PERMISSION_QUERY_THRESHOLD</name>
		</field>
		<field>
			<name>PERMISSIONS_THREAD_LOCAL_CACHE_MAX_SIZE</name>
		</field>
		<field>
			<name>PERMISSIONS_USER_CHECK_ALGORITHM</name>
		</field>
		<field>
			<name>PERMISSIONS_VIEW_DYNAMIC_INHERITANCE</name>
		</field>
		<field>
			<name>PERSISTENCE_PROVIDER</name>
		</field>
		<field>
			<name>PHONE_NUMBER_FORMAT_IMPL</name>
		</field>
		<field>
			<name>PHONE_NUMBER_FORMAT_INTERNATIONAL_REGEXP</name>
		</field>
		<field>
			<name>PHONE_NUMBER_FORMAT_USA_REGEXP</name>
		</field>
		<field>
			<name>PLUGIN_NOTIFICATIONS_ENABLED</name>
		</field>
		<field>
			<name>PLUGIN_NOTIFICATIONS_PACKAGES_IGNORED</name>
		</field>
		<field>
			<name>PLUGIN_REPOSITORIES_TRUSTED</name>
		</field>
		<field>
			<name>PLUGIN_REPOSITORIES_UNTRUSTED</name>
		</field>
		<field>
			<name>PLUGIN_TYPES</name>
		</field>
		<field>
			<name>POLLER_NOTIFICATIONS_TIMEOUT</name>
		</field>
		<field>
			<name>POLLER_REQUEST_TIMEOUT</name>
		</field>
		<field>
			<name>POP_SERVER_NOTIFICATIONS_ENABLED</name>
		</field>
		<field>
			<name>POP_SERVER_NOTIFICATIONS_INTERVAL</name>
		</field>
		<field>
			<name>POP_SERVER_SUBDOMAIN</name>
		</field>
		<field>
			<name>PORTAL_CTX</name>
		</field>
		<field>
			<name>PORTAL_IMPERSONATION_ENABLE</name>
		</field>
		<field>
			<name>PORTAL_INSTANCE_HTTP_PORT</name>
		</field>
		<field>
			<name>PORTAL_JAAS_AUTH_TYPE</name>
		</field>
		<field>
			<name>PORTAL_JAAS_ENABLE</name>
		</field>
		<field>
			<name>PORTAL_JAAS_IMPL</name>
		</field>
		<field>
			<name>PORTAL_JAAS_STRICT_PASSWORD</name>
		</field>
		<field>
			<name>PORTAL_PROXY_PATH</name>
		</field>
		<field>
			<name>PORTAL_SECURITY_MANAGER_PRELOAD_CLASSLOADER_CLASSES</name>
		</field>
		<field>
			<name>PORTAL_SECURITY_MANAGER_STRATEGY</name>
		</field>
		<field>
			<name>PORTLET_ADD_DEFAULT_RESOURCE_CHECK_ENABLED</name>
		</field>
		<field>
			<name>PORTLET_ADD_DEFAULT_RESOURCE_CHECK_WHITELIST</name>
		</field>
		<field>
			<name>PORTLET_ADD_DEFAULT_RESOURCE_CHECK_WHITELIST_ACTIONS</name>
		</field>
		<field>
			<name>PORTLET_CSS_ENABLED</name>
		</field>
		<field>
			<name>PORTLET_EVENT_DISTRIBUTION</name>
		</field>
		<field>
			<name>PORTLET_EVENT_DISTRIBUTION_LAYOUT</name>
		</field>
		<field>
			<name>PORTLET_EVENT_DISTRIBUTION_LAYOUT_SET</name>
		</field>
		<field>
			<name>PORTLET_PUBLIC_RENDER_PARAMETER_DISTRIBUTION</name>
		</field>
		<field>
			<name>PORTLET_PUBLIC_RENDER_PARAMETER_DISTRIBUTION_LAYOUT</name>
		</field>
		<field>
			<name>PORTLET_PUBLIC_RENDER_PARAMETER_DISTRIBUTION_LAYOUT_SET</name>
		</field>
		<field>
			<name>PORTLET_RESOURCE_ID_BANNED_PATHS_REGEXP</name>
		</field>
		<field>
			<name>PORTLET_URL_ANCHOR_ENABLE</name>
		</field>
		<field>
			<name>PORTLET_URL_APPEND_PARAMETERS</name>
		</field>
		<field>
			<name>PORTLET_URL_ESCAPE_XML</name>
		</field>
		<field>
			<name>PORTLET_VIRTUAL_PATH</name>
		</field>
		<field>
			<name>PORTLET_XML_VALIDATE</name>
		</field>
		<field>
			<name>PREFERENCE_VALIDATE_ON_STARTUP</name>
		</field>
		<field>
			<name>RATINGS_DEFAULT_NUMBER_OF_STARS</name>
		</field>
		<field>
			<name>RATINGS_MAX_SCORE</name>
		</field>
		<field>
			<name>RATINGS_MIN_SCORE</name>
		</field>
		<field>
			<name>REDIRECT_URL_DOMAINS_ALLOWED</name>
		</field>
		<field>
			<name>REDIRECT_URL_IPS_ALLOWED</name>
		</field>
		<field>
			<name>REDIRECT_URL_SECURITY_MODE</name>
		</field>
		<field>
			<name>REQUEST_HEADER_AUTH_IMPORT_FROM_LDAP</name>
		</field>
		<field>
			<name>REQUEST_HEADER_IGNORE_INIT_PARAMS</name>
		</field>
		<field>
			<name>REQUEST_SHARED_ATTRIBUTES</name>
		</field>
		<field>
			<name>RESOURCE_ACTIONS_CONFIGS</name>
		</field>
		<field>
			<name>RESOURCE_ACTIONS_READ_PORTLET_RESOURCES</name>
		</field>
		<field>
			<name>RESOURCE_REPOSITORIES_ROOT</name>
		</field>
		<field>
			<name>REST_PROXY_URL_PREFIXES_ALLOWED</name>
		</field>
		<field>
			<name>ROBOTS_TXT_WITH_SITEMAP</name>
		</field>
		<field>
			<name>ROBOTS_TXT_WITHOUT_SITEMAP</name>
		</field>
		<field>
			<name>ROLES_NAME_ALLOW_NUMERIC</name>
		</field>
		<field>
			<name>ROLES_ORGANIZATION_SUBTYPES</name>
		</field>
		<field>
			<name>ROLES_REGULAR_SUBTYPES</name>
		</field>
		<field>
			<name>ROLES_SITE_SUBTYPES</name>
		</field>
		<field>
			<name>RSS_CONNECTION_TIMEOUT</name>
		</field>
		<field>
			<name>SANDBOX_DEPLOY_DIR</name>
		</field>
		<field>
			<name>SANDBOX_DEPLOY_ENABLED</name>
		</field>
		<field>
			<name>SANDBOX_DEPLOY_INTERVAL</name>
		</field>
		<field>
			<name>SANITIZER_IMPL</name>
		</field>
		<field>
			<name>SC_PRODUCT_COMMENTS_ENABLED</name>
		</field>
		<field>
			<name>SCHEDULER_CLASSES</name>
		</field>
		<field>
			<name>SCHEDULER_ENABLED</name>
		</field>
		<field>
			<name>SCHEMA_RUN_MINIMAL</name>
		</field>
		<field>
			<name>SCRIPTING_FORBIDDEN_CLASSES</name>
		</field>
		<field>
			<name>SCRIPTING_JRUBY_COMPILE_MODE</name>
		</field>
		<field>
			<name>SCRIPTING_JRUBY_COMPILE_THRESHOLD</name>
		</field>
		<field>
			<name>SCRIPTING_JRUBY_LOAD_PATHS</name>
		</field>
		<field>
			<name>SEARCH_CONTAINER_PAGE_DEFAULT_DELTA</name>
		</field>
		<field>
			<name>SEARCH_CONTAINER_PAGE_DELTA_VALUES</name>
		</field>
		<field>
			<name>SEARCH_CONTAINER_PAGE_ITERATOR_MAX_PAGES</name>
		</field>
		<field>
			<name>SEARCH_CONTAINER_SHOW_PAGINATION_BOTTOM</name>
		</field>
		<field>
			<name>SEARCH_CONTAINER_SHOW_PAGINATION_TOP</name>
		</field>
		<field>
			<name>SERVICE_BUILDER_SERVICE_READ_ONLY_PREFIXES</name>
		</field>
		<field>
			<name>SERVLET_SERVICE_EVENTS_POST</name>
		</field>
		<field>
			<name>SERVLET_SERVICE_EVENTS_PRE</name>
		</field>
		<field>
			<name>SERVLET_SERVICE_EVENTS_PRE_ERROR_PAGE</name>
		</field>
		<field>
			<name>SERVLET_SESSION_CREATE_EVENTS</name>
		</field>
		<field>
			<name>SERVLET_SESSION_DESTROY_EVENTS</name>
		</field>
		<field>
			<name>SESSION_CLICKS_MAX_ALLOWED_VALUES</name>
		</field>
		<field>
			<name>SESSION_CLICKS_MAX_SIZE_TERMS</name>
		</field>
		<field>
			<name>SESSION_COOKIE_DOMAIN</name>
		</field>
		<field>
			<name>SESSION_DISABLED</name>
		</field>
		<field>
			<name>SESSION_ENABLE_PERSISTENT_COOKIES</name>
		</field>
		<field>
			<name>SESSION_ENABLE_PHISHING_PROTECTION</name>
		</field>
		<field>
			<name>SESSION_ENABLE_URL_WITH_SESSION_ID</name>
		</field>
		<field>
			<name>SESSION_ID_DELIMITER</name>
		</field>
		<field>
			<name>SESSION_MAX_ALLOWED</name>
		</field>
		<field>
			<name>SESSION_PHISHING_PROTECTED_ATTRIBUTES</name>
		</field>
		<field>
			<name>SESSION_SHARED_ATTRIBUTES</name>
		</field>
		<field>
			<name>SESSION_SHARED_ATTRIBUTES_EXCLUDES</name>
		</field>
		<field>
			<name>SESSION_STORE_PASSWORD</name>
		</field>
		<field>
			<name>SESSION_TEST_COOKIE_SUPPORT</name>
		</field>
		<field>
			<name>SESSION_TIMEOUT</name>
		</field>
		<field>
			<name>SESSION_TIMEOUT_AUTO_EXTEND</name>
		</field>
		<field>
			<name>SESSION_TIMEOUT_REDIRECT_ON_EXPIRE</name>
		</field>
		<field>
			<name>SESSION_TIMEOUT_WARNING</name>
		</field>
		<field>
			<name>SESSION_TRACKER_FRIENDLY_PATHS_ENABLED</name>
		</field>
		<field>
			<name>SESSION_TRACKER_MEMORY_ENABLED</name>
		</field>
		<field>
			<name>SESSION_TRACKER_PERSISTENCE_ENABLED</name>
		</field>
		<field>
			<name>SETUP_DATABASE_TYPES</name>
		</field>
		<field>
			<name>SETUP_WIZARD_ENABLED</name>
		</field>
		<field>
			<name>SHARD_DEFAULT_NAME</name>
		</field>
		<field>
			<name>SHARD_SELECTOR</name>
		</field>
		<field>
			<name>SHOPPING_EMAIL_FROM_ADDRESS</name>
		</field>
		<field>
			<name>SHOPPING_EMAIL_FROM_NAME</name>
		</field>
		<field>
			<name>SHOPPING_ORDER_COMMENTS_ENABLED</name>
		</field>
		<field>
			<name>SITEMINDER_AUTH_ENABLED</name>
		</field>
		<field>
			<name>SITEMINDER_IMPORT_FROM_LDAP</name>
		</field>
		<field>
			<name>SITEMINDER_USER_HEADER</name>
		</field>
		<field>
			<name>SITES_CONTROL_PANEL_MEMBERS_VISIBLE</name>
		</field>
		<field>
			<name>SITES_FORM_ADD_ADVANCED</name>
		</field>
		<field>
			<name>SITES_FORM_ADD_MAIN</name>
		</field>
		<field>
			<name>SITES_FORM_ADD_MISCELLANEOUS</name>
		</field>
		<field>
			<name>SITES_FORM_ADD_SEO</name>
		</field>
		<field>
			<name>SITES_FORM_UPDATE_ADVANCED</name>
		</field>
		<field>
			<name>SITES_FORM_UPDATE_MAIN</name>
		</field>
		<field>
			<name>SITES_FORM_UPDATE_MISCELLANEOUS</name>
		</field>
		<field>
			<name>SITES_FORM_UPDATE_SEO</name>
		</field>
		<field>
			<name>SITES_SITEMAP_DEFAULT_CHANGE_FREQUENCY</name>
		</field>
		<field>
			<name>SITES_SITEMAP_DEFAULT_PRIORITY</name>
		</field>
		<field>
			<name>SOCIAL_ACTIVITY_CONTRIBUTION_INCREMENTS</name>
		</field>
		<field>
			<name>SOCIAL_ACTIVITY_CONTRIBUTION_LIMIT_VALUES</name>
		</field>
		<field>
			<name>SOCIAL_ACTIVITY_COUNTER_LOCK_RETRY_DELAY</name>
		</field>
		<field>
			<name>SOCIAL_ACTIVITY_COUNTER_LOCK_TIMEOUT</name>
		</field>
		<field>
			<name>SOCIAL_ACTIVITY_COUNTER_PERIOD_LENGTH</name>
		</field>
		<field>
			<name>SOCIAL_ACTIVITY_PARTICIPATION_INCREMENTS</name>
		</field>
		<field>
			<name>SOCIAL_ACTIVITY_PARTICIPATION_LIMIT_VALUES</name>
		</field>
		<field>
			<name>SPRING_CONFIGS</name>
		</field>
		<field>
			<name>SPRING_HIBERNATE_SESSION_DELEGATED</name>
		</field>
		<field>
			<name>SPRITE_FILE_NAME</name>
		</field>
		<field>
			<name>SPRITE_PROPERTIES_FILE_NAME</name>
		</field>
		<field>
			<name>SPRITE_ROOT_DIR</name>
		</field>
		<field>
			<name>SQL_DATA_MAX_PARAMETERS</name>
		</field>
		<field>
			<name>STAGING_LOCK_ENABLED</name>
		</field>
		<field>
			<name>STRIP_CSS_SASS_ENABLED</name>
		</field>
		<field>
			<name>STRIP_IGNORE_PATHS</name>
		</field>
		<field>
			<name>STRIP_JS_LANGUAGE_ATTRIBUTE_SUPPORT_ENABLED</name>
		</field>
		<field>
			<name>STRUTS_PORTLET_REQUEST_PROCESSOR</name>
		</field>
		<field>
			<name>TAGS_COMPILER_ENABLED</name>
		</field>
		<field>
			<name>TCK_URL</name>
		</field>
		<field>
			<name>TERMS_OF_USE_JOURNAL_ARTICLE_GROUP_ID</name>
		</field>
		<field>
			<name>TERMS_OF_USE_JOURNAL_ARTICLE_ID</name>
		</field>
		<field>
			<name>TERMS_OF_USE_REQUIRED</name>
		</field>
		<field>
			<name>TEXT_EXTRACTION_FORK_PROCESS_ENABLED</name>
		</field>
		<field>
			<name>TEXT_EXTRACTION_FORK_PROCESS_MIME_TYPES</name>
		</field>
		<field>
			<name>THEME_CSS_FAST_LOAD</name>
		</field>
		<field>
			<name>THEME_IMAGES_FAST_LOAD</name>
		</field>
		<field>
			<name>THEME_JSP_OVERRIDE_ENABLED</name>
		</field>
		<field>
			<name>THEME_LOADER_NEW_THEME_ID_ON_IMPORT</name>
		</field>
		<field>
			<name>THEME_LOADER_STORAGE_PATH</name>
		</field>
		<field>
			<name>THEME_PORTLET_DECORATE_DEFAULT</name>
		</field>
		<field>
			<name>THEME_PORTLET_SHARING_DEFAULT</name>
		</field>
		<field>
			<name>THEME_SHORTCUT_ICON</name>
		</field>
		<field>
			<name>THEME_SYNC_ON_GROUP</name>
		</field>
		<field>
			<name>THEME_VIRTUAL_PATH</name>
		</field>
		<field>
			<name>THREAD_DUMP_SPEED_THRESHOLD</name>
		</field>
		<field>
			<name>TRANSACTION_ISOLATION_COUNTER</name>
		</field>
		<field>
			<name>TRANSACTION_ISOLATION_PORTAL</name>
		</field>
		<field>
			<name>TRANSACTION_MANAGER_IMPL</name>
		</field>
		<field>
			<name>TRANSACTIONAL_CACHE_ENABLED</name>
		</field>
		<field>
			<name>TRANSLATIONS_DISABLED</name>
		</field>
		<field>
			<name>USER_GROUPS_COPY_LAYOUTS_TO_USER_PERSONAL_SITE</name>
		</field>
		<field>
			<name>USER_GROUPS_NAME_ALLOW_NUMERIC</name>
		</field>
		<field>
			<name>USER_NOTIFICATION_EVENT_CONFIRMATION_ENABLED</name>
		</field>
		<field>
			<name>USERS_DELETE</name>
		</field>
		<field>
			<name>USERS_EMAIL_ADDRESS_AUTO_SUFFIX</name>
		</field>
		<field>
			<name>USERS_EMAIL_ADDRESS_GENERATOR</name>
		</field>
		<field>
			<name>USERS_EMAIL_ADDRESS_REQUIRED</name>
		</field>
		<field>
			<name>USERS_EMAIL_ADDRESS_VALIDATOR</name>
		</field>
		<field>
			<name>USERS_EXPORT_CSV_FIELDS</name>
		</field>
		<field>
			<name>USERS_FORM_ADD_IDENTIFICATION</name>
		</field>
		<field>
			<name>USERS_FORM_ADD_MAIN</name>
		</field>
		<field>
			<name>USERS_FORM_ADD_MISCELLANEOUS</name>
		</field>
		<field>
			<name>USERS_FORM_MY_ACCOUNT_IDENTIFICATION</name>
		</field>
		<field>
			<name>USERS_FORM_MY_ACCOUNT_MAIN</name>
		</field>
		<field>
			<name>USERS_FORM_MY_ACCOUNT_MISCELLANEOUS</name>
		</field>
		<field>
			<name>USERS_FORM_UPDATE_IDENTIFICATION</name>
		</field>
		<field>
			<name>USERS_FORM_UPDATE_MAIN</name>
		</field>
		<field>
			<name>USERS_FORM_UPDATE_MISCELLANEOUS</name>
		</field>
		<field>
			<name>USERS_FULL_NAME_GENERATOR</name>
		</field>
		<field>
			<name>USERS_FULL_NAME_VALIDATOR</name>
		</field>
		<field>
			<name>USERS_IMAGE_MAX_HEIGHT</name>
		</field>
		<field>
			<name>USERS_IMAGE_MAX_WIDTH</name>
		</field>
		<field>
			<name>USERS_INDEXER_ENABLED</name>
		</field>
		<field>
			<name>USERS_LAST_NAME_REQUIRED</name>
		</field>
		<field>
			<name>USERS_LIST_VIEWS</name>
		</field>
		<field>
			<name>USERS_REMINDER_QUERIES_CUSTOM_QUESTION_ENABLED</name>
		</field>
		<field>
			<name>USERS_REMINDER_QUERIES_ENABLED</name>
		</field>
		<field>
			<name>USERS_REMINDER_QUERIES_QUESTIONS</name>
		</field>
		<field>
			<name>USERS_REMINDER_QUERIES_REQUIRED</name>
		</field>
		<field>
			<name>USERS_SCREEN_NAME_ALLOW_NUMERIC</name>
		</field>
		<field>
			<name>USERS_SCREEN_NAME_ALWAYS_AUTOGENERATE</name>
		</field>
		<field>
			<name>USERS_SCREEN_NAME_GENERATOR</name>
		</field>
		<field>
			<name>USERS_SCREEN_NAME_VALIDATOR</name>
		</field>
		<field>
			<name>USERS_SEARCH_WITH_INDEX</name>
		</field>
		<field>
			<name>USERS_UPDATE_LAST_LOGIN</name>
		</field>
		<field>
			<name>VALUE_OBJECT_ENTITY_BLOCKING_CACHE</name>
		</field>
		<field>
			<name>VALUE_OBJECT_ENTITY_CACHE_ENABLED</name>
		</field>
		<field>
			<name>VALUE_OBJECT_ENTITY_THREAD_LOCAL_CACHE_MAX_SIZE</name>
		</field>
		<field>
			<name>VALUE_OBJECT_FINDER_BLOCKING_CACHE</name>
		</field>
		<field>
			<name>VALUE_OBJECT_FINDER_CACHE_ENABLED</name>
		</field>
		<field>
			<name>VALUE_OBJECT_FINDER_THREAD_LOCAL_CACHE_MAX_SIZE</name>
		</field>
		<field>
			<name>VELOCITY_ENGINE_RESOURCE_LISTENERS</name>
		</field>
		<field>
			<name>VELOCITY_ENGINE_RESOURCE_MANAGER_CACHE_ENABLED</name>
		</field>
		<field>
			<name>VELOCITY_ENGINE_RESOURCE_MANAGER_MODIFICATION_CHECK_INTERVAL</name>
		</field>
		<field>
			<name>VELOCITY_ENGINE_RESTRICTED_CLASSES</name>
		</field>
		<field>
			<name>VELOCITY_ENGINE_RESTRICTED_PACKAGES</name>
		</field>
		<field>
			<name>VIRTUAL_HOSTS_DEFAULT_SITE_NAME</name>
		</field>
		<field>
			<name>VIRTUAL_HOSTS_IGNORE_EXTENSIONS</name>
		</field>
		<field>
			<name>WEB_SERVER_DISPLAY_NODE</name>
		</field>
		<field>
			<name>WEB_SERVER_HOST</name>
		</field>
		<field>
			<name>WEB_SERVER_HTTP_PORT</name>
		</field>
		<field>
			<name>WEB_SERVER_HTTPS_PORT</name>
		</field>
		<field>
			<name>WEB_SERVER_PROTOCOL</name>
		</field>
		<field>
			<name>WEB_SERVER_PROXY_LEGACY_MODE</name>
		</field>
		<field>
			<name>WEB_SERVER_SERVLET_ACCEPT_RANGES_MIME_TYPES</name>
		</field>
		<field>
			<name>WEB_SERVER_SERVLET_DIRECTORY_INDEXING_ENABLED</name>
		</field>
		<field>
			<name>WEB_SERVER_SERVLET_VERSION_VERBOSITY</name>
		</field>
		<field>
			<name>WEBDAV_IGNORE</name>
		</field>
		<field>
			<name>WEBDAV_NONCE_EXPIRATION</name>
		</field>
		<field>
			<name>WIDGET_SERVLET_MAPPING</name>
		</field>
		<field>
			<name>WIKI_EMAIL_FROM_ADDRESS</name>
		</field>
		<field>
			<name>WIKI_EMAIL_FROM_NAME</name>
		</field>
		<field>
			<name>WIKI_IMPORTERS</name>
		</field>
		<field>
			<name>WIKI_INITIAL_NODE_NAME</name>
		</field>
		<field>
			<name>WIKI_PAGE_COMMENTS_ENABLED</name>
		</field>
		<field>
			<name>WIKI_PAGE_MINOR_EDIT_ADD_SOCIAL_ACTIVITY</name>
		</field>
		<field>
			<name>WIKI_PAGE_MINOR_EDIT_SEND_EMAIL</name>
		</field>
		<field>
			<name>WIKI_PAGE_RATINGS_ENABLED</name>
		</field>
		<field>
			<name>WIKI_PAGE_TITLES_REGEXP</name>
		</field>
		<field>
			<name>WIKI_PAGE_TITLES_REMOVE_REGEXP</name>
		</field>
		<field>
			<name>WIKI_RSS_ABSTRACT_LENGTH</name>
		</field>
		<field>
			<name>XML_VALIDATION_ENABLED</name>
		</field>
		<field>
			<name>XUGGLER_ENABLED</name>
		</field>
		<field>
			<name>XUGGLER_JAR_URL</name>
		</field>
		<field>
			<name>YUI_COMPRESSOR_CSS_LINE_BREAK</name>
		</field>
		<field>
			<name>YUI_COMPRESSOR_JS_DISABLE_OPTIMIZATIONS</name>
		</field>
		<field>
			<name>YUI_COMPRESSOR_JS_LINE_BREAK</name>
		</field>
		<field>
			<name>YUI_COMPRESSOR_JS_MUNGE</name>
		</field>
		<field>
			<name>YUI_COMPRESSOR_JS_PRESERVE_ALL_SEMICOLONS</name>
		</field>
		<field>
			<name>YUI_COMPRESSOR_JS_VERBOSE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourcePermissionsThreadLocal</name>
		<type>com.liferay.portal.util.ResourcePermissionsThreadLocal</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getResourcePermissions</name>
		</method>
		<method>
			<name>setResourcePermissions</name>
			<param>
				<name>resourcePermissions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<field>
			<name>_resourcePermissions</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RobotsUtil</name>
		<type>com.liferay.portal.util.RobotsUtil</type>
		<author><![CDATA[David Truong]]></author>
		<method>
			<name>getDefaultRobots</name>
		</method>
		<method>
			<name>getDefaultRobots</name>
			<param>
				<name>virtualHost</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRobots</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SessionClicks</name>
		<type>com.liferay.portal.util.SessionClicks</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_DEFAULT_NAMESPACE</name>
		</field>
		<field>
			<name>_SESSION_CLICKS_MAX_ALLOWED_VALUES</name>
		</field>
		<field>
			<name>_SESSION_CLICKS_MAX_SIZE_TERMS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SessionClicks_IW</name>
		<type>com.liferay.portal.util.SessionClicks_IW</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>SessionClicks_IW</name>
		</method>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SessionLayoutClone</name>
		<type>com.liferay.portal.util.SessionLayoutClone</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>encodeKey</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getPortalSession</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SessionTreeJSClicks</name>
		<type>com.liferay.portal.util.SessionTreeJSClicks</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>closeLayoutNodes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>treeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>recursive</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>closeNode</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>treeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>closeNodes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>treeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>closeNodes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>treeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nodeIds</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getOpenNodes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>treeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>openLayoutNodes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>treeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>recursive</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>openNode</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>treeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>openNodes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>treeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nodeIds</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLayoutIds</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>parentLayoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShutdownUtil</name>
		<type>com.liferay.portal.util.ShutdownUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>cancel</name>
		</method>
		<method>
			<name>getInProcess</name>
		</method>
		<method>
			<name>getMessage</name>
		</method>
		<method>
			<name>isInProcess</name>
		</method>
		<method>
			<name>isShutdown</name>
		</method>
		<method>
			<name>shutdown</name>
			<param>
				<name>milliseconds</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>shutdown</name>
			<param>
				<name>milliseconds</name>
				<type>long</type>
			</param>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ShutdownUtil</name>
		</method>
		<method>
			<name>_cancel</name>
		</method>
		<method>
			<name>_getInProcess</name>
		</method>
		<method>
			<name>_getMessage</name>
		</method>
		<method>
			<name>_isInProcess</name>
		</method>
		<method>
			<name>_isShutdown</name>
		</method>
		<method>
			<name>_shutdown</name>
			<param>
				<name>milliseconds</name>
				<type>long</type>
			</param>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_date</name>
		</field>
		<field>
			<name>_message</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SubscriptionSender</name>
		<type>com.liferay.portal.util.SubscriptionSender</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Mate Thurzo]]></author>
		<method>
			<name>addFileAttachment</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>addFileAttachment</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addPersistedSubscribers</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addRuntimeSubscribers</name>
			<param>
				<name>toAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>flushNotifications</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>flushNotificationsAsync</name>
		</method>
		<method>
			<name>getContextAttribute</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getMailId</name>
		</method>
		<method>
			<name>initialize</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setBody</name>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setBulk</name>
			<param>
				<name>bulk</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setContextAttribute</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>com.liferay.portal.kernel.util.EscapableObject</type>
			</param>
		</method>
		<method>
			<name>setContextAttribute</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setContextAttribute</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>escape</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setContextAttributes</name>
			<param>
				<name>values</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setContextUserPrefix</name>
			<param>
				<name>contextUserPrefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFrom</name>
			<param>
				<name>fromAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setHtmlFormat</name>
			<param>
				<name>htmlFormat</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setInReplyTo</name>
			<param>
				<name>inReplyTo</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLocalizedBodyMap</name>
			<param>
				<name>localizedBodyMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setLocalizedSubjectMap</name>
			<param>
				<name>localizedSubjectMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setMailId</name>
			<param>
				<name>popPortletPrefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ids</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setReplyToAddress</name>
			<param>
				<name>replyToAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setScopeGroupId</name>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<see><![CDATA[{@link com.liferay.portal.kernel.search.BaseIndexer#getParentGroupId(long)}]]></see>
		</method>
		<method>
			<name>setServiceContext</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
		<method>
			<name>setSMTPAccount</name>
			<param>
				<name>smtpAccount</name>
				<type>com.liferay.portal.kernel.mail.SMTPAccount</type>
			</param>
		</method>
		<method>
			<name>setSubject</name>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>deleteSubscription</name>
			<param>
				<name>subscription</name>
				<type>com.liferay.portal.model.Subscription</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortalURL</name>
			<param>
				<name>company</name>
				<type>com.liferay.portal.model.Company</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>subscription</name>
				<type>com.liferay.portal.model.Subscription</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>notifySubscriber</name>
			<param>
				<name>subscription</name>
				<type>com.liferay.portal.model.Subscription</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processMailMessage</name>
			<param>
				<name>mailMessage</name>
				<type>com.liferay.portal.kernel.mail.MailMessage</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>replaceContent</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>replaceContent</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>escape</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>sendEmail</name>
			<param>
				<name>to</name>
				<type>javax.mail.internet.InternetAddress</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>body</name>
		</field>
		<field>
			<name>bulk</name>
		</field>
		<field>
			<name>companyId</name>
		</field>
		<field>
			<name>fileAttachments</name>
		</field>
		<field>
			<name>fromAddress</name>
		</field>
		<field>
			<name>fromName</name>
		</field>
		<field>
			<name>groupId</name>
		</field>
		<field>
			<name>htmlFormat</name>
		</field>
		<field>
			<name>inReplyTo</name>
		</field>
		<field>
			<name>localizedBodyMap</name>
		</field>
		<field>
			<name>localizedSubjectMap</name>
		</field>
		<field>
			<name>mailId</name>
		</field>
		<field>
			<name>portletId</name>
		</field>
		<field>
			<name>replyToAddress</name>
		</field>
		<field>
			<name>scopeGroupId</name>
		</field>
		<field>
			<name>serviceContext</name>
		</field>
		<field>
			<name>smtpAccount</name>
		</field>
		<field>
			<name>subject</name>
		</field>
		<field>
			<name>userId</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_bulkAddresses</name>
		</field>
		<field>
			<name>_classLoader</name>
		</field>
		<field>
			<name>_context</name>
		</field>
		<field>
			<name>_contextUserPrefix</name>
		</field>
		<field>
			<name>_initialized</name>
		</field>
		<field>
			<name>_mailIdIds</name>
		</field>
		<field>
			<name>_mailIdPopPortletPrefix</name>
		</field>
		<field>
			<name>_persistestedSubscribersOVPs</name>
		</field>
		<field>
			<name>_runtimeSubscribersOVPs</name>
		</field>
		<field>
			<name>_sentEmailAddresses</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WebAppPool</name>
		<type>com.liferay.portal.util.WebAppPool</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>webAppId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>webAppId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>webAppId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>WebAppPool</name>
		</method>
		<method>
			<name>_get</name>
			<param>
				<name>webAppId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_put</name>
			<param>
				<name>webAppId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>_remove</name>
			<param>
				<name>webAppId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_webAppPool</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WebKeys</name>
		<type>com.liferay.portal.util.WebKeys</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<field>
			<name>ADDRESS</name>
		</field>
		<field>
			<name>ANNOUNCEMENTS_ENTRY</name>
		</field>
		<field>
			<name>ASSET_CATEGORY</name>
		</field>
		<field>
			<name>ASSET_LAYOUT_TAG_NAMES</name>
		</field>
		<field>
			<name>ASSET_PUBLISHER_ABSTRACT_LENGTH</name>
		</field>
		<field>
			<name>ASSET_TAG</name>
		</field>
		<field>
			<name>ASSET_VOCABULARIES</name>
		</field>
		<field>
			<name>ASSET_VOCABULARY</name>
		</field>
		<field>
			<name>ASSOCIATE_KEY</name>
		</field>
		<field>
			<name>BASIC_AUTH_ENABLED</name>
		</field>
		<field>
			<name>BLOGS_CATEGORY</name>
		</field>
		<field>
			<name>BLOGS_ENTRY</name>
		</field>
		<field>
			<name>BOOKMARKS_ENTRY</name>
		</field>
		<field>
			<name>BOOKMARKS_FOLDER</name>
		</field>
		<field>
			<name>CACHE_PORTLET_RESPONSES</name>
		</field>
		<field>
			<name>CALENDAR_EVENT</name>
		</field>
		<field>
			<name>CAPTCHA_COUNT</name>
		</field>
		<field>
			<name>CAPTCHA_TEXT</name>
		</field>
		<field>
			<name>CAS_FORCE_LOGOUT</name>
		</field>
		<field>
			<name>CAS_LOGIN</name>
		</field>
		<field>
			<name>CAS_NO_SUCH_USER_EXCEPTION</name>
		</field>
		<field>
			<name>COLOR_SCHEME</name>
		</field>
		<field>
			<name>COMIC_ENTRY</name>
		</field>
		<field>
			<name>COMPANY</name>
		</field>
		<field>
			<name>COMPANY_ID</name>
		</field>
		<field>
			<name>CONFIGURATION_ACTION_PATH</name>
		</field>
		<field>
			<name>DEVICE</name>
		</field>
		<field>
			<name>DIFF_HTML_RESULTS</name>
		</field>
		<field>
			<name>DIFF_RESULTS</name>
		</field>
		<field>
			<name>DOCUMENT_LIBRARY_FILE_ENTRIES</name>
		</field>
		<field>
			<name>DOCUMENT_LIBRARY_FILE_ENTRY</name>
		</field>
		<field>
			<name>DOCUMENT_LIBRARY_FILE_ENTRY_TYPE</name>
		</field>
		<field>
			<name>DOCUMENT_LIBRARY_FILE_SHORTCUT</name>
		</field>
		<field>
			<name>DOCUMENT_LIBRARY_FILE_SHORTCUTS</name>
		</field>
		<field>
			<name>DOCUMENT_LIBRARY_FILE_VERSION</name>
		</field>
		<field>
			<name>DOCUMENT_LIBRARY_FOLDER</name>
		</field>
		<field>
			<name>DOCUMENT_LIBRARY_FOLDERS</name>
		</field>
		<field>
			<name>DOCUMENT_LIBRARY_REPOSITORY</name>
		</field>
		<field>
			<name>DYNAMIC_DATA_LISTS_RECORD</name>
		</field>
		<field>
			<name>DYNAMIC_DATA_LISTS_RECORD_SET</name>
		</field>
		<field>
			<name>DYNAMIC_DATA_LISTS_RECORD_VERSION</name>
		</field>
		<field>
			<name>DYNAMIC_DATA_MAPPING_STRUCTURE</name>
		</field>
		<field>
			<name>DYNAMIC_DATA_MAPPING_TEMPLATE</name>
		</field>
		<field>
			<name>EMAIL_ADDRESS</name>
		</field>
		<field>
			<name>ENCRYPT</name>
		</field>
		<field>
			<name>EXPANDO_COLUMN</name>
		</field>
		<field>
			<name>FACEBOOK_ACCESS_TOKEN</name>
		</field>
		<field>
			<name>FACEBOOK_CANVAS_PAGE_URL</name>
		</field>
		<field>
			<name>FACEBOOK_USER_EMAIL_ADDRESS</name>
		</field>
		<field>
			<name>FACEBOOK_USER_ID</name>
		</field>
		<field>
			<name>FORM_NAME</name>
		</field>
		<field>
			<name>FORM_NAVIGATOR_SECTION_SHOW</name>
		</field>
		<field>
			<name>FORWARD_URL</name>
		</field>
		<field>
			<name>FRIENDLY_URL</name>
		</field>
		<field>
			<name>FTL_VARIABLES</name>
		</field>
		<field>
			<name>GOOGLE_GADGET</name>
		</field>
		<field>
			<name>GROUP</name>
		</field>
		<field>
			<name>HTTPS_INITIAL</name>
		</field>
		<field>
			<name>I18N_LANGUAGE_ID</name>
		</field>
		<field>
			<name>I18N_PATH</name>
		</field>
		<field>
			<name>IFRAME_SRC</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_CONTENT</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_CONTENT_EL</name>
		</field>
		<field>
			<name>JOURNAL_ARTICLE_GROUP_ID</name>
		</field>
		<field>
			<name>JOURNAL_FEED</name>
		</field>
		<field>
			<name>JOURNAL_RECENT_ARTICLES</name>
		</field>
		<field>
			<name>JOURNAL_RECENT_STRUCTURES</name>
		</field>
		<field>
			<name>JOURNAL_RECENT_TEMPLATES</name>
		</field>
		<field>
			<name>JOURNAL_STRUCTURE</name>
		</field>
		<field>
			<name>JOURNAL_STRUCTURE_CLOSE_DROPPABLE_TAG</name>
		</field>
		<field>
			<name>JOURNAL_STRUCTURE_EL</name>
		</field>
		<field>
			<name>JOURNAL_STRUCTURE_EL_CONTENT</name>
		</field>
		<field>
			<name>JOURNAL_STRUCTURE_EL_COUNT</name>
		</field>
		<field>
			<name>JOURNAL_STRUCTURE_EL_DEPTH</name>
		</field>
		<field>
			<name>JOURNAL_STRUCTURE_EL_INDEX_TYPE</name>
		</field>
		<field>
			<name>JOURNAL_STRUCTURE_EL_INSTANCE_ID</name>
		</field>
		<field>
			<name>JOURNAL_STRUCTURE_EL_LANGUAGE_ID</name>
		</field>
		<field>
			<name>JOURNAL_STRUCTURE_EL_META_DATA</name>
		</field>
		<field>
			<name>JOURNAL_STRUCTURE_EL_NAME</name>
		</field>
		<field>
			<name>JOURNAL_STRUCTURE_EL_PARENT_ID</name>
		</field>
		<field>
			<name>JOURNAL_STRUCTURE_EL_REPEAT_COUNT_MAP</name>
		</field>
		<field>
			<name>JOURNAL_STRUCTURE_EL_REPEATABLE</name>
		</field>
		<field>
			<name>JOURNAL_STRUCTURE_EL_REPEATABLE_PROTOTYPE</name>
		</field>
		<field>
			<name>JOURNAL_STRUCTURE_EL_SIBLINGS</name>
		</field>
		<field>
			<name>JOURNAL_STRUCTURE_EL_TYPE</name>
		</field>
		<field>
			<name>JOURNAL_TEMPLATE</name>
		</field>
		<field>
			<name>JOURNAL_TEMPLATE_ID</name>
		</field>
		<field>
			<name>LAYOUT_ASSET_ENTRY</name>
		</field>
		<field>
			<name>LAYOUT_CONTENT</name>
		</field>
		<field>
			<name>LAYOUT_DEFAULT</name>
		</field>
		<field>
			<name>LAYOUT_LISTER_LIST</name>
		</field>
		<field>
			<name>LAYOUT_PORTLETS</name>
		</field>
		<field>
			<name>LAYOUT_PROTOTYPE</name>
		</field>
		<field>
			<name>LAYOUT_REVISION</name>
		</field>
		<field>
			<name>LOGOUT</name>
		</field>
		<field>
			<name>MAIL_CURRENT_ACCOUNT</name>
		</field>
		<field>
			<name>MAIL_FOLDER</name>
		</field>
		<field>
			<name>MAIL_MESSAGE_ATTACHMENTS</name>
		</field>
		<field>
			<name>MAIL_MESSAGE_BODY</name>
		</field>
		<field>
			<name>MAIL_MESSAGE_ID</name>
		</field>
		<field>
			<name>MAIL_MESSAGE_IN_REPLY_TO</name>
		</field>
		<field>
			<name>MAIL_MESSAGE_ORIGINAL_ID</name>
		</field>
		<field>
			<name>MAIL_MESSAGE_RECIPIENTS</name>
		</field>
		<field>
			<name>MAIL_MESSAGE_REFERENCES</name>
		</field>
		<field>
			<name>MAIL_MESSAGE_SUBJECT</name>
		</field>
		<field>
			<name>MAIL_SEARCH_RESULTS</name>
		</field>
		<field>
			<name>MAIL_STORE</name>
		</field>
		<field>
			<name>MEMBERSHIP_REQUEST</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_CATEGORY</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_MESSAGE</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_TREE_WALKER</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_TREE_WALKER_CATEGORY</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_TREE_WALKER_CUR_MESSAGE</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_TREE_WALKER_DEPTH</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_TREE_WALKER_LAST_NODE</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_TREE_WALKER_SEL_MESSAGE</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_TREE_WALKER_THREAD</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_TREE_WALKER_THREAD_FLAG</name>
		</field>
		<field>
			<name>MESSAGE_BOARDS_TREE_WALKER_VIEWABLE_THREAD</name>
		</field>
		<field>
			<name>MOBILE_DEVICE_RULES_RULE</name>
		</field>
		<field>
			<name>MOBILE_DEVICE_RULES_RULE_EDITOR_JSP</name>
		</field>
		<field>
			<name>MOBILE_DEVICE_RULES_RULE_GROUP</name>
		</field>
		<field>
			<name>MOBILE_DEVICE_RULES_RULE_GROUP_ACTION</name>
		</field>
		<field>
			<name>MOBILE_DEVICE_RULES_RULE_GROUP_ACTION_EDITOR_JSP</name>
		</field>
		<field>
			<name>MOBILE_DEVICE_RULES_RULE_GROUP_ACTION_TYPE</name>
		</field>
		<field>
			<name>MOBILE_DEVICE_RULES_RULE_GROUP_INSTANCE</name>
		</field>
		<field>
			<name>MOBILE_DEVICE_RULES_RULE_INSTANCE</name>
		</field>
		<field>
			<name>MOBILE_DEVICE_RULES_RULE_TYPE</name>
		</field>
		<field>
			<name>NESTED_PORTLET_VELOCITY_TEMPLATE_CONTENT</name>
		</field>
		<field>
			<name>NESTED_PORTLET_VELOCITY_TEMPLATE_ID</name>
		</field>
		<field>
			<name>NETVIBES</name>
		</field>
		<field>
			<name>NOTES_LIST</name>
		</field>
		<field>
			<name>NTLM_REMOTE_USER</name>
		</field>
		<field>
			<name>NTLM_USER_ACCOUNT</name>
		</field>
		<field>
			<name>OPEN_ID_DISCO</name>
		</field>
		<field>
			<name>OPEN_ID_LOGIN</name>
		</field>
		<field>
			<name>OPEN_ID_LOGIN_PENDING</name>
		</field>
		<field>
			<name>OPEN_SSO_LOGIN</name>
		</field>
		<field>
			<name>ORG_LABOR</name>
		</field>
		<field>
			<name>ORGANIZATION</name>
		</field>
		<field>
			<name>OUTER_PORTLET_ID</name>
		</field>
		<field>
			<name>PASSWORD_POLICY</name>
		</field>
		<field>
			<name>PHONE</name>
		</field>
		<field>
			<name>PLUGIN_REPOSITORY_REPORT</name>
		</field>
		<field>
			<name>POLLS_QUESTION</name>
		</field>
		<field>
			<name>PORTAL_PREFERENCES</name>
		</field>
		<field>
			<name>PORTAL_REQUEST_DATA_SAMPLE</name>
		</field>
		<field>
			<name>PORTLET_BREADCRUMBS</name>
		</field>
		<field>
			<name>PORTLET_CATEGORY</name>
		</field>
		<field>
			<name>PORTLET_CATEGORY_INDEX</name>
		</field>
		<field>
			<name>PORTLET_CATEGORY_PATH</name>
		</field>
		<field>
			<name>PORTLET_CONTENT</name>
		</field>
		<field>
			<name>PORTLET_PARALLEL_RENDER</name>
		</field>
		<field>
			<name>PORTLET_RENDER_PARAMETERS</name>
		</field>
		<field>
			<name>PORTLET_SESSION_TRACKER</name>
		</field>
		<field>
			<name>PORTLET_STRUTS_ACTION</name>
		</field>
		<field>
			<name>PORTLET_STRUTS_ATTRIBUTES</name>
		</field>
		<field>
			<name>PORTLET_STRUTS_EXCEPTION</name>
		</field>
		<field>
			<name>PORTLET_STRUTS_EXECUTE</name>
		</field>
		<field>
			<name>PORTLET_STRUTS_FORWARD</name>
		</field>
		<field>
			<name>PORTLET_STRUTS_PROCESSOR</name>
		</field>
		<field>
			<name>PREVIOUS_LAYOUT</name>
		</field>
		<field>
			<name>PUBLIC_RENDER_PARAMETER_CONFIGURATIONS</name>
		</field>
		<field>
			<name>PUBLIC_RENDER_PARAMETERS</name>
		</field>
		<field>
			<name>PUBLIC_RENDER_PARAMETERS_POOL</name>
		</field>
		<field>
			<name>REDIRECT_TO_DEFAULT_LAYOUT</name>
		</field>
		<field>
			<name>REFERER</name>
		</field>
		<field>
			<name>REQUESTED_LAYOUT</name>
		</field>
		<field>
			<name>ROLE</name>
		</field>
		<field>
			<name>SEL_COMPANY</name>
		</field>
		<field>
			<name>SEL_LAYOUT</name>
		</field>
		<field>
			<name>SESSION_LISTENER</name>
		</field>
		<field>
			<name>SESSION_MAX_ALLOWED</name>
		</field>
		<field>
			<name>SETUP_WIZARD_DEFAULT_LOCALE</name>
		</field>
		<field>
			<name>SETUP_WIZARD_PASSWORD_UPDATED</name>
		</field>
		<field>
			<name>SETUP_WIZARD_PROPERTIES</name>
		</field>
		<field>
			<name>SETUP_WIZARD_PROPERTIES_FILE_CREATED</name>
		</field>
		<field>
			<name>SHOPPING_CATEGORY</name>
		</field>
		<field>
			<name>SHOPPING_COUPON</name>
		</field>
		<field>
			<name>SHOPPING_ITEM</name>
		</field>
		<field>
			<name>SHOPPING_ORDER</name>
		</field>
		<field>
			<name>SOCIAL_ACTIVITY_SETTINGS_MAP</name>
		</field>
		<field>
			<name>SOCIAL_REQUESTS</name>
		</field>
		<field>
			<name>SOFTWARE_CATALOG_FRAMEWORK_VERSION</name>
		</field>
		<field>
			<name>SOFTWARE_CATALOG_LICENSE</name>
		</field>
		<field>
			<name>SOFTWARE_CATALOG_PRODUCT_ENTRY</name>
		</field>
		<field>
			<name>SOFTWARE_CATALOG_PRODUCT_VERSION</name>
		</field>
		<field>
			<name>SOURCE_NAME</name>
		</field>
		<field>
			<name>SOURCE_VERSION</name>
		</field>
		<field>
			<name>STALE_SESSION</name>
		</field>
		<field>
			<name>STARTUP_FINISHED</name>
		</field>
		<field>
			<name>STRING_SERVLET_RESPONSE</name>
		</field>
		<field>
			<name>STRUTS_BRIDGES_ATTRIBUTES</name>
		</field>
		<field>
			<name>SUBJECT</name>
		</field>
		<field>
			<name>TAB_INDEX</name>
		</field>
		<field>
			<name>TAGS_COMPILER_ENTRIES</name>
		</field>
		<field>
			<name>TAGS_LAYOUT_ENTRIES</name>
		</field>
		<field>
			<name>TARGET_NAME</name>
		</field>
		<field>
			<name>TARGET_VERSION</name>
		</field>
		<field>
			<name>TASK_LIST</name>
		</field>
		<field>
			<name>TEAM</name>
		</field>
		<field>
			<name>TITLE</name>
		</field>
		<field>
			<name>TRANSLATOR_TRANSLATION</name>
		</field>
		<field>
			<name>TREE_GROUP_ID</name>
		</field>
		<field>
			<name>TREE_NODE_ID</name>
		</field>
		<field>
			<name>TREE_OPEN_NODES</name>
		</field>
		<field>
			<name>TREE_PARENT_LAYOUT_ID</name>
		</field>
		<field>
			<name>TREE_PORTLET_URL</name>
		</field>
		<field>
			<name>TREE_PRIVATE_LAYOUT</name>
		</field>
		<field>
			<name>TREE_RENDER_CHILDREN_ONLY</name>
		</field>
		<field>
			<name>TREE_SELECTABLE_TREE</name>
		</field>
		<field>
			<name>TREE_SELECTED_NODES</name>
		</field>
		<field>
			<name>USER_GROUP</name>
		</field>
		<field>
			<name>USERS_NOTIFIED</name>
		</field>
		<field>
			<name>VIRTUAL_HOST_LAYOUT_SET</name>
		</field>
		<field>
			<name>WEBSITE</name>
		</field>
		<field>
			<name>WIDGET</name>
		</field>
		<field>
			<name>WIKI_NODE</name>
		</field>
		<field>
			<name>WIKI_NODE_ID</name>
		</field>
		<field>
			<name>WIKI_PAGE</name>
		</field>
		<field>
			<name>WIKI_TREE_WALKER_DEPTH</name>
		</field>
		<field>
			<name>WIKI_TREE_WALKER_PAGE</name>
		</field>
		<field>
			<name>WIKI_TREE_WALKER_PARENT</name>
		</field>
		<field>
			<name>WORDS_LIST</name>
		</field>
		<field>
			<name>WORKFLOW_ASSET_PREVIEW</name>
		</field>
		<field>
			<name>WORKFLOW_DEFINITION</name>
		</field>
		<field>
			<name>WORKFLOW_INSTANCE</name>
		</field>
		<field>
			<name>WORKFLOW_TASK</name>
		</field>
		<field>
			<name>WSRP_NEW_SESSION</name>
		</field>
		<field>
			<name>WSRP_PRODUCER</name>
		</field>
		<field>
			<name>XUGGLER_INSTALL_STATUS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ContactFirstNameComparator</name>
		<type>com.liferay.portal.util.comparator.ContactFirstNameComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[This class has been renamed to <code>UserFirstNameComparator</code>.]]></deprecated>
		<method>
			<name>ContactFirstNameComparator</name>
		</method>
		<method>
			<name>ContactFirstNameComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ContactJobTitleComparator</name>
		<type>com.liferay.portal.util.comparator.ContactJobTitleComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[This class has been renamed to <code>UserJobTitleComparator</code>.]]></deprecated>
		<method>
			<name>ContactJobTitleComparator</name>
		</method>
		<method>
			<name>ContactJobTitleComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ContactLastNameComparator</name>
		<type>com.liferay.portal.util.comparator.ContactLastNameComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[This class has been renamed to <code>UserLastNameComparator</code>.]]></deprecated>
		<method>
			<name>ContactLastNameComparator</name>
		</method>
		<method>
			<name>ContactLastNameComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>GroupFriendlyURLComparator</name>
		<type>com.liferay.portal.util.comparator.GroupFriendlyURLComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GroupFriendlyURLComparator</name>
		</method>
		<method>
			<name>GroupFriendlyURLComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GroupNameComparator</name>
		<type>com.liferay.portal.util.comparator.GroupNameComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GroupNameComparator</name>
		</method>
		<method>
			<name>GroupNameComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GroupTypeComparator</name>
		<type>com.liferay.portal.util.comparator.GroupTypeComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GroupTypeComparator</name>
		</method>
		<method>
			<name>GroupTypeComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutComparator</name>
		<type>com.liferay.portal.util.comparator.LayoutComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LayoutComparator</name>
		</method>
		<method>
			<name>LayoutComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutPriorityComparator</name>
		<type>com.liferay.portal.util.comparator.LayoutPriorityComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Daniel Reuther]]></author>
		<method>
			<name>LayoutPriorityComparator</name>
		</method>
		<method>
			<name>LayoutPriorityComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>LayoutPriorityComparator</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>lessThan</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
		<field>
			<name>_layout</name>
		</field>
		<field>
			<name>_lessThan</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutRevisionCreateDateComparator</name>
		<type>com.liferay.portal.util.comparator.LayoutRevisionCreateDateComparator</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>LayoutRevisionCreateDateComparator</name>
		</method>
		<method>
			<name>LayoutRevisionCreateDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutRevisionIdComparator</name>
		<type>com.liferay.portal.util.comparator.LayoutRevisionIdComparator</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>LayoutRevisionIdComparator</name>
		</method>
		<method>
			<name>LayoutRevisionIdComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OrganizationNameComparator</name>
		<type>com.liferay.portal.util.comparator.OrganizationNameComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>OrganizationNameComparator</name>
		</method>
		<method>
			<name>OrganizationNameComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OrganizationTypeComparator</name>
		<type>com.liferay.portal.util.comparator.OrganizationTypeComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>OrganizationTypeComparator</name>
		</method>
		<method>
			<name>OrganizationTypeComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PasswordPolicyDescriptionComparator</name>
		<type>com.liferay.portal.util.comparator.PasswordPolicyDescriptionComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PasswordPolicyDescriptionComparator</name>
		</method>
		<method>
			<name>PasswordPolicyDescriptionComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PasswordPolicyNameComparator</name>
		<type>com.liferay.portal.util.comparator.PasswordPolicyNameComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PasswordPolicyNameComparator</name>
		</method>
		<method>
			<name>PasswordPolicyNameComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PermissionComparator</name>
		<type>com.liferay.portal.util.comparator.PermissionComparator</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletCategoryComparator</name>
		<type>com.liferay.portal.util.comparator.PortletCategoryComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletCategoryComparator</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>portletCategory1</name>
				<type>com.liferay.portal.model.PortletCategory</type>
			</param>
			<param>
				<name>portletCategory2</name>
				<type>com.liferay.portal.model.PortletCategory</type>
			</param>
		</method>
		<field>
			<name>_locale</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletControlPanelWeightComparator</name>
		<type>com.liferay.portal.util.comparator.PortletControlPanelWeightComparator</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Minhchau Dang]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>compare</name>
			<param>
				<name>portlet1</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>portlet2</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletLuceneComparator</name>
		<type>com.liferay.portal.util.comparator.PortletLuceneComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>compare</name>
			<param>
				<name>portlet1</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>portlet2</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletRenderWeightComparator</name>
		<type>com.liferay.portal.util.comparator.PortletRenderWeightComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>compare</name>
			<param>
				<name>portlet1</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>portlet2</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletTitleComparator</name>
		<type>com.liferay.portal.util.comparator.PortletTitleComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletTitleComparator</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>PortletTitleComparator</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>portlet1</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>portlet2</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<field>
			<name>_locale</name>
		</field>
		<field>
			<name>_servletContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourceComparator</name>
		<type>com.liferay.portal.util.comparator.ResourceComparator</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RoleDescriptionComparator</name>
		<type>com.liferay.portal.util.comparator.RoleDescriptionComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RoleDescriptionComparator</name>
		</method>
		<method>
			<name>RoleDescriptionComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RoleNameComparator</name>
		<type>com.liferay.portal.util.comparator.RoleNameComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RoleNameComparator</name>
		</method>
		<method>
			<name>RoleNameComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RoleRoleIdComparator</name>
		<type>com.liferay.portal.util.comparator.RoleRoleIdComparator</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>RoleRoleIdComparator</name>
		</method>
		<method>
			<name>RoleRoleIdComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RoleTypeComparator</name>
		<type>com.liferay.portal.util.comparator.RoleTypeComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RoleTypeComparator</name>
		</method>
		<method>
			<name>RoleTypeComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SubscriptionClassNameIdComparator</name>
		<type>com.liferay.portal.util.comparator.SubscriptionClassNameIdComparator</type>
		<author><![CDATA[Peter Shin]]></author>
		<method>
			<name>SubscriptionClassNameIdComparator</name>
		</method>
		<method>
			<name>SubscriptionClassNameIdComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserEmailAddressComparator</name>
		<type>com.liferay.portal.util.comparator.UserEmailAddressComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserEmailAddressComparator</name>
		</method>
		<method>
			<name>UserEmailAddressComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserFirstNameComparator</name>
		<type>com.liferay.portal.util.comparator.UserFirstNameComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserFirstNameComparator</name>
		</method>
		<method>
			<name>UserFirstNameComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserGroupDescriptionComparator</name>
		<type>com.liferay.portal.util.comparator.UserGroupDescriptionComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserGroupDescriptionComparator</name>
		</method>
		<method>
			<name>UserGroupDescriptionComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserGroupNameComparator</name>
		<type>com.liferay.portal.util.comparator.UserGroupNameComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserGroupNameComparator</name>
		</method>
		<method>
			<name>UserGroupNameComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserJobTitleComparator</name>
		<type>com.liferay.portal.util.comparator.UserJobTitleComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserJobTitleComparator</name>
		</method>
		<method>
			<name>UserJobTitleComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserLastNameComparator</name>
		<type>com.liferay.portal.util.comparator.UserLastNameComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserLastNameComparator</name>
		</method>
		<method>
			<name>UserLastNameComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserLoginDateComparator</name>
		<type>com.liferay.portal.util.comparator.UserLoginDateComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserLoginDateComparator</name>
		</method>
		<method>
			<name>UserLoginDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserScreenNameComparator</name>
		<type>com.liferay.portal.util.comparator.UserScreenNameComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserScreenNameComparator</name>
		</method>
		<method>
			<name>UserScreenNameComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserTrackerModifiedDateComparator</name>
		<type>com.liferay.portal.util.comparator.UserTrackerModifiedDateComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserTrackerModifiedDateComparator</name>
		</method>
		<method>
			<name>UserTrackerModifiedDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>userTracker1</name>
				<type>com.liferay.portal.model.UserTracker</type>
			</param>
			<param>
				<name>userTracker2</name>
				<type>com.liferay.portal.model.UserTracker</type>
			</param>
		</method>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalUUIDImpl</name>
		<type>com.liferay.portal.uuid.PortalUUIDImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>fromJsSafeUuid</name>
			<param>
				<name>jsSafeUuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>generate</name>
		</method>
		<method>
			<name>generate</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>toJsSafeUuid</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ClassLoaderVelocityResourceListener</name>
		<type>com.liferay.portal.velocity.ClassLoaderVelocityResourceListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getResourceStream</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ResourceNotFoundException</name>
				<type>org.apache.velocity.exception.ResourceNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>doGetResourceStream</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FastExtendedProperties</name>
		<type>com.liferay.portal.velocity.FastExtendedProperties</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>FastExtendedProperties</name>
		</method>
		<method>
			<name>FastExtendedProperties</name>
			<param>
				<name>extendedProperties</name>
				<type>org.apache.commons.collections.ExtendedProperties</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>containsKey</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>containsValue</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>elements</name>
		</method>
		<method>
			<name>entrySet</name>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>o</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>isEmpty</name>
		</method>
		<method>
			<name>keys</name>
		</method>
		<method>
			<name>keySet</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>putAll</name>
			<param>
				<name>t</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>size</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>values</name>
		</method>
		<field>
			<name>_map</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalTemplateVelocityResourceListener</name>
		<type>com.liferay.portal.velocity.JournalTemplateVelocityResourceListener</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getResourceStream</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ResourceNotFoundException</name>
				<type>org.apache.velocity.exception.ResourceNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>doGetResourceStream</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_SOURCE_PREFIX</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayMethodExceptionEventHandler</name>
		<type>com.liferay.portal.velocity.LiferayMethodExceptionEventHandler</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>methodException</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>method</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>e</name>
				<type>java.lang.Exception</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayResourceCache</name>
		<type>com.liferay.portal.velocity.LiferayResourceCache</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>enumerateKeys</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>initialize</name>
			<param>
				<name>rs</name>
				<type>org.apache.velocity.runtime.RuntimeServices</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>resource</name>
				<type>org.apache.velocity.runtime.resource.Resource</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LiferayResourceCacheUtil</name>
		<type>com.liferay.portal.velocity.LiferayResourceCacheUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resource</name>
				<type>org.apache.velocity.runtime.resource.Resource</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_portalCache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayResourceLoader</name>
		<type>com.liferay.portal.velocity.LiferayResourceLoader</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>setVelocityResourceListeners</name>
			<param>
				<name>velocityResourceListeners</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getLastModified</name>
			<param>
				<name>resource</name>
				<type>org.apache.velocity.runtime.resource.Resource</type>
			</param>
		</method>
		<method>
			<name>getResourceStream</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ResourceNotFoundException</name>
				<type>org.apache.velocity.exception.ResourceNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>props</name>
				<type>org.apache.commons.collections.ExtendedProperties</type>
			</param>
		</method>
		<method>
			<name>isSourceModified</name>
			<param>
				<name>resource</name>
				<type>org.apache.velocity.runtime.resource.Resource</type>
			</param>
		</method>
		<method>
			<name>resourceExists</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>doGetResourceStream</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ResourceNotFoundException</name>
				<type>org.apache.velocity.exception.ResourceNotFoundException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_velocityResourceListeners</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayResourceManager</name>
		<type>com.liferay.portal.velocity.LiferayResourceManager</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getLoaderNameForResource</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResource</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourceType</name>
				<type>int</type>
			</param>
			<param>
				<name>encoding</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initialize</name>
			<param>
				<name>runtimeServices</name>
				<type>org.apache.velocity.runtime.RuntimeServices</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PACLVelocityContextImpl</name>
		<type>com.liferay.portal.velocity.PACLVelocityContextImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>PACLVelocityContextImpl</name>
			<param>
				<name>velocityContext</name>
				<type>org.apache.velocity.VelocityContext</type>
			</param>
			<param>
				<name>paclPolicy</name>
				<type>com.liferay.portal.security.pacl.PACLPolicy</type>
			</param>
		</method>
		<method>
			<name>getPaclPolicy</name>
		</method>
		<field>
			<name>_paclPolicy</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SerializableStringResource</name>
		<type>com.liferay.portal.velocity.SerializableStringResource</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>SerializableStringResource</name>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>encoding</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBody</name>
		</method>
		<method>
			<name>getEncoding</name>
		</method>
		<method>
			<name>toStringResource</name>
		</method>
		<field>
			<name>_body</name>
		</field>
		<field>
			<name>_encoding</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServiceLocator</name>
		<type>com.liferay.portal.velocity.ServiceLocator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>findService</name>
			<param>
				<name>serviceName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>findService</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ServiceLocator</name>
		</method>
		<method>
			<name>_getServiceName</name>
			<param>
				<name>serviceName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServletVelocityResourceListener</name>
		<type>com.liferay.portal.velocity.ServletVelocityResourceListener</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getResourceStream</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ResourceNotFoundException</name>
				<type>org.apache.velocity.exception.ResourceNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>doGetResourceStream</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StringResourceRepositoryImpl</name>
		<type>com.liferay.portal.velocity.StringResourceRepositoryImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getEncoding</name>
		</method>
		<method>
			<name>getStringResource</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>putStringResource</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>putStringResource</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>encoding</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeStringResource</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setEncoding</name>
			<param>
				<name>encoding</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_CACHE_NAME</name>
		</field>
		<field>
			<name>_portalCache</name>
		</field>
		<field>
			<name>_encoding</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThemeLoaderVelocityResourceListener</name>
		<type>com.liferay.portal.velocity.ThemeLoaderVelocityResourceListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getResourceStream</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ResourceNotFoundException</name>
				<type>org.apache.velocity.exception.ResourceNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>doGetResourceStream</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UtilLocator</name>
		<type>com.liferay.portal.velocity.UtilLocator</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>findUtil</name>
			<param>
				<name>utilName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>findUtil</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>utilName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>UtilLocator</name>
		</method>
		<method>
			<name>_getUtilName</name>
			<param>
				<name>utilName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VelocityContextImpl</name>
		<type>com.liferay.portal.velocity.VelocityContextImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>VelocityContextImpl</name>
		</method>
		<method>
			<name>VelocityContextImpl</name>
			<param>
				<name>velocityContext</name>
				<type>org.apache.velocity.VelocityContext</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getWrappedVelocityContext</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_velocityContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VelocityContextPool</name>
		<type>com.liferay.portal.velocity.VelocityContextPool</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[This class has been renamed to {@link ServletContextPool}.]]></deprecated>
		<method>
			<name>containsKey</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>VelocityEngineImpl</name>
		<type>com.liferay.portal.velocity.VelocityEngineImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>VelocityEngineImpl</name>
		</method>
		<method>
			<name>clearClassLoader</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>flushTemplate</name>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getEmptyContext</name>
		</method>
		<method>
			<name>getRestrictedToolsContext</name>
		</method>
		<method>
			<name>getStandardToolsContext</name>
		</method>
		<method>
			<name>getWrappedClassLoaderToolsContext</name>
		</method>
		<method>
			<name>getWrappedRestrictedToolsContext</name>
		</method>
		<method>
			<name>getWrappedStandardToolsContext</name>
		</method>
		<method>
			<name>init</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>mergeTemplate</name>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityTemplateContent</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityContext</name>
				<type>com.liferay.portal.kernel.velocity.VelocityContext</type>
			</param>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>mergeTemplate</name>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityContext</name>
				<type>com.liferay.portal.kernel.velocity.VelocityContext</type>
			</param>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>resourceExists</name>
			<param>
				<name>resource</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getResourceCacheKey</name>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_RESOURCE_LOADER</name>
		</field>
		<field>
			<name>_RESOURCE_TEMPLATE_NAME_SPACE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_classLoaderVelocityContexts</name>
		</field>
		<field>
			<name>_restrictedToolsContext</name>
		</field>
		<field>
			<name>_standardToolsContext</name>
		</field>
		<field>
			<name>_velocityEngine</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VelocityPortletPreferences</name>
		<type>com.liferay.portal.velocity.VelocityPortletPreferences</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>VelocityPortletPreferences</name>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>setValues</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_portletPreferencesImpl</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VelocityResourceListener</name>
		<type>com.liferay.portal.velocity.VelocityResourceListener</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getResourceStream</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ResourceNotFoundException</name>
				<type>org.apache.velocity.exception.ResourceNotFoundException</type>
			</throws>
		</method>
		<field>
			<name>JOURNAL_SEPARATOR</name>
		</field>
		<field>
			<name>SERVLET_SEPARATOR</name>
		</field>
		<field>
			<name>THEME_LOADER_SEPARATOR</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VelocityUtil</name>
		<type>com.liferay.portal.velocity.VelocityUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>evaluate</name>
			<param>
				<name>input</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>evaluate</name>
			<param>
				<name>input</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>variables</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>VelocityVariablesImpl</name>
		<type>com.liferay.portal.velocity.VelocityVariablesImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>insertHelperUtilities</name>
			<param>
				<name>velocityContext</name>
				<type>com.liferay.portal.kernel.velocity.VelocityContext</type>
			</param>
			<param>
				<name>restrictedVariables</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>insertVariables</name>
			<param>
				<name>velocityContext</name>
				<type>com.liferay.portal.kernel.velocity.VelocityContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>insertHelperUtility</name>
			<param>
				<name>velocityContext</name>
				<type>com.liferay.portal.kernel.velocity.VelocityContext</type>
			</param>
			<param>
				<name>restrictedVariables</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>insertTilesVariables</name>
			<param>
				<name>velocityContext</name>
				<type>com.liferay.portal.kernel.velocity.VelocityContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VerifyAsset</name>
		<type>com.liferay.portal.verify.VerifyAsset</type>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>rebuildTree</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>upgradeAssetPublisherManualEntries</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>VerifyBlogs</name>
		<type>com.liferay.portal.verify.VerifyBlogs</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VerifyBlogsTrackbacks</name>
		<type>com.liferay.portal.verify.VerifyBlogsTrackbacks</type>
		<comment><![CDATA[<p>
This class looks at every blog comment to see if it is a trackback and verifies that the source URL is a valid URL. Do not run this unless you want to do this.
</p>]]></comment>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VerifyBookmarks</name>
		<type>com.liferay.portal.verify.VerifyBookmarks</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VerifyCalendar</name>
		<type>com.liferay.portal.verify.VerifyCalendar</type>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Matthew Kong]]></author>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateEvent</name>
			<param>
				<name>eventId</name>
				<type>long</type>
			</param>
			<param>
				<name>recurrence</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyNoAssets</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyRecurrence</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VerifyCounter</name>
		<type>com.liferay.portal.verify.VerifyCounter</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>VerifyDB2</name>
		<type>com.liferay.portal.verify.VerifyDB2</type>
		<author><![CDATA[Igor Beslic]]></author>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>VerifyDocumentLibrary</name>
		<type>com.liferay.portal.verify.VerifyDocumentLibrary</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Douglas Wong]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addDLFileVersion</name>
			<param>
				<name>dlFileEntry</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntry</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkDLFileEntryType</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>checkMimeTypes</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>checkMisversionedDLFileEntries</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyDLFileEntry</name>
			<param>
				<name>dlFileEntry</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntry</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>removeOrphanedDLFileEntries</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAssets</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VerifyException</name>
		<type>com.liferay.portal.verify.VerifyException</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>VerifyException</name>
		</method>
		<method>
			<name>VerifyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>VerifyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>VerifyException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>VerifyGroup</name>
		<type>com.liferay.portal.verify.VerifyGroup</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRobots</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
		</method>
		<method>
			<name>updateName</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyCompanyGroups</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyNullFriendlyURLGroups</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyOrganizationNames</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyRobots</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyStagedGroups</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VerifyJournal</name>
		<type>com.liferay.portal.verify.VerifyJournal</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Shinn Lok]]></author>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyContentSearch</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyContentSearch</name>
			<param>
				<name>contentSearch</name>
				<type>com.liferay.portlet.journal.model.JournalContentSearch</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyOracleNewLine</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>DEFAULT_GROUP_ID</name>
		</field>
		<field>
			<name>NUM_OF_ARTICLES</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VerifyLayout</name>
		<type>com.liferay.portal.verify.VerifyLayout</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>VerifyMessageBoards</name>
		<type>com.liferay.portal.verify.VerifyMessageBoards</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyAssetsForMessages</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyAssetsForThreads</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyStatisticsForCategories</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyStatisticsForThreads</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VerifyMySQL</name>
		<type>com.liferay.portal.verify.VerifyMySQL</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>alterTableEngine</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VerifyOracle</name>
		<type>com.liferay.portal.verify.VerifyOracle</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>alterColumns</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VerifyOrganization</name>
		<type>com.liferay.portal.verify.VerifyOrganization</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>VerifyPermission</name>
		<type>com.liferay.portal.verify.VerifyPermission</type>
		<author><![CDATA[Tobias Kaefer]]></author>
		<author><![CDATA[Douglas Wong]]></author>
		<author><![CDATA[Matthew Kong]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>checkPermissions</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDefaultPrivateLayoutPermissions</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDefaultPrivateLayoutPermissions_1to4</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDefaultPrivateLayoutPermissions_5</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDefaultPrivateLayoutPermissions_6</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>fixLayoutRolePermissions</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>fixLayoutRolePermissions_6</name>
			<comment><![CDATA[Fixes the case where layouts are missing the required owner role permissions. This can happen when upgrading from permission algorithms 1, 2, 3, and 4 to algorithm 6. This method will check for the presence of the owner role's resource permission for all layouts. The resource permission will be created if it does not exist. Both existing or newly created resource permission default action IDs for owner role are checked. If owner permissions for default action ID is missing, then the permission is given to the owner. See LPS-26191.]]></comment>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>fixLayoutRolePermissions_6</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerRoleId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionIds</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>fixOrganizationRolePermissions</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>fixOrganizationRolePermissions_5</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>fixOrganizationRolePermissions_6</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isPrivateLayout</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processPermissions</name>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.model.Resource</type>
			</param>
			<param>
				<name>permissions</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_ORGANIZATION_ACTION_IDS_TO_MASKS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VerifyProcess</name>
		<type>com.liferay.portal.verify.VerifyProcess</type>
		<comment><![CDATA[This abstract class should be extended for startup processes that verify the integrity of the database. They can be added as part of <code>com.liferay.portal.verify.VerifyProcessSuite</code> or be executed independently by being set in the portal.properties file. Each of these processes should not cause any problems if run multiple times.]]></comment>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>runSQL</name>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>runSQL</name>
			<param>
				<name>templates</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>runSQLTemplate</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>runSQLTemplate</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>failOnError</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>NamingException</name>
				<type>javax.naming.NamingException</type>
			</throws>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>verify</name>
			<throws>
				<name>VerifyException</name>
				<type>com.liferay.portal.verify.VerifyException</type>
			</throws>
		</method>
		<method>
			<name>verify</name>
			<param>
				<name>verifyProcess</name>
				<type>com.liferay.portal.verify.VerifyProcess</type>
			</param>
			<throws>
				<name>VerifyException</name>
				<type>com.liferay.portal.verify.VerifyException</type>
			</throws>
		</method>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getBuildNumber</name>
			<return>
				<comment><![CDATA[the portal build number before {@link com.liferay.portal.tools.DBUpgrader} has a chance to update it to the value in {@link ReleaseInfo#getBuildNumber}]]></comment>
			</return>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>ALWAYS</name>
		</field>
		<field>
			<name>NEVER</name>
		</field>
		<field>
			<name>ONCE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VerifyProcessSuite</name>
		<type>com.liferay.portal.verify.VerifyProcessSuite</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>VerifyProcessUtil</name>
		<type>com.liferay.portal.verify.VerifyProcessUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>verifyProcess</name>
			<param>
				<name>ranUpgradeProcess</name>
				<type>boolean</type>
			</param>
			<param>
				<name>verified</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>VerifyException</name>
				<type>com.liferay.portal.verify.VerifyException</type>
			</throws>
		</method>
		<method>
			<name>_verifyProcess</name>
			<param>
				<name>ranUpgradeProcess</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>VerifyException</name>
				<type>com.liferay.portal.verify.VerifyException</type>
			</throws>
		</method>
		<method>
			<name>_verifyProcess</name>
			<param>
				<name>verifyProcessClassName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>VerifyException</name>
				<type>com.liferay.portal.verify.VerifyException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VerifyProperties</name>
		<type>com.liferay.portal.verify.VerifyProperties</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyLDAPProperties</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyMigratedSystemProperty</name>
			<param>
				<name>oldKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyObsoletePortalProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyObsoleteSystemProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyRenamedPortalProperty</name>
			<param>
				<name>oldKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyRenamedSystemProperty</name>
			<param>
				<name>oldKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_LDAP_KEYS</name>
		</field>
		<field>
			<name>_MIGRATED_SYSTEM_KEYS</name>
		</field>
		<field>
			<name>_OBSOLETE_PORTAL_KEYS</name>
		</field>
		<field>
			<name>_OBSOLETE_SYSTEM_KEYS</name>
		</field>
		<field>
			<name>_RENAMED_PORTAL_KEYS</name>
		</field>
		<field>
			<name>_RENAMED_SYSTEM_KEYS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VerifyResourcePermissions</name>
		<type>com.liferay.portal.verify.VerifyResourcePermissions</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyModel</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>long</type>
			</param>
			<param>
				<name>role</name>
				<type>com.liferay.portal.model.Role</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyModel</name>
			<param>
				<name>role</name>
				<type>com.liferay.portal.model.Role</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pkColumnName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_MODELS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VerifyRole</name>
		<type>com.liferay.portal.verify.VerifyRole</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>deleteImplicitAssociations</name>
			<param>
				<name>role</name>
				<type>com.liferay.portal.model.Role</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>VerifySQLServer</name>
		<type>com.liferay.portal.verify.VerifySQLServer</type>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>convertColumnsToUnicode</name>
		</method>
		<method>
			<name>convertTextColumn</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nullable</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>convertVarcharColumn</name>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<param>
				<name>nullable</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>dropNonunicodeTableIndexes</name>
		</method>
		<method>
			<name>getPrimaryKeyColumnNames</name>
			<param>
				<name>indexName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_FILTER_EXCLUDED_TABLES</name>
		</field>
		<field>
			<name>_FILTER_NONUNICODE_DATA_TYPES</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_addPrimaryKeySQLs</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VerifySocial</name>
		<type>com.liferay.portal.verify.VerifySocial</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>deleteDuplicateActivities</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteDuplicateRequests</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>VerifyUUID</name>
		<type>com.liferay.portal.verify.VerifyUUID</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>verifyModel</name>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pkColumnName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyModel</name>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pkColumnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pk</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_MODELS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VerifyUser</name>
		<type>com.liferay.portal.verify.VerifyUser</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VerifyWiki</name>
		<type>com.liferay.portal.verify.VerifyWiki</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doVerify</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WebCachePoolImpl</name>
		<type>com.liferay.portal.webcache.WebCachePoolImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wci</name>
				<type>com.liferay.portal.kernel.webcache.WebCacheItem</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSingleVMPool</name>
			<param>
				<name>singleVMPool</name>
				<type>com.liferay.portal.kernel.cache.SingleVMPool</type>
			</param>
		</method>
		<field>
			<name>_CACHE_NAME</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_portalCache</name>
		</field>
		<field>
			<name>_singleVMPool</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CompanyWebDAVStorageImpl</name>
		<type>com.liferay.portal.webdav.CompanyWebDAVStorageImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
		</method>
		<method>
			<name>getResources</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>getResources</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>GroupWebDAVStorageImpl</name>
		<type>com.liferay.portal.webdav.GroupWebDAVStorageImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>getResources</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>verifyGroup</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>InvalidRequestException</name>
		<type>com.liferay.portal.webdav.InvalidRequestException</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>InvalidRequestException</name>
		</method>
		<method>
			<name>InvalidRequestException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>InvalidRequestException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>InvalidRequestException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LockException</name>
		<type>com.liferay.portal.webdav.LockException</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>LockException</name>
		</method>
		<method>
			<name>LockException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>LockException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>LockException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WebDAVRequestImpl</name>
		<type>com.liferay.portal.webdav.WebDAVRequestImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>WebDAVRequestImpl</name>
			<param>
				<name>storage</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVStorage</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>userAgent</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getHttpServletRequest</name>
		</method>
		<method>
			<name>getHttpServletResponse</name>
		</method>
		<method>
			<name>getLockUuid</name>
		</method>
		<method>
			<name>getPath</name>
		</method>
		<method>
			<name>getPathArray</name>
		</method>
		<method>
			<name>getPermissionChecker</name>
		</method>
		<method>
			<name>getRootPath</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getWebDAVStorage</name>
		</method>
		<method>
			<name>isAppleDoubleRequest</name>
		</method>
		<method>
			<name>isLitmus</name>
		</method>
		<method>
			<name>isMac</name>
		</method>
		<method>
			<name>isWindows</name>
		</method>
		<field>
			<name>_APPLE_DOUBLE_PREFIX</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_groupId</name>
		</field>
		<field>
			<name>_lockUuid</name>
		</field>
		<field>
			<name>_path</name>
		</field>
		<field>
			<name>_permissionChecker</name>
		</field>
		<field>
			<name>_request</name>
		</field>
		<field>
			<name>_response</name>
		</field>
		<field>
			<name>_storage</name>
		</field>
		<field>
			<name>_userAgent</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WebDAVServlet</name>
		<type>com.liferay.portal.webdav.WebDAVServlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>getRootPath</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getStorage</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isIgnoredResource</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BasePropMethodImpl</name>
		<type>com.liferay.portal.webdav.methods.BasePropMethodImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>createQName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addResponse</name>
			<param>
				<name>href</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>multistatusElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addResponse</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.kernel.webdav.Resource</type>
			</param>
			<param>
				<name>props</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>multistatus</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addResponse</name>
			<param>
				<name>storage</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVStorage</type>
			</param>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.kernel.webdav.Resource</type>
			</param>
			<param>
				<name>props</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>multistatusElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>depth</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>writeResponseXML</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>props</name>
				<type>java.util.Set</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>ALLPROP</name>
		</field>
		<field>
			<name>CREATIONDATE</name>
		</field>
		<field>
			<name>DISPLAYNAME</name>
		</field>
		<field>
			<name>GETCONTENTLENGTH</name>
		</field>
		<field>
			<name>GETCONTENTTYPE</name>
		</field>
		<field>
			<name>GETLASTMODIFIED</name>
		</field>
		<field>
			<name>ISREADONLY</name>
		</field>
		<field>
			<name>LOCKDISCOVERY</name>
		</field>
		<field>
			<name>RESOURCETYPE</name>
		</field>
		<field>
			<name>_ALL_COLLECTION_PROPS</name>
		</field>
		<field>
			<name>_ALL_SIMPLE_PROPS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CopyMethodImpl</name>
		<type>com.liferay.portal.webdav.methods.CopyMethodImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>process</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DeleteMethodImpl</name>
		<type>com.liferay.portal.webdav.methods.DeleteMethodImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>process</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>GetMethodImpl</name>
		<type>com.liferay.portal.webdav.methods.GetMethodImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>process</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HeadMethodImpl</name>
		<type>com.liferay.portal.webdav.methods.HeadMethodImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>process</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LockMethodImpl</name>
		<type>com.liferay.portal.webdav.methods.LockMethodImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>process</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>doProcess</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getResponseXML</name>
			<param>
				<name>lock</name>
				<type>com.liferay.portal.model.Lock</type>
			</param>
			<param>
				<name>depth</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Method</name>
		<type>com.liferay.portal.webdav.methods.Method</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>process</name>
			<comment><![CDATA[Returns -1 or a supported HTTP status code. If it is -1, then the status code has already been set. Otherwise, the status code needs to be set by the caller.]]></comment>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<return>
				<comment><![CDATA[-1 or a supported HTTP status code. If it is -1, then the status code has already been set. Otherwise, the status code needs to be set by the caller.]]></comment>
			</return>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<field>
			<name>COPY</name>
		</field>
		<field>
			<name>DELETE</name>
		</field>
		<field>
			<name>GET</name>
		</field>
		<field>
			<name>HEAD</name>
		</field>
		<field>
			<name>LOCK</name>
		</field>
		<field>
			<name>MKCOL</name>
		</field>
		<field>
			<name>MOVE</name>
		</field>
		<field>
			<name>OPTIONS</name>
		</field>
		<field>
			<name>PROPFIND</name>
		</field>
		<field>
			<name>PROPPATCH</name>
		</field>
		<field>
			<name>PUT</name>
		</field>
		<field>
			<name>SUPPORTED_METHODS_ARRAY</name>
		</field>
		<field>
			<name>SUPPORTED_METHODS</name>
		</field>
		<field>
			<name>UNLOCK</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MethodFactory</name>
		<type>com.liferay.portal.webdav.methods.MethodFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>MethodFactory</name>
		</method>
		<method>
			<name>_create</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<field>
			<name>_COPY_METHOD_IMPL</name>
		</field>
		<field>
			<name>_DELETE_METHOD_IMPL</name>
		</field>
		<field>
			<name>_GET_METHOD_IMPL</name>
		</field>
		<field>
			<name>_HEAD_METHOD_IMPL</name>
		</field>
		<field>
			<name>_LOCK_METHOD_IMPL</name>
		</field>
		<field>
			<name>_MKCOL_METHOD_IMPL</name>
		</field>
		<field>
			<name>_MOVE_METHOD_IMPL</name>
		</field>
		<field>
			<name>_OPTIONS_METHOD_IMPL</name>
		</field>
		<field>
			<name>_PROPFIND_METHOD_IMPL</name>
		</field>
		<field>
			<name>_PROPPATCH_METHOD_IMPL</name>
		</field>
		<field>
			<name>_PUT_METHOD_IMPL</name>
		</field>
		<field>
			<name>_UNLOCK_METHOD_IMPL</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_methods</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MkcolMethodImpl</name>
		<type>com.liferay.portal.webdav.methods.MkcolMethodImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>process</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MoveMethodImpl</name>
		<type>com.liferay.portal.webdav.methods.MoveMethodImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>process</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OptionsMethodImpl</name>
		<type>com.liferay.portal.webdav.methods.OptionsMethodImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>process</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PropfindMethodImpl</name>
		<type>com.liferay.portal.webdav.methods.PropfindMethodImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>process</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>generateProps</name>
			<param>
				<name>props</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<method>
			<name>getProps</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>InvalidRequestException</name>
				<type>com.liferay.portal.webdav.InvalidRequestException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ProppatchMethodImpl</name>
		<type>com.liferay.portal.webdav.methods.ProppatchMethodImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>process</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>getStoredProperties</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>processInstructions</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>InvalidRequestException</name>
				<type>com.liferay.portal.webdav.InvalidRequestException</type>
			</throws>
			<throws>
				<name>LockException</name>
				<type>com.liferay.portal.webdav.LockException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PutMethodImpl</name>
		<type>com.liferay.portal.webdav.methods.PutMethodImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>process</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UnlockMethodImpl</name>
		<type>com.liferay.portal.webdav.methods.UnlockMethodImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>process</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>getToken</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WebServerEntry</name>
		<type>com.liferay.portal.webserver.WebServerEntry</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>WebServerEntry</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>WebServerEntry</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getCreateDate</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getModifiedDate</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getPath</name>
		</method>
		<method>
			<name>getSize</name>
		</method>
		<method>
			<name>setCreateDate</name>
			<param>
				<name>createDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setDescription</name>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModifiedDate</name>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSize</name>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_createDate</name>
		</field>
		<field>
			<name>_description</name>
		</field>
		<field>
			<name>_modifiedDate</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_path</name>
		</field>
		<field>
			<name>_size</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WebServerServlet</name>
		<type>com.liferay.portal.webserver.WebServerServlet</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>hasFiles</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<see><![CDATA[com.liferay.portal.servlet.filters.virtualhost.VirtualHostFilter]]></see>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>servletConfig</name>
				<type>javax.servlet.ServletConfig</type>
			</param>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>convertFileEntry</name>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultImage</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>pathArray</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getImage</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>getDefault</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getImageBytes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>image</name>
				<type>com.liferay.portal.model.Image</type>
			</param>
		</method>
		<method>
			<name>getImageId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getLastModified</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getUserPortraitImageResized</name>
			<param>
				<name>image</name>
				<type>com.liferay.portal.model.Image</type>
			</param>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isLegacyImageGalleryImageId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>isSupportsRangeHeader</name>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>processPrincipalException</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>sendDDMRecordFile</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>pathArray</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>sendDocumentLibrary</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pathArray</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>sendFile</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>pathArray</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>sendFile</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>sendFileWithRangeHeader</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>contentLength</name>
				<type>long</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>sendGroups</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>sendHTML</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webServerEntries</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>writeImage</name>
			<param>
				<name>image</name>
				<type>com.liferay.portal.model.Image</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>_checkDDMRecord</name>
			<param>
				<name>pathArray</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_checkFileEntry</name>
			<param>
				<name>pathArray</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getGroupId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getUser</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_DATE_FORMAT_PATTERN</name>
		</field>
		<field>
			<name>_PATH_DDM</name>
		</field>
		<field>
			<name>_TEMPLATE_FTL</name>
		</field>
		<field>
			<name>_WEB_SERVER_SERVLET_VERSION_VERBOSITY_DEFAULT</name>
		</field>
		<field>
			<name>_WEB_SERVER_SERVLET_VERSION_VERBOSITY_PARTIAL</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_acceptRangesMimeTypes</name>
		</field>
		<field>
			<name>_dateFormat</name>
		</field>
		<field>
			<name>_lastModified</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WebServerServletToken</name>
		<type>com.liferay.portal.webserver.WebServerServletToken</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<since><![CDATA[6.1, replaced com.liferay.portal.kernel.servlet.ImageServletToken]]></since>
		<method>
			<name>getToken</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>resetToken</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WebServerServletTokenImpl</name>
		<type>com.liferay.portal.webserver.WebServerServletTokenImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<since><![CDATA[6.1, replaced com.liferay.portal.servlet.ImageServletTokenImpl]]></since>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>getToken</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>resetToken</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setMultiVMPool</name>
			<param>
				<name>multiVMPool</name>
				<type>com.liferay.portal.kernel.cache.MultiVMPool</type>
			</param>
		</method>
		<method>
			<name>_createToken</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_CACHE_NAME</name>
		</field>
		<field>
			<name>_multiVMPool</name>
		</field>
		<field>
			<name>_portalCache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WebServerServletTokenUtil</name>
		<type>com.liferay.portal.webserver.WebServerServletTokenUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<since><![CDATA[6.1, replaced com.liferay.portal.kernel.servlet.ImageServletTokenUtil]]></since>
		<method>
			<name>getToken</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getWebServerServletToken</name>
		</method>
		<method>
			<name>resetToken</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setWebServerServletToken</name>
			<param>
				<name>webServerServletToken</name>
				<type>com.liferay.portal.webserver.WebServerServletToken</type>
			</param>
		</method>
		<field>
			<name>_webServerServletToken</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WordsUtil</name>
		<type>com.liferay.portal.words.WordsUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>checkSpelling</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDictionaryList</name>
		</method>
		<method>
			<name>getDictionarySet</name>
		</method>
		<method>
			<name>getRandomWord</name>
		</method>
		<method>
			<name>isDictionaryWord</name>
			<param>
				<name>word</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>WordsUtil</name>
		</method>
		<method>
			<name>_checkSpelling</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getDictionaryList</name>
		</method>
		<method>
			<name>_getDictionarySet</name>
		</method>
		<method>
			<name>_getRandomWord</name>
		</method>
		<method>
			<name>_isDictionaryWord</name>
			<param>
				<name>word</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_dictionaryList</name>
		</field>
		<field>
			<name>_dictionarySet</name>
		</field>
		<field>
			<name>_spellDictionaryHashMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutRevisionWorkflowHandler</name>
		<type>com.liferay.portal.workflow.LayoutRevisionWorkflowHandler</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getType</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>updateStatus</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MyWorkflowInstancesControlPanelEntry</name>
		<type>com.liferay.portal.workflow.MyWorkflowInstancesControlPanelEntry</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>isVisible</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MyWorkflowTasksControlPanelEntry</name>
		<type>com.liferay.portal.workflow.MyWorkflowTasksControlPanelEntry</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>isVisible</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowControlPanelEntry</name>
		<type>com.liferay.portal.workflow.WorkflowControlPanelEntry</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>isVisible</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isVisible</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>category</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowDefinitionManagerProxyBean</name>
		<type>com.liferay.portal.workflow.WorkflowDefinitionManagerProxyBean</type>
		<author><![CDATA[Micha Kiener]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>deployWorkflowDefinition</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
		</method>
		<method>
			<name>getActiveWorkflowDefinitionCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getActiveWorkflowDefinitionCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getActiveWorkflowDefinitions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>getActiveWorkflowDefinitions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>getLatestKaleoDefinition</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getWorkflowDefinition</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getWorkflowDefinitionCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getWorkflowDefinitionCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getWorkflowDefinitions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>getWorkflowDefinitions</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>undeployWorkflowDefinition</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>updateActive</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>int</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>updateTitle</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>int</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>validateWorkflowDefinition</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowEngineManagerProxyBean</name>
		<type>com.liferay.portal.workflow.WorkflowEngineManagerProxyBean</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getKey</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getOptionalAttributes</name>
		</method>
		<method>
			<name>getVersion</name>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowHandlerRegistryImpl</name>
		<type>com.liferay.portal.workflow.WorkflowHandlerRegistryImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getScopeableWorkflowHandlers</name>
		</method>
		<method>
			<name>getWorkflowHandler</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getWorkflowHandlers</name>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>workflowHandler</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowHandler</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>workflowHandler</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowHandler</type>
			</param>
		</method>
		<field>
			<name>_scopeableWorkflowHandlerMap</name>
		</field>
		<field>
			<name>_workflowHandlerMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WorkflowInstanceManagerProxyBean</name>
		<type>com.liferay.portal.workflow.WorkflowInstanceManagerProxyBean</type>
		<author><![CDATA[Micha Kiener]]></author>
		<method>
			<name>deleteWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getNextTransitionNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getWorkflowInstanceCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>assetClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetClassPK</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>getWorkflowInstanceCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>assetClassNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>getWorkflowInstanceCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowDefinitionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workflowDefinitionVersion</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>getWorkflowInstances</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>assetClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetClassPK</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>getWorkflowInstances</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>assetClassNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>getWorkflowInstances</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowDefinitionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workflowDefinitionVersion</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>signalWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>transitionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>startWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowDefinitionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workflowDefinitionVersion</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>transitionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>updateWorkflowContext</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowLinkAdvice</name>
		<type>com.liferay.portal.workflow.WorkflowLinkAdvice</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>invoke</name>
			<param>
				<name>proceedingJoinPoint</name>
				<type>org.aspectj.lang.ProceedingJoinPoint</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<field>
			<name>_UPDATE_ACTIVE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WorkflowLockingAdvice</name>
		<type>com.liferay.portal.workflow.WorkflowLockingAdvice</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>invoke</name>
			<param>
				<name>proceedingJoinPoint</name>
				<type>org.aspectj.lang.ProceedingJoinPoint</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<method>
			<name>_encodeKey</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_START_WORKFLOW_INSTANCE_METHOD_NAME</name>
		</field>
		<field>
			<name>_UNDEPLOY_WORKFLOW_DEFINITION_METHOD_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WorkflowLogManagerProxyBean</name>
		<type>com.liferay.portal.workflow.WorkflowLogManagerProxyBean</type>
		<author><![CDATA[Micha Kiener]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getWorkflowLogCountByWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>logTypes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getWorkflowLogCountByWorkflowTask</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
			<param>
				<name>logTypes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getWorkflowLogsByWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>logTypes</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>getWorkflowLogsByWorkflowTask</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
			<param>
				<name>logTypes</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowPermissionAdvice</name>
		<type>com.liferay.portal.workflow.WorkflowPermissionAdvice</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>invoke</name>
			<param>
				<name>proceedingJoinPoint</name>
				<type>org.aspectj.lang.ProceedingJoinPoint</type>
			</param>
			<throws>
				<name>Throwable</name>
				<type>java.lang.Throwable</type>
			</throws>
		</method>
		<field>
			<name>_ASSIGN_WORKFLOW_TASK_TO_USER_METHOD_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WorkflowStatusManagerImpl</name>
		<type>com.liferay.portal.workflow.WorkflowStatusManagerImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>updateStatus</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowStatusManagerProxyBean</name>
		<type>com.liferay.portal.workflow.WorkflowStatusManagerProxyBean</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>updateStatus</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowTaskManagerProxyBean</name>
		<type>com.liferay.portal.workflow.WorkflowTaskManagerProxyBean</type>
		<author><![CDATA[Micha Kiener]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>assignWorkflowTaskToRole</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>comment</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dueDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>assignWorkflowTaskToUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
			<param>
				<name>assigneeUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>comment</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dueDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>completeWorkflowTask</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
			<param>
				<name>transitionName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>comment</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>getNextTransitionNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getPooledActorsIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getWorkflowTask</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getWorkflowTaskCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>getWorkflowTaskCountByRole</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>getWorkflowTaskCountBySubmittingUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>getWorkflowTaskCountByUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>getWorkflowTaskCountByUserRoles</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>getWorkflowTaskCountByWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>getWorkflowTasks</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>getWorkflowTasksByRole</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>getWorkflowTasksBySubmittingUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>getWorkflowTasksByUser</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>getWorkflowTasksByUserRoles</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>getWorkflowTasksByWorkflowInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>java.lang.Long</type>
			</param>
			<param>
				<name>workflowInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>searchByUserRoles</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>taskName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetPrimaryKey</name>
				<type>java.lang.Long[]</type>
			</param>
			<param>
				<name>dueDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>dueDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>searchByUserRoles</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>searchByUserRoles</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>searchByUserRoles</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>taskName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetPrimaryKey</name>
				<type>java.lang.Long[]</type>
			</param>
			<param>
				<name>dueDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>dueDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>searchByUserRoles</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>completed</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>searchByUserRoles</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>updateDueDate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowTaskId</name>
				<type>long</type>
			</param>
			<param>
				<name>comment</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>dueDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WorkflowPermissionImpl</name>
		<type>com.liferay.portal.workflow.permission.WorkflowPermissionImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>doHasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isWorkflowTaskAssignedToUser</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>workflowInstance</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowInstance</type>
			</param>
			<throws>
				<name>WorkflowException</name>
				<type>com.liferay.portal.kernel.workflow.WorkflowException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AttributeImpl</name>
		<type>com.liferay.portal.xml.AttributeImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AttributeImpl</name>
			<param>
				<name>attribute</name>
				<type>org.dom4j.Attribute</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>visitor</name>
				<type>V</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getData</name>
		</method>
		<method>
			<name>getNamespace</name>
		</method>
		<method>
			<name>getNamespacePrefix</name>
		</method>
		<method>
			<name>getNamespaceURI</name>
		</method>
		<method>
			<name>getQName</name>
		</method>
		<method>
			<name>getQualifiedName</name>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>getWrappedAttribute</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>setData</name>
			<param>
				<name>data</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setNamespace</name>
			<param>
				<name>namespace</name>
				<type>com.liferay.portal.kernel.xml.Namespace</type>
			</param>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_attribute</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BranchImpl</name>
		<type>com.liferay.portal.xml.BranchImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BranchImpl</name>
			<param>
				<name>branch</name>
				<type>org.dom4j.Branch</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>comment</name>
				<type>com.liferay.portal.kernel.xml.Comment</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>node</name>
				<type>com.liferay.portal.kernel.xml.Node</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>processingInstruction</name>
				<type>com.liferay.portal.kernel.xml.ProcessingInstruction</type>
			</param>
		</method>
		<method>
			<name>addElement</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>addElement</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addElement</name>
			<param>
				<name>qualifiedName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespaceURI</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>appendContent</name>
			<param>
				<name>branch</name>
				<type>com.liferay.portal.kernel.xml.Branch</type>
			</param>
		</method>
		<method>
			<name>clearContent</name>
		</method>
		<method>
			<name>content</name>
		</method>
		<method>
			<name>elementByID</name>
			<param>
				<name>elementID</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getWrappedBranch</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>indexOf</name>
			<param>
				<name>node</name>
				<type>com.liferay.portal.kernel.xml.Node</type>
			</param>
		</method>
		<method>
			<name>node</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>nodeCount</name>
		</method>
		<method>
			<name>nodeIterator</name>
		</method>
		<method>
			<name>normalize</name>
		</method>
		<method>
			<name>processingInstruction</name>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>processingInstructions</name>
		</method>
		<method>
			<name>processingInstructions</name>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>comment</name>
				<type>com.liferay.portal.kernel.xml.Comment</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>node</name>
				<type>com.liferay.portal.kernel.xml.Node</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>processingInstruction</name>
				<type>com.liferay.portal.kernel.xml.ProcessingInstruction</type>
			</param>
		</method>
		<method>
			<name>removeProcessingInstruction</name>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setContent</name>
			<param>
				<name>content</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setProcessingInstructions</name>
			<param>
				<name>processingInstructions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_branch</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CDATAImpl</name>
		<type>com.liferay.portal.xml.CDATAImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CDATAImpl</name>
			<param>
				<name>cdata</name>
				<type>org.dom4j.CDATA</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>visitor</name>
				<type>V</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getWrappedCDATA</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_cdata</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CommentImpl</name>
		<type>com.liferay.portal.xml.CommentImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CommentImpl</name>
			<param>
				<name>comment</name>
				<type>org.dom4j.Comment</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>visitor</name>
				<type>V</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getWrappedComment</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_comment</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DocumentImpl</name>
		<type>com.liferay.portal.xml.DocumentImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DocumentImpl</name>
			<param>
				<name>document</name>
				<type>org.dom4j.Document</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>visitor</name>
				<type>V</type>
			</param>
		</method>
		<method>
			<name>addComment</name>
			<param>
				<name>comment</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addDocumentType</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>publicId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>systemId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getDocumentType</name>
		</method>
		<method>
			<name>getRootElement</name>
		</method>
		<method>
			<name>getWrappedDocument</name>
		</method>
		<method>
			<name>getXMLEncoding</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>setRootElement</name>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>setXMLEncoding</name>
			<param>
				<name>encoding</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_document</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DocumentTypeImpl</name>
		<type>com.liferay.portal.xml.DocumentTypeImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DocumentTypeImpl</name>
			<param>
				<name>documentType</name>
				<type>org.dom4j.DocumentType</type>
			</param>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getPublicId</name>
		</method>
		<method>
			<name>getSystemId</name>
		</method>
		<method>
			<name>getWrappedDocumentType</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_documentType</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ElementImpl</name>
		<type>com.liferay.portal.xml.ElementImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ElementImpl</name>
			<param>
				<name>element</name>
				<type>org.dom4j.Element</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>visitor</name>
				<type>V</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>attribute</name>
				<type>com.liferay.portal.kernel.xml.Attribute</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>cdata</name>
				<type>com.liferay.portal.kernel.xml.CDATA</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.kernel.xml.Entity</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>namespace</name>
				<type>com.liferay.portal.kernel.xml.Namespace</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>text</name>
				<type>com.liferay.portal.kernel.xml.Text</type>
			</param>
		</method>
		<method>
			<name>addAttribute</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addCDATA</name>
			<param>
				<name>cdata</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addComment</name>
			<param>
				<name>comment</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addEntity</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>additionalNamespaces</name>
		</method>
		<method>
			<name>addNamespace</name>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addProcessingInstruction</name>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>data</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>addProcessingInstruction</name>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addText</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>appendAttributes</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>attribute</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>attribute</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>attribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>attributeCount</name>
		</method>
		<method>
			<name>attributeIterator</name>
		</method>
		<method>
			<name>attributes</name>
		</method>
		<method>
			<name>attributeValue</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>attributeValue</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>attributeValue</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>attributeValue</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createCopy</name>
		</method>
		<method>
			<name>createCopy</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>createCopy</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>declaredNamespaces</name>
		</method>
		<method>
			<name>element</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>element</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>elementIterator</name>
		</method>
		<method>
			<name>elementIterator</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>elementIterator</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>elements</name>
		</method>
		<method>
			<name>elements</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>elements</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>elementText</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>elementText</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>elementTextTrim</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>elementTextTrim</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>formattedString</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>formattedString</name>
			<param>
				<name>indent</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>formattedString</name>
			<param>
				<name>indent</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expandEmptyElements</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getData</name>
		</method>
		<method>
			<name>getNamespace</name>
		</method>
		<method>
			<name>getNamespaceForPrefix</name>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNamespaceForURI</name>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNamespacePrefix</name>
		</method>
		<method>
			<name>getNamespacesForURI</name>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNamespaceURI</name>
		</method>
		<method>
			<name>getQName</name>
		</method>
		<method>
			<name>getQName</name>
			<param>
				<name>qualifiedName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getQualifiedName</name>
		</method>
		<method>
			<name>getTextTrim</name>
		</method>
		<method>
			<name>getWrappedElement</name>
		</method>
		<method>
			<name>getXPathResult</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>hasMixedContent</name>
		</method>
		<method>
			<name>isRootElement</name>
		</method>
		<method>
			<name>isTextOnly</name>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>attribute</name>
				<type>com.liferay.portal.kernel.xml.Attribute</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>cdata</name>
				<type>com.liferay.portal.kernel.xml.CDATA</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>entity</name>
				<type>com.liferay.portal.kernel.xml.Entity</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>namespace</name>
				<type>com.liferay.portal.kernel.xml.Namespace</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>text</name>
				<type>com.liferay.portal.kernel.xml.Text</type>
			</param>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>attributes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setData</name>
			<param>
				<name>data</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setQName</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>sortAttributes</name>
			<param>
				<name>recursive</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>sortElementsByAttribute</name>
			<param>
				<name>elementName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>attributeName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>sortElementsByChildElement</name>
			<param>
				<name>elementName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>childElementName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_element</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EntityImpl</name>
		<type>com.liferay.portal.xml.EntityImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EntityImpl</name>
			<param>
				<name>entity</name>
				<type>org.dom4j.Entity</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>visitor</name>
				<type>V</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getWrappedEntity</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_entity</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NamespaceImpl</name>
		<type>com.liferay.portal.xml.NamespaceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NamespaceImpl</name>
			<param>
				<name>namespace</name>
				<type>org.dom4j.Namespace</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>visitor</name>
				<type>V</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getNodeType</name>
		</method>
		<method>
			<name>getPrefix</name>
		</method>
		<method>
			<name>getURI</name>
		</method>
		<method>
			<name>getWrappedNamespace</name>
		</method>
		<method>
			<name>getXPathNameStep</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_namespace</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NodeImpl</name>
		<type>com.liferay.portal.xml.NodeImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NodeImpl</name>
			<param>
				<name>node</name>
				<type>org.dom4j.Node</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>visitor</name>
				<type>V</type>
			</param>
		</method>
		<method>
			<name>asXML</name>
		</method>
		<method>
			<name>asXPathResult</name>
			<param>
				<name>parent</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>compactString</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>detach</name>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>formattedString</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>formattedString</name>
			<param>
				<name>indent</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>formattedString</name>
			<param>
				<name>indent</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expandEmptyElements</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>formattedString</name>
			<param>
				<name>indent</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expandEmptyElements</name>
				<type>boolean</type>
			</param>
			<param>
				<name>trimText</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getDocument</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getParent</name>
		</method>
		<method>
			<name>getPath</name>
		</method>
		<method>
			<name>getPath</name>
			<param>
				<name>context</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>getStringValue</name>
		</method>
		<method>
			<name>getText</name>
		</method>
		<method>
			<name>getUniquePath</name>
		</method>
		<method>
			<name>getUniquePath</name>
			<param>
				<name>context</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>getWrappedNode</name>
		</method>
		<method>
			<name>hasContent</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>isReadOnly</name>
		</method>
		<method>
			<name>matches</name>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>numberValueOf</name>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>selectNodes</name>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>selectNodes</name>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>comparisonXPathExpression</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>selectNodes</name>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>comparisonXPathExpression</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>removeDuplicates</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>selectObject</name>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>selectSingleNode</name>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setText</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>supportsParent</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>valueOf</name>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_node</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NodeList</name>
		<type>com.liferay.portal.xml.NodeList</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NodeList</name>
			<param>
				<name>newList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>oldList</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>newInstance</name>
			<param>
				<name>newList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>oldList</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>toOldObject</name>
			<param>
				<name>o</name>
				<type>E</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ProcessingInstructionImpl</name>
		<type>com.liferay.portal.xml.ProcessingInstructionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ProcessingInstructionImpl</name>
			<param>
				<name>processingInstruction</name>
				<type>org.dom4j.ProcessingInstruction</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>visitor</name>
				<type>V</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getTarget</name>
		</method>
		<method>
			<name>getText</name>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getValues</name>
		</method>
		<method>
			<name>getWrappedProcessingInstruction</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>removeValue</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTarget</name>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setValues</name>
			<param>
				<name>data</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_processingInstruction</name>
		</field>
	</javadoc>
	<javadoc>
		<name>QNameImpl</name>
		<type>com.liferay.portal.xml.QNameImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>QNameImpl</name>
			<param>
				<name>qName</name>
				<type>org.dom4j.QName</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getLocalPart</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getNamespace</name>
		</method>
		<method>
			<name>getNamespacePrefix</name>
		</method>
		<method>
			<name>getNamespaceURI</name>
		</method>
		<method>
			<name>getQualifiedName</name>
		</method>
		<method>
			<name>getWrappedQName</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_qName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SAXReaderImpl</name>
		<type>com.liferay.portal.xml.SAXReaderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>toNewAttributes</name>
			<param>
				<name>oldAttributes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>toNewElements</name>
			<param>
				<name>oldElements</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>toNewNamespaces</name>
			<param>
				<name>oldNamespaces</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>toNewNodes</name>
			<param>
				<name>oldNodes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>toNewProcessingInstructions</name>
			<param>
				<name>oldProcessingInstructions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>toOldAttributes</name>
			<param>
				<name>newAttributes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>toOldNodes</name>
			<param>
				<name>newNodes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>toOldProcessingInstructions</name>
			<param>
				<name>newProcessingInstructions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>createAttribute</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createAttribute</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createDocument</name>
		</method>
		<method>
			<name>createDocument</name>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>createDocument</name>
			<param>
				<name>encoding</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createElement</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>createElement</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createEntity</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createNamespace</name>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createNamespace</name>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createProcessingInstruction</name>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>data</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>createProcessingInstruction</name>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createQName</name>
			<param>
				<name>localName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createQName</name>
			<param>
				<name>localName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespace</name>
				<type>com.liferay.portal.kernel.xml.Namespace</type>
			</param>
		</method>
		<method>
			<name>createText</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createXPath</name>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createXPath</name>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespaceContextMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>createXPath</name>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>validate</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>validate</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>reader</name>
				<type>java.io.Reader</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>reader</name>
				<type>java.io.Reader</type>
			</param>
			<param>
				<name>validate</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validate</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>url</name>
				<type>java.net.URL</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>url</name>
				<type>java.net.URL</type>
			</param>
			<param>
				<name>validate</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>readURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
			<throws>
				<name>MalformedURLException</name>
				<type>java.net.MalformedURLException</type>
			</throws>
		</method>
		<method>
			<name>readURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validate</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
			<throws>
				<name>MalformedURLException</name>
				<type>java.net.MalformedURLException</type>
			</throws>
		</method>
		<method>
			<name>selectNodes</name>
			<param>
				<name>xPathFilterExpression</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nodes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>selectNodes</name>
			<param>
				<name>xPathFilterExpression</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>node</name>
				<type>com.liferay.portal.kernel.xml.Node</type>
			</param>
		</method>
		<method>
			<name>sort</name>
			<param>
				<name>nodes</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>sort</name>
			<param>
				<name>nodes</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>xPathExpression</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>distinct</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getSAXReader</name>
			<param>
				<name>validate</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_FEATURES_DYNAMIC</name>
		</field>
		<field>
			<name>_FEATURES_EXTERNAL_GENERAL_ENTITIES</name>
		</field>
		<field>
			<name>_FEATURES_LOAD_DTD_GRAMMAR</name>
		</field>
		<field>
			<name>_FEATURES_LOAD_EXTERNAL_DTD</name>
		</field>
		<field>
			<name>_FEATURES_VALIDATION</name>
		</field>
		<field>
			<name>_FEATURES_VALIDATION_SCHEMA</name>
		</field>
		<field>
			<name>_FEATURES_VALIDATION_SCHEMA_FULL_CHECKING</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StAXReaderUtil</name>
		<type>com.liferay.portal.xml.StAXReaderUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getXMLInputFactory</name>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>xmlEventReader</name>
				<type>javax.xml.stream.XMLEventReader</type>
			</param>
			<throws>
				<name>XMLStreamException</name>
				<type>javax.xml.stream.XMLStreamException</type>
			</throws>
		</method>
		<method>
			<name>_createXMLInputFactory</name>
		</method>
		<field>
			<name>_xmlInputFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TextImpl</name>
		<type>com.liferay.portal.xml.TextImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TextImpl</name>
			<param>
				<name>text</name>
				<type>org.dom4j.Text</type>
			</param>
		</method>
		<method>
			<name>accept</name>
			<param>
				<name>visitor</name>
				<type>V</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getWrappedText</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_text</name>
		</field>
	</javadoc>
	<javadoc>
		<name>XPathImpl</name>
		<type>com.liferay.portal.xml.XPathImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>XPathImpl</name>
			<param>
				<name>xPath</name>
				<type>org.dom4j.XPath</type>
			</param>
			<param>
				<name>namespaceContextMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>booleanValueOf</name>
			<param>
				<name>context</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>evaluate</name>
			<param>
				<name>context</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getText</name>
		</method>
		<method>
			<name>getWrappedXPath</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>matches</name>
			<param>
				<name>node</name>
				<type>com.liferay.portal.kernel.xml.Node</type>
			</param>
		</method>
		<method>
			<name>numberValueOf</name>
			<param>
				<name>context</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>selectNodes</name>
			<param>
				<name>context</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>selectNodes</name>
			<param>
				<name>context</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>sortXPath</name>
				<type>com.liferay.portal.kernel.xml.XPath</type>
			</param>
		</method>
		<method>
			<name>selectNodes</name>
			<param>
				<name>context</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>sortXPath</name>
				<type>com.liferay.portal.kernel.xml.XPath</type>
			</param>
			<param>
				<name>distinct</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>selectSingleNode</name>
			<param>
				<name>context</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>sort</name>
			<param>
				<name>nodes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>sort</name>
			<param>
				<name>nodes</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>distinct</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>valueOf</name>
			<param>
				<name>context</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>toNewContext</name>
			<param>
				<name>context</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>toOldContext</name>
			<param>
				<name>context</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_functionContext</name>
		</field>
		<field>
			<name>_xPath</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayFunctionContext</name>
		<type>com.liferay.portal.xml.xpath.LiferayFunctionContext</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>LiferayFunctionContext</name>
		</method>
	</javadoc>
	<javadoc>
		<name>LiferayNamespaceContext</name>
		<type>com.liferay.portal.xml.xpath.LiferayNamespaceContext</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>LiferayNamespaceContext</name>
			<param>
				<name>namespaceContextMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>translateNamespacePrefixToUri</name>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_namespaceContextMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MatchesFunction</name>
		<type>com.liferay.portal.xml.xpath.MatchesFunction</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>evaluate</name>
			<param>
				<name>stringArgument</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>regexArgument</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>navigator</name>
				<type>org.jaxen.Navigator</type>
			</param>
		</method>
		<method>
			<name>evaluate</name>
			<param>
				<name>stringArg</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>regexArgument</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>flagsArgument</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>navigator</name>
				<type>org.jaxen.Navigator</type>
			</param>
		</method>
		<method>
			<name>evaluate</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>regex</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>flags</name>
				<type>int</type>
			</param>
			<param>
				<name>navigator</name>
				<type>org.jaxen.Navigator</type>
			</param>
		</method>
		<method>
			<name>call</name>
			<param>
				<name>context</name>
				<type>org.jaxen.Context</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>FunctionCallException</name>
				<type>org.jaxen.FunctionCallException</type>
			</throws>
		</method>
		<field>
			<name>_THREAD_LOCAL_PATTERNS_KEY</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FaultImpl</name>
		<type>com.liferay.portal.xmlrpc.FaultImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FaultImpl</name>
			<param>
				<name>code</name>
				<type>int</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCode</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>toXml</name>
			<throws>
				<name>XmlRpcException</name>
				<type>com.liferay.portal.kernel.xmlrpc.XmlRpcException</type>
			</throws>
		</method>
		<field>
			<name>_code</name>
		</field>
		<field>
			<name>_description</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SuccessImpl</name>
		<type>com.liferay.portal.xmlrpc.SuccessImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SuccessImpl</name>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>toXml</name>
			<throws>
				<name>XmlRpcException</name>
				<type>com.liferay.portal.kernel.xmlrpc.XmlRpcException</type>
			</throws>
		</method>
		<field>
			<name>_description</name>
		</field>
	</javadoc>
	<javadoc>
		<name>XmlRpcImpl</name>
		<type>com.liferay.portal.xmlrpc.XmlRpcImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>createFault</name>
			<param>
				<name>code</name>
				<type>int</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createSuccess</name>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>executeMethod</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>XmlRpcException</name>
				<type>com.liferay.portal.kernel.xmlrpc.XmlRpcException</type>
			</throws>
		</method>
		<method>
			<name>doExecuteMethod</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_HTTP_HEADER_VERSION_VERBOSITY_DEFAULT</name>
		</field>
		<field>
			<name>_HTTP_HEADER_VERSION_VERBOSITY_PARTIAL</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>XmlRpcParser</name>
		<type>com.liferay.portal.xmlrpc.XmlRpcParser</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>buildMethod</name>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>XmlRpcException</name>
				<type>com.liferay.portal.kernel.xmlrpc.XmlRpcException</type>
			</throws>
		</method>
		<method>
			<name>parseMethod</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>parseResponse</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>XmlRpcException</name>
				<type>com.liferay.portal.kernel.xmlrpc.XmlRpcException</type>
			</throws>
		</method>
		<method>
			<name>wrapValue</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>XmlRpcException</name>
				<type>com.liferay.portal.kernel.xmlrpc.XmlRpcException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>XmlRpcServlet</name>
		<type>com.liferay.portal.xmlrpc.XmlRpcServlet</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>registerMethod</name>
			<param>
				<name>method</name>
				<type>com.liferay.portal.kernel.xmlrpc.Method</type>
			</param>
		</method>
		<method>
			<name>unregisterMethod</name>
			<param>
				<name>method</name>
				<type>com.liferay.portal.kernel.xmlrpc.Method</type>
			</param>
		</method>
		<method>
			<name>doPost</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>getMethod</name>
			<param>
				<name>token</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getToken</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>invokeMethod</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>token</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<throws>
				<name>XmlRpcException</name>
				<type>com.liferay.portal.kernel.xmlrpc.XmlRpcException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_methodRegistry</name>
		</field>
	</javadoc>
	<javadoc>
		<name>XugglerImpl</name>
		<type>com.liferay.portal.xuggler.XugglerImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>installNativeLibraries</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xugglerInstallStatus</name>
				<type>com.liferay.portal.kernel.xuggler.XugglerInstallStatus</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>isEnabled</name>
			<param>
				<name>checkNativeLibraries</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>isNativeLibraryInstalled</name>
		</method>
		<method>
			<name>informAdministrator</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_informAdministrator</name>
		</field>
		<field>
			<name>_nativeLibraryInstalled</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ZipReaderFactoryImpl</name>
		<type>com.liferay.portal.zip.ZipReaderFactoryImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getZipReader</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>getZipReader</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ZipReaderImpl</name>
		<type>com.liferay.portal.zip.ZipReaderImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>ZipReaderImpl</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>ZipReaderImpl</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>close</name>
		</method>
		<method>
			<name>getEntries</name>
		</method>
		<method>
			<name>getEntryAsByteArray</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getEntryAsInputStream</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getEntryAsString</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFolderEntries</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>processDirectory</name>
			<param>
				<name>directory</name>
				<type>de.schlichtherle.io.File</type>
			</param>
			<param>
				<name>folderEntries</name>
				<type>java.util.List</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_zipFile</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ZipWriterFactoryImpl</name>
		<type>com.liferay.portal.zip.ZipWriterFactoryImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getZipWriter</name>
		</method>
		<method>
			<name>getZipWriter</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ZipWriterImpl</name>
		<type>com.liferay.portal.zip.ZipWriterImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>ZipWriterImpl</name>
		</method>
		<method>
			<name>ZipWriterImpl</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>addEntry</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>addEntry</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inpuStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>addEntry</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>addEntry</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sb</name>
				<type>java.lang.StringBuilder</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>finish</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
		</method>
		<method>
			<name>getPath</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_file</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ActionRequestFactory</name>
		<type>com.liferay.portlet.ActionRequestFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>invokerPortlet</name>
				<type>com.liferay.portlet.InvokerPortlet</type>
			</param>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
			<param>
				<name>portletMode</name>
				<type>javax.portlet.PortletMode</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ActionRequestImpl</name>
		<type>com.liferay.portlet.ActionRequestImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getLifecycle</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ActionResponseFactory</name>
		<type>com.liferay.portlet.ActionResponseFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>actionRequestImpl</name>
				<type>com.liferay.portlet.ActionRequestImpl</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
			<param>
				<name>portletMode</name>
				<type>javax.portlet.PortletMode</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ActionResponseImpl</name>
		<type>com.liferay.portlet.ActionResponseImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getLifecycle</name>
		</method>
		<method>
			<name>sendRedirect</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>sendRedirect</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>renderUrlParamName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseControlPanelEntry</name>
		<type>com.liferay.portlet.BaseControlPanelEntry</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>isVisible</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>category</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseFriendlyURLMapper</name>
		<type>com.liferay.portlet.BaseFriendlyURLMapper</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.portlet.BaseFriendlyURLMapper}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>BasePreferencesImpl</name>
		<type>com.liferay.portlet.BasePreferencesImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>BasePreferencesImpl</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>preferences</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>getMap</name>
		</method>
		<method>
			<name>getNames</name>
		</method>
		<method>
			<name>getOwnerId</name>
		</method>
		<method>
			<name>getOwnerType</name>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>def</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getValues</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>def</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>isReadOnly</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>setValues</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>size</name>
		</method>
		<method>
			<name>store</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ValidatorException</name>
				<type>javax.portlet.ValidatorException</type>
			</throws>
		</method>
		<method>
			<name>getActualValue</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getActualValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getModifiedPreferences</name>
		</method>
		<method>
			<name>getOriginalPreferences</name>
		</method>
		<method>
			<name>getOriginalXML</name>
		</method>
		<method>
			<name>getPreferences</name>
		</method>
		<method>
			<name>getXMLSafeValue</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getXMLSafeValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>toXML</name>
		</method>
		<field>
			<name>_NULL_VALUE</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_modifiedPreferences</name>
		</field>
		<field>
			<name>_originalPreferences</name>
		</field>
		<field>
			<name>_originalXML</name>
		</field>
		<field>
			<name>_ownerId</name>
		</field>
		<field>
			<name>_ownerType</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CacheControlImpl</name>
		<type>com.liferay.portlet.CacheControlImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Deepak Gothe]]></author>
		<method>
			<name>CacheControlImpl</name>
			<param>
				<name>eTag</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>int</type>
			</param>
			<param>
				<name>publicScope</name>
				<type>boolean</type>
			</param>
			<param>
				<name>useCachedContent</name>
				<type>boolean</type>
			</param>
			<param>
				<name>mimeResponseImpl</name>
				<type>com.liferay.portlet.MimeResponseImpl</type>
			</param>
		</method>
		<method>
			<name>getETag</name>
		</method>
		<method>
			<name>getExpirationTime</name>
		</method>
		<method>
			<name>isPublicScope</name>
		</method>
		<method>
			<name>setETag</name>
			<param>
				<name>eTag</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setExpirationTime</name>
			<param>
				<name>expirationTime</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setPublicScope</name>
			<param>
				<name>publicScope</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setUseCachedContent</name>
			<param>
				<name>useCachedContent</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>useCachedContent</name>
		</method>
		<field>
			<name>_eTag</name>
		</field>
		<field>
			<name>_expirationTime</name>
		</field>
		<field>
			<name>_mimeResponseImpl</name>
		</field>
		<field>
			<name>_publicScope</name>
		</field>
		<field>
			<name>_useCachedContent</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClientDataRequestImpl</name>
		<type>com.liferay.portlet.ClientDataRequestImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getCharacterEncoding</name>
		</method>
		<method>
			<name>getContentLength</name>
		</method>
		<method>
			<name>getContentType</name>
		</method>
		<method>
			<name>getMethod</name>
		</method>
		<method>
			<name>getPortletInputStream</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getReader</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>UnsupportedEncodingException</name>
				<type>java.io.UnsupportedEncodingException</type>
			</throws>
		</method>
		<method>
			<name>setCharacterEncoding</name>
			<param>
				<name>enc</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>UnsupportedEncodingException</name>
				<type>java.io.UnsupportedEncodingException</type>
			</throws>
		</method>
		<field>
			<name>_calledGetReader</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ControlPanelEntry</name>
		<type>com.liferay.portlet.ControlPanelEntry</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>isVisible</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isVisible</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>category</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CustomUserAttributes</name>
		<type>com.liferay.portlet.CustomUserAttributes</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userInfo</name>
				<type>java.util.Map</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DefaultControlPanelEntry</name>
		<type>com.liferay.portlet.DefaultControlPanelEntry</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>isVisible</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DefaultControlPanelEntryFactory</name>
		<type>com.liferay.portlet.DefaultControlPanelEntryFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>setInstance</name>
			<param>
				<name>controlPanelEntryFactory</name>
				<type>com.liferay.portlet.ControlPanelEntry</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_controlPanelEntry</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DefaultCustomUserAttributes</name>
		<type>com.liferay.portlet.DefaultCustomUserAttributes</type>
		<comment><![CDATA[<p>
A separate instance of this class is created every time <code>renderRequest.getAttribute(PortletRequest.USER_INFO)</code> is called. It is safe to cache attributes in this instance because you can assume that all calls to this instance belong to the same user.
</p>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userInfo</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EventImpl</name>
		<type>com.liferay.portlet.EventImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EventImpl</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>qName</name>
				<type>javax.xml.namespace.QName</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>getBase64Value</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getQName</name>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<field>
			<name>_base64Value</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_qName</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EventRequestFactory</name>
		<type>com.liferay.portlet.EventRequestFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>invokerPortlet</name>
				<type>com.liferay.portlet.InvokerPortlet</type>
			</param>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
			<param>
				<name>portletMode</name>
				<type>javax.portlet.PortletMode</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EventRequestImpl</name>
		<type>com.liferay.portlet.EventRequestImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getEvent</name>
		</method>
		<method>
			<name>getLifecycle</name>
		</method>
		<method>
			<name>setEvent</name>
			<param>
				<name>event</name>
				<type>javax.portlet.Event</type>
			</param>
		</method>
		<field>
			<name>_event</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EventResponseFactory</name>
		<type>com.liferay.portlet.EventResponseFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>eventRequestImpl</name>
				<type>com.liferay.portlet.EventRequestImpl</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EventResponseImpl</name>
		<type>com.liferay.portlet.EventResponseImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getLifecycle</name>
		</method>
		<method>
			<name>setRenderParameters</name>
			<param>
				<name>eventRequest</name>
				<type>javax.portlet.EventRequest</type>
			</param>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>portletRequestImpl</name>
				<type>com.liferay.portlet.PortletRequestImpl</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<throws>
				<name>PortletModeException</name>
				<type>javax.portlet.PortletModeException</type>
			</throws>
			<throws>
				<name>WindowStateException</name>
				<type>javax.portlet.WindowStateException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>FilterChainImpl</name>
		<type>com.liferay.portlet.FilterChainImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FilterChainImpl</name>
			<param>
				<name>portlet</name>
				<type>javax.portlet.Portlet</type>
			</param>
			<param>
				<name>portletFilters</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>doFilter</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doFilter</name>
			<param>
				<name>eventRequest</name>
				<type>javax.portlet.EventRequest</type>
			</param>
			<param>
				<name>eventResponse</name>
				<type>javax.portlet.EventResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doFilter</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doFilter</name>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<field>
			<name>_portlet</name>
		</field>
		<field>
			<name>_portletFilters</name>
		</field>
		<field>
			<name>_pos</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FilterConfigFactory</name>
		<type>com.liferay.portlet.FilterConfigFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>portletFilter</name>
				<type>com.liferay.portal.model.PortletFilter</type>
			</param>
			<param>
				<name>ctx</name>
				<type>javax.portlet.PortletContext</type>
			</param>
		</method>
		<method>
			<name>destroy</name>
			<param>
				<name>portletFilter</name>
				<type>com.liferay.portal.model.PortletFilter</type>
			</param>
		</method>
		<method>
			<name>FilterConfigFactory</name>
		</method>
		<method>
			<name>_create</name>
			<param>
				<name>portletFilter</name>
				<type>com.liferay.portal.model.PortletFilter</type>
			</param>
			<param>
				<name>ctx</name>
				<type>javax.portlet.PortletContext</type>
			</param>
		</method>
		<method>
			<name>_destroy</name>
			<param>
				<name>portletFilter</name>
				<type>com.liferay.portal.model.PortletFilter</type>
			</param>
		</method>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_pool</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FilterConfigImpl</name>
		<type>com.liferay.portlet.FilterConfigImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FilterConfigImpl</name>
			<param>
				<name>filterName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>getFilterName</name>
		</method>
		<method>
			<name>getInitParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInitParameterNames</name>
		</method>
		<method>
			<name>getPortletContext</name>
		</method>
		<field>
			<name>_filterName</name>
		</field>
		<field>
			<name>_params</name>
		</field>
		<field>
			<name>_portletContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InvokerPortlet</name>
		<type>com.liferay.portlet.InvokerPortlet</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>getExpCache</name>
		</method>
		<method>
			<name>getPortlet</name>
		</method>
		<method>
			<name>getPortletClassLoader</name>
		</method>
		<method>
			<name>getPortletConfig</name>
		</method>
		<method>
			<name>getPortletContext</name>
		</method>
		<method>
			<name>getPortletInstance</name>
		</method>
		<method>
			<name>isCheckAuthToken</name>
		</method>
		<method>
			<name>isFacesPortlet</name>
		</method>
		<method>
			<name>isStrutsBridgePortlet</name>
		</method>
		<method>
			<name>isStrutsPortlet</name>
		</method>
		<method>
			<name>setPortletFilters</name>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<field>
			<name>INIT_INVOKER_PORTLET_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InvokerPortletFactory</name>
		<type>com.liferay.portlet.InvokerPortletFactory</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>create</name>
			<param>
				<name>portletModel</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>portlet</name>
				<type>javax.portlet.Portlet</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<param>
				<name>checkAuthToken</name>
				<type>boolean</type>
			</param>
			<param>
				<name>facesPortlet</name>
				<type>boolean</type>
			</param>
			<param>
				<name>strutsPortlet</name>
				<type>boolean</type>
			</param>
			<param>
				<name>strutsBridgePortlet</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>create</name>
			<param>
				<name>portletModel</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>portlet</name>
				<type>javax.portlet.Portlet</type>
			</param>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>InvokerPortletFactoryImpl</name>
		<type>com.liferay.portlet.InvokerPortletFactoryImpl</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>create</name>
			<param>
				<name>portletModel</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>portlet</name>
				<type>javax.portlet.Portlet</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<param>
				<name>checkAuthToken</name>
				<type>boolean</type>
			</param>
			<param>
				<name>facesPortlet</name>
				<type>boolean</type>
			</param>
			<param>
				<name>strutsPortlet</name>
				<type>boolean</type>
			</param>
			<param>
				<name>strutsBridgePortlet</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>create</name>
			<param>
				<name>portletModel</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>portlet</name>
				<type>javax.portlet.Portlet</type>
			</param>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>InvokerPortletImpl</name>
		<type>com.liferay.portlet.InvokerPortletImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<method>
			<name>clearResponse</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>clearResponses</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>clearResponses</name>
			<param>
				<name>session</name>
				<type>javax.portlet.PortletSession</type>
			</param>
		</method>
		<method>
			<name>encodeResponseKey</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResponses</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>getResponses</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
		</method>
		<method>
			<name>InvokerPortletImpl</name>
			<param>
				<name>portletModel</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>portlet</name>
				<type>javax.portlet.Portlet</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<param>
				<name>checkAuthToken</name>
				<type>boolean</type>
			</param>
			<param>
				<name>facesPortlet</name>
				<type>boolean</type>
			</param>
			<param>
				<name>strutsPortlet</name>
				<type>boolean</type>
			</param>
			<param>
				<name>strutsBridgePortlet</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>InvokerPortletImpl</name>
			<param>
				<name>portletModel</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>portlet</name>
				<type>javax.portlet.Portlet</type>
			</param>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>getExpCache</name>
		</method>
		<method>
			<name>getPortlet</name>
		</method>
		<method>
			<name>getPortletClassLoader</name>
		</method>
		<method>
			<name>getPortletConfig</name>
		</method>
		<method>
			<name>getPortletContext</name>
		</method>
		<method>
			<name>getPortletInstance</name>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>isCheckAuthToken</name>
		</method>
		<method>
			<name>isFacesPortlet</name>
		</method>
		<method>
			<name>isStrutsBridgePortlet</name>
		</method>
		<method>
			<name>isStrutsPortlet</name>
		</method>
		<method>
			<name>processAction</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>processEvent</name>
			<param>
				<name>eventRequest</name>
				<type>javax.portlet.EventRequest</type>
			</param>
			<param>
				<name>eventResponse</name>
				<type>javax.portlet.EventResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>setPortletFilters</name>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>portletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filters</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>invokeAction</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>invokeEvent</name>
			<param>
				<name>eventRequest</name>
				<type>javax.portlet.EventRequest</type>
			</param>
			<param>
				<name>eventResponse</name>
				<type>javax.portlet.EventResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>invokeRender</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>invokeResource</name>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>removePortletFilters</name>
		</method>
		<method>
			<name>_initialize</name>
			<param>
				<name>portletModel</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>portlet</name>
				<type>javax.portlet.Portlet</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<param>
				<name>checkAuthToken</name>
				<type>boolean</type>
			</param>
			<param>
				<name>facesPortlet</name>
				<type>boolean</type>
			</param>
			<param>
				<name>strutsPortlet</name>
				<type>boolean</type>
			</param>
			<param>
				<name>strutsBridgePortlet</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_actionFilters</name>
		</field>
		<field>
			<name>_checkAuthToken</name>
		</field>
		<field>
			<name>_eventFilters</name>
		</field>
		<field>
			<name>_expCache</name>
		</field>
		<field>
			<name>_facesPortlet</name>
		</field>
		<field>
			<name>_portlet</name>
		</field>
		<field>
			<name>_portletConfigImpl</name>
		</field>
		<field>
			<name>_portletContextImpl</name>
		</field>
		<field>
			<name>_portletId</name>
		</field>
		<field>
			<name>_portletModel</name>
		</field>
		<field>
			<name>_renderFilters</name>
		</field>
		<field>
			<name>_resourceFilters</name>
		</field>
		<field>
			<name>_strutsBridgePortlet</name>
		</field>
		<field>
			<name>_strutsPortlet</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InvokerPortletResponse</name>
		<type>com.liferay.portlet.InvokerPortletResponse</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>InvokerPortletResponse</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>time</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
		</method>
		<method>
			<name>getTime</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>setContent</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTime</name>
			<param>
				<name>time</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setTitle</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_content</name>
		</field>
		<field>
			<name>_time</name>
		</field>
		<field>
			<name>_title</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MimeResponseImpl</name>
		<type>com.liferay.portlet.MimeResponseImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>flushBuffer</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getBufferSize</name>
		</method>
		<method>
			<name>getCacheControl</name>
		</method>
		<method>
			<name>getCharacterEncoding</name>
		</method>
		<method>
			<name>getContentType</name>
		</method>
		<method>
			<name>getLocale</name>
		</method>
		<method>
			<name>getPortletOutputStream</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getWriter</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>isCalledFlushBuffer</name>
		</method>
		<method>
			<name>isCalledGetPortletOutputStream</name>
		</method>
		<method>
			<name>isCalledGetWriter</name>
		</method>
		<method>
			<name>isCommitted</name>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>resetBuffer</name>
		</method>
		<method>
			<name>setBufferSize</name>
			<param>
				<name>bufferSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setContentType</name>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>portletRequestImpl</name>
				<type>com.liferay.portlet.PortletRequestImpl</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_calledFlushBuffer</name>
		</field>
		<field>
			<name>_calledGetPortletOutputStream</name>
		</field>
		<field>
			<name>_calledGetWriter</name>
		</field>
		<field>
			<name>_contentType</name>
		</field>
		<field>
			<name>_portletRequestImpl</name>
		</field>
		<field>
			<name>_response</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MonitoringPortlet</name>
		<type>com.liferay.portlet.MonitoringPortlet</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Karthik Sudarshan]]></author>
		<method>
			<name>isMonitoringPortletActionRequest</name>
		</method>
		<method>
			<name>isMonitoringPortletEventRequest</name>
		</method>
		<method>
			<name>isMonitoringPortletRenderRequest</name>
		</method>
		<method>
			<name>isMonitoringPortletResourceRequest</name>
		</method>
		<method>
			<name>setMonitoringPortletActionRequest</name>
			<param>
				<name>monitoringPortletActionRequest</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setMonitoringPortletEventRequest</name>
			<param>
				<name>monitoringPortletEventRequest</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setMonitoringPortletRenderRequest</name>
			<param>
				<name>monitoringPortletRenderRequest</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setMonitoringPortletResourceRequest</name>
			<param>
				<name>monitoringPortletResourceRequest</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>MonitoringPortlet</name>
		</method>
		<method>
			<name>MonitoringPortlet</name>
			<param>
				<name>invokerPortlet</name>
				<type>com.liferay.portlet.InvokerPortlet</type>
			</param>
			<param>
				<name>singleDestinationMessageSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.SingleDestinationMessageSender</type>
			</param>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>getExpCache</name>
		</method>
		<method>
			<name>getPortlet</name>
		</method>
		<method>
			<name>getPortletClassLoader</name>
		</method>
		<method>
			<name>getPortletConfig</name>
		</method>
		<method>
			<name>getPortletContext</name>
		</method>
		<method>
			<name>getPortletInstance</name>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>isCheckAuthToken</name>
		</method>
		<method>
			<name>isFacesPortlet</name>
		</method>
		<method>
			<name>isStrutsBridgePortlet</name>
		</method>
		<method>
			<name>isStrutsPortlet</name>
		</method>
		<method>
			<name>processAction</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>processEvent</name>
			<param>
				<name>eventRequest</name>
				<type>javax.portlet.EventRequest</type>
			</param>
			<param>
				<name>eventResponse</name>
				<type>javax.portlet.EventResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>setInvokerPortlet</name>
			<param>
				<name>invokerPortlet</name>
				<type>com.liferay.portlet.InvokerPortlet</type>
			</param>
		</method>
		<method>
			<name>setPortletFilters</name>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>setSingleDestinationMessageSender</name>
			<param>
				<name>singleDestinationMessageSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.SingleDestinationMessageSender</type>
			</param>
		</method>
		<method>
			<name>_processException</name>
			<param>
				<name>monitoringPortletRequest</name>
				<type>boolean</type>
			</param>
			<param>
				<name>portletRequestDataSample</name>
				<type>com.liferay.portal.monitoring.statistics.portlet.PortletRequestDataSample</type>
			</param>
			<param>
				<name>e</name>
				<type>java.lang.Exception</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<field>
			<name>_monitoringPortletActionRequest</name>
		</field>
		<field>
			<name>_monitoringPortletEventRequest</name>
		</field>
		<field>
			<name>_monitoringPortletRenderRequest</name>
		</field>
		<field>
			<name>_monitoringPortletResourceRequest</name>
		</field>
		<field>
			<name>_actionTimeout</name>
		</field>
		<field>
			<name>_invokerPortlet</name>
		</field>
		<field>
			<name>_renderTimeout</name>
		</field>
		<field>
			<name>_singleDestinationMessageSender</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MonitoringPortletFactoryImpl</name>
		<type>com.liferay.portlet.MonitoringPortletFactoryImpl</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>create</name>
			<param>
				<name>portletModel</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>portlet</name>
				<type>javax.portlet.Portlet</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<param>
				<name>checkAuthToken</name>
				<type>boolean</type>
			</param>
			<param>
				<name>facesPortlet</name>
				<type>boolean</type>
			</param>
			<param>
				<name>strutsPortlet</name>
				<type>boolean</type>
			</param>
			<param>
				<name>strutsBridgePortlet</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>create</name>
			<param>
				<name>portletModel</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>portlet</name>
				<type>javax.portlet.Portlet</type>
			</param>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>setSingleDestinationMessageSender</name>
			<param>
				<name>singleDestinationMessageSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.SingleDestinationMessageSender</type>
			</param>
		</method>
		<field>
			<name>_singleDestinationMessageSender</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MonitoringPortletManager</name>
		<type>com.liferay.portlet.MonitoringPortletManager</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>isMonitoringPortletActionRequest</name>
		</method>
		<method>
			<name>isMonitoringPortletEventRequest</name>
		</method>
		<method>
			<name>isMonitoringPortletRenderRequest</name>
		</method>
		<method>
			<name>isMonitoringPortletResourceRequest</name>
		</method>
		<method>
			<name>setMonitoringPortletActionRequest</name>
			<param>
				<name>monitoringPortletActionRequest</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setMonitoringPortletEventRequest</name>
			<param>
				<name>monitoringPortletEventRequest</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setMonitoringPortletRenderRequest</name>
			<param>
				<name>monitoringPortletRenderRequest</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setMonitoringPortletResourceRequest</name>
			<param>
				<name>monitoringPortletResourceRequest</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MonitoringPortletManagerMBean</name>
		<type>com.liferay.portlet.MonitoringPortletManagerMBean</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>isMonitoringPortletActionRequest</name>
		</method>
		<method>
			<name>isMonitoringPortletEventRequest</name>
		</method>
		<method>
			<name>isMonitoringPortletRenderRequest</name>
		</method>
		<method>
			<name>isMonitoringPortletResourceRequest</name>
		</method>
		<method>
			<name>setMonitoringPortletActionRequest</name>
			<param>
				<name>monitoringPortletActionRequest</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setMonitoringPortletEventRequest</name>
			<param>
				<name>monitoringPortletEventRequest</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setMonitoringPortletRenderRequest</name>
			<param>
				<name>monitoringPortletRenderRequest</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setMonitoringPortletResourceRequest</name>
			<param>
				<name>monitoringPortletResourceRequest</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NullSafeResourceBundle</name>
		<type>com.liferay.portlet.NullSafeResourceBundle</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>NullSafeResourceBundle</name>
			<param>
				<name>resourceBundle</name>
				<type>java.util.ResourceBundle</type>
			</param>
		</method>
		<method>
			<name>getKeys</name>
		</method>
		<method>
			<name>handleGetObject</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalContextImpl</name>
		<type>com.liferay.portlet.PortalContextImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>isSupportedPortletMode</name>
			<param>
				<name>portletMode</name>
				<type>javax.portlet.PortletMode</type>
			</param>
		</method>
		<method>
			<name>isSupportedWindowState</name>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
		</method>
		<method>
			<name>getPortalInfo</name>
		</method>
		<method>
			<name>getProperty</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPropertyNames</name>
		</method>
		<method>
			<name>getSupportedPortletModes</name>
		</method>
		<method>
			<name>getSupportedWindowStates</name>
		</method>
		<field>
			<name>properties</name>
		</field>
		<field>
			<name>portletModes</name>
		</field>
		<field>
			<name>windowStates</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalPreferences</name>
		<type>com.liferay.portlet.PortalPreferences</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getValue</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getValues</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getValues</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>isSignedIn</name>
		</method>
		<method>
			<name>resetValues</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSignedIn</name>
			<param>
				<name>signedIn</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setValues</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>size</name>
		</method>
	</javadoc>
	<javadoc>
		<name>PortalPreferencesImpl</name>
		<type>com.liferay.portlet.PortalPreferencesImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>PortalPreferencesImpl</name>
		</method>
		<method>
			<name>PortalPreferencesImpl</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>preferences</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>signedIn</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getValues</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getValues</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>isSignedIn</name>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>resetValues</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSignedIn</name>
			<param>
				<name>signedIn</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setValues</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>store</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_encodeKey</name>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_RANDOM_KEY</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_signedIn</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalPreferencesWrapper</name>
		<type>com.liferay.portlet.PortalPreferencesWrapper</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>PortalPreferencesWrapper</name>
			<param>
				<name>portalPreferencesImpl</name>
				<type>com.liferay.portlet.PortalPreferencesImpl</type>
			</param>
		</method>
		<method>
			<name>getMap</name>
		</method>
		<method>
			<name>getNames</name>
		</method>
		<method>
			<name>getPortalPreferencesImpl</name>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>def</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getValues</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>def</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>isReadOnly</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>setValues</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>store</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_portalPreferencesImpl</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletBagFactory</name>
		<type>com.liferay.portlet.PortletBagFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>create</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setClassLoader</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>setServletContext</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>setWARFile</name>
			<param>
				<name>warFile</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPluginPropertyValue</name>
			<param>
				<name>propertyKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getResourceBundleInputStream</name>
			<param>
				<name>resourceBundleName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>initResourceBundle</name>
			<param>
				<name>resourceBundles</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>initScheduler</name>
			<param>
				<name>schedulerEntry</name>
				<type>com.liferay.portal.kernel.scheduler.SchedulerEntry</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initSchedulers</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initSocialActivityInterpreterInstance</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>newAssetRendererFactoryInstance</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>assetRendererFactoryClass</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>newAssetRendererFactoryInstances</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>newAtomCollectionAdapterInstances</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>newConfigurationAction</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>newFriendlyURLMapper</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>newFriendlyURLRouter</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>newIndexers</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>newInstance</name>
			<param>
				<name>interfaceClass</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>implClassName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>newInstance</name>
			<param>
				<name>interfaceClasses</name>
				<type>java.lang.Class[]</type>
			</param>
			<param>
				<name>implClassName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>newOpenSearch</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>newPermissionPropagator</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>newPollerProcessor</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>newPOPMessageListener</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>newPortletDataHandler</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>newPortletLayoutListener</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>newURLEncoder</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_classLoader</name>
		</field>
		<field>
			<name>_servletContext</name>
		</field>
		<field>
			<name>_warFile</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletBagImpl</name>
		<type>com.liferay.portlet.PortletBagImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>PortletBagImpl</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>portletInstance</name>
				<type>javax.portlet.Portlet</type>
			</param>
			<param>
				<name>configurationActionInstance</name>
				<type>com.liferay.portal.kernel.portlet.ConfigurationAction</type>
			</param>
			<param>
				<name>indexerInstances</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>openSearchInstance</name>
				<type>com.liferay.portal.kernel.search.OpenSearch</type>
			</param>
			<param>
				<name>friendlyURLMapperInstance</name>
				<type>com.liferay.portal.kernel.portlet.FriendlyURLMapper</type>
			</param>
			<param>
				<name>urlEncoderInstance</name>
				<type>com.liferay.portal.kernel.servlet.URLEncoder</type>
			</param>
			<param>
				<name>portletDataHandlerInstance</name>
				<type>com.liferay.portal.kernel.lar.PortletDataHandler</type>
			</param>
			<param>
				<name>portletLayoutListenerInstance</name>
				<type>com.liferay.portal.kernel.portlet.PortletLayoutListener</type>
			</param>
			<param>
				<name>pollerProcessorInstance</name>
				<type>com.liferay.portal.kernel.poller.PollerProcessor</type>
			</param>
			<param>
				<name>popMessageListenerInstance</name>
				<type>com.liferay.portal.kernel.pop.MessageListener</type>
			</param>
			<param>
				<name>socialActivityInterpreterInstance</name>
				<type>com.liferay.portlet.social.model.SocialActivityInterpreter</type>
			</param>
			<param>
				<name>socialRequestInterpreterInstance</name>
				<type>com.liferay.portlet.social.model.SocialRequestInterpreter</type>
			</param>
			<param>
				<name>webDAVStorageInstance</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVStorage</type>
			</param>
			<param>
				<name>xmlRpcMethodInstance</name>
				<type>com.liferay.portal.kernel.xmlrpc.Method</type>
			</param>
			<param>
				<name>controlPanelEntryInstance</name>
				<type>com.liferay.portlet.ControlPanelEntry</type>
			</param>
			<param>
				<name>assetRendererFactoryInstances</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>atomCollectionAdapters</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>customAttributesDisplayInstances</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>permissionPropagatorInstance</name>
				<type>com.liferay.portal.security.permission.PermissionPropagator</type>
			</param>
			<param>
				<name>workflowHandlerInstances</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>preferencesValidatorInstance</name>
				<type>javax.portlet.PreferencesValidator</type>
			</param>
			<param>
				<name>resourceBundles</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>getAssetRendererFactoryInstances</name>
		</method>
		<method>
			<name>getAtomCollectionAdapterInstances</name>
		</method>
		<method>
			<name>getConfigurationActionInstance</name>
		</method>
		<method>
			<name>getControlPanelEntryInstance</name>
		</method>
		<method>
			<name>getCustomAttributesDisplayInstances</name>
		</method>
		<method>
			<name>getFriendlyURLMapperInstance</name>
		</method>
		<method>
			<name>getIndexerInstances</name>
		</method>
		<method>
			<name>getOpenSearchInstance</name>
		</method>
		<method>
			<name>getPermissionPropagatorInstance</name>
		</method>
		<method>
			<name>getPollerProcessorInstance</name>
		</method>
		<method>
			<name>getPopMessageListenerInstance</name>
		</method>
		<method>
			<name>getPortletDataHandlerInstance</name>
		</method>
		<method>
			<name>getPortletInstance</name>
		</method>
		<method>
			<name>getPortletLayoutListenerInstance</name>
		</method>
		<method>
			<name>getPortletName</name>
		</method>
		<method>
			<name>getPreferencesValidatorInstance</name>
		</method>
		<method>
			<name>getResourceBundle</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getResourceBundles</name>
		</method>
		<method>
			<name>getServletContext</name>
		</method>
		<method>
			<name>getSocialActivityInterpreterInstance</name>
		</method>
		<method>
			<name>getSocialRequestInterpreterInstance</name>
		</method>
		<method>
			<name>getURLEncoderInstance</name>
		</method>
		<method>
			<name>getWebDAVStorageInstance</name>
		</method>
		<method>
			<name>getWorkflowHandlerInstances</name>
		</method>
		<method>
			<name>getXmlRpcMethodInstance</name>
		</method>
		<method>
			<name>setPortletInstance</name>
			<param>
				<name>portletInstance</name>
				<type>javax.portlet.Portlet</type>
			</param>
		</method>
		<method>
			<name>setPortletName</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_assetRendererFactoryInstances</name>
		</field>
		<field>
			<name>_atomCollectionAdapterInstances</name>
		</field>
		<field>
			<name>_configurationActionInstance</name>
		</field>
		<field>
			<name>_controlPanelEntryInstance</name>
		</field>
		<field>
			<name>_customAttributesDisplayInstances</name>
		</field>
		<field>
			<name>_friendlyURLMapperInstance</name>
		</field>
		<field>
			<name>_indexerInstances</name>
		</field>
		<field>
			<name>_openSearchInstance</name>
		</field>
		<field>
			<name>_permissionPropagatorInstance</name>
		</field>
		<field>
			<name>_pollerProcessorInstance</name>
		</field>
		<field>
			<name>_popMessageListenerInstance</name>
		</field>
		<field>
			<name>_portletDataHandlerInstance</name>
		</field>
		<field>
			<name>_portletInstance</name>
		</field>
		<field>
			<name>_portletLayoutListenerInstance</name>
		</field>
		<field>
			<name>_portletName</name>
		</field>
		<field>
			<name>_preferencesValidatorInstance</name>
		</field>
		<field>
			<name>_resourceBundles</name>
		</field>
		<field>
			<name>_servletContext</name>
		</field>
		<field>
			<name>_socialActivityInterpreterInstance</name>
		</field>
		<field>
			<name>_socialRequestInterpreterInstance</name>
		</field>
		<field>
			<name>_urlEncoderInstance</name>
		</field>
		<field>
			<name>_webDAVStorageInstance</name>
		</field>
		<field>
			<name>_workflowHandlerInstances</name>
		</field>
		<field>
			<name>_xmlRpcMethodInstance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletConfigFactory</name>
		<type>com.liferay.portlet.PortletConfigFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>destroy</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletConfigFactoryImpl</name>
		<type>com.liferay.portlet.PortletConfigFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletConfigFactoryImpl</name>
		</method>
		<method>
			<name>create</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>destroy</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<field>
			<name>_pool</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletConfigFactoryUtil</name>
		<type>com.liferay.portlet.PortletConfigFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>destroy</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>getPortletConfigFactory</name>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>setPortletConfigFactory</name>
			<param>
				<name>portletConfigFactory</name>
				<type>com.liferay.portlet.PortletConfigFactory</type>
			</param>
		</method>
		<field>
			<name>_portletConfigFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletConfigImpl</name>
		<type>com.liferay.portlet.PortletConfigImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>PortletConfigImpl</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
		</method>
		<method>
			<name>getContainerRuntimeOptions</name>
		</method>
		<method>
			<name>getDefaultNamespace</name>
		</method>
		<method>
			<name>getInitParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInitParameterNames</name>
		</method>
		<method>
			<name>getPortlet</name>
		</method>
		<method>
			<name>getPortletContext</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getPortletName</name>
		</method>
		<method>
			<name>getProcessingEventQNames</name>
		</method>
		<method>
			<name>getPublicRenderParameterNames</name>
		</method>
		<method>
			<name>getPublishingEventQNames</name>
		</method>
		<method>
			<name>getResourceBundle</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getSupportedLocales</name>
		</method>
		<method>
			<name>isWARFile</name>
		</method>
		<method>
			<name>toJavaxQNames</name>
			<param>
				<name>liferayQNames</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<field>
			<name>_portlet</name>
		</field>
		<field>
			<name>_portletApp</name>
		</field>
		<field>
			<name>_portletContext</name>
		</field>
		<field>
			<name>_portletName</name>
		</field>
		<field>
			<name>_resourceBundles</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletContextBag</name>
		<type>com.liferay.portlet.PortletContextBag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletContextBag</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCustomUserAttributes</name>
		</method>
		<method>
			<name>getPortletFilters</name>
		</method>
		<method>
			<name>getPortletURLListeners</name>
		</method>
		<method>
			<name>getServletContextName</name>
		</method>
		<field>
			<name>_customUserAttributes</name>
		</field>
		<field>
			<name>_portletFilters</name>
		</field>
		<field>
			<name>_servletContextName</name>
		</field>
		<field>
			<name>_urlListeners</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletContextBagPool</name>
		<type>com.liferay.portlet.PortletContextBagPool</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletContextBag</name>
				<type>com.liferay.portlet.PortletContextBag</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortletContextBagPool</name>
		</method>
		<method>
			<name>_get</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_put</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletContextBag</name>
				<type>com.liferay.portlet.PortletContextBag</type>
			</param>
		</method>
		<method>
			<name>_remove</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_portletContextBagPool</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletContextFactory</name>
		<type>com.liferay.portlet.PortletContextFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>destroy</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>PortletContextFactory</name>
		</method>
		<method>
			<name>_create</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>_destroy</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_pool</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletContextImpl</name>
		<type>com.liferay.portlet.PortletContextImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Brett Randall]]></author>
		<method>
			<name>PortletContextImpl</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>getAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAttributeNames</name>
		</method>
		<method>
			<name>getContainerRuntimeOptions</name>
		</method>
		<method>
			<name>getInitParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInitParameterNames</name>
		</method>
		<method>
			<name>getMajorVersion</name>
		</method>
		<method>
			<name>getMimeType</name>
			<param>
				<name>file</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getMinorVersion</name>
		</method>
		<method>
			<name>getNamedDispatcher</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortlet</name>
		</method>
		<method>
			<name>getPortletContextName</name>
		</method>
		<method>
			<name>getRealPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRequestDispatcher</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResource</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MalformedURLException</name>
				<type>java.net.MalformedURLException</type>
			</throws>
		</method>
		<method>
			<name>getResourceAsStream</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResourcePaths</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getServerInfo</name>
		</method>
		<method>
			<name>getServletContext</name>
		</method>
		<method>
			<name>isWARFile</name>
		</method>
		<method>
			<name>log</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>log</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>throwable</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>removeAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_MAJOR_VERSION</name>
		</field>
		<field>
			<name>_MINOR_VERSION</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_portlet</name>
		</field>
		<field>
			<name>_servletContext</name>
		</field>
		<field>
			<name>_servletContextName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletFilterFactory</name>
		<type>com.liferay.portlet.PortletFilterFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>portletFilterModel</name>
				<type>com.liferay.portal.model.PortletFilter</type>
			</param>
			<param>
				<name>ctx</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>destroy</name>
			<param>
				<name>portletFilterModel</name>
				<type>com.liferay.portal.model.PortletFilter</type>
			</param>
		</method>
		<method>
			<name>PortletFilterFactory</name>
		</method>
		<method>
			<name>_create</name>
			<param>
				<name>portletFilterModel</name>
				<type>com.liferay.portal.model.PortletFilter</type>
			</param>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>_destroy</name>
			<param>
				<name>portletFilterModel</name>
				<type>com.liferay.portal.model.PortletFilter</type>
			</param>
		</method>
		<method>
			<name>_init</name>
			<param>
				<name>portletFilterModel</name>
				<type>com.liferay.portal.model.PortletFilter</type>
			</param>
			<param>
				<name>filterConfig</name>
				<type>javax.portlet.filter.FilterConfig</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>_init</name>
			<param>
				<name>portletFilterModel</name>
				<type>com.liferay.portal.model.PortletFilter</type>
			</param>
			<param>
				<name>filterConfig</name>
				<type>javax.portlet.filter.FilterConfig</type>
			</param>
			<param>
				<name>portletFilter</name>
				<type>javax.portlet.filter.PortletFilter</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_portletFilters</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletInstanceFactory</name>
		<type>com.liferay.portlet.PortletInstanceFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clear</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>clear</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>resetRemotePortletBag</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>create</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>destroy</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletInstanceFactoryImpl</name>
		<type>com.liferay.portlet.PortletInstanceFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>PortletInstanceFactoryImpl</name>
		</method>
		<method>
			<name>clear</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>clear</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>resetRemotePortletBag</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>create</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>destroy</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>setInvokerPortletFactory</name>
			<param>
				<name>invokerPortletFactory</name>
				<type>com.liferay.portlet.InvokerPortletFactory</type>
			</param>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>portletInstance</name>
				<type>javax.portlet.Portlet</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<field>
			<name>_invokerPortletFactory</name>
		</field>
		<field>
			<name>_pool</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletInstanceFactoryUtil</name>
		<type>com.liferay.portlet.PortletInstanceFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clear</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>clear</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>resetRemotePortletBag</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>create</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>destroy</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>getPortletInstanceFactory</name>
		</method>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>setPortletInstanceFactory</name>
			<param>
				<name>portletInstanceFactory</name>
				<type>com.liferay.portlet.PortletInstanceFactory</type>
			</param>
		</method>
		<field>
			<name>_portletInstanceFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletPreferencesFactory</name>
		<type>com.liferay.portlet.PortletPreferencesFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>fromDefaultXML</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fromXML</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fromXML</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutPortletSetup</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortalPreferences</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortalPreferences</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>signedIn</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortalPreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>signedIn</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortalPreferences</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletPreferences</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletPreferencesIds</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>selLayout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletPreferencesIds</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletPreferencesIds</name>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modeEditGuest</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletSetup</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletSetup</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultPreferences</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletSetup</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultPreferences</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletSetup</name>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultPreferences</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletSetup</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletSetup</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletSetupMap</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPreferences</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getPreferencesValidator</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>getStrictLayoutPortletSetup</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>toXML</name>
			<param>
				<name>portalPreferences</name>
				<type>com.liferay.portlet.PortalPreferences</type>
			</param>
		</method>
		<method>
			<name>toXML</name>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletPreferencesFactoryImpl</name>
		<type>com.liferay.portlet.PortletPreferencesFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Minhchau Dang]]></author>
		<method>
			<name>fromDefaultXML</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fromXML</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fromXML</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutPortletSetup</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortalPreferences</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortalPreferences</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>signedIn</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortalPreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>signedIn</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortalPreferences</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletPreferences</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletPreferencesIds</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletPreferencesIds</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletPreferencesIds</name>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modeEditGuest</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletSetup</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletSetup</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultPreferences</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletSetup</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultPreferences</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletSetup</name>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultPreferences</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletSetup</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletSetup</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletSetupMap</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPreferences</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getPreferencesValidator</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>getStrictLayoutPortletSetup</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>toXML</name>
			<param>
				<name>portalPreferences</name>
				<type>com.liferay.portlet.PortalPreferences</type>
			</param>
		</method>
		<method>
			<name>toXML</name>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>populateMap</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>preferencesMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>readPreference</name>
			<param>
				<name>xmlEventReader</name>
				<type>javax.xml.stream.XMLEventReader</type>
			</param>
			<throws>
				<name>XMLStreamException</name>
				<type>javax.xml.stream.XMLStreamException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletPreferencesFactoryUtil</name>
		<type>com.liferay.portlet.PortletPreferencesFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>fromDefaultXML</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fromXML</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fromXML</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutPortletSetup</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortalPreferences</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortalPreferences</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>signedIn</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortalPreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>signedIn</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortalPreferences</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletPreferences</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletPreferencesFactory</name>
		</method>
		<method>
			<name>getPortletPreferencesIds</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>selLayout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletPreferencesIds</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletPreferencesIds</name>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modeEditGuest</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletSetup</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletSetup</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultPreferences</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletSetup</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultPreferences</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletSetup</name>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultPreferences</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletSetup</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletSetup</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPortletSetupMap</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPreferences</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getPreferencesValidator</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>getStrictLayoutPortletSetup</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>toXML</name>
			<param>
				<name>portalPreferences</name>
				<type>com.liferay.portlet.PortalPreferences</type>
			</param>
		</method>
		<method>
			<name>toXML</name>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>setPortletPreferencesFactory</name>
			<param>
				<name>portletPreferencesFactory</name>
				<type>com.liferay.portlet.PortletPreferencesFactory</type>
			</param>
		</method>
		<field>
			<name>_portletPreferencesFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletPreferencesImpl</name>
		<type>com.liferay.portlet.PortletPreferencesImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>PortletPreferencesImpl</name>
		</method>
		<method>
			<name>PortletPreferencesImpl</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>preferences</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>PortletPreferencesImpl</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>preferences</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getPlid</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>store</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ValidatorException</name>
				<type>javax.portlet.ValidatorException</type>
			</throws>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_defaultPreferences</name>
		</field>
		<field>
			<name>_plid</name>
		</field>
		<field>
			<name>_portletId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletPreferencesThreadLocal</name>
		<type>com.liferay.portlet.PortletPreferencesThreadLocal</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>isStrict</name>
		</method>
		<method>
			<name>setStrict</name>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_strict</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletPreferencesWrapper</name>
		<type>com.liferay.portlet.PortletPreferencesWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletPreferencesWrapper</name>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getMap</name>
		</method>
		<method>
			<name>getNames</name>
		</method>
		<method>
			<name>getPortletPreferencesImpl</name>
		</method>
		<method>
			<name>getPreferencesImpl</name>
			<deprecated><![CDATA[{@link #getPortletPreferencesImpl}]]></deprecated>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>def</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getValues</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>def</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>isReadOnly</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>reset</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>setValues</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>store</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ValidatorException</name>
				<type>javax.portlet.ValidatorException</type>
			</throws>
		</method>
		<field>
			<name>_lifecycle</name>
		</field>
		<field>
			<name>_portletPreferences</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletQName</name>
		<type>com.liferay.portlet.PortletQName</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getKey</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>getKey</name>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>localPart</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPublicRenderParameterIdentifier</name>
			<param>
				<name>publicRenderParameterName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPublicRenderParameterName</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>getQName</name>
			<param>
				<name>qNameEl</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>nameEl</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>defaultNamespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getQName</name>
			<param>
				<name>publicRenderParameterName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRemovePublicRenderParameterName</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>setPublicRenderParameterIdentifier</name>
			<param>
				<name>publicRenderParameterName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>identifier</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>PUBLIC_RENDER_PARAMETER_NAMESPACE</name>
		</field>
		<field>
			<name>REMOVE_PUBLIC_RENDER_PARAMETER_NAMESPACE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletQNameImpl</name>
		<type>com.liferay.portlet.PortletQNameImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletQNameImpl</name>
		</method>
		<method>
			<name>getKey</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>getKey</name>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>localPart</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPublicRenderParameterIdentifier</name>
			<param>
				<name>publicRenderParameterName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPublicRenderParameterName</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>getQName</name>
			<param>
				<name>qNameEl</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>nameEl</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>defaultNamespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getQName</name>
			<param>
				<name>publicRenderParameterName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRemovePublicRenderParameterName</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>setPublicRenderParameterIdentifier</name>
			<param>
				<name>publicRenderParameterName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>identifier</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_KEY_SEPARATOR</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_identifiers</name>
		</field>
		<field>
			<name>_qNames</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletQNameUtil</name>
		<type>com.liferay.portlet.PortletQNameUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getKey</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>getKey</name>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>localPart</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletQName</name>
		</method>
		<method>
			<name>getPublicRenderParameterIdentifier</name>
			<param>
				<name>publicRenderParameterName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPublicRenderParameterName</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>getQName</name>
			<param>
				<name>qNameEl</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>nameEl</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>defaultNamespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getQName</name>
			<param>
				<name>publicRenderParameterName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRemovePublicRenderParameterName</name>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>setPublicRenderParameterIdentifier</name>
			<param>
				<name>publicRenderParameterName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>identifier</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletQName</name>
			<param>
				<name>portletQName</name>
				<type>com.liferay.portlet.PortletQName</type>
			</param>
		</method>
		<field>
			<name>_portletQName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletRequestDispatcherImpl</name>
		<type>com.liferay.portlet.PortletRequestDispatcherImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<method>
			<name>PortletRequestDispatcherImpl</name>
			<param>
				<name>requestDispatcher</name>
				<type>javax.servlet.RequestDispatcher</type>
			</param>
			<param>
				<name>named</name>
				<type>boolean</type>
			</param>
			<param>
				<name>portletContextImpl</name>
				<type>com.liferay.portlet.PortletContextImpl</type>
			</param>
		</method>
		<method>
			<name>PortletRequestDispatcherImpl</name>
			<param>
				<name>requestDispatcher</name>
				<type>javax.servlet.RequestDispatcher</type>
			</param>
			<param>
				<name>named</name>
				<type>boolean</type>
			</param>
			<param>
				<name>portletContextImpl</name>
				<type>com.liferay.portlet.PortletContextImpl</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>forward</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<throws>
				<name>IllegalStateException</name>
				<type>java.lang.IllegalStateException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>strutsURLEncoder</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>dispatch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>strutsURLEncoder</name>
				<type>boolean</type>
			</param>
			<param>
				<name>include</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_named</name>
		</field>
		<field>
			<name>_path</name>
		</field>
		<field>
			<name>_portlet</name>
		</field>
		<field>
			<name>_portletContextImpl</name>
		</field>
		<field>
			<name>_requestDispatcher</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletRequestImpl</name>
		<type>com.liferay.portlet.PortletRequestImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<author><![CDATA[Sergey Ponomarev]]></author>
		<method>
			<name>getPortletRequestImpl</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>defineObjects</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
		</method>
		<method>
			<name>getAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAttributeNames</name>
		</method>
		<method>
			<name>getAuthType</name>
		</method>
		<method>
			<name>getCCPPProfile</name>
		</method>
		<method>
			<name>getContextPath</name>
		</method>
		<method>
			<name>getCookies</name>
		</method>
		<method>
			<name>getETag</name>
		</method>
		<method>
			<name>getHttpServletRequest</name>
		</method>
		<method>
			<name>getLifecycle</name>
		</method>
		<method>
			<name>getLocale</name>
		</method>
		<method>
			<name>getLocales</name>
		</method>
		<method>
			<name>getMethod</name>
		</method>
		<method>
			<name>getOriginalHttpServletRequest</name>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameterMap</name>
		</method>
		<method>
			<name>getParameterNames</name>
		</method>
		<method>
			<name>getParameterValues</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortalContext</name>
		</method>
		<method>
			<name>getPortlet</name>
		</method>
		<method>
			<name>getPortletContext</name>
		</method>
		<method>
			<name>getPortletMode</name>
		</method>
		<method>
			<name>getPortletName</name>
		</method>
		<method>
			<name>getPortletSession</name>
		</method>
		<method>
			<name>getPortletSession</name>
			<param>
				<name>create</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getPreferences</name>
		</method>
		<method>
			<name>getPreferencesImpl</name>
		</method>
		<method>
			<name>getPrivateParameterMap</name>
		</method>
		<method>
			<name>getProperties</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getProperty</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPropertyNames</name>
		</method>
		<method>
			<name>getPublicParameterMap</name>
		</method>
		<method>
			<name>getRemoteUser</name>
		</method>
		<method>
			<name>getRenderParameters</name>
		</method>
		<method>
			<name>getRequestedSessionId</name>
		</method>
		<method>
			<name>getResponseContentType</name>
		</method>
		<method>
			<name>getResponseContentTypes</name>
		</method>
		<method>
			<name>getScheme</name>
		</method>
		<method>
			<name>getServerName</name>
		</method>
		<method>
			<name>getServerPort</name>
		</method>
		<method>
			<name>getUserInfo</name>
		</method>
		<method>
			<name>getUserPrincipal</name>
		</method>
		<method>
			<name>getWindowID</name>
		</method>
		<method>
			<name>getWindowState</name>
		</method>
		<method>
			<name>invalidateSession</name>
		</method>
		<method>
			<name>isInvalidParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isPortletModeAllowed</name>
			<param>
				<name>portletMode</name>
				<type>javax.portlet.PortletMode</type>
			</param>
		</method>
		<method>
			<name>isPrivateRequestAttributes</name>
		</method>
		<method>
			<name>isRequestedSessionIdValid</name>
		</method>
		<method>
			<name>isSecure</name>
		</method>
		<method>
			<name>isTriggeredByActionURL</name>
		</method>
		<method>
			<name>isUserInRole</name>
			<param>
				<name>role</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isWindowStateAllowed</name>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
		</method>
		<method>
			<name>removeAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setPortletMode</name>
			<param>
				<name>portletMode</name>
				<type>javax.portlet.PortletMode</type>
			</param>
		</method>
		<method>
			<name>setPortletRequestDispatcherRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>setWindowState</name>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>invokerPortlet</name>
				<type>com.liferay.portlet.InvokerPortlet</type>
			</param>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
			<param>
				<name>portletMode</name>
				<type>javax.portlet.PortletMode</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>mergePublicRenderParameters</name>
			<param>
				<name>dynamicRequest</name>
				<type>com.liferay.portal.kernel.servlet.DynamicServletRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>removePortletNamespace</name>
			<param>
				<name>invokerPortlet</name>
				<type>com.liferay.portlet.InvokerPortlet</type>
			</param>
			<param>
				<name>portletNamespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_invalidSession</name>
		</field>
		<field>
			<name>_locale</name>
		</field>
		<field>
			<name>_originalRequest</name>
		</field>
		<field>
			<name>_plid</name>
		</field>
		<field>
			<name>_portalContext</name>
		</field>
		<field>
			<name>_portlet</name>
		</field>
		<field>
			<name>_portletContext</name>
		</field>
		<field>
			<name>_portletMode</name>
		</field>
		<field>
			<name>_portletName</name>
		</field>
		<field>
			<name>_portletRequestDispatcherRequest</name>
		</field>
		<field>
			<name>_preferences</name>
		</field>
		<field>
			<name>_profile</name>
		</field>
		<field>
			<name>_publicRenderParameters</name>
		</field>
		<field>
			<name>_remoteUser</name>
		</field>
		<field>
			<name>_remoteUserId</name>
		</field>
		<field>
			<name>_request</name>
		</field>
		<field>
			<name>_session</name>
		</field>
		<field>
			<name>_triggeredByActionURL</name>
		</field>
		<field>
			<name>_userPrincipal</name>
		</field>
		<field>
			<name>_wapTheme</name>
		</field>
		<field>
			<name>_windowState</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletResourceBundle</name>
		<type>com.liferay.portlet.PortletResourceBundle</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>PortletResourceBundle</name>
			<param>
				<name>portletInfo</name>
				<type>com.liferay.portal.model.PortletInfo</type>
			</param>
		</method>
		<method>
			<name>PortletResourceBundle</name>
			<param>
				<name>parentResourceBundle</name>
				<type>java.util.ResourceBundle</type>
			</param>
			<param>
				<name>portletInfo</name>
				<type>com.liferay.portal.model.PortletInfo</type>
			</param>
		</method>
		<method>
			<name>getKeys</name>
		</method>
		<method>
			<name>getLocale</name>
		</method>
		<method>
			<name>handleGetObject</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getJavaxPortletString</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_portletInfo</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletResourceBundles</name>
		<type>com.liferay.portlet.PortletResourceBundles</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getString</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourceBundle</name>
				<type>java.util.ResourceBundle</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortletResourceBundles</name>
		</method>
		<method>
			<name>_getResourceBundle</name>
			<param>
				<name>resourceBundles</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getResourceBundle</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getResourceBundles</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getString</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getString</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getString</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getString</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_put</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourceBundle</name>
				<type>java.util.ResourceBundle</type>
			</param>
		</method>
		<method>
			<name>_remove</name>
			<param>
				<name>servletContextName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_resourceBundles</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletResponseImpl</name>
		<type>com.liferay.portlet.PortletResponseImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getPortletResponseImpl</name>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
		</method>
		<method>
			<name>addDateHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>date</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addIntHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addProperty</name>
			<param>
				<name>cookie</name>
				<type>javax.servlet.http.Cookie</type>
			</param>
		</method>
		<method>
			<name>addProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>element</name>
				<type>org.w3c.dom.Element</type>
			</param>
		</method>
		<method>
			<name>addProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createActionURL</name>
		</method>
		<method>
			<name>createActionURL</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createElement</name>
			<param>
				<name>tagName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>DOMException</name>
				<type>org.w3c.dom.DOMException</type>
			</throws>
		</method>
		<method>
			<name>createLiferayPortletURL</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createLiferayPortletURL</name>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createLiferayPortletURL</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createRenderURL</name>
		</method>
		<method>
			<name>createRenderURL</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createResourceURL</name>
		</method>
		<method>
			<name>createResourceURL</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>encodeURL</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getHttpServletRequest</name>
		</method>
		<method>
			<name>getHttpServletResponse</name>
		</method>
		<method>
			<name>getLifecycle</name>
		</method>
		<method>
			<name>getNamespace</name>
		</method>
		<method>
			<name>getPlid</name>
		</method>
		<method>
			<name>getPortlet</name>
		</method>
		<method>
			<name>getPortletName</name>
		</method>
		<method>
			<name>getPortletRequest</name>
		</method>
		<method>
			<name>getProperties</name>
		</method>
		<method>
			<name>getUrlEncoder</name>
		</method>
		<method>
			<name>setDateHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>date</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setIntHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setPlid</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setURLEncoder</name>
			<param>
				<name>urlEncoder</name>
				<type>com.liferay.portal.kernel.servlet.URLEncoder</type>
			</param>
		</method>
		<method>
			<name>transferHeaders</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>transferMarkupHeadElements</name>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>portletRequestImpl</name>
				<type>com.liferay.portlet.PortletRequestImpl</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_constructors</name>
		</field>
		<field>
			<name>_document</name>
		</field>
		<field>
			<name>_headers</name>
		</field>
		<field>
			<name>_markupHeadElements</name>
		</field>
		<field>
			<name>_namespace</name>
		</field>
		<field>
			<name>_plid</name>
		</field>
		<field>
			<name>_portlet</name>
		</field>
		<field>
			<name>_portletName</name>
		</field>
		<field>
			<name>_portletRequestImpl</name>
		</field>
		<field>
			<name>_portletSetup</name>
		</field>
		<field>
			<name>_response</name>
		</field>
		<field>
			<name>_urlEncoder</name>
		</field>
		<field>
			<name>_wsrp</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletServletRequest</name>
		<type>com.liferay.portlet.PortletServletRequest</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<method>
			<name>PortletServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>pathInfo</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestURI</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>named</name>
				<type>boolean</type>
			</param>
			<param>
				<name>include</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAttributeNames</name>
		</method>
		<method>
			<name>getAuthType</name>
		</method>
		<method>
			<name>getCharacterEncoding</name>
		</method>
		<method>
			<name>getContentLength</name>
		</method>
		<method>
			<name>getContentType</name>
		</method>
		<method>
			<name>getContextPath</name>
		</method>
		<method>
			<name>getCookies</name>
		</method>
		<method>
			<name>getDateHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getHeaderNames</name>
		</method>
		<method>
			<name>getHeaders</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInputStream</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getIntHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLocalAddr</name>
		</method>
		<method>
			<name>getLocale</name>
		</method>
		<method>
			<name>getLocales</name>
		</method>
		<method>
			<name>getLocalName</name>
		</method>
		<method>
			<name>getLocalPort</name>
		</method>
		<method>
			<name>getMethod</name>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameterMap</name>
		</method>
		<method>
			<name>getParameterNames</name>
		</method>
		<method>
			<name>getParameterValues</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPathInfo</name>
		</method>
		<method>
			<name>getPathTranslated</name>
		</method>
		<method>
			<name>getProtocol</name>
		</method>
		<method>
			<name>getQueryString</name>
		</method>
		<method>
			<name>getReader</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getRealPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRemoteAddr</name>
		</method>
		<method>
			<name>getRemoteHost</name>
		</method>
		<method>
			<name>getRemotePort</name>
		</method>
		<method>
			<name>getRemoteUser</name>
		</method>
		<method>
			<name>getRequestDispatcher</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRequestedSessionId</name>
		</method>
		<method>
			<name>getRequestURI</name>
		</method>
		<method>
			<name>getRequestURL</name>
		</method>
		<method>
			<name>getScheme</name>
		</method>
		<method>
			<name>getServerName</name>
		</method>
		<method>
			<name>getServerPort</name>
		</method>
		<method>
			<name>getServletPath</name>
		</method>
		<method>
			<name>getSession</name>
		</method>
		<method>
			<name>getSession</name>
			<param>
				<name>create</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getUserPrincipal</name>
		</method>
		<method>
			<name>isRequestedSessionIdFromCookie</name>
		</method>
		<method>
			<name>isRequestedSessionIdFromUrl</name>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>isRequestedSessionIdFromURL</name>
		</method>
		<method>
			<name>isRequestedSessionIdValid</name>
		</method>
		<method>
			<name>isSecure</name>
		</method>
		<method>
			<name>isUserInRole</name>
			<param>
				<name>role</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setCharacterEncoding</name>
			<param>
				<name>encoding</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>UnsupportedEncodingException</name>
				<type>java.io.UnsupportedEncodingException</type>
			</throws>
		</method>
		<method>
			<name>wrapJettySession</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getClientDataRequest</name>
		</method>
		<method>
			<name>_getEventRequest</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_include</name>
		</field>
		<field>
			<name>_lifecycle</name>
		</field>
		<field>
			<name>_named</name>
		</field>
		<field>
			<name>_pathInfo</name>
		</field>
		<field>
			<name>_portletRequest</name>
		</field>
		<field>
			<name>_portletRequestImpl</name>
		</field>
		<field>
			<name>_queryString</name>
		</field>
		<field>
			<name>_request</name>
		</field>
		<field>
			<name>_requestURI</name>
		</field>
		<field>
			<name>_servletPath</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletServletResponse</name>
		<type>com.liferay.portlet.PortletServletResponse</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletServletResponse</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>include</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addCookie</name>
			<param>
				<name>cookie</name>
				<type>javax.servlet.http.Cookie</type>
			</param>
		</method>
		<method>
			<name>addDateHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>date</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addIntHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>containsHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>encodeRedirectUrl</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>encodeRedirectURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>encodeUrl</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>encodeURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>flushBuffer</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getBufferSize</name>
		</method>
		<method>
			<name>getCharacterEncoding</name>
		</method>
		<method>
			<name>getContentType</name>
		</method>
		<method>
			<name>getLocale</name>
		</method>
		<method>
			<name>getOutputStream</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getWriter</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>isCommitted</name>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>resetBuffer</name>
		</method>
		<method>
			<name>sendError</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>sendError</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>sendRedirect</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>setBufferSize</name>
			<param>
				<name>bufferSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setCharacterEncoding</name>
			<param>
				<name>encoding</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setContentLength</name>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setContentType</name>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDateHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>date</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setIntHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setLocale</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>setStatus</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setStatus</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getActionResponse</name>
		</method>
		<method>
			<name>_getMimeResponse</name>
		</method>
		<method>
			<name>_getResourceResponse</name>
		</method>
		<field>
			<name>_include</name>
		</field>
		<field>
			<name>_lifecycle</name>
		</field>
		<field>
			<name>_portletResponse</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletServletSession</name>
		<type>com.liferay.portlet.PortletServletSession</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletServletSession</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>portletRequestImpl</name>
				<type>com.liferay.portlet.PortletRequestImpl</type>
			</param>
		</method>
		<method>
			<name>invalidate</name>
		</method>
		<field>
			<name>_portletRequestImpl</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletSessionImpl</name>
		<type>com.liferay.portlet.PortletSessionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>PortletSessionImpl</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getAttributeMap</name>
		</method>
		<method>
			<name>getAttributeMap</name>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getAttributeNames</name>
		</method>
		<method>
			<name>getAttributeNames</name>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getCreationTime</name>
		</method>
		<method>
			<name>getHttpSession</name>
		</method>
		<method>
			<name>getId</name>
		</method>
		<method>
			<name>getLastAccessedTime</name>
		</method>
		<method>
			<name>getMaxInactiveInterval</name>
		</method>
		<method>
			<name>getPortletContext</name>
		</method>
		<method>
			<name>invalidate</name>
		</method>
		<method>
			<name>isNew</name>
		</method>
		<method>
			<name>removeAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setHttpSession</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>setMaxInactiveInterval</name>
			<param>
				<name>interval</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_getAttributeNames</name>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>removePrefix</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>_getPortletScope</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>_getPortletScopeName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_portletContext</name>
		</field>
		<field>
			<name>_portletScope</name>
		</field>
		<field>
			<name>_session</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletSetupUtil</name>
		<type>com.liferay.portlet.PortletSetupUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>cssToJSONObject</name>
			<param>
				<name>portletSetup</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>css</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>cssToJSONString</name>
			<param>
				<name>portletSetup</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>_toJSONObject</name>
			<param>
				<name>portletSetup</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>css</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletURLFactory</name>
		<type>com.liferay.portlet.PortletURLFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>create</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletURLFactoryImpl</name>
		<type>com.liferay.portlet.PortletURLFactoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>create</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletURLFactoryUtil</name>
		<type>com.liferay.portlet.PortletURLFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>create</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletURLFactory</name>
		</method>
		<method>
			<name>setPortletURLFactory</name>
			<param>
				<name>portletURLFactory</name>
				<type>com.liferay.portlet.PortletURLFactory</type>
			</param>
		</method>
		<field>
			<name>_portletURLFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletURLImpl</name>
		<type>com.liferay.portlet.PortletURLImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>PortletURLImpl</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortletURLImpl</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addParameterIncludedInPath</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCacheability</name>
		</method>
		<method>
			<name>getHttpServletRequest</name>
		</method>
		<method>
			<name>getLayout</name>
		</method>
		<method>
			<name>getLayoutFriendlyURL</name>
		</method>
		<method>
			<name>getLifecycle</name>
		</method>
		<method>
			<name>getNamespace</name>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameterMap</name>
		</method>
		<method>
			<name>getParametersIncludedInPath</name>
		</method>
		<method>
			<name>getPlid</name>
		</method>
		<method>
			<name>getPortlet</name>
		</method>
		<method>
			<name>getPortletFriendlyURLPath</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getPortletMode</name>
		</method>
		<method>
			<name>getPortletRequest</name>
		</method>
		<method>
			<name>getRemovedParameterNames</name>
		</method>
		<method>
			<name>getReservedParameterMap</name>
		</method>
		<method>
			<name>getResourceID</name>
		</method>
		<method>
			<name>getWindowState</name>
		</method>
		<method>
			<name>isAnchor</name>
		</method>
		<method>
			<name>isCopyCurrentRenderParameters</name>
		</method>
		<method>
			<name>isEncrypt</name>
		</method>
		<method>
			<name>isEscapeXml</name>
		</method>
		<method>
			<name>isParameterIncludedInPath</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isSecure</name>
		</method>
		<method>
			<name>removePublicRenderParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setAnchor</name>
			<param>
				<name>anchor</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setCacheability</name>
			<param>
				<name>cacheability</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setControlPanelCategory</name>
			<param>
				<name>controlPanelCategory</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCopyCurrentRenderParameters</name>
			<param>
				<name>copyCurrentRenderParameters</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setDoAsGroupId</name>
			<param>
				<name>doAsGroupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setDoAsUserId</name>
			<param>
				<name>doAsUserId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setDoAsUserLanguageId</name>
			<param>
				<name>doAsUserLanguageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setEncrypt</name>
			<param>
				<name>encrypt</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setEscapeXml</name>
			<param>
				<name>escapeXml</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLifecycle</name>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>append</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>setParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>append</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setParameters</name>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setPlid</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletMode</name>
			<param>
				<name>portletMode</name>
				<type>javax.portlet.PortletMode</type>
			</param>
			<throws>
				<name>PortletModeException</name>
				<type>javax.portlet.PortletModeException</type>
			</throws>
		</method>
		<method>
			<name>setPortletMode</name>
			<param>
				<name>portletMode</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortletModeException</name>
				<type>javax.portlet.PortletModeException</type>
			</throws>
		</method>
		<method>
			<name>setProperty</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRefererPlid</name>
			<param>
				<name>refererPlid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setRemovedParameterNames</name>
			<param>
				<name>removedParameterNames</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<method>
			<name>setResourceID</name>
			<param>
				<name>resourceID</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSecure</name>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setWindowState</name>
			<param>
				<name>windowState</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>WindowStateException</name>
				<type>javax.portlet.WindowStateException</type>
			</throws>
		</method>
		<method>
			<name>setWindowState</name>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
			<throws>
				<name>WindowStateException</name>
				<type>javax.portlet.WindowStateException</type>
			</throws>
		</method>
		<method>
			<name>setWindowStateRestoreCurrentView</name>
			<param>
				<name>windowStateRestoreCurrentView</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<param>
				<name>escapeXml</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>addPortalAuthToken</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>key</name>
				<type>java.security.Key</type>
			</param>
		</method>
		<method>
			<name>addPortletAuthToken</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>key</name>
				<type>java.security.Key</type>
			</param>
		</method>
		<method>
			<name>clearCache</name>
		</method>
		<method>
			<name>generateToString</name>
		</method>
		<method>
			<name>generateWSRPToString</name>
		</method>
		<method>
			<name>getPublicRenderParameterName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isBlankValue</name>
			<param>
				<name>value</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>mergeRenderParameters</name>
		</method>
		<method>
			<name>prependNamespace</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>processValue</name>
			<param>
				<name>key</name>
				<type>java.security.Key</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>processValue</name>
			<param>
				<name>key</name>
				<type>java.security.Key</type>
			</param>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>processValue</name>
			<param>
				<name>key</name>
				<type>java.security.Key</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>shortenURL</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_URL_MAXIMUM_LENGTH</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_anchor</name>
		</field>
		<field>
			<name>_cacheability</name>
		</field>
		<field>
			<name>_controlPanelCategory</name>
		</field>
		<field>
			<name>_copyCurrentRenderParameters</name>
		</field>
		<field>
			<name>_doAsGroupId</name>
		</field>
		<field>
			<name>_doAsUserId</name>
		</field>
		<field>
			<name>_doAsUserLanguageId</name>
		</field>
		<field>
			<name>_encrypt</name>
		</field>
		<field>
			<name>_escapeXml</name>
		</field>
		<field>
			<name>_layout</name>
		</field>
		<field>
			<name>_layoutFriendlyURL</name>
		</field>
		<field>
			<name>_lifecycle</name>
		</field>
		<field>
			<name>_namespace</name>
		</field>
		<field>
			<name>_parametersIncludedInPath</name>
		</field>
		<field>
			<name>_params</name>
		</field>
		<field>
			<name>_plid</name>
		</field>
		<field>
			<name>_portlet</name>
		</field>
		<field>
			<name>_portletId</name>
		</field>
		<field>
			<name>_portletModeString</name>
		</field>
		<field>
			<name>_portletRequest</name>
		</field>
		<field>
			<name>_refererPlid</name>
		</field>
		<field>
			<name>_removedParameterNames</name>
		</field>
		<field>
			<name>_removePublicRenderParameters</name>
		</field>
		<field>
			<name>_request</name>
		</field>
		<field>
			<name>_reservedParameters</name>
		</field>
		<field>
			<name>_resourceID</name>
		</field>
		<field>
			<name>_secure</name>
		</field>
		<field>
			<name>_toString</name>
		</field>
		<field>
			<name>_windowStateRestoreCurrentView</name>
		</field>
		<field>
			<name>_windowStateString</name>
		</field>
		<field>
			<name>_wsrp</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletURLImplWrapper</name>
		<type>com.liferay.portlet.PortletURLImplWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletURLImplWrapper</name>
			<param>
				<name>portletResponseImpl</name>
				<type>com.liferay.portlet.PortletResponseImpl</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletURLListenerFactory</name>
		<type>com.liferay.portlet.PortletURLListenerFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>portletURLListener</name>
				<type>com.liferay.portal.model.PortletURLListener</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>destroy</name>
			<param>
				<name>portletURLListener</name>
				<type>com.liferay.portal.model.PortletURLListener</type>
			</param>
		</method>
		<method>
			<name>PortletURLListenerFactory</name>
		</method>
		<method>
			<name>_create</name>
			<param>
				<name>portletURLListener</name>
				<type>com.liferay.portal.model.PortletURLListener</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>_destroy</name>
			<param>
				<name>portletURLListener</name>
				<type>com.liferay.portal.model.PortletURLListener</type>
			</param>
		</method>
		<method>
			<name>_init</name>
			<param>
				<name>portletURLListener</name>
				<type>com.liferay.portal.model.PortletURLListener</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>_init</name>
			<param>
				<name>portletURLListener</name>
				<type>com.liferay.portal.model.PortletURLListener</type>
			</param>
			<param>
				<name>portletURLGenerationListener</name>
				<type>javax.portlet.PortletURLGenerationListener</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_pool</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletURLUtil</name>
		<type>com.liferay.portlet.PortletURLUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>clone</name>
			<param>
				<name>liferayPortletURL</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletURL</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeResponse</name>
				<type>javax.portlet.MimeResponse</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>mimeResponse</name>
				<type>javax.portlet.MimeResponse</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>clone</name>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeResponse</name>
				<type>javax.portlet.MimeResponse</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>getCurrent</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>mimeResponse</name>
				<type>javax.portlet.MimeResponse</type>
			</param>
		</method>
		<method>
			<name>getRefreshURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>isRefreshURLReservedParameter</name>
			<param>
				<name>parameter</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_CURRENT_URL_PARAMETER_THRESHOLD</name>
		</field>
		<field>
			<name>_PORTLET_URL_REFRESH_URL_RESERVED_PARAMETERS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Preference</name>
		<type>com.liferay.portlet.Preference</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>Preference</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>Preference</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>readOnly</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>Preference</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>Preference</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>readOnly</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getReadOnly</name>
		</method>
		<method>
			<name>getValues</name>
		</method>
		<method>
			<name>isReadOnly</name>
		</method>
		<method>
			<name>setValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_readOnly</name>
		</field>
		<field>
			<name>_values</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PublicRenderParametersPool</name>
		<type>com.liferay.portlet.PublicRenderParametersPool</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_PUBLIC_RENDER_PARAMETERS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RenderParametersPool</name>
		<type>com.liferay.portlet.RenderParametersPool</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>clear</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>clear</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>_getRenderParametersPool</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RenderRequestFactory</name>
		<type>com.liferay.portlet.RenderRequestFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>invokerPortlet</name>
				<type>com.liferay.portlet.InvokerPortlet</type>
			</param>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
			<param>
				<name>portletMode</name>
				<type>javax.portlet.PortletMode</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>create</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>invokerPortlet</name>
				<type>com.liferay.portlet.InvokerPortlet</type>
			</param>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
			<param>
				<name>portletMode</name>
				<type>javax.portlet.PortletMode</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RenderRequestImpl</name>
		<type>com.liferay.portlet.RenderRequestImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getETag</name>
		</method>
		<method>
			<name>getLifecycle</name>
		</method>
	</javadoc>
	<javadoc>
		<name>RenderResponseFactory</name>
		<type>com.liferay.portlet.RenderResponseFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>renderRequestImpl</name>
				<type>com.liferay.portlet.RenderRequestImpl</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>create</name>
			<param>
				<name>renderRequestImpl</name>
				<type>com.liferay.portlet.RenderRequestImpl</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RenderResponseImpl</name>
		<type>com.liferay.portlet.RenderResponseImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>getLifecycle</name>
		</method>
		<method>
			<name>getResourceName</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>getUseDefaultTemplate</name>
		</method>
		<method>
			<name>setNextPossiblePortletModes</name>
			<param>
				<name>portletModes</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>setResourceName</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTitle</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUseDefaultTemplate</name>
			<param>
				<name>useDefaultTemplate</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>portletRequestImpl</name>
				<type>com.liferay.portlet.PortletRequestImpl</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_portletRequestImpl</name>
		</field>
		<field>
			<name>_resourceName</name>
		</field>
		<field>
			<name>_title</name>
		</field>
		<field>
			<name>_useDefaultTemplate</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourceRequestFactory</name>
		<type>com.liferay.portlet.ResourceRequestFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>invokerPortlet</name>
				<type>com.liferay.portlet.InvokerPortlet</type>
			</param>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
			<param>
				<name>portletMode</name>
				<type>javax.portlet.PortletMode</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ResourceRequestImpl</name>
		<type>com.liferay.portlet.ResourceRequestImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getCacheability</name>
		</method>
		<method>
			<name>getETag</name>
		</method>
		<method>
			<name>getLifecycle</name>
		</method>
		<method>
			<name>getPrivateRenderParameterMap</name>
		</method>
		<method>
			<name>getResourceID</name>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>invokerPortlet</name>
				<type>com.liferay.portlet.InvokerPortlet</type>
			</param>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
			<param>
				<name>portletMode</name>
				<type>javax.portlet.PortletMode</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_cacheablity</name>
		</field>
		<field>
			<name>_resourceID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourceResponseFactory</name>
		<type>com.liferay.portlet.ResourceResponseFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>create</name>
			<param>
				<name>resourceRequestImpl</name>
				<type>com.liferay.portlet.ResourceRequestImpl</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>create</name>
			<param>
				<name>resourceRequestImpl</name>
				<type>com.liferay.portlet.ResourceRequestImpl</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ResourceResponseImpl</name>
		<type>com.liferay.portlet.ResourceResponseImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addDateHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>date</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addIntHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addProperty</name>
			<param>
				<name>cookie</name>
				<type>javax.servlet.http.Cookie</type>
			</param>
		</method>
		<method>
			<name>createActionURL</name>
		</method>
		<method>
			<name>createLiferayPortletURL</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createRenderURL</name>
		</method>
		<method>
			<name>createResourceURL</name>
		</method>
		<method>
			<name>getLifecycle</name>
		</method>
		<method>
			<name>setCharacterEncoding</name>
			<param>
				<name>charset</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setContentLength</name>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setDateHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>date</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setIntHeader</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setLocale</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>portletRequestImpl</name>
				<type>com.liferay.portlet.PortletRequestImpl</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_response</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RouteImpl</name>
		<type>com.liferay.portlet.RouteImpl</type>
		<author><![CDATA[Connor McKay]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RouteImpl</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addGeneratedParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addIgnoredParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addImplicitParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addOverriddenParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getGeneratedParameters</name>
		</method>
		<method>
			<name>getIgnoredParameters</name>
		</method>
		<method>
			<name>getImplicitParameters</name>
		</method>
		<method>
			<name>getOverriddenParameters</name>
		</method>
		<method>
			<name>parametersToUrl</name>
			<param>
				<name>parameters</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>urlToParameters</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameters</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<field>
			<name>_urlEncoder</name>
		</field>
		<field>
			<name>_generatedParameters</name>
		</field>
		<field>
			<name>_ignoredParameters</name>
		</field>
		<field>
			<name>_implicitParameters</name>
		</field>
		<field>
			<name>_overriddenParameters</name>
		</field>
		<field>
			<name>_stringParser</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RouterImpl</name>
		<type>com.liferay.portlet.RouterImpl</type>
		<author><![CDATA[Connor McKay]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addRoute</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>parametersToUrl</name>
			<param>
				<name>parameters</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>urlToParameters</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameters</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<field>
			<name>_routes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StateAwareResponseImpl</name>
		<type>com.liferay.portlet.StateAwareResponseImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getDefaultNamespace</name>
		</method>
		<method>
			<name>getEvents</name>
		</method>
		<method>
			<name>getLayout</name>
		</method>
		<method>
			<name>getPortletMode</name>
		</method>
		<method>
			<name>getRedirectLocation</name>
		</method>
		<method>
			<name>getRenderParameterMap</name>
		</method>
		<method>
			<name>getUser</name>
		</method>
		<method>
			<name>getWindowState</name>
		</method>
		<method>
			<name>isCalledSetRenderParameter</name>
		</method>
		<method>
			<name>removePublicRenderParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setEvent</name>
			<param>
				<name>name</name>
				<type>javax.xml.namespace.QName</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setEvent</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setPortletMode</name>
			<param>
				<name>portletMode</name>
				<type>javax.portlet.PortletMode</type>
			</param>
			<throws>
				<name>PortletModeException</name>
				<type>javax.portlet.PortletModeException</type>
			</throws>
		</method>
		<method>
			<name>setRedirectLocation</name>
			<param>
				<name>redirectLocation</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRenderParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRenderParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>setRenderParameters</name>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setWindowState</name>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
			<throws>
				<name>WindowStateException</name>
				<type>javax.portlet.WindowStateException</type>
			</throws>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>portletRequestImpl</name>
				<type>com.liferay.portlet.PortletRequestImpl</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
			<param>
				<name>portletMode</name>
				<type>javax.portlet.PortletMode</type>
			</param>
			<throws>
				<name>PortletModeException</name>
				<type>javax.portlet.PortletModeException</type>
			</throws>
			<throws>
				<name>WindowStateException</name>
				<type>javax.portlet.WindowStateException</type>
			</throws>
		</method>
		<method>
			<name>setPublicRenderParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_calledSetRenderParameter</name>
		</field>
		<field>
			<name>_events</name>
		</field>
		<field>
			<name>_layout</name>
		</field>
		<field>
			<name>_params</name>
		</field>
		<field>
			<name>_portletMode</name>
		</field>
		<field>
			<name>_portletName</name>
		</field>
		<field>
			<name>_portletRequestImpl</name>
		</field>
		<field>
			<name>_publicRenderParameters</name>
		</field>
		<field>
			<name>_redirectLocation</name>
		</field>
		<field>
			<name>_user</name>
		</field>
		<field>
			<name>_windowState</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StrutsPortlet</name>
		<type>com.liferay.portlet.StrutsPortlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doAbout</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doConfig</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doEdit</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doEditDefaults</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doEditGuest</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doHelp</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doPreview</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doPrint</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doView</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>processAction</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>checkPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>_getPortletRequestProcessor</name>
		</method>
		<field>
			<name>aboutAction</name>
		</field>
		<field>
			<name>configAction</name>
		</field>
		<field>
			<name>copyRequestParameters</name>
		</field>
		<field>
			<name>editAction</name>
		</field>
		<field>
			<name>editDefaultsAction</name>
		</field>
		<field>
			<name>editGuestAction</name>
		</field>
		<field>
			<name>helpAction</name>
		</field>
		<field>
			<name>previewAction</name>
		</field>
		<field>
			<name>printAction</name>
		</field>
		<field>
			<name>templatePath</name>
		</field>
		<field>
			<name>viewAction</name>
		</field>
		<field>
			<name>_portletConfig</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StrutsResourceBundle</name>
		<type>com.liferay.portlet.StrutsResourceBundle</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>StrutsResourceBundle</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getKeys</name>
		</method>
		<method>
			<name>getLocale</name>
		</method>
		<method>
			<name>handleGetObject</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_locale</name>
		</field>
		<field>
			<name>_portletName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserAttributes</name>
		<type>com.liferay.portlet.UserAttributes</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserAttributes</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>LIFERAY_COMPANY_ID</name>
		</field>
		<field>
			<name>LIFERAY_USER_ID</name>
		</field>
		<field>
			<name>USER_NAME_FULL</name>
		</field>
		<field>
			<name>USER_BDATE</name>
		</field>
		<field>
			<name>USER_BDATE_DAY</name>
		</field>
		<field>
			<name>USER_BDATE_FRACTIONSECOND</name>
		</field>
		<field>
			<name>USER_BDATE_HOUR</name>
		</field>
		<field>
			<name>USER_BDATE_MINUTE</name>
		</field>
		<field>
			<name>USER_BDATE_MONTH</name>
		</field>
		<field>
			<name>USER_BDATE_SECOND</name>
		</field>
		<field>
			<name>USER_BDATE_TIMEZONE</name>
		</field>
		<field>
			<name>USER_BDATE_YEAR</name>
		</field>
		<field>
			<name>USER_GENDER</name>
		</field>
		<field>
			<name>USER_EMPLOYER</name>
		</field>
		<field>
			<name>USER_DEPARTMENT</name>
		</field>
		<field>
			<name>USER_JOBTITLE</name>
		</field>
		<field>
			<name>USER_NAME_PREFIX</name>
		</field>
		<field>
			<name>USER_NAME_GIVEN</name>
		</field>
		<field>
			<name>USER_NAME_FAMILY</name>
		</field>
		<field>
			<name>USER_NAME_MIDDLE</name>
		</field>
		<field>
			<name>USER_NAME_SUFFIX</name>
		</field>
		<field>
			<name>USER_NAME_NICKNAME</name>
		</field>
		<field>
			<name>USER_HOME_INFO_POSTAL_NAME</name>
		</field>
		<field>
			<name>USER_HOME_INFO_POSTAL_STREET</name>
		</field>
		<field>
			<name>USER_HOME_INFO_POSTAL_CITY</name>
		</field>
		<field>
			<name>USER_HOME_INFO_POSTAL_STATEPROV</name>
		</field>
		<field>
			<name>USER_HOME_INFO_POSTAL_POSTALCODE</name>
		</field>
		<field>
			<name>USER_HOME_INFO_POSTAL_COUNTRY</name>
		</field>
		<field>
			<name>USER_HOME_INFO_POSTAL_ORGANIZATION</name>
		</field>
		<field>
			<name>USER_HOME_INFO_TELECOM_TELEPHONE_INTCODE</name>
		</field>
		<field>
			<name>USER_HOME_INFO_TELECOM_TELEPHONE_LOCCODE</name>
		</field>
		<field>
			<name>USER_HOME_INFO_TELECOM_TELEPHONE_NUMBER</name>
		</field>
		<field>
			<name>USER_HOME_INFO_TELECOM_TELEPHONE_EXT</name>
		</field>
		<field>
			<name>USER_HOME_INFO_TELECOM_TELEPHONE_COMMENT</name>
		</field>
		<field>
			<name>USER_HOME_INFO_TELECOM_FAX_INTCODE</name>
		</field>
		<field>
			<name>USER_HOME_INFO_TELECOM_FAX_LOCCODE</name>
		</field>
		<field>
			<name>USER_HOME_INFO_TELECOM_FAX_NUMBER</name>
		</field>
		<field>
			<name>USER_HOME_INFO_TELECOM_FAX_EXT</name>
		</field>
		<field>
			<name>USER_HOME_INFO_TELECOM_FAX_COMMENT</name>
		</field>
		<field>
			<name>USER_HOME_INFO_TELECOM_MOBILE_INTCODE</name>
		</field>
		<field>
			<name>USER_HOME_INFO_TELECOM_MOBILE_LOCCODE</name>
		</field>
		<field>
			<name>USER_HOME_INFO_TELECOM_MOBILE_NUMBER</name>
		</field>
		<field>
			<name>USER_HOME_INFO_TELECOM_MOBILE_EXT</name>
		</field>
		<field>
			<name>USER_HOME_INFO_TELECOM_MOBILE_COMMENT</name>
		</field>
		<field>
			<name>USER_HOME_INFO_TELECOM_PAGER_INTCODE</name>
		</field>
		<field>
			<name>USER_HOME_INFO_TELECOM_PAGER_LOCCODE</name>
		</field>
		<field>
			<name>USER_HOME_INFO_TELECOM_PAGER_NUMBER</name>
		</field>
		<field>
			<name>USER_HOME_INFO_TELECOM_PAGER_EXT</name>
		</field>
		<field>
			<name>USER_HOME_INFO_TELECOM_PAGER_COMMENT</name>
		</field>
		<field>
			<name>USER_HOME_INFO_ONLINE_EMAIL</name>
		</field>
		<field>
			<name>USER_HOME_INFO_ONLINE_URI</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_POSTAL_NAME</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_POSTAL_STREET</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_POSTAL_CITY</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_POSTAL_STATEPROV</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_POSTAL_POSTALCODE</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_POSTAL_COUNTRY</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_POSTAL_ORGANIZATION</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_TELECOM_TELEPHONE_INTCODE</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_TELECOM_TELEPHONE_LOCCODE</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_TELECOM_TELEPHONE_NUMBER</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_TELECOM_TELEPHONE_EXT</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_TELECOM_TELEPHONE_COMMENT</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_TELECOM_FAX_INTCODE</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_TELECOM_FAX_LOCCODE</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_TELECOM_FAX_NUMBER</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_TELECOM_FAX_EXT</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_TELECOM_FAX_COMMENT</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_TELECOM_MOBILE_INTCODE</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_TELECOM_MOBILE_LOCCODE</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_TELECOM_MOBILE_NUMBER</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_TELECOM_MOBILE_EXT</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_TELECOM_MOBILE_COMMENT</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_TELECOM_PAGER_INTCODE</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_TELECOM_PAGER_LOCCODE</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_TELECOM_PAGER_NUMBER</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_TELECOM_PAGER_EXT</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_TELECOM_PAGER_COMMENT</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_ONLINE_EMAIL</name>
		</field>
		<field>
			<name>USER_BUSINESS_INFO_ONLINE_URI</name>
		</field>
		<field>
			<name>USER_LOGIN_ID</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_businessAddress</name>
		</field>
		<field>
			<name>_businessFaxPhone</name>
		</field>
		<field>
			<name>_businessPhone</name>
		</field>
		<field>
			<name>_calendar</name>
		</field>
		<field>
			<name>_mobilePhone</name>
		</field>
		<field>
			<name>_pagerPhone</name>
		</field>
		<field>
			<name>_personalAddress</name>
		</field>
		<field>
			<name>_personalFaxPhone</name>
		</field>
		<field>
			<name>_personalPhone</name>
		</field>
		<field>
			<name>_user</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserInfoFactory</name>
		<type>com.liferay.portlet.UserInfoFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getUserInfo</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>getUserInfo</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>getUserInfo</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>userInfo</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VelocityPortlet</name>
		<type>com.liferay.portlet.VelocityPortlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Steven P. Goldsmith]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>doEdit</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doHelp</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doView</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>processAction</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>getVelocityContext</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
		</method>
		<method>
			<name>getVelocityTemplateId</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>mergeTemplate</name>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>mergeTemplate</name>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityContext</name>
				<type>com.liferay.portal.kernel.velocity.VelocityContext</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_writerPool</name>
		</field>
		<field>
			<name>_actionTemplateId</name>
		</field>
		<field>
			<name>_editTemplateId</name>
		</field>
		<field>
			<name>_helpTemplateId</name>
		</field>
		<field>
			<name>_portletContextName</name>
		</field>
		<field>
			<name>_resourceTemplateId</name>
		</field>
		<field>
			<name>_viewTemplateId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RSSAction</name>
		<type>com.liferay.portlet.activities.action.RSSAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Vilmos Papp]]></author>
		<method>
			<name>serveResource</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getActivities</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRSS</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OmniadminControlPanelEntry</name>
		<type>com.liferay.portlet.admin.OmniadminControlPanelEntry</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>isVisible</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isVisible</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>category</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.admin.action.ActionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getInstance</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditInstanceAction</name>
		<type>com.liferay.portlet.admin.action.EditInstanceAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateInstance</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditServerAction</name>
		<type>com.liferay.portlet.admin.action.EditServerAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addLogLevel</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>cacheDb</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>cacheMulti</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>cacheSingle</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>convertProcess</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<param>
				<name>cmd</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>gc</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFileExtensions</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>installXuggler</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindex</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>runScript</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>shutdown</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>submitClusterIndexLoadingSyncJob</name>
			<param>
				<name>baseAsyncDestinations</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>companyIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>threadDump</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateCaptcha</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateExternalServices</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateFileUploads</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLogLevels</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateMail</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateCaptcha</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>verifyPluginTables</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_loadIndexesFromClusterMethodKey</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ViewChartAction</name>
		<type>com.liferay.portlet.admin.action.ViewChartAction</type>
		<author><![CDATA[Matthew Kong]]></author>
		<method>
			<name>serveResource</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getJFreeChart</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>meterPlot</name>
				<type>org.jfree.chart.plot.MeterPlot</type>
			</param>
		</method>
		<method>
			<name>getMeterPlot</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>valueDataset</name>
				<type>org.jfree.data.general.ValueDataset</type>
			</param>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LDAPImportMessageListener</name>
		<type>com.liferay.portlet.admin.messaging.LDAPImportMessageListener</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PluginRepositoriesMessageListener</name>
		<type>com.liferay.portlet.admin.messaging.PluginRepositoriesMessageListener</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AdminPollerProcessor</name>
		<type>com.liferay.portlet.admin.poller.AdminPollerProcessor</type>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>pollerRequest</name>
				<type>com.liferay.portal.kernel.poller.PollerRequest</type>
			</param>
			<param>
				<name>pollerResponse</name>
				<type>com.liferay.portal.kernel.poller.PollerResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doSend</name>
			<param>
				<name>pollerRequest</name>
				<type>com.liferay.portal.kernel.poller.PollerRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getXugglerInstallStatus</name>
			<param>
				<name>pollerRequest</name>
				<type>com.liferay.portal.kernel.poller.PollerRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AdminUtil</name>
		<type>com.liferay.portlet.admin.util.AdminUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getUpdateUserPassword</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getUpdateUserPassword</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>updateUser</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>facebookId</name>
				<type>long</type>
			</param>
			<param>
				<name>openId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timeZoneId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>greeting</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>comments</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smsSn</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>aimSn</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>facebookSn</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>icqSn</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>jabberSn</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>msnSn</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mySpaceSn</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>skypeSn</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>twitterSn</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ymSn</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateUser</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>screenName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>facebookId</name>
				<type>long</type>
			</param>
			<param>
				<name>openId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timeZoneId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>greeting</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>comments</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smsSn</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>aimSn</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>facebookSn</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>icqSn</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>jabberSn</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>msnSn</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mySpaceSn</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>skypeSn</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>twitterSn</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ymSn</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CleanUpPermissionsUtil</name>
		<type>com.liferay.portlet.admin.util.CleanUpPermissionsUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>cleanUpAddToPagePermissions</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_cleanUpAddToPagePermissions_5</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_cleanUpAddToPagePermissions_5</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>limitScope</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_cleanUpAddToPagePermissions_6</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_cleanUpAddToPagePermissions_6</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>limitScope</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>OmniadminUtil</name>
		<type>com.liferay.portlet.admin.util.OmniadminUtil</type>
		<comment><![CDATA[Provides utility methods for determining if a user is a universal administrator. Universal administrators have administrator permissions in every company.

<p>
A user can be made a universal administrator by adding their primary key to the list in <code>portal.properties</code> under the key <code>omniadmin.users</key>. If this property is left blank, administrators of the default company will automatically be universal administrators.
</p>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>isOmniadmin</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AmazonRankingsPreferencesValidator</name>
		<type>com.liferay.portlet.amazonrankings.AmazonRankingsPreferencesValidator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>validate</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>ValidatorException</name>
				<type>javax.portlet.ValidatorException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ConfigurationActionImpl</name>
		<type>com.liferay.portlet.amazonrankings.action.ConfigurationActionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AmazonRankings</name>
		<type>com.liferay.portlet.amazonrankings.model.AmazonRankings</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AmazonRankings</name>
			<param>
				<name>isbn</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>productName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>catalog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>authors</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>releaseDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>releaseDateAsString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>manufacturer</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mediumImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>largeImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>listPrice</name>
				<type>double</type>
			</param>
			<param>
				<name>ourPrice</name>
				<type>double</type>
			</param>
			<param>
				<name>usedPrice</name>
				<type>double</type>
			</param>
			<param>
				<name>collectiblePrice</name>
				<type>double</type>
			</param>
			<param>
				<name>thirdPartyNewPrice</name>
				<type>double</type>
			</param>
			<param>
				<name>salesRank</name>
				<type>int</type>
			</param>
			<param>
				<name>media</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>availability</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>amazonRankings</name>
				<type>com.liferay.portlet.amazonrankings.model.AmazonRankings</type>
			</param>
		</method>
		<method>
			<name>getAuthors</name>
		</method>
		<method>
			<name>getAvailability</name>
		</method>
		<method>
			<name>getCatalog</name>
		</method>
		<method>
			<name>getCollectiblePrice</name>
		</method>
		<method>
			<name>getISBN</name>
		</method>
		<method>
			<name>getLargeImageURL</name>
		</method>
		<method>
			<name>getListPrice</name>
		</method>
		<method>
			<name>getManufacturer</name>
		</method>
		<method>
			<name>getMedia</name>
		</method>
		<method>
			<name>getMediumImageURL</name>
		</method>
		<method>
			<name>getOurPrice</name>
		</method>
		<method>
			<name>getProductName</name>
		</method>
		<method>
			<name>getReleaseDate</name>
		</method>
		<method>
			<name>getReleaseDateAsString</name>
		</method>
		<method>
			<name>getSalesRank</name>
		</method>
		<method>
			<name>getSmallImageURL</name>
		</method>
		<method>
			<name>getThirdPartyNewPrice</name>
		</method>
		<method>
			<name>getUsedPrice</name>
		</method>
		<method>
			<name>setAuthors</name>
			<param>
				<name>authors</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>setAvailability</name>
			<param>
				<name>availability</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCatalog</name>
			<param>
				<name>catalog</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCollectiblePrice</name>
			<param>
				<name>collectiblePrice</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>setISBN</name>
			<param>
				<name>isbn</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLargeImageURL</name>
			<param>
				<name>largeImageURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setListPrice</name>
			<param>
				<name>listPrice</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>setManufacturer</name>
			<param>
				<name>manufacturer</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMedia</name>
			<param>
				<name>media</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMediumImageURL</name>
			<param>
				<name>mediumImageURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setOurPrice</name>
			<param>
				<name>ourPrice</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>setProductName</name>
			<param>
				<name>productName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setReleaseDate</name>
			<param>
				<name>releaseDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setReleaseDateAsString</name>
			<param>
				<name>releaseDateAsString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSalesRank</name>
			<param>
				<name>salesRank</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setSmallImageURL</name>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setThirdPartyNewPrice</name>
			<param>
				<name>thirdPartyNewPrice</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>setUsedPrice</name>
			<param>
				<name>usedPrice</name>
				<type>double</type>
			</param>
		</method>
		<field>
			<name>_authors</name>
		</field>
		<field>
			<name>_availability</name>
		</field>
		<field>
			<name>_catalog</name>
		</field>
		<field>
			<name>_collectiblePrice</name>
		</field>
		<field>
			<name>_isbn</name>
		</field>
		<field>
			<name>_largeImageURL</name>
		</field>
		<field>
			<name>_listPrice</name>
		</field>
		<field>
			<name>_manufacturer</name>
		</field>
		<field>
			<name>_media</name>
		</field>
		<field>
			<name>_mediumImageURL</name>
		</field>
		<field>
			<name>_ourPrice</name>
		</field>
		<field>
			<name>_productName</name>
		</field>
		<field>
			<name>_releaseDate</name>
		</field>
		<field>
			<name>_releaseDateAsString</name>
		</field>
		<field>
			<name>_salesRank</name>
		</field>
		<field>
			<name>_smallImageURL</name>
		</field>
		<field>
			<name>_thirdPartyNewPrice</name>
		</field>
		<field>
			<name>_usedPrice</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AmazonRankingsUtil</name>
		<type>com.liferay.portlet.amazonrankings.util.AmazonRankingsUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getAmazonAccessKeyId</name>
		</method>
		<method>
			<name>getAmazonAssociateTag</name>
		</method>
		<method>
			<name>getAmazonRankings</name>
			<param>
				<name>isbn</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAmazonSecretAccessKey</name>
		</method>
		<method>
			<name>getTimestamp</name>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<field>
			<name>_TIMESTAMP</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AmazonRankingsWebCacheItem</name>
		<type>com.liferay.portlet.amazonrankings.util.AmazonRankingsWebCacheItem</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Samuel Kong]]></author>
		<author><![CDATA[Barrie Selack]]></author>
		<method>
			<name>AmazonRankingsWebCacheItem</name>
			<param>
				<name>isbn</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>convert</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRefreshTime</name>
		</method>
		<method>
			<name>doConvert</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getAuthors</name>
			<param>
				<name>itemAttributesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>getAvailability</name>
			<param>
				<name>offerListingElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>getImageURL</name>
			<param>
				<name>itemElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOfferListing</name>
			<param>
				<name>itemElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>getPrice</name>
			<param>
				<name>priceElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>getReleaseDate</name>
			<param>
				<name>releaseDateAsString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasErrorMessage</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<field>
			<name>_REFRESH_TIME</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_isbn</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AmazonSignedRequestsUtil</name>
		<type>com.liferay.portlet.amazonrankings.util.AmazonSignedRequestsUtil</type>
		<author><![CDATA[Barrie Selack]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>generateUrlWithSignature</name>
			<param>
				<name>parameters</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_canonicalizeParameters</name>
			<param>
				<name>parameters</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_generateSignature</name>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_rfc3986Encode</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_HMAC_SHA256_ALGORITHM</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EntryContentException</name>
		<type>com.liferay.portlet.announcements.EntryContentException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EntryContentException</name>
		</method>
		<method>
			<name>EntryContentException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>EntryContentException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>EntryContentException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>EntryDisplayDateException</name>
		<type>com.liferay.portlet.announcements.EntryDisplayDateException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EntryDisplayDateException</name>
		</method>
		<method>
			<name>EntryDisplayDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>EntryDisplayDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>EntryDisplayDateException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>EntryExpirationDateException</name>
		<type>com.liferay.portlet.announcements.EntryExpirationDateException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EntryExpirationDateException</name>
		</method>
		<method>
			<name>EntryExpirationDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>EntryExpirationDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>EntryExpirationDateException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>EntryTitleException</name>
		<type>com.liferay.portlet.announcements.EntryTitleException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EntryTitleException</name>
		</method>
		<method>
			<name>EntryTitleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>EntryTitleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>EntryTitleException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>EntryURLException</name>
		<type>com.liferay.portlet.announcements.EntryURLException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EntryURLException</name>
		</method>
		<method>
			<name>EntryURLException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>EntryURLException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>EntryURLException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchDeliveryException</name>
		<type>com.liferay.portlet.announcements.NoSuchDeliveryException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchDeliveryException</name>
		</method>
		<method>
			<name>NoSuchDeliveryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchDeliveryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchDeliveryException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchEntryException</name>
		<type>com.liferay.portlet.announcements.NoSuchEntryException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchEntryException</name>
		</method>
		<method>
			<name>NoSuchEntryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchEntryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchEntryException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchFlagException</name>
		<type>com.liferay.portlet.announcements.NoSuchFlagException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchFlagException</name>
		</method>
		<method>
			<name>NoSuchFlagException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchFlagException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchFlagException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.announcements.action.ActionUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getEntry</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getEntry</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditEntryAction</name>
		<type>com.liferay.portlet.announcements.action.EditEntryAction</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteEntry</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateEntry</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PreviewEntryAction</name>
		<type>com.liferay.portlet.announcements.action.PreviewEntryAction</type>
		<author><![CDATA[David Truong]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ViewAction</name>
		<type>com.liferay.portlet.announcements.action.ViewAction</type>
		<author><![CDATA[Thiago Moreira]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CheckEntryMessageListener</name>
		<type>com.liferay.portlet.announcements.messaging.CheckEntryMessageListener</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AnnouncementsEntryConstants</name>
		<type>com.liferay.portlet.announcements.model.AnnouncementsEntryConstants</type>
		<author><![CDATA[Alexander Chow]]></author>
		<field>
			<name>TYPES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AnnouncementsFlagConstants</name>
		<type>com.liferay.portlet.announcements.model.AnnouncementsFlagConstants</type>
		<author><![CDATA[Alexander Chow]]></author>
		<field>
			<name>HIDDEN</name>
		</field>
		<field>
			<name>NOT_HIDDEN</name>
		</field>
		<field>
			<name>READ</name>
		</field>
		<field>
			<name>UNREAD</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AnnouncementsDeliveryImpl</name>
		<type>com.liferay.portlet.announcements.model.impl.AnnouncementsDeliveryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AnnouncementsDeliveryImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>AnnouncementsEntryImpl</name>
		<type>com.liferay.portlet.announcements.model.impl.AnnouncementsEntryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<method>
			<name>AnnouncementsEntryImpl</name>
		</method>
		<method>
			<name>getGroupId</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AnnouncementsFlagImpl</name>
		<type>com.liferay.portlet.announcements.model.impl.AnnouncementsFlagImpl</type>
		<author><![CDATA[Thiago Moreira]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AnnouncementsFlagImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>AnnouncementsDeliveryLocalServiceImpl</name>
		<type>com.liferay.portlet.announcements.service.impl.AnnouncementsDeliveryLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addUserDelivery</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteDeliveries</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteDelivery</name>
			<param>
				<name>delivery</name>
				<type>com.liferay.portlet.announcements.model.AnnouncementsDelivery</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteDelivery</name>
			<param>
				<name>deliveryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteDelivery</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDelivery</name>
			<param>
				<name>deliveryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserDeliveries</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserDelivery</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateDelivery</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>email</name>
				<type>boolean</type>
			</param>
			<param>
				<name>sms</name>
				<type>boolean</type>
			</param>
			<param>
				<name>website</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AnnouncementsDeliveryServiceImpl</name>
		<type>com.liferay.portlet.announcements.service.impl.AnnouncementsDeliveryServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>updateDelivery</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>email</name>
				<type>boolean</type>
			</param>
			<param>
				<name>sms</name>
				<type>boolean</type>
			</param>
			<param>
				<name>website</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AnnouncementsEntryLocalServiceImpl</name>
		<type>com.liferay.portlet.announcements.service.impl.AnnouncementsEntryLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>priority</name>
				<type>int</type>
			</param>
			<param>
				<name>alert</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkEntries</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteEntry</name>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.announcements.model.AnnouncementsEntry</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteEntry</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntries</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopes</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>alert</name>
				<type>boolean</type>
			</param>
			<param>
				<name>flagValue</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntries</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopes</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>alert</name>
				<type>boolean</type>
			</param>
			<param>
				<name>flagValue</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntries</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>alert</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntries</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>alert</name>
				<type>boolean</type>
			</param>
			<param>
				<name>flagValue</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntriesCount</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopes</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>alert</name>
				<type>boolean</type>
			</param>
			<param>
				<name>flagValue</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntriesCount</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopes</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>alert</name>
				<type>boolean</type>
			</param>
			<param>
				<name>flagValue</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntriesCount</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>alert</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntriesCount</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>alert</name>
				<type>boolean</type>
			</param>
			<param>
				<name>flagValue</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntriesCount</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>alert</name>
				<type>boolean</type>
			</param>
			<param>
				<name>flagValue</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntry</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserEntries</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserEntriesCount</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>priority</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>notifyUsers</name>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.announcements.model.AnnouncementsEntry</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<field>
			<name>_ANNOUNCEMENTS_ENTRY_CHECK_INTERVAL</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AnnouncementsEntryServiceImpl</name>
		<type>com.liferay.portlet.announcements.service.impl.AnnouncementsEntryServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addEntry</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>priority</name>
				<type>int</type>
			</param>
			<param>
				<name>alert</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteEntry</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateEntry</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>priority</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AnnouncementsFlagLocalServiceImpl</name>
		<type>com.liferay.portlet.announcements.service.impl.AnnouncementsFlagLocalServiceImpl</type>
		<author><![CDATA[Thiago Moreira]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addFlag</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFlag</name>
			<param>
				<name>flag</name>
				<type>com.liferay.portlet.announcements.model.AnnouncementsFlag</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFlag</name>
			<param>
				<name>flagId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFlags</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFlag</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AnnouncementsFlagServiceImpl</name>
		<type>com.liferay.portlet.announcements.service.impl.AnnouncementsFlagServiceImpl</type>
		<author><![CDATA[Thiago Moreira]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addFlag</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFlag</name>
			<param>
				<name>flagId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFlag</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AnnouncementsEntryPermission</name>
		<type>com.liferay.portlet.announcements.service.permission.AnnouncementsEntryPermission</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.announcements.model.AnnouncementsEntry</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.announcements.model.AnnouncementsEntry</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AnnouncementsEntryFinder</name>
		<type>com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByScope</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>alert</name>
				<type>boolean</type>
			</param>
			<param>
				<name>flagValue</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByScopes</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopes</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>alert</name>
				<type>boolean</type>
			</param>
			<param>
				<name>flagValue</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByDisplayDate</name>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByScope</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>alert</name>
				<type>boolean</type>
			</param>
			<param>
				<name>flagValue</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByScopes</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopes</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>alert</name>
				<type>boolean</type>
			</param>
			<param>
				<name>flagValue</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AnnouncementsEntryFinderImpl</name>
		<type>com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryFinderImpl</type>
		<author><![CDATA[Thiago Moreira]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>countByScope</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>alert</name>
				<type>boolean</type>
			</param>
			<param>
				<name>flagValue</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByScopes</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopes</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>alert</name>
				<type>boolean</type>
			</param>
			<param>
				<name>flagValue</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByDisplayDate</name>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByScope</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>alert</name>
				<type>boolean</type>
			</param>
			<param>
				<name>flagValue</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByScopes</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopes</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>alert</name>
				<type>boolean</type>
			</param>
			<param>
				<name>flagValue</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassPKs</name>
			<param>
				<name>scopes</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<method>
			<name>getClassPKs</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setClassPKs</name>
			<param>
				<name>qPos</name>
				<type>com.liferay.portal.kernel.dao.orm.QueryPos</type>
			</param>
			<param>
				<name>scopes</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<method>
			<name>setClassPKs</name>
			<param>
				<name>qPos</name>
				<type>com.liferay.portal.kernel.dao.orm.QueryPos</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setDates</name>
			<param>
				<name>qPos</name>
				<type>com.liferay.portal.kernel.dao.orm.QueryPos</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>COUNT_BY_HIDDEN</name>
		</field>
		<field>
			<name>COUNT_BY_NOT_HIDDEN</name>
		</field>
		<field>
			<name>FIND_BY_DISPLAY_DATE</name>
		</field>
		<field>
			<name>FIND_BY_HIDDEN</name>
		</field>
		<field>
			<name>FIND_BY_NOT_HIDDEN</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AnnouncementsEntryFinderUtil</name>
		<type>com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByScope</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>alert</name>
				<type>boolean</type>
			</param>
			<param>
				<name>flagValue</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByScopes</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopes</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>alert</name>
				<type>boolean</type>
			</param>
			<param>
				<name>flagValue</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByDisplayDate</name>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByScope</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>alert</name>
				<type>boolean</type>
			</param>
			<param>
				<name>flagValue</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByScopes</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>scopes</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>alert</name>
				<type>boolean</type>
			</param>
			<param>
				<name>flagValue</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AnnouncementsUtil</name>
		<type>com.liferay.portlet.announcements.util.AnnouncementsUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getAnnouncementScopes</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_getGroupIds</name>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>_getOrganizationIds</name>
			<param>
				<name>organizations</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>_getRoleIds</name>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>_getUserGroupIds</name>
			<param>
				<name>userGroups</name>
				<type>java.util.List</type>
			</param>
		</method>
		<field>
			<name>_GROUP_CLASS_NAME_ID</name>
		</field>
		<field>
			<name>_ORGANIZATION_CLASS_NAME_ID</name>
		</field>
		<field>
			<name>_ROLE_CLASS_NAME_ID</name>
		</field>
		<field>
			<name>_USER_CLASS_NAME_ID</name>
		</field>
		<field>
			<name>_USER_GROUP_CLASS_NAME_ID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetCategoryException</name>
		<type>com.liferay.portlet.asset.AssetCategoryException</type>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>AssetCategoryException</name>
			<param>
				<name>vocabulary</name>
				<type>com.liferay.portlet.asset.model.AssetVocabulary</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getVocabulary</name>
		</method>
		<field>
			<name>AT_LEAST_ONE_CATEGORY</name>
		</field>
		<field>
			<name>TOO_MANY_CATEGORIES</name>
		</field>
		<field>
			<name>_type</name>
		</field>
		<field>
			<name>_vocabulary</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetCategoryNameException</name>
		<type>com.liferay.portlet.asset.AssetCategoryNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AssetCategoryNameException</name>
		</method>
		<method>
			<name>AssetCategoryNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>AssetCategoryNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>AssetCategoryNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetLinkException</name>
		<type>com.liferay.portlet.asset.AssetLinkException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AssetLinkException</name>
		</method>
		<method>
			<name>AssetLinkException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>AssetLinkException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>AssetLinkException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetRendererFactoryRegistry</name>
		<type>com.liferay.portlet.asset.AssetRendererFactoryRegistry</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getAssetRendererFactories</name>
		</method>
		<method>
			<name>getAssetRendererFactoryByClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAssetRendererFactoryByType</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getClassNameIds</name>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>assetRendererFactory</name>
				<type>com.liferay.portlet.asset.model.AssetRendererFactory</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>assetRendererFactory</name>
				<type>com.liferay.portlet.asset.model.AssetRendererFactory</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetRendererFactoryRegistryUtil</name>
		<type>com.liferay.portlet.asset.AssetRendererFactoryRegistryUtil</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getAssetRendererFactories</name>
		</method>
		<method>
			<name>getAssetRendererFactoryByClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAssetRendererFactoryByType</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAssetRendererFactoryRegistry</name>
		</method>
		<method>
			<name>getClassNameIds</name>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>assetRendererFactory</name>
				<type>com.liferay.portlet.asset.model.AssetRendererFactory</type>
			</param>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>assetRendererFactories</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>assetRendererFactory</name>
				<type>com.liferay.portlet.asset.model.AssetRendererFactory</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>assetRendererFactories</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setAssetRendererFactoryRegistry</name>
			<param>
				<name>assetRendererFactoryRegistry</name>
				<type>com.liferay.portlet.asset.AssetRendererFactoryRegistry</type>
			</param>
		</method>
		<field>
			<name>_assetRendererFactoryRegistry</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetTagException</name>
		<type>com.liferay.portlet.asset.AssetTagException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AssetTagException</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>AssetTagException</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getType</name>
		</method>
		<field>
			<name>AT_LEAST_ONE_TAG</name>
		</field>
		<field>
			<name>INVALID_CHARACTER</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CategoryNameException</name>
		<type>com.liferay.portlet.asset.CategoryNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CategoryNameException</name>
		</method>
		<method>
			<name>CategoryNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CategoryNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CategoryNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CategoryPropertyKeyException</name>
		<type>com.liferay.portlet.asset.CategoryPropertyKeyException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CategoryPropertyKeyException</name>
		</method>
		<method>
			<name>CategoryPropertyKeyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CategoryPropertyKeyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CategoryPropertyKeyException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CategoryPropertyValueException</name>
		<type>com.liferay.portlet.asset.CategoryPropertyValueException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CategoryPropertyValueException</name>
		</method>
		<method>
			<name>CategoryPropertyValueException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CategoryPropertyValueException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CategoryPropertyValueException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateCategoryException</name>
		<type>com.liferay.portlet.asset.DuplicateCategoryException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateCategoryException</name>
		</method>
		<method>
			<name>DuplicateCategoryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateCategoryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateCategoryException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateTagException</name>
		<type>com.liferay.portlet.asset.DuplicateTagException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateTagException</name>
		</method>
		<method>
			<name>DuplicateTagException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateTagException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateTagException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateVocabularyException</name>
		<type>com.liferay.portlet.asset.DuplicateVocabularyException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateVocabularyException</name>
		</method>
		<method>
			<name>DuplicateVocabularyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateVocabularyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateVocabularyException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchCategoryException</name>
		<type>com.liferay.portlet.asset.NoSuchCategoryException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchCategoryException</name>
		</method>
		<method>
			<name>NoSuchCategoryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchCategoryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchCategoryException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchCategoryPropertyException</name>
		<type>com.liferay.portlet.asset.NoSuchCategoryPropertyException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchCategoryPropertyException</name>
		</method>
		<method>
			<name>NoSuchCategoryPropertyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchCategoryPropertyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchCategoryPropertyException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchEntryException</name>
		<type>com.liferay.portlet.asset.NoSuchEntryException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchEntryException</name>
		</method>
		<method>
			<name>NoSuchEntryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchEntryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchEntryException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchLinkException</name>
		<type>com.liferay.portlet.asset.NoSuchLinkException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchLinkException</name>
		</method>
		<method>
			<name>NoSuchLinkException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchLinkException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchLinkException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchTagException</name>
		<type>com.liferay.portlet.asset.NoSuchTagException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchTagException</name>
		</method>
		<method>
			<name>NoSuchTagException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchTagException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchTagException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchTagPropertyException</name>
		<type>com.liferay.portlet.asset.NoSuchTagPropertyException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchTagPropertyException</name>
		</method>
		<method>
			<name>NoSuchTagPropertyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchTagPropertyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchTagPropertyException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchTagStatsException</name>
		<type>com.liferay.portlet.asset.NoSuchTagStatsException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchTagStatsException</name>
		</method>
		<method>
			<name>NoSuchTagStatsException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchTagStatsException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchTagStatsException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchVocabularyException</name>
		<type>com.liferay.portlet.asset.NoSuchVocabularyException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchVocabularyException</name>
		</method>
		<method>
			<name>NoSuchVocabularyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchVocabularyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchVocabularyException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TagPropertyKeyException</name>
		<type>com.liferay.portlet.asset.TagPropertyKeyException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TagPropertyKeyException</name>
		</method>
		<method>
			<name>TagPropertyKeyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>TagPropertyKeyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>TagPropertyKeyException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TagPropertyValueException</name>
		<type>com.liferay.portlet.asset.TagPropertyValueException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TagPropertyValueException</name>
		</method>
		<method>
			<name>TagPropertyValueException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>TagPropertyValueException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>TagPropertyValueException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>VocabularyNameException</name>
		<type>com.liferay.portlet.asset.VocabularyNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>VocabularyNameException</name>
		</method>
		<method>
			<name>VocabularyNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>VocabularyNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>VocabularyNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>GetCategoriesAction</name>
		<type>com.liferay.portlet.asset.action.GetCategoriesAction</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>getJSON</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getCategories</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetCategoryConstants</name>
		<type>com.liferay.portlet.asset.model.AssetCategoryConstants</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<field>
			<name>ALL_CLASS_NAME_IDS</name>
		</field>
		<field>
			<name>DEFAULT_PARENT_CATEGORY_ID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetEntryType</name>
		<type>com.liferay.portlet.asset.model.AssetEntryType</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getClassNameId</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getPortletTitle</name>
		</method>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClassNameId</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletTitle</name>
			<param>
				<name>portletTitle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_classNameId</name>
		</field>
		<field>
			<name>_portletId</name>
		</field>
		<field>
			<name>_portletTitle</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetLinkConstants</name>
		<type>com.liferay.portlet.asset.model.AssetLinkConstants</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>isTypeBi</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>isTypeUni</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>TYPE_CHILD</name>
		</field>
		<field>
			<name>TYPE_RELATED</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetRenderer</name>
		<type>com.liferay.portlet.asset.model.AssetRenderer</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>getAvailableLocales</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getClassPK</name>
		</method>
		<method>
			<name>getDiscussionPath</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getSummary</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getURLEdit</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getURLExport</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUrlTitle</name>
		</method>
		<method>
			<name>getURLView</name>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getURLViewInContext</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<param>
				<name>noSuchEntryRedirect</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>getViewInContextMessage</name>
		</method>
		<method>
			<name>hasEditPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasViewPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isConvertible</name>
		</method>
		<method>
			<name>isDisplayable</name>
		</method>
		<method>
			<name>isLocalizable</name>
		</method>
		<method>
			<name>isPreviewInContext</name>
		</method>
		<method>
			<name>isPrintable</name>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>TEMPLATE_ABSTRACT</name>
		</field>
		<field>
			<name>TEMPLATE_FULL_CONTENT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetRendererFactory</name>
		<type>com.liferay.portlet.asset.model.AssetRendererFactory</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>getAssetEntry</name>
			<param>
				<name>assetEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAssetEntry</name>
			<param>
				<name>classNameId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAssetRenderer</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAssetRenderer</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAssetRenderer</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>urlTitle</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getClassNameId</name>
		</method>
		<method>
			<name>getClassTypes</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getURLAdd</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>entryClassPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCategorizable</name>
		</method>
		<method>
			<name>isLinkable</name>
		</method>
		<method>
			<name>isSelectable</name>
		</method>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>TYPE_LATEST</name>
		</field>
		<field>
			<name>TYPE_LATEST_APPROVED</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseAssetRenderer</name>
		<type>com.liferay.portlet.asset.model.BaseAssetRenderer</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>getAvailableLocales</name>
		</method>
		<method>
			<name>getDiscussionPath</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getURLEdit</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getURLExport</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUrlTitle</name>
		</method>
		<method>
			<name>getURLView</name>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getURLViewInContext</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<param>
				<name>noSuchEntryRedirect</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getViewInContextMessage</name>
		</method>
		<method>
			<name>hasEditPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasViewPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isConvertible</name>
		</method>
		<method>
			<name>isDisplayable</name>
		</method>
		<method>
			<name>isLocalizable</name>
		</method>
		<method>
			<name>isPreviewInContext</name>
		</method>
		<method>
			<name>isPrintable</name>
		</method>
		<method>
			<name>getControlPanelPlid</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getControlPanelPlid</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getURLViewInContext</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>noSuchEntryRedirect</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primaryKeyParameterName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primaryKeyParameterValue</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_AVAILABLE_LOCALES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseAssetRendererFactory</name>
		<type>com.liferay.portlet.asset.model.BaseAssetRendererFactory</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>getAssetEntry</name>
			<param>
				<name>assetEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAssetEntry</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAssetRenderer</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAssetRenderer</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>urlTitle</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassNameId</name>
		</method>
		<method>
			<name>getClassTypes</name>
			<param>
				<name>groupId</name>
				<type>long[]</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getURLAdd</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCategorizable</name>
		</method>
		<method>
			<name>isLinkable</name>
		</method>
		<method>
			<name>isSelectable</name>
		</method>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getControlPanelPlid</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>_LINKABLE</name>
		</field>
		<field>
			<name>_PERMISSION</name>
		</field>
		<field>
			<name>_SELECTABLE</name>
		</field>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_portletId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetCategoryImpl</name>
		<type>com.liferay.portlet.asset.model.impl.AssetCategoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AssetCategoryImpl</name>
		</method>
		<method>
			<name>getAncestors</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>useDefault</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>isRootCategory</name>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetCategoryPropertyImpl</name>
		<type>com.liferay.portlet.asset.model.impl.AssetCategoryPropertyImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AssetCategoryPropertyImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetEntryImpl</name>
		<type>com.liferay.portlet.asset.model.impl.AssetEntryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AssetEntryImpl</name>
		</method>
		<method>
			<name>getCategories</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoryIds</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTagNames</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTags</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetLinkImpl</name>
		<type>com.liferay.portlet.asset.model.impl.AssetLinkImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AssetLinkImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetTagImpl</name>
		<type>com.liferay.portlet.asset.model.impl.AssetTagImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AssetTagImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetTagPropertyImpl</name>
		<type>com.liferay.portlet.asset.model.impl.AssetTagPropertyImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AssetTagPropertyImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetTagStatsImpl</name>
		<type>com.liferay.portlet.asset.model.impl.AssetTagStatsImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>AssetTagStatsImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetVocabularyImpl</name>
		<type>com.liferay.portlet.asset.model.impl.AssetVocabularyImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>AssetVocabularyImpl</name>
		</method>
		<method>
			<name>getSettings</name>
		</method>
		<method>
			<name>getSettingsProperties</name>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>useDefault</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>isMultiValued</name>
		</method>
		<method>
			<name>isRequired</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setSettings</name>
			<param>
				<name>settings</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSettingsProperties</name>
			<param>
				<name>settingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
		</method>
		<field>
			<name>_settingsProperties</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetCategoryLocalServiceImpl</name>
		<type>com.liferay.portlet.asset.service.impl.AssetCategoryLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alvaro del Castillo]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>addCategory</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addCategoryResources</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.asset.model.AssetCategory</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addCategoryResources</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.asset.model.AssetCategory</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteCategory</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.asset.model.AssetCategory</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteCategory</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteVocabularyCategories</name>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchCategory</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategories</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategories</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategories</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategory</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoryIds</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoryNames</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoryNames</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoryNames</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getChildCategories</name>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getChildCategories</name>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getChildCategoriesCount</name>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntryCategories</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getVocabularyCategories</name>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getVocabularyCategories</name>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getVocabularyCategoriesCount</name>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getVocabularyRootCategories</name>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>mergeCategories</name>
			<param>
				<name>fromCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>toCategoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>moveCategory</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>rebuildTree</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>force</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>categoryProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateCategory</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoryIds</name>
			<param>
				<name>categories</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getCategoryNames</name>
			<param>
				<name>categories</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>updateChildrenVocabularyId</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.asset.model.AssetCategory</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetCategoryPropertyLocalServiceImpl</name>
		<type>com.liferay.portlet.asset.service.impl.AssetCategoryPropertyLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>addCategoryProperty</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteCategoryProperties</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteCategoryProperty</name>
			<param>
				<name>categoryProperty</name>
				<type>com.liferay.portlet.asset.model.AssetCategoryProperty</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteCategoryProperty</name>
			<param>
				<name>categoryPropertyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoryProperties</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoryProperties</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoryProperty</name>
			<param>
				<name>categoryPropertyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoryProperty</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoryPropertyValues</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateCategoryProperty</name>
			<param>
				<name>categoryPropertyId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetCategoryPropertyServiceImpl</name>
		<type>com.liferay.portlet.asset.service.impl.AssetCategoryPropertyServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>addCategoryProperty</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteCategoryProperty</name>
			<param>
				<name>categoryPropertyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoryProperties</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoryPropertyValues</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateCategoryProperty</name>
			<param>
				<name>categoryPropertyId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetCategoryServiceImpl</name>
		<type>com.liferay.portlet.asset.service.impl.AssetCategoryServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Alvaro del Castillo]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>addCategory</name>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteCategories</name>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteCategory</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategories</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategory</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getChildCategories</name>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getChildCategories</name>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getJSONSearch</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>getJSONSearch</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vocabularyIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getJSONVocabularyCategories</name>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getJSONVocabularyCategories</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getVocabularyCategories</name>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getVocabularyCategories</name>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getVocabularyCategories</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getVocabularyCategoriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getVocabularyCategoriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getVocabularyRootCategories</name>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>moveCategory</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>categoryProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateCategory</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCategories</name>
			<param>
				<name>categories</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>toJSONArray</name>
			<param>
				<name>categories</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetEntryLocalServiceImpl</name>
		<type>com.liferay.portlet.asset.service.impl.AssetEntryLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>deleteEntry</name>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.asset.model.AssetEntry</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteEntry</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteEntry</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchEntry</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchEntry</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAncestorEntries</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getChildEntries</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyEntries</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyEntriesCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntries</name>
			<param>
				<name>entryQuery</name>
				<type>com.liferay.portlet.asset.service.persistence.AssetEntryQuery</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntriesCount</name>
			<param>
				<name>entryQuery</name>
				<type>com.liferay.portlet.asset.service.persistence.AssetEntryQuery</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntry</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntry</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntry</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNextEntry</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getParentEntry</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPreviousEntry</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTopViewedEntries</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>asc</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTopViewedEntries</name>
			<param>
				<name>className</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>asc</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>incrementViewCounter</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>increment</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>reindex</name>
			<param>
				<name>entries</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetCategoryIds</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetTagNames</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andSearch</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>tagNames</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>classUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>tagNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>visible</name>
				<type>boolean</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>publishDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>expirationDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>layoutUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>height</name>
				<type>int</type>
			</param>
			<param>
				<name>width</name>
				<type>int</type>
			</param>
			<param>
				<name>priority</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>sync</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateEntry</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>publishDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>expirationDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>visible</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateVisible</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>visible</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>tagNames</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassNames</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getEntry</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateVisible</name>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.asset.model.AssetEntry</type>
			</param>
			<param>
				<name>visible</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetEntryServiceImpl</name>
		<type>com.liferay.portlet.asset.service.impl.AssetEntryServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getCompanyEntries</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyEntriesCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntries</name>
			<param>
				<name>entryQuery</name>
				<type>com.liferay.portlet.asset.service.persistence.AssetEntryQuery</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntriesCount</name>
			<param>
				<name>entryQuery</name>
				<type>com.liferay.portlet.asset.service.persistence.AssetEntryQuery</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntry</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>incrementViewCounter</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateEntry</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>classUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>tagNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>visible</name>
				<type>boolean</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>publishDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>expirationDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>layoutUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>height</name>
				<type>int</type>
			</param>
			<param>
				<name>width</name>
				<type>int</type>
			</param>
			<param>
				<name>priority</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>sync</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>buildFilteredEntryQuery</name>
			<param>
				<name>entryQuery</name>
				<type>com.liferay.portlet.asset.service.persistence.AssetEntryQuery</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCategoryIds</name>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterEntryQuery</name>
			<param>
				<name>entryQuery</name>
				<type>com.liferay.portlet.asset.service.persistence.AssetEntryQuery</type>
			</param>
			<param>
				<name>returnEntriesCountOnly</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterTagIds</name>
			<param>
				<name>tagIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterTagIdsArray</name>
			<param>
				<name>tagIdsArray</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasEntryQueryResults</name>
			<param>
				<name>originalEntryQuery</name>
				<type>com.liferay.portlet.asset.service.persistence.AssetEntryQuery</type>
			</param>
			<param>
				<name>filteredEntryQuery</name>
				<type>com.liferay.portlet.asset.service.persistence.AssetEntryQuery</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetLinkLocalServiceImpl</name>
		<type>com.liferay.portlet.asset.service.impl.AssetLinkLocalServiceImpl</type>
		<comment><![CDATA[This class implements the methods needed to handle AssetLinks, the entity that relates different assets in the portal.

The basic information stored for every link includes both assets entry IDs,
the userId, the link type and the link's weight.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>addLink</name>
			<comment><![CDATA[Adds a new asset link.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the link's creator]]></comment>
			</param>
			<param>
				<name>entryId1</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the first asset entry]]></comment>
			</param>
			<param>
				<name>entryId2</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the second asset entry]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the link type. Acceptable values include {@link com.liferay.portlet.asset.model.AssetLinkConstants#TYPE_RELATED} which is a bidirectional relationship and {@link com.liferay.portlet.asset.model.AssetLinkConstants#TYPE_CHILD} which is a unidirectional relationship. For more information see {@link com.liferay.portlet.asset.model.AssetLinkConstants}]]></comment>
			</param>
			<param>
				<name>weight</name>
				<type>int</type>
				<comment><![CDATA[the weight of the relationship, allowing precedence ordering of links]]></comment>
			</param>
			<return>
				<comment><![CDATA[the asset link]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteLink</name>
			<comment><![CDATA[Deletes the asset link.]]></comment>
			<param>
				<name>link</name>
				<type>com.liferay.portlet.asset.model.AssetLink</type>
				<comment><![CDATA[the asset link]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteLink</name>
			<comment><![CDATA[Deletes the asset link.]]></comment>
			<param>
				<name>linkId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the asset link]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the asset link could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteLinks</name>
			<comment><![CDATA[Deletes all links associated with the asset entry.]]></comment>
			<param>
				<name>entryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the asset entry]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteLinks</name>
			<comment><![CDATA[Delete all links that associate the two asset entries.]]></comment>
			<param>
				<name>entryId1</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the first asset entry]]></comment>
			</param>
			<param>
				<name>entryId2</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the second asset entry]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getDirectLinks</name>
			<comment><![CDATA[Returns all the asset links whose first entry ID is the given entry ID.]]></comment>
			<param>
				<name>entryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the asset entry]]></comment>
			</param>
			<return>
				<comment><![CDATA[the asset links whose first entry ID is the given entry ID]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getDirectLinks</name>
			<comment><![CDATA[Returns all the asset links of the given link type whose first entry ID is the given entry ID.]]></comment>
			<param>
				<name>entryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the asset entry]]></comment>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
				<comment><![CDATA[the link type. Acceptable values include {@link com.liferay.portlet.asset.model.AssetLinkConstants#TYPE_RELATED} which is a bidirectional relationship and {@link com.liferay.portlet.asset.model.AssetLinkConstants#TYPE_CHILD} which is a unidirectional relationship. For more information see {@link com.liferay.portlet.asset.model.AssetLinkConstants}]]></comment>
			</param>
			<return>
				<comment><![CDATA[the asset links of the given link type whose first entry ID is the given entry ID]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getLinks</name>
			<comment><![CDATA[Returns all the asset links whose first or second entry ID is the given entry ID.]]></comment>
			<param>
				<name>entryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the asset entry]]></comment>
			</param>
			<return>
				<comment><![CDATA[the asset links whose first or second entry ID is the given entry ID]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getLinks</name>
			<comment><![CDATA[Returns all the asset links of the given link type whose first or second entry ID is the given entry ID.]]></comment>
			<param>
				<name>entryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the asset entry]]></comment>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
				<comment><![CDATA[the link type. Acceptable values include {@link com.liferay.portlet.asset.model.AssetLinkConstants#TYPE_RELATED} which is a bidirectional relationship and {@link com.liferay.portlet.asset.model.AssetLinkConstants#TYPE_CHILD} which is a unidirectional relationship. For more information see {@link com.liferay.portlet.asset.model.AssetLinkConstants}]]></comment>
			</param>
			<return>
				<comment><![CDATA[the asset links of the given link type whose first or second entry ID is the given entry ID]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getReverseLinks</name>
			<comment><![CDATA[Returns all the asset links of the given link type whose second entry ID is the given entry ID.]]></comment>
			<param>
				<name>entryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the asset entry]]></comment>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
				<comment><![CDATA[the link type. Acceptable values include {@link com.liferay.portlet.asset.model.AssetLinkConstants#TYPE_RELATED} which is a bidirectional relationship and {@link com.liferay.portlet.asset.model.AssetLinkConstants#TYPE_CHILD} which is a unidirectional relationship. For more information see {@link com.liferay.portlet.asset.model.AssetLinkConstants}]]></comment>
			</param>
			<return>
				<comment><![CDATA[the asset links of the given link type whose second entry ID is the given entry ID]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateLinks</name>
			<comment><![CDATA[Updates all links of the asset entry, replacing them with links associating the asset entry with the asset entries of the given link entry IDs.

<p>
If no link exists with a given link entry ID, a new link is created associating the current asset entry with the asset entry of that link entry ID. An existing link is deleted if either of its entry IDs is not contained in the given link entry IDs.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user updating the links]]></comment>
			</param>
			<param>
				<name>entryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the asset entry to be managed]]></comment>
			</param>
			<param>
				<name>linkEntryIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the asset entries to be linked with the asset entry to be managed]]></comment>
			</param>
			<param>
				<name>typeId</name>
				<type>int</type>
				<comment><![CDATA[the type of the asset links to be created. Acceptable values include {@link com.liferay.portlet.asset.model.AssetLinkConstants#TYPE_RELATED} which is a bidirectional relationship and {@link com.liferay.portlet.asset.model.AssetLinkConstants#TYPE_CHILD} which is a unidirectional relationship. For more information see {@link com.liferay.portlet.asset.model.AssetLinkConstants}]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetTagLocalServiceImpl</name>
		<type>com.liferay.portlet.asset.service.impl.AssetTagLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alvaro del Castillo]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>addTag</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tagProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addTagResources</name>
			<param>
				<name>tag</name>
				<type>com.liferay.portlet.asset.model.AssetTag</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addTagResources</name>
			<param>
				<name>tag</name>
				<type>com.liferay.portlet.asset.model.AssetTag</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkTags</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>decrementAssetCount</name>
			<param>
				<name>tagId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTag</name>
			<param>
				<name>tag</name>
				<type>com.liferay.portlet.asset.model.AssetTag</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTag</name>
			<param>
				<name>tagId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntryTags</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupsTags</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupTags</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupTags</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupTagsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSocialActivityCounterOffsetTags</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>socialActivityCounterName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startOffset</name>
				<type>int</type>
			</param>
			<param>
				<name>endOffset</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSocialActivityCounterPeriodTags</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>socialActivityCounterName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>endPeriod</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTag</name>
			<param>
				<name>tagId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTag</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTagIds</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTagIds</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTagIds</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTagNames</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTagNames</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTagNames</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTags</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTags</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTags</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTags</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTags</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTagsSize</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasTag</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>incrementAssetCount</name>
			<param>
				<name>tagId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>mergeTags</name>
			<param>
				<name>fromTagId</name>
				<type>long</type>
			</param>
			<param>
				<name>toTagId</name>
				<type>long</type>
			</param>
			<param>
				<name>overrideProperties</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tagProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateTag</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>tagId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tagProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTagNames</name>
			<param>
				<name>tags</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetTagPropertyLocalServiceImpl</name>
		<type>com.liferay.portlet.asset.service.impl.AssetTagPropertyLocalServiceImpl</type>
		<comment><![CDATA[The implementation of the asset tag property local service.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addTagProperty</name>
			<comment><![CDATA[Adds an asset tag property.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>tagId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the tag]]></comment>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the key to be associated to the value]]></comment>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the value to which the key will refer]]></comment>
			</param>
			<return>
				<comment><![CDATA[the created asset tag property]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if a user with the primary key could not be found, or if the key or value were invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteTagProperties</name>
			<comment><![CDATA[Deletes the asset tag property with the specified tag ID.]]></comment>
			<param>
				<name>tagId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the tag]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteTagProperty</name>
			<comment><![CDATA[Deletes the asset tag property instance.]]></comment>
			<param>
				<name>tagProperty</name>
				<type>com.liferay.portlet.asset.model.AssetTagProperty</type>
				<comment><![CDATA[the asset tag property instance]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteTagProperty</name>
			<comment><![CDATA[Deletes the asset tag property with the specified ID.]]></comment>
			<param>
				<name>tagPropertyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the asset tag property instance]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an asset tag property with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getTagProperties</name>
			<comment><![CDATA[Returns all the asset tag property instances.]]></comment>
			<return>
				<comment><![CDATA[the asset tag property instances]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getTagProperties</name>
			<comment><![CDATA[Returns all the asset tag property instances with the specified tag ID.]]></comment>
			<param>
				<name>tagId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the tag]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching asset tag properties]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getTagProperty</name>
			<comment><![CDATA[Returns the asset tag property with the specified ID.]]></comment>
			<param>
				<name>tagPropertyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the asset tag property]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching asset tag property]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an asset tag property with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getTagProperty</name>
			<comment><![CDATA[Returns the asset tag property with the specified tag ID and key.]]></comment>
			<param>
				<name>tagId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the tag]]></comment>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the key that refers to some value]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching asset tag property]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an asset tag property with the tag ID and key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getTagPropertyKeys</name>
			<comment><![CDATA[Returns asset tag property keys with the specified group]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching asset tag property keys]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getTagPropertyValues</name>
			<comment><![CDATA[Returns asset tag properties with the specified group and key.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the key that refers to some value]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching asset tag properties]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateTagProperty</name>
			<comment><![CDATA[Updates the asset tag property.]]></comment>
			<param>
				<name>tagPropertyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the asset tag property]]></comment>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the new key to be associated to the value]]></comment>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the new value to which the key will refer]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated asset tag property]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an asset tag property with the primary key could not be found, or if the key or value were invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetTagPropertyServiceImpl</name>
		<type>com.liferay.portlet.asset.service.impl.AssetTagPropertyServiceImpl</type>
		<comment><![CDATA[The implementation of the asset tag property service.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addTagProperty</name>
			<comment><![CDATA[Adds an asset tag property.]]></comment>
			<param>
				<name>tagId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the tag]]></comment>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the key to be associated to the value]]></comment>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the value to which the key will refer]]></comment>
			</param>
			<return>
				<comment><![CDATA[the created asset tag property]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user did not have permission to update the asset tag, or if the key or value were invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteTagProperty</name>
			<comment><![CDATA[Deletes the asset tag property with the specified ID.]]></comment>
			<param>
				<name>tagPropertyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the asset tag property instance]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an asset tag property with the primary key could not be found or if the user did not have permission to update the asset tag property]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getTagProperties</name>
			<comment><![CDATA[Returns all the asset tag property instances with the specified tag ID.]]></comment>
			<param>
				<name>tagId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the tag]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching asset tag properties]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getTagPropertyValues</name>
			<comment><![CDATA[Returns asset tag properties with the specified group and key.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the key that refers to some value]]></comment>
			</param>
			<return>
				<comment><![CDATA[the matching asset tag properties]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateTagProperty</name>
			<comment><![CDATA[Updates the asset tag property.]]></comment>
			<param>
				<name>tagPropertyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the asset tag property]]></comment>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the new key to be associated to the value]]></comment>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the new value to which the key will refer]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated asset tag property]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an asset tag property with the primary key could not be found, if the user did not have permission to update the asset tag, or if the key or value were invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetTagServiceImpl</name>
		<type>com.liferay.portlet.asset.service.impl.AssetTagServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Alvaro del Castillo]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>addTag</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tagProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTag</name>
			<param>
				<name>tagId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTags</name>
			<param>
				<name>tagIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupsTags</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupTags</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupTags</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupTagsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getJSONGroupTags</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTag</name>
			<param>
				<name>tagId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTags</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTags</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTags</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tagProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTags</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTagsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTagsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTagsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tagProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>mergeTags</name>
			<param>
				<name>fromTagId</name>
				<type>long</type>
			</param>
			<param>
				<name>toTagId</name>
				<type>long</type>
			</param>
			<param>
				<name>overrideProperties</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>mergeTags</name>
			<param>
				<name>fromTagIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>toTagId</name>
				<type>long</type>
			</param>
			<param>
				<name>overrideProperties</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tagProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateTag</name>
			<param>
				<name>tagId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tagProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterTags</name>
			<param>
				<name>tags</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetTagStatsLocalServiceImpl</name>
		<type>com.liferay.portlet.asset.service.impl.AssetTagStatsLocalServiceImpl</type>
		<comment><![CDATA[The implementation of the asset tag statistics local service.]]></comment>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>addTagStats</name>
			<comment><![CDATA[Adds an asset tag statistics instance.]]></comment>
			<param>
				<name>tagId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the tag]]></comment>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
				<comment><![CDATA[the asset entry's class name ID]]></comment>
			</param>
			<return>
				<comment><![CDATA[the asset tag statistics instance]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteTagStats</name>
			<comment><![CDATA[Deletes the asset tag statistics instance.]]></comment>
			<param>
				<name>tagStats</name>
				<type>com.liferay.portlet.asset.model.AssetTagStats</type>
				<comment><![CDATA[the asset tag statistics instance]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteTagStats</name>
			<comment><![CDATA[Deletes the asset tag statistics instance matching the tag statistics ID.]]></comment>
			<param>
				<name>tagStatsId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the asset tag statistics instance]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the assetTagStats with the primary key could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteTagStatsByClassNameId</name>
			<comment><![CDATA[Deletes all asset tag statistics instances associated with the asset entry matching the class name ID.]]></comment>
			<param>
				<name>classNameId</name>
				<type>long</type>
				<comment><![CDATA[the asset entry's class name ID]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteTagStatsByTagId</name>
			<comment><![CDATA[Deletes all asset tag statistics instances associated with the tag.]]></comment>
			<param>
				<name>tagId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the tag]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getTagStats</name>
			<comment><![CDATA[Returns a range of all the asset tag statistics instances associated with the asset entry matching the class name ID.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>classNameId</name>
				<type>long</type>
				<comment><![CDATA[the asset entry's class name ID]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of asset tag statistics associated with the asset entry matching the class name ID]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getTagStats</name>
			<comment><![CDATA[Returns the asset tag statistics instance with the tag and asset entry matching the class name ID]]></comment>
			<param>
				<name>tagId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the tag]]></comment>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
				<comment><![CDATA[the asset entry's class name ID]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the asset tag statistics instance with the tag and asset entry  matching the class name ID]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateTagStats</name>
			<comment><![CDATA[Updates the asset tag statistics instance.]]></comment>
			<param>
				<name>tagId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the tag]]></comment>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
				<comment><![CDATA[the asset entry's class name ID]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated asset tag statistics instance]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an asset tag with the tag ID could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetVocabularyLocalServiceImpl</name>
		<type>com.liferay.portlet.asset.service.impl.AssetVocabularyLocalServiceImpl</type>
		<author><![CDATA[Alvaro del Castillo]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>addVocabulary</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>settings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>addVocabulary</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>settings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addVocabularyResources</name>
			<param>
				<name>vocabulary</name>
				<type>com.liferay.portlet.asset.model.AssetVocabulary</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addVocabularyResources</name>
			<param>
				<name>vocabulary</name>
				<type>com.liferay.portlet.asset.model.AssetVocabulary</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteVocabularies</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteVocabulary</name>
			<param>
				<name>vocabulary</name>
				<type>com.liferay.portlet.asset.model.AssetVocabulary</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteVocabulary</name>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyVocabularies</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupsVocabularies</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupsVocabularies</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupVocabularies</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupVocabularies</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>createDefaultVocabulary</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupVocabularies</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupVocabulary</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getVocabularies</name>
			<param>
				<name>vocabularyIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getVocabulary</name>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateVocabulary</name>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>settings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>updateVocabulary</name>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>settings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasVocabulary</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetVocabularyServiceImpl</name>
		<type>com.liferay.portlet.asset.service.impl.AssetVocabularyServiceImpl</type>
		<author><![CDATA[Alvaro del Castillo]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>addVocabulary</name>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>settings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>addVocabulary</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>settings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteVocabularies</name>
			<param>
				<name>vocabularyIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteVocabulary</name>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyVocabularies</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupsVocabularies</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupsVocabularies</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupVocabularies</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupVocabularies</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupVocabularies</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupVocabulariesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupVocabulariesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getJSONGroupVocabularies</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getVocabularies</name>
			<param>
				<name>vocabularyIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getVocabulary</name>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateVocabulary</name>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>settings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>updateVocabulary</name>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>settings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterVocabularies</name>
			<param>
				<name>vocabularies</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetCategoryPermission</name>
		<type>com.liferay.portlet.asset.service.permission.AssetCategoryPermission</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.asset.model.AssetCategory</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.asset.model.AssetCategory</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetEntryPermission</name>
		<type>com.liferay.portlet.asset.service.permission.AssetEntryPermission</type>
		<author><![CDATA[Samuel Kong]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.asset.model.AssetEntry</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.asset.model.AssetEntry</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetPermission</name>
		<type>com.liferay.portlet.asset.service.permission.AssetPermission</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetTagPermission</name>
		<type>com.liferay.portlet.asset.service.permission.AssetTagPermission</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>tag</name>
				<type>com.liferay.portlet.asset.model.AssetTag</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>tagId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>tag</name>
				<type>com.liferay.portlet.asset.model.AssetTag</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>tagId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetVocabularyPermission</name>
		<type>com.liferay.portlet.asset.service.permission.AssetVocabularyPermission</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[JorgeFerrer]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>vocabulary</name>
				<type>com.liferay.portlet.asset.model.AssetVocabulary</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>vocabulary</name>
				<type>com.liferay.portlet.asset.model.AssetVocabulary</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetCategoryFinder</name>
		<type>com.liferay.portlet.asset.service.persistence.AssetCategoryFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_C_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_N_V</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_N_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>categoryProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_N_V</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_N_V</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByEntryId</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_L</name>
			<param>
				<name>parentCategoryId</name>
				<type>java.lang.Long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<throws>
				<name>NoSuchCategoryException</name>
				<type>com.liferay.portlet.asset.NoSuchCategoryException</type>
			</throws>
		</method>
		<method>
			<name>findByC_C</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N_V</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>categoryProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>categoryProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetCategoryFinderImpl</name>
		<type>com.liferay.portlet.asset.service.persistence.AssetCategoryFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>countByG_C_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_N_V</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_N_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>categoryProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_N_V</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_N_V</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByEntryId</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_L</name>
			<param>
				<name>parentCategoryId</name>
				<type>java.lang.Long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchCategoryException</name>
				<type>com.liferay.portlet.asset.NoSuchCategoryException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_C</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N_V</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>categoryProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>categoryProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doCountByG_N_V</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doFindByG_N_V</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getJoin</name>
			<param>
				<name>categoryProperties</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>setJoin</name>
			<param>
				<name>qPos</name>
				<type>com.liferay.portal.kernel.dao.orm.QueryPos</type>
			</param>
			<param>
				<name>categoryProperties</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<field>
			<name>COUNT_BY_G_C_N</name>
		</field>
		<field>
			<name>COUNT_BY_G_N_V</name>
		</field>
		<field>
			<name>COUNT_BY_G_N_P</name>
		</field>
		<field>
			<name>FIND_BY_ENTRY_ID</name>
		</field>
		<field>
			<name>FIND_BY_G_L</name>
		</field>
		<field>
			<name>FIND_BY_G_N</name>
		</field>
		<field>
			<name>FIND_BY_C_C</name>
		</field>
		<field>
			<name>FIND_BY_G_N_V</name>
		</field>
		<field>
			<name>FIND_BY_G_N_P</name>
		</field>
		<field>
			<name>FINDER_PATH_FIND_BY_G_L</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetCategoryFinderUtil</name>
		<type>com.liferay.portlet.asset.service.persistence.AssetCategoryFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_C_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_N_V</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_N_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>categoryProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_N_V</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_N_V</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByEntryId</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_L</name>
			<param>
				<name>parentCategoryId</name>
				<type>java.lang.Long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<throws>
				<name>NoSuchCategoryException</name>
				<type>com.liferay.portlet.asset.NoSuchCategoryException</type>
			</throws>
		</method>
		<method>
			<name>findByC_C</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N_V</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>vocabularyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>categoryProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>categoryProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.asset.service.persistence.AssetCategoryFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetCategoryPropertyFinder</name>
		<type>com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_K</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_K</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_K</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetCategoryPropertyFinderImpl</name>
		<type>com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>countByG_K</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_K</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_K</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>COUNT_BY_G_K</name>
		</field>
		<field>
			<name>FIND_BY_G_K</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetCategoryPropertyFinderUtil</name>
		<type>com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_K</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_K</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_K</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetEntryFinder</name>
		<type>com.liferay.portlet.asset.service.persistence.AssetEntryFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countEntries</name>
			<param>
				<name>entryQuery</name>
				<type>com.liferay.portlet.asset.service.persistence.AssetEntryQuery</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findEntries</name>
			<param>
				<name>entryQuery</name>
				<type>com.liferay.portlet.asset.service.persistence.AssetEntryQuery</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetEntryFinderImpl</name>
		<type>com.liferay.portlet.asset.service.persistence.AssetEntryFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>countEntries</name>
			<param>
				<name>entryQuery</name>
				<type>com.liferay.portlet.asset.service.persistence.AssetEntryQuery</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findEntries</name>
			<param>
				<name>entryQuery</name>
				<type>com.liferay.portlet.asset.service.persistence.AssetEntryQuery</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>buildAllCategoriesSQL</name>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>buildAllTagsSQL</name>
			<param>
				<name>tagIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
		</method>
		<method>
			<name>buildAnyCategoriesSQL</name>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>buildAssetQuerySQL</name>
			<param>
				<name>entryQuery</name>
				<type>com.liferay.portlet.asset.service.persistence.AssetEntryQuery</type>
			</param>
			<param>
				<name>count</name>
				<type>boolean</type>
			</param>
			<param>
				<name>session</name>
				<type>com.liferay.portal.kernel.dao.orm.Session</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>buildClassTypeIdsSQL</name>
			<param>
				<name>classTypeIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
		</method>
		<method>
			<name>buildNotAllCategoriesSQL</name>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>buildNotAnyCategoriesSQL</name>
			<param>
				<name>notCategoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>buildNotAnyTagsSQL</name>
			<param>
				<name>tagIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
		</method>
		<method>
			<name>getAnyTagIds</name>
			<param>
				<name>tagIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>operator</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getClassNameIds</name>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>getDates</name>
			<param>
				<name>publishDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>expirationDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>getGroupIds</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>getNotTagIds</name>
			<param>
				<name>notTagIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>getTagIds</name>
			<param>
				<name>tagIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>operator</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDates</name>
			<param>
				<name>qPos</name>
				<type>com.liferay.portal.kernel.dao.orm.QueryPos</type>
			</param>
			<param>
				<name>publishDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>expirationDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<field>
			<name>FIND_BY_AND_CATEGORY_IDS</name>
		</field>
		<field>
			<name>FIND_BY_AND_TAG_IDS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetEntryFinderUtil</name>
		<type>com.liferay.portlet.asset.service.persistence.AssetEntryFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countEntries</name>
			<param>
				<name>entryQuery</name>
				<type>com.liferay.portlet.asset.service.persistence.AssetEntryQuery</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findEntries</name>
			<param>
				<name>entryQuery</name>
				<type>com.liferay.portlet.asset.service.persistence.AssetEntryQuery</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.asset.service.persistence.AssetEntryFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetEntryQuery</name>
		<type>com.liferay.portlet.asset.service.persistence.AssetEntryQuery</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>checkOrderByCol</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>checkOrderByType</name>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>AssetEntryQuery</name>
		</method>
		<method>
			<name>AssetEntryQuery</name>
			<param>
				<name>assetEntryQuery</name>
				<type>com.liferay.portlet.asset.service.persistence.AssetEntryQuery</type>
			</param>
		</method>
		<method>
			<name>AssetEntryQuery</name>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>searchContainer</name>
				<type>com.liferay.portal.kernel.dao.search.SearchContainer</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>AssetEntryQuery</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>searchContainer</name>
				<type>com.liferay.portal.kernel.dao.search.SearchContainer</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addAllTagIdsArray</name>
			<param>
				<name>allTagsIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>addNotAllTagIdsArray</name>
			<param>
				<name>notAllTagsIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>getAllCategoryIds</name>
		</method>
		<method>
			<name>getAllLeftAndRightCategoryIds</name>
		</method>
		<method>
			<name>getAllTagIds</name>
		</method>
		<method>
			<name>getAllTagIdsArray</name>
		</method>
		<method>
			<name>getAnyCategoryIds</name>
		</method>
		<method>
			<name>getAnyLeftAndRightCategoryIds</name>
		</method>
		<method>
			<name>getAnyTagIds</name>
		</method>
		<method>
			<name>getClassNameIds</name>
		</method>
		<method>
			<name>getClassTypeIds</name>
		</method>
		<method>
			<name>getEnd</name>
		</method>
		<method>
			<name>getExpirationDate</name>
		</method>
		<method>
			<name>getGroupIds</name>
		</method>
		<method>
			<name>getLayout</name>
		</method>
		<method>
			<name>getLinkedAssetEntryId</name>
		</method>
		<method>
			<name>getNotAllCategoryIds</name>
		</method>
		<method>
			<name>getNotAllLeftAndRightCategoryIds</name>
		</method>
		<method>
			<name>getNotAllTagIds</name>
		</method>
		<method>
			<name>getNotAllTagIdsArray</name>
		</method>
		<method>
			<name>getNotAnyCategoryIds</name>
		</method>
		<method>
			<name>getNotAnyLeftAndRightCategoryIds</name>
		</method>
		<method>
			<name>getNotAnyTagIds</name>
		</method>
		<method>
			<name>getOrderByCol1</name>
		</method>
		<method>
			<name>getOrderByCol2</name>
		</method>
		<method>
			<name>getOrderByType1</name>
		</method>
		<method>
			<name>getOrderByType2</name>
		</method>
		<method>
			<name>getPublishDate</name>
		</method>
		<method>
			<name>getStart</name>
		</method>
		<method>
			<name>isEnablePermissions</name>
		</method>
		<method>
			<name>isExcludeZeroViewCount</name>
		</method>
		<method>
			<name>isVisible</name>
		</method>
		<method>
			<name>setAllCategoryIds</name>
			<param>
				<name>allCategoryIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setAllTagIds</name>
			<param>
				<name>allTagIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setAllTagIdsArray</name>
			<param>
				<name>allTagIdsArray</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setAnyCategoryIds</name>
			<param>
				<name>anyCategoryIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setAnyTagIds</name>
			<param>
				<name>anyTagIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClassNameIds</name>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setClassTypeIds</name>
			<param>
				<name>classTypeIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setEnablePermissions</name>
			<param>
				<name>enablePermissions</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setEnd</name>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setExcludeZeroViewCount</name>
			<param>
				<name>excludeZeroViewCount</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setExpirationDate</name>
			<param>
				<name>expirationDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setGroupIds</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setLayout</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>setLinkedAssetEntryId</name>
			<param>
				<name>linkedAssetEntryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setNotAllCategoryIds</name>
			<param>
				<name>notAllCategoryIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setNotAllTagIds</name>
			<param>
				<name>notAllTagIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setNotAllTagIdsArray</name>
			<param>
				<name>notAllTagIdsArray</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setNotAnyCategoryIds</name>
			<param>
				<name>notAnyCategoryIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setNotAnyTagIds</name>
			<param>
				<name>notAnyTagIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setOrderByCol1</name>
			<param>
				<name>orderByCol1</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setOrderByCol2</name>
			<param>
				<name>orderByCol2</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setOrderByType1</name>
			<param>
				<name>orderByType1</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setOrderByType2</name>
			<param>
				<name>orderByType2</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPublishDate</name>
			<param>
				<name>publishDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setStart</name>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setVisible</name>
			<param>
				<name>visible</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>_flattenTagIds</name>
			<param>
				<name>tagIdsArray</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>_getLeftAndRightCategoryIds</name>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
		</method>
		<field>
			<name>ORDER_BY_COLUMNS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_allCategoryIds</name>
		</field>
		<field>
			<name>_allTagIds</name>
		</field>
		<field>
			<name>_allTagIdsArray</name>
		</field>
		<field>
			<name>_anyCategoryIds</name>
		</field>
		<field>
			<name>_anyTagIds</name>
		</field>
		<field>
			<name>_classNameIds</name>
		</field>
		<field>
			<name>_classTypeIds</name>
		</field>
		<field>
			<name>_enablePermissions</name>
		</field>
		<field>
			<name>_end</name>
		</field>
		<field>
			<name>_excludeZeroViewCount</name>
		</field>
		<field>
			<name>_expirationDate</name>
		</field>
		<field>
			<name>_groupIds</name>
		</field>
		<field>
			<name>_layout</name>
		</field>
		<field>
			<name>_linkedAssetEntryId</name>
		</field>
		<field>
			<name>_notAllCategoryIds</name>
		</field>
		<field>
			<name>_notAllTagIds</name>
		</field>
		<field>
			<name>_notAllTagIdsArray</name>
		</field>
		<field>
			<name>_notAnyCategoryIds</name>
		</field>
		<field>
			<name>_notAnyTagIds</name>
		</field>
		<field>
			<name>_orderByCol1</name>
		</field>
		<field>
			<name>_orderByCol2</name>
		</field>
		<field>
			<name>_orderByType1</name>
		</field>
		<field>
			<name>_orderByType2</name>
		</field>
		<field>
			<name>_publishDate</name>
		</field>
		<field>
			<name>_start</name>
		</field>
		<field>
			<name>_toString</name>
		</field>
		<field>
			<name>_visible</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetTagFinder</name>
		<type>com.liferay.portlet.asset.service.persistence.AssetTagFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_C_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_N_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tagProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_C_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_N_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tagProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<throws>
				<name>NoSuchTagException</name>
				<type>com.liferay.portlet.asset.NoSuchTagException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_C_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_N_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tagProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByEntryId</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<throws>
				<name>NoSuchTagException</name>
				<type>com.liferay.portlet.asset.NoSuchTagException</type>
			</throws>
		</method>
		<method>
			<name>findByC_C</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_C_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tagProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N_S_E</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>endPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>periodLength</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetTagFinderImpl</name>
		<type>com.liferay.portlet.asset.service.persistence.AssetTagFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>countByG_C_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_N_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tagProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_C_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_N_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tagProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchTagException</name>
				<type>com.liferay.portlet.asset.NoSuchTagException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_C_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_N_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tagProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByEntryId</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchTagException</name>
				<type>com.liferay.portlet.asset.NoSuchTagException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_C</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_C_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tagProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N_S_E</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>endPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>periodLength</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doCountByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doCountByG_C_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doCountByG_N_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tagProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doFindByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>NoSuchTagException</name>
				<type>com.liferay.portlet.asset.NoSuchTagException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doFindByG_C_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doFindByG_N_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tagProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getJoin</name>
			<param>
				<name>tagProperties</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>setJoin</name>
			<param>
				<name>qPos</name>
				<type>com.liferay.portal.kernel.dao.orm.QueryPos</type>
			</param>
			<param>
				<name>tagProperties</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<field>
			<name>COUNT_BY_G_N</name>
		</field>
		<field>
			<name>COUNT_BY_G_C_N</name>
		</field>
		<field>
			<name>COUNT_BY_G_N_P</name>
		</field>
		<field>
			<name>FIND_BY_ENTRY_ID</name>
		</field>
		<field>
			<name>FIND_BY_G_N</name>
		</field>
		<field>
			<name>FIND_BY_C_C</name>
		</field>
		<field>
			<name>FIND_BY_G_C_N</name>
		</field>
		<field>
			<name>FIND_BY_G_N_P</name>
		</field>
		<field>
			<name>FIND_BY_G_N_S_E</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetTagFinderUtil</name>
		<type>com.liferay.portlet.asset.service.persistence.AssetTagFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_C_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_N_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tagProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_C_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_N_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tagProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<throws>
				<name>NoSuchTagException</name>
				<type>com.liferay.portlet.asset.NoSuchTagException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_C_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_N_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tagProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByEntryId</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<throws>
				<name>NoSuchTagException</name>
				<type>com.liferay.portlet.asset.NoSuchTagException</type>
			</throws>
		</method>
		<method>
			<name>findByC_C</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_C_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tagProperties</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N_S_E</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>endPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>periodLength</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.asset.service.persistence.AssetTagFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetTagPropertyFinder</name>
		<type>com.liferay.portlet.asset.service.persistence.AssetTagPropertyFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_K</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_K</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_K</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetTagPropertyFinderImpl</name>
		<type>com.liferay.portlet.asset.service.persistence.AssetTagPropertyFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_K</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_K</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_K</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>COUNT_BY_G_K</name>
		</field>
		<field>
			<name>FIND_BY_G_K</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetTagPropertyFinderUtil</name>
		<type>com.liferay.portlet.asset.service.persistence.AssetTagPropertyFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_K</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_K</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_K</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.asset.service.persistence.AssetTagPropertyFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetTagPropertyKeyFinder</name>
		<type>com.liferay.portlet.asset.service.persistence.AssetTagPropertyKeyFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetTagPropertyKeyFinderImpl</name>
		<type>com.liferay.portlet.asset.service.persistence.AssetTagPropertyKeyFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>COUNT_BY_GROUP_ID</name>
		</field>
		<field>
			<name>FIND_BY_GROUP_ID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetTagPropertyKeyFinderUtil</name>
		<type>com.liferay.portlet.asset.service.persistence.AssetTagPropertyKeyFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.asset.service.persistence.AssetTagPropertyKeyFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetVocabularyFinder</name>
		<type>com.liferay.portlet.asset.service.persistence.AssetVocabularyFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetVocabularyFinderImpl</name>
		<type>com.liferay.portlet.asset.service.persistence.AssetVocabularyFinderImpl</type>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>countByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doCountByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doFindByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>COUNT_BY_G_N</name>
		</field>
		<field>
			<name>FIND_BY_G_N</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetVocabularyFinderUtil</name>
		<type>com.liferay.portlet.asset.service.persistence.AssetVocabularyFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.asset.service.persistence.AssetVocabularyFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetEntryValidator</name>
		<type>com.liferay.portlet.asset.util.AssetEntryValidator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>validate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>entryNames</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetUtil</name>
		<type>com.liferay.portlet.asset.util.AssetUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>addLayoutTags</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>addPortletBreadcrumbEntries</name>
			<param>
				<name>assetCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addPortletBreadcrumbEntry</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getAssetKeywords</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutTagNames</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isValidWord</name>
			<param>
				<name>word</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>substituteCategoryPropertyVariables</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>substituteTagPropertyVariables</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>tagName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>toWord</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>INVALID_CHARACTERS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseAssetEntryValidator</name>
		<type>com.liferay.portlet.asset.util.BaseAssetEntryValidator</type>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>validate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>entryNames</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>vocabulary</name>
				<type>com.liferay.portlet.asset.model.AssetVocabulary</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DefaultAssetEntryValidator</name>
		<type>com.liferay.portlet.asset.util.DefaultAssetEntryValidator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
	</javadoc>
	<javadoc>
		<name>MinimalAssetEntryValidator</name>
		<type>com.liferay.portlet.asset.util.MinimalAssetEntryValidator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>validate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>tagNames</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetTagCountComparator</name>
		<type>com.liferay.portlet.asset.util.comparator.AssetTagCountComparator</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>AssetTagCountComparator</name>
		</method>
		<method>
			<name>AssetTagCountComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetTagNameComparator</name>
		<type>com.liferay.portlet.asset.util.comparator.AssetTagNameComparator</type>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>AssetTagNameComparator</name>
		</method>
		<method>
			<name>AssetTagNameComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
			<param>
				<name>caseSensitive</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>assetTag1</name>
				<type>com.liferay.portlet.asset.model.AssetTag</type>
			</param>
			<param>
				<name>assetTag2</name>
				<type>com.liferay.portlet.asset.model.AssetTag</type>
			</param>
		</method>
		<field>
			<name>_ascending</name>
		</field>
		<field>
			<name>_caseSensitive</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.assetcategoryadmin.action.ActionUtil</type>
		<author><![CDATA[Iliyan Peychev]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>getCategory</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getCategory</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getVocabularies</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getVocabularies</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getVocabulary</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getVocabulary</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditCategoryAction</name>
		<type>com.liferay.portlet.assetcategoryadmin.action.EditCategoryAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getCategoryProperties</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>moveCategory</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateCategory</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditVocabularyAction</name>
		<type>com.liferay.portlet.assetcategoryadmin.action.EditVocabularyAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getSettingsProperties</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>updateVocabulary</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ConfigurationActionImpl</name>
		<type>com.liferay.portlet.assetpublisher.action.ConfigurationActionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getClassTypeIds</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>moveSelectionDown</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>moveSelectionUp</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>removeSelection</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setScopes</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setSelectionStyle</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateDefaultAssetPublisher</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateDisplaySettings</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateQueryLogic</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RSSAction</name>
		<type>com.liferay.portlet.assetpublisher.action.RSSAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>serveResource</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportToRSS</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>displayStyle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>linkBehavior</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetEntries</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getAssetEntries</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getAssetPublisherURL</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getEntryURL</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>linkBehavior</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetEntry</name>
				<type>com.liferay.portlet.asset.model.AssetEntry</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getEntryURLAssetPublisher</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>assetEntry</name>
				<type>com.liferay.portlet.asset.model.AssetEntry</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getEntryURLViewInContext</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>assetEntry</name>
				<type>com.liferay.portlet.asset.model.AssetEntry</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFeedURL</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRSS</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ViewAction</name>
		<type>com.liferay.portlet.assetpublisher.action.ViewAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetDisplayTerms</name>
		<type>com.liferay.portlet.assetpublisher.search.AssetDisplayTerms</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>AssetDisplayTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<field>
			<name>DESCRIPTION</name>
		</field>
		<field>
			<name>GROUP_ID</name>
		</field>
		<field>
			<name>TITLE</name>
		</field>
		<field>
			<name>USER_NAME</name>
		</field>
		<field>
			<name>description</name>
		</field>
		<field>
			<name>groupId</name>
		</field>
		<field>
			<name>title</name>
		</field>
		<field>
			<name>userName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetSearch</name>
		<type>com.liferay.portlet.assetpublisher.search.AssetSearch</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>AssetSearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>delta</name>
				<type>int</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>AssetSearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<field>
			<name>headerNames</name>
		</field>
		<field>
			<name>EMPTY_RESULTS_MESSAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetSearchTerms</name>
		<type>com.liferay.portlet.assetpublisher.search.AssetSearchTerms</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>AssetSearchTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AssetIndexer</name>
		<type>com.liferay.portlet.assetpublisher.util.AssetIndexer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>postProcessSearchQuery</name>
			<param>
				<name>searchQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doDelete</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>doGetDocument</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>doGetSummary</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>snippet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getPortletId</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAMES</name>
		</field>
		<field>
			<name>PORTLET_ID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetPublisherUtil</name>
		<type>com.liferay.portlet.assetpublisher.util.AssetPublisherUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addAndStoreSelection</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>assetEntryOrder</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addRecentFolderId</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addSelection</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addSelection</name>
			<param>
				<name>assetEntryType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>assetEntryOrder</name>
				<type>int</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addUserAttributes</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>customUserAttributeNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>assetEntryQuery</name>
				<type>com.liferay.portlet.asset.service.persistence.AssetEntryQuery</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getAssetEntryQuery</name>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>scopeGroupIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getAssetTagNames</name>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getClassName</name>
			<param>
				<name>assetRendererFactory</name>
				<type>com.liferay.portlet.asset.model.AssetRendererFactory</type>
			</param>
		</method>
		<method>
			<name>getClassNameIds</name>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>availableClassNameIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>getClassTypeIds</name>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>availableClassTypeIds</name>
				<type>java.lang.Long[]</type>
			</param>
		</method>
		<method>
			<name>getGroupIds</name>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getRecentFolderId</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeAndStoreSelection</name>
			<param>
				<name>assetEntryUuids</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>removeRecentFolderId</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>_getAssetEntryXml</name>
			<param>
				<name>assetEntryType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>assetEntryUuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getGroupId</name>
			<param>
				<name>scopeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getRecentFolderIds</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.assettagadmin.action.ActionUtil</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>getTag</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTag</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditTagAction</name>
		<type>com.liferay.portlet.assettagadmin.action.EditTagAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTagProperties</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>mergeTag</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateTag</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BlogsEntryCustomAttributesDisplay</name>
		<type>com.liferay.portlet.blogs.BlogsEntryCustomAttributesDisplay</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CategoryNameException</name>
		<type>com.liferay.portlet.blogs.CategoryNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CategoryNameException</name>
		</method>
		<method>
			<name>CategoryNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CategoryNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CategoryNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>EntryContentException</name>
		<type>com.liferay.portlet.blogs.EntryContentException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EntryContentException</name>
		</method>
		<method>
			<name>EntryContentException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>EntryContentException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>EntryContentException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>EntryDisplayDateException</name>
		<type>com.liferay.portlet.blogs.EntryDisplayDateException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EntryDisplayDateException</name>
		</method>
		<method>
			<name>EntryDisplayDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>EntryDisplayDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>EntryDisplayDateException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>EntrySmallImageNameException</name>
		<type>com.liferay.portlet.blogs.EntrySmallImageNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EntrySmallImageNameException</name>
		</method>
		<method>
			<name>EntrySmallImageNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>EntrySmallImageNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>EntrySmallImageNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>EntrySmallImageSizeException</name>
		<type>com.liferay.portlet.blogs.EntrySmallImageSizeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EntrySmallImageSizeException</name>
		</method>
		<method>
			<name>EntrySmallImageSizeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>EntrySmallImageSizeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>EntrySmallImageSizeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>EntryTitleException</name>
		<type>com.liferay.portlet.blogs.EntryTitleException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EntryTitleException</name>
		</method>
		<method>
			<name>EntryTitleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>EntryTitleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>EntryTitleException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchEntryException</name>
		<type>com.liferay.portlet.blogs.NoSuchEntryException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchEntryException</name>
		</method>
		<method>
			<name>NoSuchEntryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchEntryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchEntryException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchStatsUserException</name>
		<type>com.liferay.portlet.blogs.NoSuchStatsUserException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchStatsUserException</name>
		</method>
		<method>
			<name>NoSuchStatsUserException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchStatsUserException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchStatsUserException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.blogs.action.ActionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getEntry</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getEntry</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ConfigurationActionImpl</name>
		<type>com.liferay.portlet.blogs.action.ConfigurationActionImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Thiago Moreira]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateEmailEntryAdded</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateEmailEntryUpdated</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateEmailFrom</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditEntryAction</name>
		<type>com.liferay.portlet.blogs.action.EditEntryAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Wilson S. Man]]></author>
		<author><![CDATA[Thiago Moreira]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteEntries</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getSaveAndContinueRedirect</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
			<param>
				<name>redirect</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>subscribe</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>unsubscribe</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateEntry</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>FindEntryAction</name>
		<type>com.liferay.portlet.blogs.action.FindEntryAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getGroupId</name>
			<param>
				<name>primaryKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPrimaryKeyParameterName</name>
		</method>
		<method>
			<name>getStrutsAction</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>initPortletIds</name>
		</method>
		<method>
			<name>setPrimaryKeyParameter</name>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RSSAction</name>
		<type>com.liferay.portlet.blogs.action.RSSAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>serveResource</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>strutsExecute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRSS</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRSS</name>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TrackbackAction</name>
		<type>com.liferay.portlet.blogs.action.TrackbackAction</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addTrackback</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<method>
			<name>isCommentsEnabled</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>sendError</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>sendResponse</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>success</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>sendSuccess</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BlogsEntryAssetRenderer</name>
		<type>com.liferay.portlet.blogs.asset.BlogsEntryAssetRenderer</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>BlogsEntryAssetRenderer</name>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
		</method>
		<method>
			<name>getClassPK</name>
		</method>
		<method>
			<name>getDiscussionPath</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getSummary</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getURLEdit</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUrlTitle</name>
		</method>
		<method>
			<name>getURLView</name>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getURLViewInContext</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<param>
				<name>noSuchEntryRedirect</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>hasEditPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
		</method>
		<method>
			<name>hasViewPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
		</method>
		<method>
			<name>isPrintable</name>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>_entry</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BlogsEntryAssetRendererFactory</name>
		<type>com.liferay.portlet.blogs.asset.BlogsEntryAssetRendererFactory</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>getAssetRenderer</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAssetRenderer</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>urlTitle</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getURLAdd</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isLinkable</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
		<field>
			<name>TYPE</name>
		</field>
		<field>
			<name>_LINKABLE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BlogsEntryAtomCollectionAdapter</name>
		<type>com.liferay.portlet.blogs.atom.BlogsEntryAtomCollectionAdapter</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>getCollectionName</name>
		</method>
		<method>
			<name>getEntryAuthors</name>
			<param>
				<name>blogsEntry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
		</method>
		<method>
			<name>getEntryContent</name>
			<param>
				<name>blogsEntry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
		</method>
		<method>
			<name>getEntryId</name>
			<param>
				<name>blogsEntry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
		</method>
		<method>
			<name>getEntrySummary</name>
			<param>
				<name>blogsEntry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
		</method>
		<method>
			<name>getEntryTitle</name>
			<param>
				<name>blogsEntry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
		</method>
		<method>
			<name>getEntryUpdated</name>
			<param>
				<name>blogsEntry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
		</method>
		<method>
			<name>getFeedTitle</name>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
		</method>
		<method>
			<name>doDeleteEntry</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetEntry</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetFeedEntries</name>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doPostEntry</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doPutEntry</name>
			<param>
				<name>blogsEntry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_COLLECTION_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BlogsPortletDataHandlerImpl</name>
		<type>com.liferay.portlet.blogs.lar.BlogsPortletDataHandlerImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>getExportControls</name>
		</method>
		<method>
			<name>getExportMetadataControls</name>
		</method>
		<method>
			<name>getImportControls</name>
		</method>
		<method>
			<name>getImportMetadataControls</name>
		</method>
		<method>
			<name>isAlwaysExportable</name>
		</method>
		<method>
			<name>isPublishToLiveByDefault</name>
		</method>
		<method>
			<name>doDeleteData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doExportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportEntry</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>entriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlFileEntryTypesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlFoldersElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlFileEntriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlFileRanksElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlRepositoriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlRepositoryEntriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getEntryImagePath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getEntryPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
		</method>
		<method>
			<name>getEntrySmallImagePath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importEntry</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>entryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_ALWAYS_EXPORTABLE</name>
		</field>
		<field>
			<name>_NAMESPACE</name>
		</field>
		<field>
			<name>_entries</name>
		</field>
		<field>
			<name>_metadataControls</name>
		</field>
		<field>
			<name>_wordpress</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WordPressImporter</name>
		<type>com.liferay.portlet.blogs.lar.WordPressImporter</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>importData</name>
			<param>
				<name>context</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getWordPressPath</name>
			<param>
				<name>context</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getWordPressUserMap</name>
			<param>
				<name>context</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
		</method>
		<method>
			<name>importComment</name>
			<param>
				<name>context</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>defaultUser</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>messageDisplay</name>
				<type>com.liferay.portlet.messageboards.model.MBMessageDisplay</type>
			</param>
			<param>
				<name>messageIdMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
			<param>
				<name>commentEl</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>importEntry</name>
			<param>
				<name>context</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>defaultUser</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>userMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>dateFormat</name>
				<type>java.text.DateFormat</type>
			</param>
			<param>
				<name>entryEl</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_DATE_FORMAT</name>
		</field>
		<field>
			<name>_EXPORT_FILE</name>
		</field>
		<field>
			<name>_NS_CONTENT</name>
		</field>
		<field>
			<name>_NS_DC</name>
		</field>
		<field>
			<name>_NS_WP</name>
		</field>
		<field>
			<name>_USER_MAP_FILE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CheckEntryMessageListener</name>
		<type>com.liferay.portlet.blogs.messaging.CheckEntryMessageListener</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LinkbackMessageListener</name>
		<type>com.liferay.portlet.blogs.messaging.LinkbackMessageListener</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BlogsEntryImpl</name>
		<type>com.liferay.portlet.blogs.model.impl.BlogsEntryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>BlogsEntryImpl</name>
		</method>
		<method>
			<name>getSmallImageType</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isVisible</name>
		</method>
		<method>
			<name>setSmallImageType</name>
			<param>
				<name>smallImageType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_smallImageType</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BlogsStatsUserImpl</name>
		<type>com.liferay.portlet.blogs.model.impl.BlogsStatsUserImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BlogsStatsUserImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>BlogsEntryLocalServiceImpl</name>
		<type>com.liferay.portlet.blogs.service.impl.BlogsEntryLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Wilson S. Man]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Thiago Moreira]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>addEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>allowPingbacks</name>
				<type>boolean</type>
			</param>
			<param>
				<name>allowTrackbacks</name>
				<type>boolean</type>
			</param>
			<param>
				<name>trackbacks</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImageFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImageInputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addEntryResources</name>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addEntryResources</name>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addEntryResources</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addEntryResources</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkEntries</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteEntry</name>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteEntry</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyEntries</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyEntries</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyEntriesCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntriesPrevAndNext</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntry</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntry</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>urlTitle</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupsEntries</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupUserEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupUserEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupUserEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNoAssetEntries</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrganizationEntries</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrganizationEntries</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrganizationEntriesCount</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>subscribe</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unsubscribe</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAsset</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
			<param>
				<name>assetCategoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>assetTagNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>assetLinkEntryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>allowPingbacks</name>
				<type>boolean</type>
			</param>
			<param>
				<name>allowTrackbacks</name>
				<type>boolean</type>
			</param>
			<param>
				<name>trackbacks</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImageFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImageInputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateEntryResources</name>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStatus</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUniqueUrlTitle</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUniqueUrlTitle</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldUrlTitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isMatchesServiceContextUrlTitle</name>
			<param>
				<name>urlTitle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>notifySubscribers</name>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>pingGoogle</name>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>pingPingback</name>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
		<method>
			<name>pingTrackbacks</name>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
			<param>
				<name>trackbacks</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>pingOldTrackbacks</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>saveImages</name>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>smallImageBytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImageFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImageBytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BlogsEntryServiceImpl</name>
		<type>com.liferay.portlet.blogs.service.impl.BlogsEntryServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Mate Thurzo]]></author>
		<method>
			<name>addEntry</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>allowPingbacks</name>
				<type>boolean</type>
			</param>
			<param>
				<name>allowTrackbacks</name>
				<type>boolean</type>
			</param>
			<param>
				<name>trackbacks</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImageFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImageInputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteEntry</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyEntries</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyEntriesRSS</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>displayStyle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>feedURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entryURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntry</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntry</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>urlTitle</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupEntriesRSS</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>displayStyle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>feedURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entryURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupsEntries</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrganizationEntries</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrganizationEntriesRSS</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>displayStyle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>feedURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entryURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>subscribe</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unsubscribe</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateEntry</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>allowPingbacks</name>
				<type>boolean</type>
			</param>
			<param>
				<name>allowTrackbacks</name>
				<type>boolean</type>
			</param>
			<param>
				<name>trackbacks</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImageFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImageInputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>exportToRSS</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>displayStyle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>feedURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entryURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>blogsEntries</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BlogsStatsUserLocalServiceImpl</name>
		<type>com.liferay.portlet.blogs.service.impl.BlogsStatsUserLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Mate Thurzo]]></author>
		<method>
			<name>deleteStatsUser</name>
			<param>
				<name>statsUsers</name>
				<type>com.liferay.portlet.blogs.model.BlogsStatsUser</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteStatsUser</name>
			<param>
				<name>statsUserId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteStatsUserByGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteStatsUserByUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyStatsUsers</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyStatsUsers</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyStatsUsersCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupsStatsUsers</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupStatsUsers</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupStatsUsers</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupStatsUsersCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrganizationStatsUsers</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrganizationStatsUsers</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrganizationStatsUsersCount</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStatsUser</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStatsUser</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStatsUser</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BlogsEntryPermission</name>
		<type>com.liferay.portlet.blogs.service.permission.BlogsEntryPermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BlogsPermission</name>
		<type>com.liferay.portlet.blogs.service.permission.BlogsPermission</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BlogsEntryFinder</name>
		<type>com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByOrganizationId</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByOrganizationIds</name>
			<param>
				<name>organizationIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByGroupIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByOrganizationId</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByOrganizationIds</name>
			<param>
				<name>organizationIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoAssets</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BlogsEntryFinderImpl</name>
		<type>com.liferay.portlet.blogs.service.persistence.BlogsEntryFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByOrganizationId</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByOrganizationIds</name>
			<param>
				<name>organizationIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByGroupIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByOrganizationId</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByOrganizationIds</name>
			<param>
				<name>organizationIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoAssets</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrganizationIds</name>
			<param>
				<name>organizationIds</name>
				<type>java.util.List</type>
			</param>
		</method>
		<field>
			<name>COUNT_BY_ORGANIZATION_IDS</name>
		</field>
		<field>
			<name>FIND_BY_GROUP_IDS</name>
		</field>
		<field>
			<name>FIND_BY_ORGANIZATION_IDS</name>
		</field>
		<field>
			<name>FIND_BY_NO_ASSETS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BlogsEntryFinderUtil</name>
		<type>com.liferay.portlet.blogs.service.persistence.BlogsEntryFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByOrganizationId</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByOrganizationIds</name>
			<param>
				<name>organizationIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByGroupIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByOrganizationId</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByOrganizationIds</name>
			<param>
				<name>organizationIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoAssets</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BlogsStatsUserFinder</name>
		<type>com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByOrganizationId</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByOrganizationIds</name>
			<param>
				<name>organizationIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByGroupIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByOrganizationId</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByOrganizationIds</name>
			<param>
				<name>organizationIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BlogsStatsUserFinderImpl</name>
		<type>com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByOrganizationId</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByOrganizationIds</name>
			<param>
				<name>organizationIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByGroupIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByOrganizationId</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByOrganizationIds</name>
			<param>
				<name>organizationIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrganizationIds</name>
			<param>
				<name>organizationIds</name>
				<type>java.util.List</type>
			</param>
		</method>
		<field>
			<name>COUNT_BY_ORGANIZATION_IDS</name>
		</field>
		<field>
			<name>FIND_BY_GROUP_IDS</name>
		</field>
		<field>
			<name>FIND_BY_ORGANIZATION_IDS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BlogsStatsUserFinderUtil</name>
		<type>com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByOrganizationId</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByOrganizationIds</name>
			<param>
				<name>organizationIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByGroupIds</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByOrganizationId</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByOrganizationIds</name>
			<param>
				<name>organizationIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BlogsActivityInterpreter</name>
		<type>com.liferay.portlet.blogs.social.BlogsActivityInterpreter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Ryan Park]]></author>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>doInterpret</name>
			<param>
				<name>activity</name>
				<type>com.liferay.portlet.social.model.SocialActivity</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CLASS_NAMES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BlogsActivityKeys</name>
		<type>com.liferay.portlet.blogs.social.BlogsActivityKeys</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>ADD_COMMENT</name>
		</field>
		<field>
			<name>ADD_ENTRY</name>
		</field>
		<field>
			<name>UPDATE_ENTRY</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BlogsIndexer</name>
		<type>com.liferay.portlet.blogs.util.BlogsIndexer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Harry Mark]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>entryClassPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isFilterSearch</name>
		</method>
		<method>
			<name>isPermissionAware</name>
		</method>
		<method>
			<name>postProcessContextQuery</name>
			<param>
				<name>contextQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addReindexCriteria</name>
			<param>
				<name>dynamicQuery</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>doDelete</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetDocument</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetSummary</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>snippet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortletId</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>reindexEntries</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexEntries</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>startEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>endEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>CLASS_NAMES</name>
		</field>
		<field>
			<name>PORTLET_ID</name>
		</field>
		<field>
			<name>_FILTER_SEARCH</name>
		</field>
		<field>
			<name>_PERMISSION_AWARE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BlogsOpenSearchImpl</name>
		<type>com.liferay.portlet.blogs.util.BlogsOpenSearchImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getIndexer</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getSearchPath</name>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>SEARCH_PATH</name>
		</field>
		<field>
			<name>TITLE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BlogsUtil</name>
		<type>com.liferay.portlet.blogs.util.BlogsUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Thiago Moreira]]></author>
		<method>
			<name>getEmailEntryAddedBodyMap</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailEntryAddedEnabled</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailEntryAddedSubjectMap</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailEntryUpdatedBodyMap</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailEntryUpdatedEnabled</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailEntryUpdatedSubjectMap</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailFromAddress</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEmailFromName</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUrlTitle</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_URL_TITLE_REPLACE_CHARS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LinkbackConsumerUtil</name>
		<type>com.liferay.portlet.blogs.util.LinkbackConsumerUtil</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addNewTrackback</name>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entryUrl</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>verifyNewTrackbacks</name>
		</method>
		<method>
			<name>verifyPost</name>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.blogs.model.BlogsEntry</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_verifyTrackback</name>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entryURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_trackbacks</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LinkbackProducerUtil</name>
		<type>com.liferay.portlet.blogs.util.LinkbackProducerUtil</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>sendPingback</name>
			<param>
				<name>sourceUri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetUri</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>sendQueuedPingbacks</name>
			<throws>
				<name>XmlRpcException</name>
				<type>com.liferay.portal.kernel.xmlrpc.XmlRpcException</type>
			</throws>
		</method>
		<method>
			<name>sendTrackback</name>
			<param>
				<name>trackback</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parts</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_discoverPingbackServer</name>
			<param>
				<name>targetUri</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_HTTP_HEADER_VERSION_VERBOSITY_DEFAULT</name>
		</field>
		<field>
			<name>_HTTP_HEADER_VERSION_VERBOSITY_PARTIAL</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_pingbackQueue</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PingbackMethodImpl</name>
		<type>com.liferay.portlet.blogs.util.PingbackMethodImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getMethodName</name>
		</method>
		<method>
			<name>getToken</name>
		</method>
		<method>
			<name>setArguments</name>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>getBlogsEntry</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getExcerpt</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getParam</name>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>validateSource</name>
		</method>
		<field>
			<name>ACCESS_DENIED</name>
		</field>
		<field>
			<name>GENERIC_FAULT</name>
		</field>
		<field>
			<name>PINGBACK_ALREADY_REGISTERED</name>
		</field>
		<field>
			<name>SERVER_ERROR</name>
		</field>
		<field>
			<name>SOURCE_URI_DOES_NOT_EXIST</name>
		</field>
		<field>
			<name>SOURCE_URI_INVALID</name>
		</field>
		<field>
			<name>TARGET_URI_DOES_NOT_EXIST</name>
		</field>
		<field>
			<name>TARGET_URI_INVALID</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_sourceUri</name>
		</field>
		<field>
			<name>_targetUri</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EntryDisplayDateComparator</name>
		<type>com.liferay.portlet.blogs.util.comparator.EntryDisplayDateComparator</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>EntryDisplayDateComparator</name>
		</method>
		<method>
			<name>EntryDisplayDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByConditionFields</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_CONDITION_FIELDS</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StatsUserLastPostDateComparator</name>
		<type>com.liferay.portlet.blogs.util.comparator.StatsUserLastPostDateComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>StatsUserLastPostDateComparator</name>
		</method>
		<method>
			<name>StatsUserLastPostDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BlogsEntryWorkflowHandler</name>
		<type>com.liferay.portlet.blogs.workflow.BlogsEntryWorkflowHandler</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getType</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>updateStatus</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EntryDisplayTerms</name>
		<type>com.liferay.portlet.blogsadmin.search.EntryDisplayTerms</type>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>EntryDisplayTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getAuthor</name>
		</method>
		<method>
			<name>getStatus</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<field>
			<name>AUTHOR</name>
		</field>
		<field>
			<name>STATUS</name>
		</field>
		<field>
			<name>TITLE</name>
		</field>
		<field>
			<name>author</name>
		</field>
		<field>
			<name>status</name>
		</field>
		<field>
			<name>title</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EntrySearch</name>
		<type>com.liferay.portlet.blogsadmin.search.EntrySearch</type>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>EntrySearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<field>
			<name>headerNames</name>
		</field>
		<field>
			<name>EMPTY_RESULTS_MESSAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EntrySearchTerms</name>
		<type>com.liferay.portlet.blogsadmin.search.EntrySearchTerms</type>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>EntrySearchTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BookmarksEntryCustomAttributesDisplay</name>
		<type>com.liferay.portlet.bookmarks.BookmarksEntryCustomAttributesDisplay</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BookmarksFolderCustomAttributesDisplay</name>
		<type>com.liferay.portlet.bookmarks.BookmarksFolderCustomAttributesDisplay</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EntryURLException</name>
		<type>com.liferay.portlet.bookmarks.EntryURLException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EntryURLException</name>
		</method>
		<method>
			<name>EntryURLException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>EntryURLException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>EntryURLException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FolderNameException</name>
		<type>com.liferay.portlet.bookmarks.FolderNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FolderNameException</name>
		</method>
		<method>
			<name>FolderNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>FolderNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>FolderNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchEntryException</name>
		<type>com.liferay.portlet.bookmarks.NoSuchEntryException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchEntryException</name>
		</method>
		<method>
			<name>NoSuchEntryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchEntryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchEntryException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchFolderException</name>
		<type>com.liferay.portlet.bookmarks.NoSuchFolderException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchFolderException</name>
		</method>
		<method>
			<name>NoSuchFolderException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchFolderException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchFolderException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.bookmarks.action.ActionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getEntry</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getEntry</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ConfigurationActionImpl</name>
		<type>com.liferay.portlet.bookmarks.action.ConfigurationActionImpl</type>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateRootFolder</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditEntryAction</name>
		<type>com.liferay.portlet.bookmarks.action.EditEntryAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteEntry</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateEntry</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditFolderAction</name>
		<type>com.liferay.portlet.bookmarks.action.EditFolderAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteFolder</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateFolder</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>FindEntryAction</name>
		<type>com.liferay.portlet.bookmarks.action.FindEntryAction</type>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>getGroupId</name>
			<param>
				<name>primaryKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPrimaryKeyParameterName</name>
		</method>
		<method>
			<name>getStrutsAction</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>initPortletIds</name>
		</method>
	</javadoc>
	<javadoc>
		<name>OpenEntryAction</name>
		<type>com.liferay.portlet.bookmarks.action.OpenEntryAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ViewAction</name>
		<type>com.liferay.portlet.bookmarks.action.ViewAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BookmarksEntryAssetRenderer</name>
		<type>com.liferay.portlet.bookmarks.asset.BookmarksEntryAssetRenderer</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>BookmarksEntryAssetRenderer</name>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.bookmarks.model.BookmarksEntry</type>
			</param>
		</method>
		<method>
			<name>getClassPK</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getSummary</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getURLEdit</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getURLViewInContext</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<param>
				<name>noSuchEntryRedirect</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>hasEditPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
		</method>
		<method>
			<name>hasViewPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
		</method>
		<method>
			<name>isPrintable</name>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>_entry</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BookmarksEntryAssetRendererFactory</name>
		<type>com.liferay.portlet.bookmarks.asset.BookmarksEntryAssetRendererFactory</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>getAssetRenderer</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getURLAdd</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isLinkable</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
		<field>
			<name>TYPE</name>
		</field>
		<field>
			<name>_LINKABLE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BookmarksPortletDataHandlerImpl</name>
		<type>com.liferay.portlet.bookmarks.lar.BookmarksPortletDataHandlerImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>getExportControls</name>
		</method>
		<method>
			<name>getExportMetadataControls</name>
		</method>
		<method>
			<name>getImportControls</name>
		</method>
		<method>
			<name>getImportMetadataControls</name>
		</method>
		<method>
			<name>isAlwaysExportable</name>
		</method>
		<method>
			<name>isPublishToLiveByDefault</name>
		</method>
		<method>
			<name>doDeleteData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doExportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportEntry</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>foldersElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>entriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.bookmarks.model.BookmarksEntry</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportFolder</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>foldersElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>entriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>folder</name>
				<type>com.liferay.portlet.bookmarks.model.BookmarksFolder</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportParentFolder</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>foldersElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getEntryPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.bookmarks.model.BookmarksEntry</type>
			</param>
		</method>
		<method>
			<name>getFolderPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>folder</name>
				<type>com.liferay.portlet.bookmarks.model.BookmarksFolder</type>
			</param>
		</method>
		<method>
			<name>getImportFolderPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>importEntry</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>entryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.bookmarks.model.BookmarksEntry</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importFolder</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>folderPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>folder</name>
				<type>com.liferay.portlet.bookmarks.model.BookmarksFolder</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_ALWAYS_EXPORTABLE</name>
		</field>
		<field>
			<name>_NAMESPACE</name>
		</field>
		<field>
			<name>_PUBLISH_TO_LIVE_BY_DEFAULT</name>
		</field>
		<field>
			<name>_foldersAndEntries</name>
		</field>
		<field>
			<name>_metadataControls</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BookmarksFolderConstants</name>
		<type>com.liferay.portlet.bookmarks.model.BookmarksFolderConstants</type>
		<author><![CDATA[Alexander Chow]]></author>
		<field>
			<name>DEFAULT_PARENT_FOLDER_ID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BookmarksEntryImpl</name>
		<type>com.liferay.portlet.bookmarks.model.impl.BookmarksEntryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BookmarksEntryImpl</name>
		</method>
		<method>
			<name>getFolder</name>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BookmarksFolderImpl</name>
		<type>com.liferay.portlet.bookmarks.model.impl.BookmarksFolderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BookmarksFolderImpl</name>
		</method>
		<method>
			<name>getAncestors</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getParentFolder</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isRoot</name>
		</method>
	</javadoc>
	<javadoc>
		<name>BookmarksEntryLocalServiceImpl</name>
		<type>com.liferay.portlet.bookmarks.service.impl.BookmarksEntryLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteEntry</name>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.bookmarks.model.BookmarksEntry</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteEntry</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntry</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNoAssetEntries</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>openEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAsset</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.bookmarks.model.BookmarksEntry</type>
			</param>
			<param>
				<name>assetCategoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>assetTagNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>assetLinkEntryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.bookmarks.model.BookmarksEntry</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BookmarksEntryServiceImpl</name>
		<type>com.liferay.portlet.bookmarks.service.impl.BookmarksEntryServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addEntry</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteEntry</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntry</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>openEntry</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateEntry</name>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BookmarksFolderLocalServiceImpl</name>
		<type>com.liferay.portlet.bookmarks.service.impl.BookmarksFolderLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<method>
			<name>addFolder</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFolder</name>
			<param>
				<name>folder</name>
				<type>com.liferay.portlet.bookmarks.model.BookmarksFolder</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFolders</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyFolders</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyFoldersCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubfolderIds</name>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mergeWithParentFolder</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getParentFolderId</name>
			<param>
				<name>folder</name>
				<type>com.liferay.portlet.bookmarks.model.BookmarksFolder</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getParentFolderId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>mergeFolders</name>
			<param>
				<name>fromFolder</name>
				<type>com.liferay.portlet.bookmarks.model.BookmarksFolder</type>
			</param>
			<param>
				<name>toFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BookmarksFolderServiceImpl</name>
		<type>com.liferay.portlet.bookmarks.service.impl.BookmarksFolderServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addFolder</name>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubfolderIds</name>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mergeWithParentFolder</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BookmarksEntryPermission</name>
		<type>com.liferay.portlet.bookmarks.service.permission.BookmarksEntryPermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.bookmarks.model.BookmarksEntry</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.bookmarks.model.BookmarksEntry</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>entryId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BookmarksFolderPermission</name>
		<type>com.liferay.portlet.bookmarks.service.permission.BookmarksFolderPermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>folder</name>
				<type>com.liferay.portlet.bookmarks.model.BookmarksFolder</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>folder</name>
				<type>com.liferay.portlet.bookmarks.model.BookmarksFolder</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BookmarksPermission</name>
		<type>com.liferay.portlet.bookmarks.service.permission.BookmarksPermission</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BookmarksEntryFinder</name>
		<type>com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByNoAssets</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BookmarksEntryFinderImpl</name>
		<type>com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByNoAssets</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>FIND_BY_NO_ASSETS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BookmarksEntryFinderUtil</name>
		<type>com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByNoAssets</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BookmarksActivityInterpreter</name>
		<type>com.liferay.portlet.bookmarks.social.BookmarksActivityInterpreter</type>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>doInterpret</name>
			<param>
				<name>activity</name>
				<type>com.liferay.portlet.social.model.SocialActivity</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CLASS_NAMES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BookmarksActivityKeys</name>
		<type>com.liferay.portlet.bookmarks.social.BookmarksActivityKeys</type>
		<author><![CDATA[Juan Fernández]]></author>
		<field>
			<name>ADD_ENTRY</name>
		</field>
		<field>
			<name>UPDATE_ENTRY</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BookmarksIndexer</name>
		<type>com.liferay.portlet.bookmarks.util.BookmarksIndexer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>isPermissionAware</name>
		</method>
		<method>
			<name>postProcessContextQuery</name>
			<param>
				<name>contextQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addReindexCriteria</name>
			<param>
				<name>dynamicQuery</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addReindexCriteria</name>
			<param>
				<name>dynamicQuery</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>doDelete</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetDocument</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetSummary</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>snippet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortletId</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>reindexEntries</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexEntries</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>startEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>endEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexFolders</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexFolders</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>startFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>endFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexRoot</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexRoot</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>startGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>endGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>CLASS_NAMES</name>
		</field>
		<field>
			<name>PORTLET_ID</name>
		</field>
		<field>
			<name>_PERMISSION_AWARE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BookmarksOpenSearchImpl</name>
		<type>com.liferay.portlet.bookmarks.util.BookmarksOpenSearchImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getIndexer</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getSearchPath</name>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>SEARCH_PATH</name>
		</field>
		<field>
			<name>TITLE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BookmarksUtil</name>
		<type>com.liferay.portlet.bookmarks.util.BookmarksUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addPortletBreadcrumbEntries</name>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.bookmarks.model.BookmarksEntry</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addPortletBreadcrumbEntries</name>
			<param>
				<name>folder</name>
				<type>com.liferay.portlet.bookmarks.model.BookmarksFolder</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addPortletBreadcrumbEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getEntriesOrderByComparator</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>EntryCreateDateComparator</name>
		<type>com.liferay.portlet.bookmarks.util.comparator.EntryCreateDateComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EntryCreateDateComparator</name>
		</method>
		<method>
			<name>EntryCreateDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EntryModifiedDateComparator</name>
		<type>com.liferay.portlet.bookmarks.util.comparator.EntryModifiedDateComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EntryModifiedDateComparator</name>
		</method>
		<method>
			<name>EntryModifiedDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EntryNameComparator</name>
		<type>com.liferay.portlet.bookmarks.util.comparator.EntryNameComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EntryNameComparator</name>
		</method>
		<method>
			<name>EntryNameComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EntryPriorityComparator</name>
		<type>com.liferay.portlet.bookmarks.util.comparator.EntryPriorityComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EntryPriorityComparator</name>
		</method>
		<method>
			<name>EntryPriorityComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EntryURLComparator</name>
		<type>com.liferay.portlet.bookmarks.util.comparator.EntryURLComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EntryURLComparator</name>
		</method>
		<method>
			<name>EntryURLComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EntryVisitsComparator</name>
		<type>com.liferay.portlet.bookmarks.util.comparator.EntryVisitsComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EntryVisitsComparator</name>
		</method>
		<method>
			<name>EntryVisitsComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CalEventCustomAttributesDisplay</name>
		<type>com.liferay.portlet.calendar.CalEventCustomAttributesDisplay</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EventDurationException</name>
		<type>com.liferay.portlet.calendar.EventDurationException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EventDurationException</name>
		</method>
		<method>
			<name>EventDurationException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>EventDurationException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>EventDurationException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>EventEndDateException</name>
		<type>com.liferay.portlet.calendar.EventEndDateException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EventEndDateException</name>
		</method>
		<method>
			<name>EventEndDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>EventEndDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>EventEndDateException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>EventStartDateException</name>
		<type>com.liferay.portlet.calendar.EventStartDateException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EventStartDateException</name>
		</method>
		<method>
			<name>EventStartDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>EventStartDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>EventStartDateException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>EventTitleException</name>
		<type>com.liferay.portlet.calendar.EventTitleException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EventTitleException</name>
		</method>
		<method>
			<name>EventTitleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>EventTitleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>EventTitleException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ImportEventsException</name>
		<type>com.liferay.portlet.calendar.ImportEventsException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>ImportEventsException</name>
		</method>
		<method>
			<name>ImportEventsException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ImportEventsException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ImportEventsException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchEventException</name>
		<type>com.liferay.portlet.calendar.NoSuchEventException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchEventException</name>
		</method>
		<method>
			<name>NoSuchEventException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchEventException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchEventException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.calendar.action.ActionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getEvent</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getEvent</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ConfigurationActionImpl</name>
		<type>com.liferay.portlet.calendar.action.ConfigurationActionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Arcko Yongming Duan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateEmailEventReminder</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateEmailFrom</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditEventAction</name>
		<type>com.liferay.portlet.calendar.action.EditEventAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addWeeklyDayPos</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>deleteEvent</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateEvent</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ExportEventsAction</name>
		<type>com.liferay.portlet.calendar.action.ExportEventsAction</type>
		<author><![CDATA[Michael Young]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FindEventAction</name>
		<type>com.liferay.portlet.calendar.action.FindEventAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getGroupId</name>
			<param>
				<name>primaryKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPrimaryKeyParameterName</name>
		</method>
		<method>
			<name>getStrutsAction</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>initPortletIds</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ImportEventsAction</name>
		<type>com.liferay.portlet.calendar.action.ImportEventsAction</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ImportEventsException</name>
				<type>com.liferay.portlet.calendar.ImportEventsException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CalEventAssetRenderer</name>
		<type>com.liferay.portlet.calendar.asset.CalEventAssetRenderer</type>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>CalEventAssetRenderer</name>
			<param>
				<name>event</name>
				<type>com.liferay.portlet.calendar.model.CalEvent</type>
			</param>
		</method>
		<method>
			<name>getClassPK</name>
		</method>
		<method>
			<name>getDiscussionPath</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getSummary</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getURLEdit</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getURLView</name>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getURLViewInContext</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<param>
				<name>noSuchEntryRedirect</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>hasEditPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
		</method>
		<method>
			<name>hasViewPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
		</method>
		<method>
			<name>isPrintable</name>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>_event</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CalEventAssetRendererFactory</name>
		<type>com.liferay.portlet.calendar.asset.CalEventAssetRendererFactory</type>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>getAssetRenderer</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getURLAdd</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isLinkable</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
		<field>
			<name>TYPE</name>
		</field>
		<field>
			<name>_LINKABLE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CalendarPortletDataHandlerImpl</name>
		<type>com.liferay.portlet.calendar.lar.CalendarPortletDataHandlerImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getExportControls</name>
		</method>
		<method>
			<name>getExportMetadataControls</name>
		</method>
		<method>
			<name>getImportControls</name>
		</method>
		<method>
			<name>getImportMetadataControls</name>
		</method>
		<method>
			<name>isAlwaysExportable</name>
		</method>
		<method>
			<name>isPublishToLiveByDefault</name>
		</method>
		<method>
			<name>doDeleteData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doExportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportEvent</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>event</name>
				<type>com.liferay.portlet.calendar.model.CalEvent</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEventPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>event</name>
				<type>com.liferay.portlet.calendar.model.CalEvent</type>
			</param>
		</method>
		<method>
			<name>importEvent</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>eventElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>event</name>
				<type>com.liferay.portlet.calendar.model.CalEvent</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_ALWAYS_EXPORTABLE</name>
		</field>
		<field>
			<name>_NAMESPACE</name>
		</field>
		<field>
			<name>_PUBLISH_TO_LIVE_BY_DEFAULT</name>
		</field>
		<field>
			<name>_events</name>
		</field>
		<field>
			<name>_metadataControls</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CheckEventMessageListener</name>
		<type>com.liferay.portlet.calendar.messaging.CheckEventMessageListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CalEventConstants</name>
		<type>com.liferay.portlet.calendar.model.CalEventConstants</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>BIRTHDAY</name>
		</field>
		<field>
			<name>REMIND_BY_AIM</name>
		</field>
		<field>
			<name>REMIND_BY_EMAIL</name>
		</field>
		<field>
			<name>REMIND_BY_ICQ</name>
		</field>
		<field>
			<name>REMIND_BY_MSN</name>
		</field>
		<field>
			<name>REMIND_BY_NONE</name>
		</field>
		<field>
			<name>REMIND_BY_SMS</name>
		</field>
		<field>
			<name>REMIND_BY_YM</name>
		</field>
		<field>
			<name>REMINDERS</name>
		</field>
		<field>
			<name>TYPES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CalEventImpl</name>
		<type>com.liferay.portlet.calendar.model.impl.CalEventImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CalEventImpl</name>
		</method>
		<method>
			<name>getRecurrenceObj</name>
		</method>
		<method>
			<name>setRecurrence</name>
			<param>
				<name>recurrence</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRecurrenceObj</name>
			<param>
				<name>recurrenceObj</name>
				<type>com.liferay.portal.kernel.cal.TZSRecurrence</type>
			</param>
		</method>
		<field>
			<name>_recurrenceObj</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CalEventLocalServiceImpl</name>
		<type>com.liferay.portlet.calendar.service.impl.CalEventLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Samuel Kong]]></author>
		<author><![CDATA[Ganesh Ram]]></author>
		<author><![CDATA[Brett Swaim]]></author>
		<method>
			<name>addEvent</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>durationHour</name>
				<type>int</type>
			</param>
			<param>
				<name>durationMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>allDay</name>
				<type>boolean</type>
			</param>
			<param>
				<name>timeZoneSensitive</name>
				<type>boolean</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>repeating</name>
				<type>boolean</type>
			</param>
			<param>
				<name>recurrence</name>
				<type>com.liferay.portal.kernel.cal.TZSRecurrence</type>
			</param>
			<param>
				<name>remindBy</name>
				<type>int</type>
			</param>
			<param>
				<name>firstReminder</name>
				<type>int</type>
			</param>
			<param>
				<name>secondReminder</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addEventResources</name>
			<param>
				<name>event</name>
				<type>com.liferay.portlet.calendar.model.CalEvent</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addEventResources</name>
			<param>
				<name>event</name>
				<type>com.liferay.portlet.calendar.model.CalEvent</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addEventResources</name>
			<param>
				<name>eventId</name>
				<type>long</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addEventResources</name>
			<param>
				<name>eventId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkEvents</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteEvent</name>
			<param>
				<name>event</name>
				<type>com.liferay.portlet.calendar.model.CalEvent</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteEvent</name>
			<param>
				<name>eventId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteEvents</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>exportEvent</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>eventId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>exportGroupEvents</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyEvents</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyEventsCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEvent</name>
			<param>
				<name>eventId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEvents</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEvents</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEvents</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEvents</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEvents</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEventsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEventsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNoAssetEvents</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepeatingEvents</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepeatingEvents</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasEvents</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasEvents</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasEvents</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>importICal4j</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAsset</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>event</name>
				<type>com.liferay.portlet.calendar.model.CalEvent</type>
			</param>
			<param>
				<name>assetCategoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>assetTagNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>assetLinkEntryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateEvent</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>eventId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>durationHour</name>
				<type>int</type>
			</param>
			<param>
				<name>durationMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>allDay</name>
				<type>boolean</type>
			</param>
			<param>
				<name>timeZoneSensitive</name>
				<type>boolean</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>repeating</name>
				<type>boolean</type>
			</param>
			<param>
				<name>recurrence</name>
				<type>com.liferay.portal.kernel.cal.TZSRecurrence</type>
			</param>
			<param>
				<name>remindBy</name>
				<type>int</type>
			</param>
			<param>
				<name>firstReminder</name>
				<type>int</type>
			</param>
			<param>
				<name>secondReminder</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>exportICal4j</name>
			<param>
				<name>cal</name>
				<type>net.fortuna.ical4j.model.Calendar</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecurrenceCal</name>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>tzICal</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>event</name>
				<type>com.liferay.portlet.calendar.model.CalEvent</type>
			</param>
		</method>
		<method>
			<name>importICal4j</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>event</name>
				<type>net.fortuna.ical4j.model.component.VEvent</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isICal4jDateOnly</name>
			<param>
				<name>dateProperty</name>
				<type>net.fortuna.ical4j.model.property.DateProperty</type>
			</param>
		</method>
		<method>
			<name>remindUser</name>
			<param>
				<name>event</name>
				<type>com.liferay.portlet.calendar.model.CalEvent</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>remindUser</name>
			<param>
				<name>event</name>
				<type>com.liferay.portlet.calendar.model.CalEvent</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>startCalendar</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>nowCalendar</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>toCalendar</name>
			<param>
				<name>date</name>
				<type>net.fortuna.ical4j.model.property.DateProperty</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
			<param>
				<name>timeZoneSensitive</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>toCalendarWeekDay</name>
			<param>
				<name>weekDay</name>
				<type>net.fortuna.ical4j.model.WeekDay</type>
			</param>
		</method>
		<method>
			<name>toICalCalendar</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>events</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>toICalRecurrence</name>
			<param>
				<name>recurrence</name>
				<type>com.liferay.portal.kernel.cal.TZSRecurrence</type>
			</param>
		</method>
		<method>
			<name>toICalVEvent</name>
			<param>
				<name>event</name>
				<type>com.liferay.portlet.calendar.model.CalEvent</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
		</method>
		<method>
			<name>toICalWeekDay</name>
			<param>
				<name>dayOfWeek</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toRecurrence</name>
			<param>
				<name>rRule</name>
				<type>net.fortuna.ical4j.model.property.RRule</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>durationHour</name>
				<type>int</type>
			</param>
			<param>
				<name>durationMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>allDay</name>
				<type>boolean</type>
			</param>
			<param>
				<name>repeating</name>
				<type>boolean</type>
			</param>
			<param>
				<name>recurrence</name>
				<type>com.liferay.portal.kernel.cal.TZSRecurrence</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<field>
			<name>_CALENDAR_EVENT_CHECK_INTERVAL</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CalEventLocalUtil</name>
		<type>com.liferay.portlet.calendar.service.impl.CalEventLocalUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>clearEventsPool</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getEventsPool</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>_encodeKey</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_CACHE_NAME</name>
		</field>
		<field>
			<name>_portalCache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CalEventServiceImpl</name>
		<type>com.liferay.portlet.calendar.service.impl.CalEventServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addEvent</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>durationHour</name>
				<type>int</type>
			</param>
			<param>
				<name>durationMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>allDay</name>
				<type>boolean</type>
			</param>
			<param>
				<name>timeZoneSensitive</name>
				<type>boolean</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>repeating</name>
				<type>boolean</type>
			</param>
			<param>
				<name>recurrence</name>
				<type>com.liferay.portal.kernel.cal.TZSRecurrence</type>
			</param>
			<param>
				<name>remindBy</name>
				<type>int</type>
			</param>
			<param>
				<name>firstReminder</name>
				<type>int</type>
			</param>
			<param>
				<name>secondReminder</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteEvent</name>
			<param>
				<name>eventId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>exportEvent</name>
			<param>
				<name>eventId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>exportGroupEvents</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEvent</name>
			<param>
				<name>eventId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEvents</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEvents</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEvents</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEvents</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEventsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEventsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasEvents</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasEvents</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasEvents</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>importICal4j</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateEvent</name>
			<param>
				<name>eventId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>durationHour</name>
				<type>int</type>
			</param>
			<param>
				<name>durationMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>allDay</name>
				<type>boolean</type>
			</param>
			<param>
				<name>timeZoneSensitive</name>
				<type>boolean</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>repeating</name>
				<type>boolean</type>
			</param>
			<param>
				<name>recurrence</name>
				<type>com.liferay.portal.kernel.cal.TZSRecurrence</type>
			</param>
			<param>
				<name>remindBy</name>
				<type>int</type>
			</param>
			<param>
				<name>firstReminder</name>
				<type>int</type>
			</param>
			<param>
				<name>secondReminder</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CalEventPermission</name>
		<type>com.liferay.portlet.calendar.service.permission.CalEventPermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>event</name>
				<type>com.liferay.portlet.calendar.model.CalEvent</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>eventId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>event</name>
				<type>com.liferay.portlet.calendar.model.CalEvent</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>eventId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CalendarPermission</name>
		<type>com.liferay.portlet.calendar.service.permission.CalendarPermission</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CalEventFinder</name>
		<type>com.liferay.portlet.calendar.service.persistence.CalEventFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_SD_T</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>startDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>startDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>timeZoneSensitive</name>
				<type>boolean</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByFutureReminders</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoAssets</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_SD_T</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>startDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>startDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>timeZoneSensitive</name>
				<type>boolean</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_SD_T</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>startDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>startDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>timeZoneSensitive</name>
				<type>boolean</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CalEventFinderImpl</name>
		<type>com.liferay.portlet.calendar.service.persistence.CalEventFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Zsolt Balogh]]></author>
		<method>
			<name>countByG_SD_T</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>startDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>startDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>timeZoneSensitive</name>
				<type>boolean</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByFutureReminders</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoAssets</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_SD_T</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>startDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>startDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>timeZoneSensitive</name>
				<type>boolean</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_SD_T</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>startDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>startDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>timeZoneSensitive</name>
				<type>boolean</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTypes</name>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<field>
			<name>COUNT_BY_G_SD_T</name>
		</field>
		<field>
			<name>FIND_BY_FUTURE_REMINDERS</name>
		</field>
		<field>
			<name>FIND_BY_NO_ASSETS</name>
		</field>
		<field>
			<name>FIND_BY_G_SD_T</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CalEventFinderUtil</name>
		<type>com.liferay.portlet.calendar.service.persistence.CalEventFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_SD_T</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>startDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>startDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>timeZoneSensitive</name>
				<type>boolean</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByFutureReminders</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoAssets</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_SD_T</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>startDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>startDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>timeZoneSensitive</name>
				<type>boolean</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_SD_T</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>startDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>startDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>timeZoneSensitive</name>
				<type>boolean</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.calendar.service.persistence.CalEventFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CalendarActivityInterpreter</name>
		<type>com.liferay.portlet.calendar.social.CalendarActivityInterpreter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Ryan Park]]></author>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>doInterpret</name>
			<param>
				<name>activity</name>
				<type>com.liferay.portlet.social.model.SocialActivity</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CLASS_NAMES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CalendarActivityKeys</name>
		<type>com.liferay.portlet.calendar.social.CalendarActivityKeys</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>ADD_EVENT</name>
		</field>
		<field>
			<name>UPDATE_EVENT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CalIndexer</name>
		<type>com.liferay.portlet.calendar.util.CalIndexer</type>
		<author><![CDATA[Brett Swaim]]></author>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>isPermissionAware</name>
		</method>
		<method>
			<name>addReindexCriteria</name>
			<param>
				<name>dynamicQuery</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>doDelete</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetDocument</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetSummary</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>snippet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortletId</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>reindexEvents</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexEvents</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>startEventId</name>
				<type>long</type>
			</param>
			<param>
				<name>endEventId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>CLASS_NAMES</name>
		</field>
		<field>
			<name>PORTLET_ID</name>
		</field>
		<field>
			<name>_PERMISSION_AWARE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CalUtil</name>
		<type>com.liferay.portlet.calendar.util.CalUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getEmailEventReminderBody</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailEventReminderEnabled</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailEventReminderSubject</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailFromAddress</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEmailFromName</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEndTime</name>
			<param>
				<name>event</name>
				<type>com.liferay.portlet.calendar.model.CalEvent</type>
			</param>
		</method>
		<method>
			<name>isAllDay</name>
			<param>
				<name>event</name>
				<type>com.liferay.portlet.calendar.model.CalEvent</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CalendarOpenSearchImpl</name>
		<type>com.liferay.portlet.calendar.util.CalendarOpenSearchImpl</type>
		<author><![CDATA[Brett Swaim]]></author>
		<method>
			<name>getIndexer</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getSearchPath</name>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>SEARCH_PATH</name>
		</field>
		<field>
			<name>TITLE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EventTimeComparator</name>
		<type>com.liferay.portlet.calendar.util.comparator.EventTimeComparator</type>
		<author><![CDATA[Samuel Kong]]></author>
		<author><![CDATA[Janghyun Kim]]></author>
		<method>
			<name>EventTimeComparator</name>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>event1</name>
				<type>com.liferay.portlet.calendar.model.CalEvent</type>
			</param>
			<param>
				<name>event2</name>
				<type>com.liferay.portlet.calendar.model.CalEvent</type>
			</param>
		</method>
		<method>
			<name>compareTitle</name>
			<param>
				<name>event1</name>
				<type>com.liferay.portlet.calendar.model.CalEvent</type>
			</param>
			<param>
				<name>event2</name>
				<type>com.liferay.portlet.calendar.model.CalEvent</type>
			</param>
		</method>
		<method>
			<name>getDuration</name>
			<param>
				<name>event</name>
				<type>com.liferay.portlet.calendar.model.CalEvent</type>
			</param>
		</method>
		<method>
			<name>getStartDate</name>
			<param>
				<name>event</name>
				<type>com.liferay.portlet.calendar.model.CalEvent</type>
			</param>
			<param>
				<name>timeZone</name>
				<type>java.util.TimeZone</type>
			</param>
			<param>
				<name>repeating</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_locale</name>
		</field>
		<field>
			<name>_timeZone</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutsLocalPublisherMessageListener</name>
		<type>com.liferay.portlet.communities.messaging.LayoutsLocalPublisherMessageListener</type>
		<author><![CDATA[Bruno Farache]]></author>
		<deprecated><![CDATA[{@link com.liferay.portal.messaging.LayoutsLocalPublisherMessageListener}]]></deprecated>
		<method>
			<name>LayoutsLocalPublisherMessageListener</name>
		</method>
		<method>
			<name>LayoutsLocalPublisherMessageListener</name>
			<param>
				<name>statusSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.SingleDestinationMessageSender</type>
			</param>
			<param>
				<name>responseSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.MessageSender</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutsLocalPublisherRequest</name>
		<type>com.liferay.portlet.communities.messaging.LayoutsLocalPublisherRequest</type>
		<author><![CDATA[Bruno Farache]]></author>
		<deprecated><![CDATA[{@link com.liferay.portal.messaging.LayoutsLocalPublisherRequest}]]></deprecated>
		<method>
			<name>LayoutsLocalPublisherRequest</name>
		</method>
		<method>
			<name>LayoutsLocalPublisherRequest</name>
			<param>
				<name>command</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>targetGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutIdMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutsRemotePublisherMessageListener</name>
		<type>com.liferay.portlet.communities.messaging.LayoutsRemotePublisherMessageListener</type>
		<author><![CDATA[Bruno Farache]]></author>
		<deprecated><![CDATA[{@link com.liferay.portal.messaging.LayoutsRemotePublisherMessageListener}]]></deprecated>
		<method>
			<name>LayoutsRemotePublisherMessageListener</name>
		</method>
		<method>
			<name>LayoutsRemotePublisherMessageListener</name>
			<param>
				<name>statusSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.SingleDestinationMessageSender</type>
			</param>
			<param>
				<name>responseSender</name>
				<type>com.liferay.portal.kernel.messaging.sender.MessageSender</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutsRemotePublisherRequest</name>
		<type>com.liferay.portlet.communities.messaging.LayoutsRemotePublisherRequest</type>
		<author><![CDATA[Bruno Farache]]></author>
		<deprecated><![CDATA[{@link com.liferay.portal.messaging.LayoutsRemotePublisherRequest}]]></deprecated>
		<method>
			<name>LayoutsRemotePublisherRequest</name>
		</method>
		<method>
			<name>LayoutsRemotePublisherRequest</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutIdMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>remoteAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>remotePort</name>
				<type>int</type>
			</param>
			<param>
				<name>secureConnection</name>
				<type>boolean</type>
			</param>
			<param>
				<name>remoteGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>remotePrivateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>startDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>endDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CurrencyPreferencesValidator</name>
		<type>com.liferay.portlet.currencyconverter.CurrencyPreferencesValidator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>validate</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>ValidatorException</name>
				<type>javax.portlet.ValidatorException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditPreferencesAction</name>
		<type>com.liferay.portlet.currencyconverter.action.EditPreferencesAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>Currency</name>
		<type>com.liferay.portlet.currencyconverter.model.Currency</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>Currency</name>
			<param>
				<name>symbol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>rate</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getFromSymbol</name>
		</method>
		<method>
			<name>getRate</name>
		</method>
		<method>
			<name>getSymbol</name>
		</method>
		<method>
			<name>getToSymbol</name>
		</method>
		<field>
			<name>DEFAULT_FROM</name>
		</field>
		<field>
			<name>DEFAULT_TO</name>
		</field>
		<field>
			<name>_rate</name>
		</field>
		<field>
			<name>_symbol</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CurrencyUtil</name>
		<type>com.liferay.portlet.currencyconverter.util.CurrencyUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getAllSymbols</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
		</method>
		<method>
			<name>getCurrency</name>
			<param>
				<name>symbol</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isCurrency</name>
			<param>
				<name>symbol</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CurrencyUtil</name>
		</method>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_symbolsPool</name>
		</field>
		<field>
			<name>_currencyIds</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CurrencyWebCacheItem</name>
		<type>com.liferay.portlet.currencyconverter.util.CurrencyWebCacheItem</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CurrencyWebCacheItem</name>
			<param>
				<name>symbol</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>convert</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>WebCacheException</name>
				<type>com.liferay.portal.kernel.webcache.WebCacheException</type>
			</throws>
		</method>
		<method>
			<name>getRefreshTime</name>
		</method>
		<field>
			<name>_REFRESH_TIME</name>
		</field>
		<field>
			<name>_symbol</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserAssetRenderer</name>
		<type>com.liferay.portlet.directory.asset.UserAssetRenderer</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>UserAssetRenderer</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getClassPK</name>
		</method>
		<method>
			<name>getDiscussionPath</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getSummary</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getURLEdit</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUrlTitle</name>
		</method>
		<method>
			<name>getURLViewInContext</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<param>
				<name>noSuchEntryRedirect</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>hasEditPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
		</method>
		<method>
			<name>hasViewPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
		</method>
		<method>
			<name>isPrintable</name>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>_user</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserAssetRendererFactory</name>
		<type>com.liferay.portlet.directory.asset.UserAssetRendererFactory</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getAssetRenderer</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAssetRenderer</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>urlTitle</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getURLAdd</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isSelectable</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
		<field>
			<name>TYPE</name>
		</field>
		<field>
			<name>_SELECTABLE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DirectoryOpenSearchImpl</name>
		<type>com.liferay.portlet.directory.util.DirectoryOpenSearchImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Ryan Park]]></author>
		<method>
			<name>getIndexer</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getSearchPath</name>
		</method>
		<method>
			<name>getSummary</name>
			<param>
				<name>indexer</name>
				<type>com.liferay.portal.kernel.search.Indexer</type>
			</param>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>snippet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUserParams</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>SEARCH_PATH</name>
		</field>
		<field>
			<name>TITLE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserWorkflowHandler</name>
		<type>com.liferay.portlet.directory.workflow.UserWorkflowHandler</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getType</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>isScopeable</name>
		</method>
		<method>
			<name>updateStatus</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLFileEntryCustomAttributesDisplay</name>
		<type>com.liferay.portlet.documentlibrary.DLFileEntryCustomAttributesDisplay</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLFolderCustomAttributesDisplay</name>
		<type>com.liferay.portlet.documentlibrary.DLFolderCustomAttributesDisplay</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DirectoryNameException</name>
		<type>com.liferay.portlet.documentlibrary.DirectoryNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DirectoryNameException</name>
		</method>
		<method>
			<name>DirectoryNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DirectoryNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DirectoryNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateDirectoryException</name>
		<type>com.liferay.portlet.documentlibrary.DuplicateDirectoryException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateDirectoryException</name>
		</method>
		<method>
			<name>DuplicateDirectoryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateDirectoryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateDirectoryException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateFileEntryTypeException</name>
		<type>com.liferay.portlet.documentlibrary.DuplicateFileEntryTypeException</type>
		<author><![CDATA[Jakub Liska]]></author>
		<method>
			<name>DuplicateFileEntryTypeException</name>
		</method>
		<method>
			<name>DuplicateFileEntryTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateFileEntryTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateFileEntryTypeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateFileException</name>
		<type>com.liferay.portlet.documentlibrary.DuplicateFileException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateFileException</name>
		</method>
		<method>
			<name>DuplicateFileException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateFileException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateFileException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateFolderNameException</name>
		<type>com.liferay.portlet.documentlibrary.DuplicateFolderNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateFolderNameException</name>
		</method>
		<method>
			<name>DuplicateFolderNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateFolderNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateFolderNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateRepositoryNameException</name>
		<type>com.liferay.portlet.documentlibrary.DuplicateRepositoryNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateRepositoryNameException</name>
		</method>
		<method>
			<name>DuplicateRepositoryNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateRepositoryNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateRepositoryNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FileExtensionException</name>
		<type>com.liferay.portlet.documentlibrary.FileExtensionException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FileExtensionException</name>
		</method>
		<method>
			<name>FileExtensionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>FileExtensionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>FileExtensionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FileMimeTypeException</name>
		<type>com.liferay.portlet.documentlibrary.FileMimeTypeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FileMimeTypeException</name>
		</method>
		<method>
			<name>FileMimeTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>FileMimeTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>FileMimeTypeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FileNameException</name>
		<type>com.liferay.portlet.documentlibrary.FileNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FileNameException</name>
		</method>
		<method>
			<name>FileNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>FileNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>FileNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FileShortcutPermissionException</name>
		<type>com.liferay.portlet.documentlibrary.FileShortcutPermissionException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FileShortcutPermissionException</name>
		</method>
		<method>
			<name>FileShortcutPermissionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>FileShortcutPermissionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>FileShortcutPermissionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FileSizeException</name>
		<type>com.liferay.portlet.documentlibrary.FileSizeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FileSizeException</name>
		</method>
		<method>
			<name>FileSizeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>FileSizeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>FileSizeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FolderNameException</name>
		<type>com.liferay.portlet.documentlibrary.FolderNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FolderNameException</name>
		</method>
		<method>
			<name>FolderNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>FolderNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>FolderNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ImageSizeException</name>
		<type>com.liferay.portlet.documentlibrary.ImageSizeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ImageSizeException</name>
		</method>
		<method>
			<name>ImageSizeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ImageSizeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ImageSizeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>InvalidFileEntryTypeException</name>
		<type>com.liferay.portlet.documentlibrary.InvalidFileEntryTypeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>InvalidFileEntryTypeException</name>
		</method>
		<method>
			<name>InvalidFileEntryTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>InvalidFileEntryTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>InvalidFileEntryTypeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>InvalidFileVersionException</name>
		<type>com.liferay.portlet.documentlibrary.InvalidFileVersionException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>InvalidFileVersionException</name>
		</method>
		<method>
			<name>InvalidFileVersionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>InvalidFileVersionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>InvalidFileVersionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchContentException</name>
		<type>com.liferay.portlet.documentlibrary.NoSuchContentException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchContentException</name>
		</method>
		<method>
			<name>NoSuchContentException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchContentException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchContentException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchDirectoryException</name>
		<type>com.liferay.portlet.documentlibrary.NoSuchDirectoryException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchDirectoryException</name>
		</method>
		<method>
			<name>NoSuchDirectoryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchDirectoryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchDirectoryException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchFileEntryException</name>
		<type>com.liferay.portlet.documentlibrary.NoSuchFileEntryException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchFileEntryException</name>
		</method>
		<method>
			<name>NoSuchFileEntryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchFileEntryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchFileEntryException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchFileEntryMetadataException</name>
		<type>com.liferay.portlet.documentlibrary.NoSuchFileEntryMetadataException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchFileEntryMetadataException</name>
		</method>
		<method>
			<name>NoSuchFileEntryMetadataException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchFileEntryMetadataException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchFileEntryMetadataException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchFileEntryTypeException</name>
		<type>com.liferay.portlet.documentlibrary.NoSuchFileEntryTypeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchFileEntryTypeException</name>
		</method>
		<method>
			<name>NoSuchFileEntryTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchFileEntryTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchFileEntryTypeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchFileException</name>
		<type>com.liferay.portlet.documentlibrary.NoSuchFileException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchFileException</name>
		</method>
		<method>
			<name>NoSuchFileException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchFileException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchFileException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchFileRankException</name>
		<type>com.liferay.portlet.documentlibrary.NoSuchFileRankException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchFileRankException</name>
		</method>
		<method>
			<name>NoSuchFileRankException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchFileRankException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchFileRankException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchFileShortcutException</name>
		<type>com.liferay.portlet.documentlibrary.NoSuchFileShortcutException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchFileShortcutException</name>
		</method>
		<method>
			<name>NoSuchFileShortcutException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchFileShortcutException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchFileShortcutException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchFileVersionException</name>
		<type>com.liferay.portlet.documentlibrary.NoSuchFileVersionException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchFileVersionException</name>
		</method>
		<method>
			<name>NoSuchFileVersionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchFileVersionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchFileVersionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchFolderException</name>
		<type>com.liferay.portlet.documentlibrary.NoSuchFolderException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchFolderException</name>
		</method>
		<method>
			<name>NoSuchFolderException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchFolderException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchFolderException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchMetadataSetException</name>
		<type>com.liferay.portlet.documentlibrary.NoSuchMetadataSetException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchMetadataSetException</name>
		</method>
		<method>
			<name>NoSuchMetadataSetException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchMetadataSetException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchMetadataSetException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchSyncException</name>
		<type>com.liferay.portlet.documentlibrary.NoSuchSyncException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchSyncException</name>
		</method>
		<method>
			<name>NoSuchSyncException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchSyncException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchSyncException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RepositoryNameException</name>
		<type>com.liferay.portlet.documentlibrary.RepositoryNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RepositoryNameException</name>
		</method>
		<method>
			<name>RepositoryNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RepositoryNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RepositoryNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SourceFileNameException</name>
		<type>com.liferay.portlet.documentlibrary.SourceFileNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SourceFileNameException</name>
		</method>
		<method>
			<name>SourceFileNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>SourceFileNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>SourceFileNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.documentlibrary.action.ActionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFileShortcut</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFileShortcut</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFileShortcuts</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFileShortcuts</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRepository</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRepository</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CompareVersionsAction</name>
		<type>com.liferay.portlet.documentlibrary.action.CompareVersionsAction</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>compareVersions</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ConfigurationActionImpl</name>
		<type>com.liferay.portlet.documentlibrary.action.ConfigurationActionImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateDisplayStyleViews</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateRootFolder</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditEntryAction</name>
		<type>com.liferay.portlet.documentlibrary.action.EditEntryAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>cancelCheckedOutEntries</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>checkInEntries</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>checkOutEntries</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteEntries</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>moveEntries</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditFileEntryAction</name>
		<type>com.liferay.portlet.documentlibrary.action.EditFileEntryAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addMultipleFileEntries</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addMultipleFileEntries</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<param>
				<name>selectedFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validFileNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>invalidFileNameKVPs</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addTempFileEntry</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>cancelFileEntriesCheckOut</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>checkInFileEntries</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>checkOutFileEntries</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntry</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteTempFileEntry</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getAddMultipleFileEntriesErrorMessage</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>e</name>
				<type>java.lang.Exception</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>moveFileEntries</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>revertFileEntry</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_TEMP_FOLDER_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EditFileEntryTypeAction</name>
		<type>com.liferay.portlet.documentlibrary.action.EditFileEntryTypeAction</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntryType</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLongArray</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateFileEntryType</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditFileShortcutAction</name>
		<type>com.liferay.portlet.documentlibrary.action.EditFileShortcutAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteFileShortcut</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateFileShortcut</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditFolderAction</name>
		<type>com.liferay.portlet.documentlibrary.action.EditFolderAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteFolders</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>moveFolders</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateFolder</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateWorkflowDefinitions</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditRepositoryAction</name>
		<type>com.liferay.portlet.documentlibrary.action.EditRepositoryAction</type>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>unmountRepository</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateRepository</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>FindFileEntryAction</name>
		<type>com.liferay.portlet.documentlibrary.action.FindFileEntryAction</type>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Ryan Park]]></author>
		<method>
			<name>getGroupId</name>
			<param>
				<name>primaryKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPrimaryKeyParameterName</name>
		</method>
		<method>
			<name>getStrutsAction</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FindFolderAction</name>
		<type>com.liferay.portlet.documentlibrary.action.FindFolderAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getGroupId</name>
			<param>
				<name>primaryKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPrimaryKeyParameterName</name>
		</method>
		<method>
			<name>getStrutsAction</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>initPortletIds</name>
		</method>
	</javadoc>
	<javadoc>
		<name>GetFileAction</name>
		<type>com.liferay.portlet.documentlibrary.action.GetFileAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>strutsExecute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileShortcutId</name>
				<type>long</type>
			</param>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>targetExtension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<method>
			<name>processPrincipalException</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SearchAction</name>
		<type>com.liferay.portlet.documentlibrary.action.SearchAction</type>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ViewAction</name>
		<type>com.liferay.portlet.documentlibrary.action.ViewAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AntivirusScanner</name>
		<type>com.liferay.portlet.documentlibrary.antivirus.AntivirusScanner</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>isActive</name>
		</method>
		<method>
			<name>scan</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>AntivirusScannerException</name>
				<type>com.liferay.portlet.documentlibrary.antivirus.AntivirusScannerException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>scan</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>AntivirusScannerException</name>
				<type>com.liferay.portlet.documentlibrary.antivirus.AntivirusScannerException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>scan</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>AntivirusScannerException</name>
				<type>com.liferay.portlet.documentlibrary.antivirus.AntivirusScannerException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AntivirusScannerException</name>
		<type>com.liferay.portlet.documentlibrary.antivirus.AntivirusScannerException</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>AntivirusScannerException</name>
		</method>
		<method>
			<name>AntivirusScannerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>AntivirusScannerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>AntivirusScannerException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AntivirusScannerImpl</name>
		<type>com.liferay.portlet.documentlibrary.antivirus.AntivirusScannerImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AntivirusScannerImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>AntivirusScannerUtil</name>
		<type>com.liferay.portlet.documentlibrary.antivirus.AntivirusScannerUtil</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getAntivirusScanner</name>
		</method>
		<method>
			<name>isActive</name>
		</method>
		<method>
			<name>scan</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>AntivirusScannerException</name>
				<type>com.liferay.portlet.documentlibrary.antivirus.AntivirusScannerException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>scan</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>AntivirusScannerException</name>
				<type>com.liferay.portlet.documentlibrary.antivirus.AntivirusScannerException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>scan</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>AntivirusScannerException</name>
				<type>com.liferay.portlet.documentlibrary.antivirus.AntivirusScannerException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setAntivirusScanner</name>
			<param>
				<name>antiVirusScanner</name>
				<type>com.liferay.portlet.documentlibrary.antivirus.AntivirusScanner</type>
			</param>
		</method>
		<field>
			<name>_antivirusScanner</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AntivirusScannerWrapper</name>
		<type>com.liferay.portlet.documentlibrary.antivirus.AntivirusScannerWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AntivirusScannerWrapper</name>
			<param>
				<name>antivirusScanner</name>
				<type>com.liferay.portlet.documentlibrary.antivirus.AntivirusScanner</type>
			</param>
		</method>
		<method>
			<name>isActive</name>
		</method>
		<method>
			<name>scan</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>AntivirusScannerException</name>
				<type>com.liferay.portlet.documentlibrary.antivirus.AntivirusScannerException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>scan</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>AntivirusScannerException</name>
				<type>com.liferay.portlet.documentlibrary.antivirus.AntivirusScannerException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>scan</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>AntivirusScannerException</name>
				<type>com.liferay.portlet.documentlibrary.antivirus.AntivirusScannerException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setAntivirusScanner</name>
			<param>
				<name>antivirusScanner</name>
				<type>com.liferay.portlet.documentlibrary.antivirus.AntivirusScanner</type>
			</param>
		</method>
		<field>
			<name>_antivirusScanner</name>
		</field>
		<field>
			<name>_originalAntivirusScanner</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseFileAntivirusScanner</name>
		<type>com.liferay.portlet.documentlibrary.antivirus.BaseFileAntivirusScanner</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>isActive</name>
		</method>
		<method>
			<name>scan</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>AntivirusScannerException</name>
				<type>com.liferay.portlet.documentlibrary.antivirus.AntivirusScannerException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>scan</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>AntivirusScannerException</name>
				<type>com.liferay.portlet.documentlibrary.antivirus.AntivirusScannerException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_ACTIVE</name>
		</field>
		<field>
			<name>_ANTIVIRUS_EXTENSION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseInputStreamAntivirusScanner</name>
		<type>com.liferay.portlet.documentlibrary.antivirus.BaseInputStreamAntivirusScanner</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>isActive</name>
		</method>
		<method>
			<name>scan</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>AntivirusScannerException</name>
				<type>com.liferay.portlet.documentlibrary.antivirus.AntivirusScannerException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_ACTIVE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClamAntivirusScannerImpl</name>
		<type>com.liferay.portlet.documentlibrary.antivirus.ClamAntivirusScannerImpl</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>scan</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>AntivirusScannerException</name>
				<type>com.liferay.portlet.documentlibrary.antivirus.AntivirusScannerException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DummyAntivirusScannerImpl</name>
		<type>com.liferay.portlet.documentlibrary.antivirus.DummyAntivirusScannerImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>isActive</name>
		</method>
		<method>
			<name>scan</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>scan</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>scan</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
		</method>
		<field>
			<name>_ACTIVE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLFileEntryAssetRenderer</name>
		<type>com.liferay.portlet.documentlibrary.asset.DLFileEntryAssetRenderer</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>DLFileEntryAssetRenderer</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>getClassPK</name>
		</method>
		<method>
			<name>getDiscussionPath</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getSummary</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getURLEdit</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getURLExport</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
		</method>
		<method>
			<name>getURLViewInContext</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<param>
				<name>noSuchEntryRedirect</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>hasEditPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasViewPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isConvertible</name>
		</method>
		<method>
			<name>isPrintable</name>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>_fileEntry</name>
		</field>
		<field>
			<name>_fileVersion</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLFileEntryAssetRendererFactory</name>
		<type>com.liferay.portlet.documentlibrary.asset.DLFileEntryAssetRendererFactory</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>getAssetRenderer</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getClassTypes</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getURLAdd</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isLinkable</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
		<field>
			<name>TYPE</name>
		</field>
		<field>
			<name>_LINKABLE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FileEntryAtomCollectionAdapter</name>
		<type>com.liferay.portlet.documentlibrary.atom.FileEntryAtomCollectionAdapter</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>getCollectionName</name>
		</method>
		<method>
			<name>getEntryAuthors</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>getEntryContent</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
		</method>
		<method>
			<name>getEntryId</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>getEntrySummary</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>getEntryTitle</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>getEntryUpdated</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>getFeedTitle</name>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
		</method>
		<method>
			<name>getMediaContentType</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>getMediaName</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>getMediaStream</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<throws>
				<name>AtomException</name>
				<type>com.liferay.portal.kernel.atom.AtomException</type>
			</throws>
		</method>
		<method>
			<name>doDeleteEntry</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetEntry</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetFeedEntries</name>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doPostEntry</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doPostMedia</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>slug</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doPutEntry</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doPutMedia</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>slug</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>COLLECTION_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FolderAtomCollectionAdapter</name>
		<type>com.liferay.portlet.documentlibrary.atom.FolderAtomCollectionAdapter</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>getCollectionName</name>
		</method>
		<method>
			<name>getEntryAuthors</name>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
		</method>
		<method>
			<name>getEntryContent</name>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
		</method>
		<method>
			<name>getEntryId</name>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
		</method>
		<method>
			<name>getEntrySummary</name>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
		</method>
		<method>
			<name>getEntryTitle</name>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
		</method>
		<method>
			<name>getEntryUpdated</name>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
		</method>
		<method>
			<name>getFeedTitle</name>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
		</method>
		<method>
			<name>doDeleteEntry</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetEntry</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetFeedEntries</name>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doPostEntry</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doPutEntry</name>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_COLLECTION_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLDisplayPortletDataHandlerImpl</name>
		<type>com.liferay.portlet.documentlibrary.lar.DLDisplayPortletDataHandlerImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getDataPortletPreferences</name>
		</method>
		<method>
			<name>getExportControls</name>
		</method>
		<method>
			<name>getExportMetadataControls</name>
		</method>
		<method>
			<name>getImportControls</name>
		</method>
		<method>
			<name>getImportMetadataControls</name>
		</method>
		<method>
			<name>isDataLocalized</name>
		</method>
		<method>
			<name>isPublishToLiveByDefault</name>
		</method>
		<method>
			<name>doDeleteData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doExportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_DATA_LOCALIZED</name>
		</field>
		<field>
			<name>_NAMESPACE</name>
		</field>
		<field>
			<name>_foldersAndDocuments</name>
		</field>
		<field>
			<name>_previewsAndThumbnails</name>
		</field>
		<field>
			<name>_ranks</name>
		</field>
		<field>
			<name>_shortcuts</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLPortletDataHandlerImpl</name>
		<type>com.liferay.portlet.documentlibrary.lar.DLPortletDataHandlerImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>exportFileEntry</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntryTypesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>foldersElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>fileEntriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>fileRanksElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>repositoriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>repositoryEntriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>checkDateRange</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>getMetadataControls</name>
		</method>
		<method>
			<name>getRepositoryEntryPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>repositoryEntryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>importFileEntry</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importFileEntry</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importFileRank</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileRankElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importFolder</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>folderElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importRepository</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>repositoryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importRepositoryEntry</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>repositoryEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDataPortletPreferences</name>
		</method>
		<method>
			<name>getExportControls</name>
		</method>
		<method>
			<name>getExportMetadataControls</name>
		</method>
		<method>
			<name>getImportControls</name>
		</method>
		<method>
			<name>getImportMetadataControls</name>
		</method>
		<method>
			<name>isAlwaysExportable</name>
		</method>
		<method>
			<name>isDataLocalized</name>
		</method>
		<method>
			<name>isPublishToLiveByDefault</name>
		</method>
		<method>
			<name>exportFileEntryType</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntryTypesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlFileEntryType</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntryType</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportFileRank</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileRanksElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>fileRank</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileRank</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportFileShortcut</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntryTypesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>foldersElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>fileShortcutsElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>repositoriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>repositoryEntriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>fileShortcut</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileShortcut</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportFolder</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntryTypesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>foldersElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>fileEntriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>fileShortcutsElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>fileRanksElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>repositoriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>repositoryEntriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
			<param>
				<name>recurse</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportFolderFileEntryTypes</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
			<param>
				<name>fileEntryTypesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>folderElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportMetaData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntryTypesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportParentFolder</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntryTypesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>foldersElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>repositoriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>repositoryEntriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportRepository</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>repositoriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>repositoryEntriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>repository</name>
				<type>com.liferay.portal.model.Repository</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportRepositoryEntry</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>repositoryEntriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>repositoryEntry</name>
				<type>com.liferay.portal.model.RepositoryEntry</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryBinPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>getFileEntryFileEntryTypeStructureFieldsPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryTypeUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getFileEntryTypeName</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<see><![CDATA[{@link PortletImporter#getAssetCategoryName(String, long, long, String, int)}]]></see>
			<see><![CDATA[{@link PortletImporter#getAssetVocabularyName(String, long, String, int)}]]></see>
		</method>
		<method>
			<name>getFileEntryTypePath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>dlFileEntryType</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntryType</type>
			</param>
		</method>
		<method>
			<name>getFileRankPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileRank</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileRank</type>
			</param>
		</method>
		<method>
			<name>getFileShortcutPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileShortcut</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileShortcut</type>
			</param>
		</method>
		<method>
			<name>getFolderName</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<see><![CDATA[{@link PortletImporter#getAssetCategoryName(String, long, long, String, int)}]]></see>
			<see><![CDATA[{@link PortletImporter#getAssetVocabularyName(String, long, String, int)}]]></see>
		</method>
		<method>
			<name>getFolderPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
		</method>
		<method>
			<name>getImportFolderPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getRepositoryEntryPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>repositoryEntry</name>
				<type>com.liferay.portal.model.RepositoryEntry</type>
			</param>
		</method>
		<method>
			<name>getRepositoryPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>repository</name>
				<type>com.liferay.portal.model.Repository</type>
			</param>
		</method>
		<method>
			<name>importFileEntryType</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntryTypeElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importFileRank</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileRank</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileRank</type>
			</param>
			<param>
				<name>fileEntryUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importFileShortcut</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileShortcutElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importFileShortcut</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileShortcutElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>fileShortcut</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileShortcut</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importFolder</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>folderPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>folderElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importFolderFileEntryTypes</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>folderElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importMetaData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isFileEntryTypeExportable</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>dlFileEntryType</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntryType</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doDeleteData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doExportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_ALWAYS_EXPORTABLE</name>
		</field>
		<field>
			<name>_DATA_LOCALIZED</name>
		</field>
		<field>
			<name>_NAMESPACE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_foldersAndDocuments</name>
		</field>
		<field>
			<name>_metadataControls</name>
		</field>
		<field>
			<name>_previewsAndThumbnails</name>
		</field>
		<field>
			<name>_ranks</name>
		</field>
		<field>
			<name>_shortcuts</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FileEntryUtil</name>
		<type>com.liferay.portlet.documentlibrary.lar.FileEntryUtil</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>fetchByPrimaryKey</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchByR_F_T</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchByUUID_R</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByR_F</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByR_F_T</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchFileEntryException</name>
				<type>com.liferay.portlet.documentlibrary.NoSuchFileEntryException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getContentStream</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FolderUtil</name>
		<type>com.liferay.portlet.documentlibrary.lar.FolderUtil</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>fetchByR_P_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchByUUID_R</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByPrimaryKey</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>NoSuchFolderException</name>
				<type>com.liferay.portlet.documentlibrary.NoSuchFolderException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByR_P</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByRepositoryId</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AudioProcessorMessageListener</name>
		<type>com.liferay.portlet.documentlibrary.messaging.AudioProcessorMessageListener</type>
		<author><![CDATA[Juan González]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CheckFileRankMessageListener</name>
		<type>com.liferay.portlet.documentlibrary.messaging.CheckFileRankMessageListener</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ImageProcessorMessageListener</name>
		<type>com.liferay.portlet.documentlibrary.messaging.ImageProcessorMessageListener</type>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PDFProcessorMessageListener</name>
		<type>com.liferay.portlet.documentlibrary.messaging.PDFProcessorMessageListener</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RawMetadataProcessorMessageListener</name>
		<type>com.liferay.portlet.documentlibrary.messaging.RawMetadataProcessorMessageListener</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VideoProcessorMessageListener</name>
		<type>com.liferay.portlet.documentlibrary.messaging.VideoProcessorMessageListener</type>
		<author><![CDATA[Juan González]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLFileEntryConstants</name>
		<type>com.liferay.portlet.documentlibrary.model.DLFileEntryConstants</type>
		<author><![CDATA[Samuel Kong]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<field>
			<name>DEFAULT_READ_COUNT</name>
		</field>
		<field>
			<name>LOCK_EXPIRATION_TIME</name>
		</field>
		<field>
			<name>PRIVATE_WORKING_COPY_VERSION</name>
		</field>
		<field>
			<name>VERSION_DEFAULT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLFileEntryTypeConstants</name>
		<type>com.liferay.portlet.documentlibrary.model.DLFileEntryTypeConstants</type>
		<author><![CDATA[Hugo Huijser]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<field>
			<name>FILE_ENTRY_TYPE_ID_ALL</name>
		</field>
		<field>
			<name>FILE_ENTRY_TYPE_ID_BASIC_DOCUMENT</name>
		</field>
		<field>
			<name>NAME_BASIC_DOCUMENT</name>
		</field>
		<field>
			<name>NAME_CONTRACT</name>
		</field>
		<field>
			<name>NAME_MARKETING_BANNER</name>
		</field>
		<field>
			<name>NAME_ONLINE_TRAINING</name>
		</field>
		<field>
			<name>NAME_SALES_PRESENTATION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLFolderConstants</name>
		<type>com.liferay.portlet.documentlibrary.model.DLFolderConstants</type>
		<comment><![CDATA[<p>
This contains several utility methods for the purpose of determining folder IDs and data repository IDs as used by back-end data systems like search and Document Library stores. These repository IDs should not be confused with the repository ID used by {@link com.liferay.portal.service.impl.RepositoryServiceImpl}.
</p>]]></comment>
		<author><![CDATA[Samuel Kong]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getDataRepositoryId</name>
			<comment><![CDATA[Determine the data repository ID from the group ID and folder ID. The folder ID may be zero, implying that it is the root folder for the given group.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getFolderId</name>
			<comment><![CDATA[Determine the folder ID when no knowledge of it currently exists.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>dataRepositoryId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>DEFAULT_PARENT_FOLDER_ID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLSearchConstants</name>
		<type>com.liferay.portlet.documentlibrary.model.DLSearchConstants</type>
		<author><![CDATA[Sergio González]]></author>
		<field>
			<name>FRAGMENT</name>
		</field>
		<field>
			<name>MULTIPLE</name>
		</field>
		<field>
			<name>SINGLE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLSyncConstants</name>
		<type>com.liferay.portlet.documentlibrary.model.DLSyncConstants</type>
		<author><![CDATA[Michael Young]]></author>
		<field>
			<name>EVENT_ADD</name>
		</field>
		<field>
			<name>EVENT_DELETE</name>
		</field>
		<field>
			<name>EVENT_UPDATE</name>
		</field>
		<field>
			<name>TYPE_FILE</name>
		</field>
		<field>
			<name>TYPE_FOLDER</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLSyncUpdate</name>
		<type>com.liferay.portlet.documentlibrary.model.DLSyncUpdate</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>DLSyncUpdate</name>
			<param>
				<name>dlSyncs</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>lastAccessDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>getDLSyncs</name>
		</method>
		<method>
			<name>getLastAccessDate</name>
		</method>
		<field>
			<name>_dlSyncs</name>
		</field>
		<field>
			<name>_lastAccessDate</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLContentImpl</name>
		<type>com.liferay.portlet.documentlibrary.model.impl.DLContentImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DLContentImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>DLFileEntryImpl</name>
		<type>com.liferay.portlet.documentlibrary.model.impl.DLFileEntryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>DLFileEntryImpl</name>
		</method>
		<method>
			<name>getContentStream</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getContentStream</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDataRepositoryId</name>
		</method>
		<method>
			<name>getExpandoBridge</name>
		</method>
		<method>
			<name>getExtraSettings</name>
		</method>
		<method>
			<name>getExtraSettingsProperties</name>
		</method>
		<method>
			<name>getFieldsMap</name>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileVersion</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileVersion</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileVersions</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileVersionsCount</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
		</method>
		<method>
			<name>getIcon</name>
		</method>
		<method>
			<name>getLatestFileVersion</name>
			<param>
				<name>trusted</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLock</name>
		</method>
		<method>
			<name>getLuceneProperties</name>
		</method>
		<method>
			<name>hasLock</name>
		</method>
		<method>
			<name>isCheckedOut</name>
		</method>
		<method>
			<name>setExtraSettings</name>
			<param>
				<name>extraSettings</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setExtraSettingsProperties</name>
			<param>
				<name>extraSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
		</method>
		<method>
			<name>setFileVersion</name>
			<param>
				<name>dlFileVersion</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileVersion</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_dlFileVersion</name>
		</field>
		<field>
			<name>_extraSettingsProperties</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLFileEntryMetadataImpl</name>
		<type>com.liferay.portlet.documentlibrary.model.impl.DLFileEntryMetadataImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>DLFileEntryMetadataImpl</name>
		</method>
		<method>
			<name>getDDMStructure</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryType</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileVersion</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLFileEntryTypeImpl</name>
		<type>com.liferay.portlet.documentlibrary.model.impl.DLFileEntryTypeImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>DLFileEntryTypeImpl</name>
		</method>
		<method>
			<name>getDDMStructures</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLFileRankImpl</name>
		<type>com.liferay.portlet.documentlibrary.model.impl.DLFileRankImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DLFileRankImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>DLFileShortcutImpl</name>
		<type>com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DLFileShortcutImpl</name>
		</method>
		<method>
			<name>getFolder</name>
		</method>
		<method>
			<name>getToTitle</name>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLFileVersionImpl</name>
		<type>com.liferay.portlet.documentlibrary.model.impl.DLFileVersionImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>DLFileVersionImpl</name>
		</method>
		<method>
			<name>getContentStream</name>
			<param>
				<name>incrementCounter</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getExpandoBridge</name>
		</method>
		<method>
			<name>getExtraSettings</name>
		</method>
		<method>
			<name>getExtraSettingsProperties</name>
		</method>
		<method>
			<name>getFileEntry</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
		</method>
		<method>
			<name>getIcon</name>
		</method>
		<method>
			<name>setExtraSettings</name>
			<param>
				<name>extraSettings</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setExtraSettingsProperties</name>
			<param>
				<name>extraSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_expandoBridge</name>
		</field>
		<field>
			<name>_extraSettingsProperties</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLFolderImpl</name>
		<type>com.liferay.portlet.documentlibrary.model.impl.DLFolderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DLFolderImpl</name>
		</method>
		<method>
			<name>getAncestors</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getParentFolder</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPath</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPathArray</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasInheritableLock</name>
		</method>
		<method>
			<name>hasLock</name>
		</method>
		<method>
			<name>isLocked</name>
		</method>
		<method>
			<name>isRoot</name>
		</method>
	</javadoc>
	<javadoc>
		<name>DLSyncImpl</name>
		<type>com.liferay.portlet.documentlibrary.model.impl.DLSyncImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DLSyncImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>EntriesChecker</name>
		<type>com.liferay.portlet.documentlibrary.search.EntriesChecker</type>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>EntriesChecker</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
		</method>
		<method>
			<name>getAllRowsCheckBox</name>
		</method>
		<method>
			<name>getRowCheckBox</name>
			<param>
				<name>checked</name>
				<type>boolean</type>
			</param>
			<param>
				<name>disabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>primaryKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_liferayPortletResponse</name>
		</field>
		<field>
			<name>_permissionChecker</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLAppHelperLocalServiceImpl</name>
		<type>com.liferay.portlet.documentlibrary.service.impl.DLAppHelperLocalServiceImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFolder</name>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>cancelCheckOut</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>destinationFileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>draftFileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkAssetEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntry</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFolder</name>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>incrementCounter</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileShortcuts</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileShortcutsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNoAssetFileEntries</name>
		</method>
		<method>
			<name>moveFileEntry</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>moveFolder</name>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAsset</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>assetClassPk</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAsset</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>assetCategoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>assetTagNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>assetLinkEntryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>assetClassPk</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFolder</name>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStatus</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>latestFileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryTypeId</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>isStagingGroup</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>registerDLProcessorCallback</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DLAppLocalServiceImpl</name>
		<type>com.liferay.portlet.documentlibrary.service.impl.DLAppLocalServiceImpl</type>
		<comment><![CDATA[The document library local service. All portlets should interact with the document library through this class or through {@link DLAppServiceImpl}, rather than through the individual document library service classes.

<p>
This class provides a unified interface to all Liferay and third party repositories. While the method signatures are universal for all repositories. Additional implementation-specific parameters may be specified in the serviceContext.
</p>

<p>
The <code>repositoryId</code> parameter used by most of the methods is the primary key of the specific repository. If the repository is a default Liferay repository, the <code>repositoryId</code> is the <code>groupId</code> or <code>scopeGroupId</code>. Otherwise, the <code>repositoryId</code> will correspond to values obtained from {@link RepositoryLocalServiceUtil}.
</p>]]></comment>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<see><![CDATA[DLAppServiceImpl]]></see>
		<method>
			<name>addFileEntry</name>
			<comment><![CDATA[Adds a file entry and associated metadata based on a byte array.

<p>
This method takes two file names, the <code>sourceFileName</code> and the <code>title</code>. The <code>sourceFileName</code> corresponds to the name of the actual file being uploaded. The <code>title</code> corresponds to a name the client wishes to assign this file after it has been uploaded to the portal. If it is <code>null</code>, the <code> sourceFileName</code> will be used.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's creator/owner]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's parent folder]]></comment>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original file's name]]></comment>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's MIME type]]></comment>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name to be assigned to the file (optionally <code>null </code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's description]]></comment>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's version change log]]></comment>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
				<comment><![CDATA[the file's data (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied. Can set the asset category IDs, asset tag names, and expando bridge attributes for the file entry. In a Liferay repository, it may include:  <ul> <li> fileEntryTypeId - ID for a custom file entry type </li> <li> fieldsMap - mapping for fields associated with a custom file entry type </li> </ul>]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entry]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found or if the file entry's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addFileEntry</name>
			<comment><![CDATA[Adds a file entry and associated metadata based on a {@link File} object.

<p>
This method takes two file names, the <code>sourceFileName</code> and the <code>title</code>. The <code>sourceFileName</code> corresponds to the name of the actual file being uploaded. The <code>title</code> corresponds to a name the client wishes to assign this file after it has been uploaded to the portal. If it is <code>null</code>, the <code> sourceFileName</code> will be used.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's creator/owner]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's parent folder]]></comment>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original file's name]]></comment>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's MIME type]]></comment>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name to be assigned to the file (optionally <code>null </code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's description]]></comment>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's version change log]]></comment>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
				<comment><![CDATA[the file's data (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied. Can set the asset category IDs, asset tag names, and expando bridge attributes for the file entry. In a Liferay repository, it may include:  <ul> <li> fileEntryTypeId - ID for a custom file entry type </li> <li> fieldsMap - mapping for fields associated with a custom file entry type </li> </ul>]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entry]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found or if the file entry's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addFileEntry</name>
			<comment><![CDATA[Adds a file entry and associated metadata based on an {@link InputStream} object.

<p>
This method takes two file names, the <code>sourceFileName</code> and the <code>title</code>. The <code>sourceFileName</code> corresponds to the name of the actual file being uploaded. The <code>title</code> corresponds to a name the client wishes to assign this file after it has been uploaded to the portal. If it is <code>null</code>, the <code> sourceFileName</code> will be used.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's creator/owner]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's parent folder]]></comment>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original file's name]]></comment>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's MIME type]]></comment>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name to be assigned to the file (optionally <code>null </code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's description]]></comment>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's version change log]]></comment>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
				<comment><![CDATA[the file's data (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
				<comment><![CDATA[the file's size (optionally <code>0</code>)]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied. Can set the asset category IDs, asset tag names, and expando bridge attributes for the file entry. In a Liferay repository, it may include:  <ul> <li> fileEntryTypeId - ID for a custom file entry type </li> <li> fieldsMap - mapping for fields associated with a custom file entry type </li> </ul>]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entry]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found or if the file entry's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addFileRank</name>
			<comment><![CDATA[Adds the file rank to the existing file entry. This method is only supported by the Liferay repository.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file rank's creator/owner]]></comment>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file rank]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addFileShortcut</name>
			<comment><![CDATA[Adds the file shortcut to the existing file entry. This method is only supported by the Liferay repository.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file shortcut's creator/owner]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file shortcut's parent folder]]></comment>
			</param>
			<param>
				<name>toFileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry to point to]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied. Can set the asset category IDs, asset tag names, and expando bridge attributes for the file entry.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file shortcut]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder or file entry could not be found, or if the file shortcut's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addFolder</name>
			<comment><![CDATA[Adds a folder.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's creator/owner]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's parent folder]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the folder's name]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the folder's description]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied. In a Liferay repository, it may include mountPoint which is a boolean specifying whether the folder is a facade for mounting a third-party repository]]></comment>
			</param>
			<return>
				<comment><![CDATA[the folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found or if the new folder's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteAll</name>
			<comment><![CDATA[Delete all data associated to the given repository. This method is only supported by the Liferay repository.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data's repository]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the repository could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteFileEntry</name>
			<comment><![CDATA[Deletes the file entry.]]></comment>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteFileRanksByFileEntryId</name>
			<comment><![CDATA[Deletes the file ranks associated to a given file entry. This method is only supported by the Liferay repository.]]></comment>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteFileRanksByUserId</name>
			<comment><![CDATA[Deletes the file ranks associated to a given user. This method is only supported by the Liferay repository.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteFileShortcut</name>
			<comment><![CDATA[Deletes the file shortcut. This method is only supported by the Liferay repository.]]></comment>
			<param>
				<name>dlFileShortcut</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileShortcut</type>
				<comment><![CDATA[the file shortcut]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file shortcut could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteFileShortcut</name>
			<comment><![CDATA[Deletes the file shortcut. This method is only supported by the Liferay repository.]]></comment>
			<param>
				<name>fileShortcutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file shortcut]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file shortcut could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteFileShortcuts</name>
			<comment><![CDATA[Deletes all file shortcuts associated to the file entry. This method is only supported by the Liferay repository.]]></comment>
			<param>
				<name>toFileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the associated file entry]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file shortcut for the file entry could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteFolder</name>
			<comment><![CDATA[Deletes the folder and all of its subfolders and file entries.]]></comment>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<comment><![CDATA[Returns the file entries in the folder.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's folder]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entries in the folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<comment><![CDATA[Returns a range of all the file entries in the folder.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's folder]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of file entries in the folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<comment><![CDATA[Returns an ordered range of all the file entries in the folder.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's folder]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the file entries (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of file entries in the folder ordered by comparator <code>obc</code>]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcuts</name>
			<comment><![CDATA[Returns a range of all the file entries and shortcuts in the folder.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the workflow status]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of file entries and shortcuts in the folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcutsCount</name>
			<comment><![CDATA[Returns the number of file entries and shortcuts in the folder.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the workflow status]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of file entries and shortcuts in the folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<comment><![CDATA[Returns the number of file entries in the folder.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's folder]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of file entries in the folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<comment><![CDATA[Returns the file entry with the primary key.]]></comment>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entry with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<comment><![CDATA[Returns the file entry with the title in the folder.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's group]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's folder]]></comment>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file entry's title]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entry with the title in the folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileEntryByUuidAndGroupId</name>
			<comment><![CDATA[Returns the file entry with the UUID and group.]]></comment>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file entry's universally unique identifier]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entry with the UUID and group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileRanks</name>
			<comment><![CDATA[Returns the file ranks from the user. This method is only supported by the Liferay repository.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file ranks from the user]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileShortcut</name>
			<comment><![CDATA[Returns the file shortcut with the primary key. This method is only supported by the Liferay repository.]]></comment>
			<param>
				<name>fileShortcutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file shortcut]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file shortcut with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file shortcut could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileVersion</name>
			<comment><![CDATA[Returns the file version with the primary key.]]></comment>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file version]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file version with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file version could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<comment><![CDATA[Returns the folder with the primary key.]]></comment>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder]]></comment>
			</param>
			<return>
				<comment><![CDATA[the folder with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<comment><![CDATA[Returns the folder with the name in the parent folder.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's parent folder]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the folder's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[the folder with the name in the parent folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<comment><![CDATA[Returns all immediate subfolders of the parent folder.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's parent folder]]></comment>
			</param>
			<return>
				<comment><![CDATA[the immediate subfolders of the parent folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<comment><![CDATA[Returns all immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's parent folder]]></comment>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
				<comment><![CDATA[whether to include mount folders for third-party repositories]]></comment>
			</param>
			<return>
				<comment><![CDATA[the immediate subfolders of the parent folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<comment><![CDATA[Returns a range of all the immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's parent folder]]></comment>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
				<comment><![CDATA[whether to include mount folders for third-party repositories]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of immediate subfolders of the parent folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<comment><![CDATA[Returns an ordered range of all the immediate subfolders of the parent folder.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's parent folder]]></comment>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
				<comment><![CDATA[whether to include mount folders for third-party repositories]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the folders (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of immediate subfolders of the parent folder ordered by comparator <code>obc</code>]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<comment><![CDATA[Returns a range of all the immediate subfolders of the parent folder.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's parent folder]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of immediate subfolders of the parent folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<comment><![CDATA[Returns an ordered range of all the immediate subfolders of the parent folder.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's parent folder]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the folders (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of immediate subfolders of the parent folder ordered by comparator <code>obc</code>]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<comment><![CDATA[Returns an ordered range of all the immediate subfolders, file entries, and file shortcuts in the parent folder.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the parent folder]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the workflow status]]></comment>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
				<comment><![CDATA[whether to include mount folders for third-party repositories]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the results (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of immediate subfolders, file entries, and file shortcuts in the parent folder ordered by comparator <code>obc</code>]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcutsCount</name>
			<comment><![CDATA[Returns the number of immediate subfolders, file entries, and file shortcuts in the parent folder.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the parent folder]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the workflow status]]></comment>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
				<comment><![CDATA[whether to include mount folders for third-party repositories]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of immediate subfolders, file entries, and file shortcuts in the parent folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersCount</name>
			<comment><![CDATA[Returns the number of immediate subfolders of the parent folder.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's parent folder]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of immediate subfolders of the parent folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFoldersCount</name>
			<comment><![CDATA[Returns the number of immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's parent folder]]></comment>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
				<comment><![CDATA[whether to include mount folders for third-party repositories]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of immediate subfolders of the parent folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFoldersFileEntriesCount</name>
			<comment><![CDATA[Returns the number of immediate subfolders and file entries across the folders.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
				<comment><![CDATA[the primary keys of folders from which to count immediate subfolders and file entries]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the workflow status]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of immediate subfolders and file entries across the folders]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the repository could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getMountFolder</name>
			<comment><![CDATA[Returns the mount folder of the repository with the primary key. This method is only supported by the Liferay repository.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<return>
				<comment><![CDATA[the folder used for mounting third-party repositories]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the repository or mount folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getMountFolders</name>
			<comment><![CDATA[Returns all immediate subfolders of the parent folder that are used for mounting third-party repositories. This method is only supported by the Liferay repository.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's parent folder]]></comment>
			</param>
			<return>
				<comment><![CDATA[the immediate subfolders of the parent folder that are used for mounting third-party repositories]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the repository or parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getMountFolders</name>
			<comment><![CDATA[Returns a range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories. This method is only supported by the Liferay repository.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the parent folder]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of immediate subfolders of the parent folder that are used for mounting third-party repositories]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the repository or parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getMountFolders</name>
			<comment><![CDATA[Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories. This method is only supported by the Liferay repository.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's parent folder]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the folders (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of immediate subfolders of the parent folder that are used for mounting third-party repositories ordered by comparator <code>obc</code>]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the repository or parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getMountFoldersCount</name>
			<comment><![CDATA[Returns the number of immediate subfolders of the parent folder that are used for mounting third-party repositories. This method is only supported by the Liferay repository.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the parent folder]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of folders of the parent folder that are used for mounting third-party repositories]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the repository or parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>moveFileEntry</name>
			<comment><![CDATA[Moves the file entry to the new folder.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry]]></comment>
			</param>
			<param>
				<name>newFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the new folder]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entry]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry or the new folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateAsset</name>
			<comment><![CDATA[Updates the file entry's asset replacing its asset categories, tags, and links.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
				<comment><![CDATA[the file entry to update]]></comment>
			</param>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
				<comment><![CDATA[the file version to update]]></comment>
			</param>
			<param>
				<name>assetCategoryIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the new asset categories]]></comment>
			</param>
			<param>
				<name>assetTagNames</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[the new asset tag names]]></comment>
			</param>
			<param>
				<name>assetLinkEntryIds</name>
				<type>long[]</type>
				<comment><![CDATA[the primary keys of the new asset link entries]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry or version could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<comment><![CDATA[Updates a file entry and associated metadata based on a byte array object. If the file data is <code>null</code>, then only the associated metadata (i.e., <code>title</code>, <code>description</code>, and parameters in the <code>serviceContext</code>) will be updated.

<p>
This method takes two file names, the <code>sourceFileName</code> and the <code>title</code>. The <code>sourceFileName</code> corresponds to the name of the actual file being uploaded. The <code>title</code> corresponds to a name the client wishes to assign this file after it has been uploaded to the portal.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry]]></comment>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original file's name (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's MIME type (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the new name to be assigned to the file (optionally <code> <code>null</code></code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's new description]]></comment>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's version change log (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
				<comment><![CDATA[whether the new file version is a major version]]></comment>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
				<comment><![CDATA[the file's data (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied. Can set the asset category IDs, asset tag names, and expando bridge attributes for the file entry. In a Liferay repository, it may include:  <ul> <li> fileEntryTypeId - ID for a custom file entry type </li> <li> fieldsMap - mapping for fields associated with a custom file entry type </li> </ul>]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entry]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<comment><![CDATA[Updates a file entry and associated metadata based on a {@link File} object. If the file data is <code>null</code>, then only the associated metadata (i.e., <code>title</code>, <code>description</code>, and parameters in the <code>serviceContext</code>) will be updated.

<p>
This method takes two file names, the <code>sourceFileName</code> and the <code>title</code>. The <code>sourceFileName</code> corresponds to the name of the actual file being uploaded. The <code>title</code> corresponds to a name the client wishes to assign this file after it has been uploaded to the portal.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry]]></comment>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original file's name (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's MIME type (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the new name to be assigned to the file (optionally <code> <code>null</code></code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's new description]]></comment>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's version change log (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
				<comment><![CDATA[whether the new file version is a major version]]></comment>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
				<comment><![CDATA[EntryId the primary key of the file entry]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied. Can set the asset category IDs, asset tag names, and expando bridge attributes for the file entry. In a Liferay repository, it may include:  <ul> <li> fileEntryTypeId - ID for a custom file entry type </li> <li> fieldsMap - mapping for fields associated with a custom file entry type </li> </ul>]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entry]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<comment><![CDATA[Updates a file entry and associated metadata based on an {@link InputStream} object. If the file data is <code>null</code>, then only the associated metadata (i.e., <code>title</code>, <code>description</code>, and parameters in the <code>serviceContext</code>) will be updated.

<p>
This method takes two file names, the <code>sourceFileName</code> and the <code>title</code>. The <code>sourceFileName</code> corresponds to the name of the actual file being uploaded. The <code>title</code> corresponds to a name the client wishes to assign this file after it has been uploaded to the portal.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry]]></comment>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original file's name (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's MIME type (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the new name to be assigned to the file (optionally <code> <code>null</code></code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's new description]]></comment>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's version change log (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
				<comment><![CDATA[whether the new file version is a major version]]></comment>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
				<comment><![CDATA[the file's data (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
				<comment><![CDATA[the file's size (optionally <code>0</code>)]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied. Can set the asset category IDs, asset tag names, and expando bridge attributes for the file entry. In a Liferay repository, it may include:  <ul> <li> fileEntryTypeId - ID for a custom file entry type </li> <li> fieldsMap - mapping for fields associated with a custom file entry type </li> </ul>]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entry]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFileRank</name>
			<comment><![CDATA[Updates a file rank to the existing file entry. This method is only supported by the Liferay repository.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file rank's repository]]></comment>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file rank's company]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file rank's creator/owner]]></comment>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file rank's file entry]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file rank]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFileShortcut</name>
			<comment><![CDATA[Updates a file shortcut to the existing file entry. This method is only supported by the Liferay repository.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file shortcut's creator/owner]]></comment>
			</param>
			<param>
				<name>fileShortcutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file shortcut]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file shortcut's parent folder]]></comment>
			</param>
			<param>
				<name>toFileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file shortcut's file entry]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied. Can set the asset category IDs, asset tag names, and expando bridge attributes for the file entry.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file shortcut]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file shortcut, folder, or file entry could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFileShortcuts</name>
			<comment><![CDATA[Updates all file shortcuts to the existing file entry to the new file entry. This method is only supported by the Liferay repository.]]></comment>
			<param>
				<name>toRepositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>oldToFileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the old file entry pointed to]]></comment>
			</param>
			<param>
				<name>newToFileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the new file entry to point to]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFolder</name>
			<comment><![CDATA[Updates the folder.]]></comment>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's new parent folder]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the folder's new name]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the folder's new description]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied. In a Liferay repository, it may include:  <ul> <li> defaultFileEntryTypeId - the file entry type to default all Liferay file entries to </li> <li> dlFileEntryTypesSearchContainerPrimaryKeys - a comma-delimited list of file entry type primary keys allowed in the given folder and all descendants </li> <li> overrideFileEntryTypes - boolean specifying whether to override ancestral folder's restriction of file entry types allowed </li> <li> workflowDefinitionXYZ - the workflow definition name specified per file entry type. The parameter name must be the string <code>workflowDefinition</code> appended by the <code> fileEntryTypeId</code> (optionally <code>0</code>). </li> </ul>]]></comment>
			</param>
			<return>
				<comment><![CDATA[the folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the current or new parent folder could not be found, or if the new parent folder's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>copyFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>toLocalRepository</name>
				<type>com.liferay.portal.kernel.repository.LocalRepository</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>newFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntry</name>
			<param>
				<name>oldFileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newFileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fromLocalRepository</name>
				<type>com.liferay.portal.kernel.repository.LocalRepository</type>
			</param>
			<param>
				<name>toLocalRepository</name>
				<type>com.liferay.portal.kernel.repository.LocalRepository</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLocalRepository</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLocalRepository</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLocalRepository</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>moveFileEntries</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fromLocalRepository</name>
				<type>com.liferay.portal.kernel.repository.LocalRepository</type>
			</param>
			<param>
				<name>toLocalRepository</name>
				<type>com.liferay.portal.kernel.repository.LocalRepository</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLAppServiceImpl</name>
		<type>com.liferay.portlet.documentlibrary.service.impl.DLAppServiceImpl</type>
		<comment><![CDATA[The document library remote service. All portlets should interact with the document library through this class or through {@link DLAppLocalServiceImpl}, rather than through the individual document library service classes.

<p>
This class provides a unified interface to all Liferay and third party repositories. While the method signatures are universal for all repositories. Additional implementation-specific parameters may be specified in the serviceContext.
</p>

<p>
The <code>repositoryId</code> parameter used by most of the methods is the primary key of the specific repository. If the repository is a default Liferay repository, the <code>repositoryId</code> is the <code>groupId</code> or <code>scopeGroupId</code>. Otherwise, the <code>repositoryId</code> will correspond to values obtained from {@link RepositoryServiceUtil}.
</p>]]></comment>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<see><![CDATA[DLAppLocalServiceImpl]]></see>
		<method>
			<name>addFileEntry</name>
			<comment><![CDATA[Adds a file entry and associated metadata. It is created based on a byte array.

<p>
This method takes two file names, the <code>sourceFileName</code> and the <code>title</code>. The <code>sourceFileName</code> corresponds to the name of the actual file being uploaded. The <code>title</code> corresponds to a name the client wishes to assign this file after it has been uploaded to the portal. If it is <code>null</code>, the <code> sourceFileName</code> will be used.
</p>]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's parent folder]]></comment>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original file's name]]></comment>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's MIME type]]></comment>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name to be assigned to the file (optionally <code>null </code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's description]]></comment>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's version change log]]></comment>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
				<comment><![CDATA[the file's data (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied. Can set the asset category IDs, asset tag names, and expando bridge attributes for the file entry. In a Liferay repository, it may include:  <ul> <li> fileEntryTypeId - ID for a custom file entry type </li> <li> fieldsMap - mapping for fields associated with a custom file entry type </li> </ul>]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entry]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found or if the file entry's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addFileEntry</name>
			<comment><![CDATA[Adds a file entry and associated metadata. It is created based on a {@link File} object.

<p>
This method takes two file names, the <code>sourceFileName</code> and the <code>title</code>. The <code>sourceFileName</code> corresponds to the name of the actual file being uploaded. The <code>title</code> corresponds to a name the client wishes to assign this file after it has been uploaded to the portal. If it is <code>null</code>, the <code> sourceFileName</code> will be used.
</p>]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's parent folder]]></comment>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original file's name]]></comment>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's MIME type]]></comment>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name to be assigned to the file (optionally <code>null </code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's description]]></comment>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's version change log]]></comment>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
				<comment><![CDATA[the file's data (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied. Can set the asset category IDs, asset tag names, and expando bridge attributes for the file entry. In a Liferay repository, it may include:  <ul> <li> fileEntryTypeId - ID for a custom file entry type </li> <li> fieldsMap - mapping for fields associated with a custom file entry type </li> </ul>]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entry]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found or if the file entry's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addFileEntry</name>
			<comment><![CDATA[Adds a file entry and associated metadata. It is created based on a {@link InputStream} object.

<p>
This method takes two file names, the <code>sourceFileName</code> and the <code>title</code>. The <code>sourceFileName</code> corresponds to the name of the actual file being uploaded. The <code>title</code> corresponds to a name the client wishes to assign this file after it has been uploaded to the portal. If it is <code>null</code>, the <code> sourceFileName</code> will be used.
</p>]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's parent folder]]></comment>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original file's name]]></comment>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's MIME type]]></comment>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the name to be assigned to the file (optionally <code>null </code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's description]]></comment>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's version change log]]></comment>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
				<comment><![CDATA[the file's data (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
				<comment><![CDATA[the file's size (optionally <code>0</code>)]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied. Can set the asset category IDs, asset tag names, and expando bridge attributes for the file entry. In a Liferay repository, it may include:  <ul> <li> fileEntryTypeId - ID for a custom file entry type </li> <li> fieldsMap - mapping for fields associated with a custom file entry type </li> </ul>]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entry]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found or if the file entry's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addFileShortcut</name>
			<comment><![CDATA[Adds a file shortcut to the existing file entry. This method is only supported by the Liferay repository.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file shortcut's parent folder]]></comment>
			</param>
			<param>
				<name>toFileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file shortcut's file entry]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied. Can set the asset category IDs, asset tag names, and expando bridge attributes for the file entry.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file shortcut]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder or file entry could not be found, or if the file shortcut's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addFolder</name>
			<comment><![CDATA[Adds a folder.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's parent folder]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the folder's name]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the folder's description]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied. In a Liferay repository, it may include boolean mountPoint specifying whether folder is a facade for mounting a third-party repository]]></comment>
			</param>
			<return>
				<comment><![CDATA[the folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found or if the new folder's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addTempFileEntry</name>
			<comment><![CDATA[Adds a temporary file entry.

<p>
This allows a client to upload a file into a temporary location and manipulate its metadata prior to making it available for public usage. This is different from checking in and checking out a file entry.
</p>]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder where the file entry will eventually reside]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's original name]]></comment>
			</param>
			<param>
				<name>tempFolderName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the temporary folder's name]]></comment>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
				<comment><![CDATA[Name the file's original name]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file's name]]></comment>
			</return>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
				<comment><![CDATA[if a problem occurred in the access or storage of the file]]></comment>
			</throws>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file name was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.kernel.util.TempFileUtil]]></see>
		</method>
		<method>
			<name>addTempFileEntry</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tempFolderName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>cancelCheckOut</name>
			<comment><![CDATA[Cancels the check out of the file entry. If a user has not checked out the specified file entry, invoking this method will result in no changes.

<p>
When a file entry is checked out, a PWC (private working copy) is created and the original file entry is locked. A client can make as many changes to the PWC as he desires without those changes being visible to other users. If the user is satisfied with the changes, he may elect to check in his changes, resulting in a new file version based on the PWC; the PWC will be removed and the file entry will be unlocked. If the user is not satisfied with the changes, he may elect to cancel his check out; this results in the deletion of the PWC and unlocking of the file entry.
</p>]]></comment>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry to cancel the checkout]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[#checkInFileEntry(long, boolean, String, ServiceContext)]]></see>
			<see><![CDATA[#checkOutFileEntry(long)]]></see>
		</method>
		<method>
			<name>checkInFileEntry</name>
			<comment><![CDATA[Checks in the file entry. If a user has not checked out the specified file entry, invoking this method will result in no changes.

<p>
When a file entry is checked out, a PWC (private working copy) is created and the original file entry is locked. A client can make as many changes to the PWC as he desires without those changes being visible to other users. If the user is satisfied with the changes, he may elect to check in his changes, resulting in a new file version based on the PWC; the PWC will be removed and the file entry will be unlocked. If the user is not satisfied with the changes, he may elect to cancel his check out; this results in the deletion of the PWC and unlocking of the file entry.
</p>]]></comment>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry to check in]]></comment>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
				<comment><![CDATA[whether the new file version is a major version]]></comment>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's version change log]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[#cancelCheckOut(long)]]></see>
			<see><![CDATA[#checkOutFileEntry(long)]]></see>
		</method>
		<method>
			<name>checkInFileEntry</name>
			<comment><![CDATA[Checks in the file entry using the lock's UUID. If a user has not checked out the specified file entry, invoking this method will result in no changes. This method is primarily used by WebDAV.

<p>
When a file entry is checked out, a PWC (private working copy) is created and the original file entry is locked. A client can make as many changes to the PWC as he desires without those changes being visible to other users. If the user is satisfied with the changes, he may elect to check in his changes, resulting in a new file version based on the PWC; the PWC will be removed and the file entry will be unlocked. If the user is not satisfied with the changes, he may elect to cancel his check out; this results in the deletion of the PWC and unlocking of the file entry.
</p>]]></comment>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry to check in]]></comment>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the lock's universally unique identifier]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[#cancelCheckOut(long)]]></see>
			<see><![CDATA[#checkOutFileEntry(long, String, long)]]></see>
		</method>
		<method>
			<name>checkOutFileEntry</name>
			<comment><![CDATA[Check out a file entry.

<p>
When a file entry is checked out, a PWC (private working copy) is created and the original file entry is locked. A client can make as many changes to the PWC as he desires without those changes being visible to other users. If the user is satisfied with the changes, he may elect to check in his changes, resulting in a new file version based on the PWC; the PWC will be removed and the file entry will be unlocked. If the user is not satisfied with the changes, he may elect to cancel his check out; this results in the deletion of the PWC and unlocking of the file entry.
</p>]]></comment>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the file entry to check out]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[#cancelCheckOut(long)]]></see>
			<see><![CDATA[#checkInFileEntry(long, boolean, String, ServiceContext)]]></see>
		</method>
		<method>
			<name>checkOutFileEntry</name>
			<comment><![CDATA[Checks out the file entry. This method is primarily used by WebDAV.

<p>
When a file entry is checked out, a PWC (private working copy) is created and the original file entry is locked. A client can make as many changes to the PWC as he desires without those changes being visible to other users. If the user is satisfied with the changes, he may elect to check in his changes, resulting in a new file version based on the PWC; the PWC will be removed and the file entry will be unlocked. If the user is not satisfied with the changes, he may elect to cancel his check out; this results in the deletion of the PWC and unlocking of the file entry.
</p>]]></comment>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the file entry to check out]]></comment>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the owner string for the checkout (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
				<comment><![CDATA[the time in milliseconds before the lock expires. If the value is <code>0</code>, the default expiration time will be used from <code>portal.properties>.]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entry]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[#cancelCheckOut(long)]]></see>
			<see><![CDATA[#checkInFileEntry(long, String)]]></see>
		</method>
		<method>
			<name>copyFolder</name>
			<comment><![CDATA[Performs a deep copy of the folder.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>sourceFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder to copy]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the new folder's parent folder]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the new folder's name]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the new folder's description]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied]]></comment>
			</param>
			<return>
				<comment><![CDATA[the folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the source folder or the new parent folder could not be found or if the new folder's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteFileEntry</name>
			<comment><![CDATA[Deletes the file entry with the primary key.]]></comment>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteFileEntryByTitle</name>
			<comment><![CDATA[Deletes the file entry with the title in the folder.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's parent folder]]></comment>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file entry's title]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteFileShortcut</name>
			<comment><![CDATA[Deletes the file shortcut with the primary key. This method is only supported by the Liferay repository.]]></comment>
			<param>
				<name>fileShortcutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file shortcut]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file shortcut could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteFileVersion</name>
			<comment><![CDATA[Deletes the file version. File versions can only be deleted if it is approved and there are other approved file versions available. This method is only supported by the Liferay repository.]]></comment>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry]]></comment>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the version label of the file version]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file version could not be found or invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteFolder</name>
			<comment><![CDATA[Deletes the folder with the primary key and all of its subfolders and file entries.]]></comment>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteFolder</name>
			<comment><![CDATA[Deletes the folder with the name in the parent folder and all of its subfolders and file entries.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's parent folder]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the folder's name]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteTempFileEntry</name>
			<comment><![CDATA[Deletes the temporary file entry.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder where the file entry was eventually to reside]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's original name]]></comment>
			</param>
			<param>
				<name>tempFolderName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the temporary folder's name]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file name was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[com.liferay.portal.kernel.util.TempFileUtil]]></see>
		</method>
		<method>
			<name>getFileEntries</name>
			<comment><![CDATA[Returns all the file entries in the folder.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's folder]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entries in the folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<comment><![CDATA[Returns a range of all the file entries in the folder.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's folder]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of file entries in the folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<comment><![CDATA[Returns an ordered range of all the file entries in the folder.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's folder]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the file entries (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of file entries in the folder ordered by comparator <code>obc</code>]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<comment><![CDATA[Returns the file entries with the file entry type in the folder.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's folder]]></comment>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry type]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entries with the file entry type in the folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<comment><![CDATA[Returns a range of all the file entries with the file entry type in the folder.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's folder]]></comment>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry type]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entries in the folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<comment><![CDATA[Returns an ordered range of all the file entries with the file entry type in the folder.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder]]></comment>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry type]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the results by (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of file entries with the file entry type in the folder ordered by <code>null</code>]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcuts</name>
			<comment><![CDATA[Returns a range of all the file entries and shortcuts in the folder.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the workflow status]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of file entries and shortcuts in the folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcutsCount</name>
			<comment><![CDATA[Returns the number of file entries and shortcuts in the folder.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the workflow status]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of file entries and shortcuts in the folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder ould not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcutsCount</name>
			<comment><![CDATA[Returns the number of file entries and shortcuts in the folder.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the workflow status]]></comment>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
				<comment><![CDATA[allowed media types]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of file entries and shortcuts in the folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder ould not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<comment><![CDATA[Returns the number of file entries in the folder.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's folder]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of file entries in the folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<comment><![CDATA[Returns the number of file entries with the file entry type in the folder.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's folder]]></comment>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry type]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of file entries with the file entry type in the folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<comment><![CDATA[Returns the file entry with the primary key.]]></comment>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entry with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<comment><![CDATA[Returns the file entry with the title in the folder.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's group]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's folder]]></comment>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file entry's title]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entry with the title in the folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileEntryByUuidAndGroupId</name>
			<comment><![CDATA[Returns the file entry with the UUID and group.]]></comment>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file entry's universally unique identifier]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry's group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entry with the UUID and group]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileShortcut</name>
			<comment><![CDATA[Returns the file shortcut with the primary key. This method is only supported by the Liferay repository.]]></comment>
			<param>
				<name>fileShortcutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file shortcut]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file shortcut with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file shortcut could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<comment><![CDATA[Returns the folder with the primary key.]]></comment>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder]]></comment>
			</param>
			<return>
				<comment><![CDATA[the folder with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<comment><![CDATA[Returns the folder with the name in the parent folder.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's parent folder]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the folder's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[the folder with the name in the parent folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<comment><![CDATA[Returns all immediate subfolders of the parent folder.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's parent folder]]></comment>
			</param>
			<return>
				<comment><![CDATA[the immediate subfolders of the parent folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<comment><![CDATA[Returns all immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's parent folder]]></comment>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
				<comment><![CDATA[whether to include mount folders for third-party repositories]]></comment>
			</param>
			<return>
				<comment><![CDATA[the immediate subfolders of the parent folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<comment><![CDATA[Returns a range of all the immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's parent folder]]></comment>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
				<comment><![CDATA[whether to include mount folders for third-party repositories]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of immediate subfolders of the parent folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<comment><![CDATA[Returns an ordered range of all the immediate subfolders of the parent folder.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's parent folder]]></comment>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
				<comment><![CDATA[whether to include mount folders for third-party repositories]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the folders (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of immediate subfolders of the parent folder ordered by comparator <code>obc</code>]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<comment><![CDATA[Returns a range of all the immediate subfolders of the parent folder.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's parent folder]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of immediate subfolders of the parent folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<comment><![CDATA[Returns an ordered range of all the immediate subfolders of the parent folder.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's parent folder]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the folders (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of immediate subfolders of the parent folder ordered by comparator <code>obc</code>]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<comment><![CDATA[Returns a range of all the immediate subfolders, file entries, and file shortcuts in the parent folder.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the parent folder]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the workflow status]]></comment>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
				<comment><![CDATA[whether to include mount folders for third-party repositories]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of immediate subfolders, file entries, and file shortcuts in the parent folder ordered by comparator <code>obc</code>]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<comment><![CDATA[Returns an ordered range of all the immediate subfolders, file entries, and file shortcuts in the parent folder.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the parent folder]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the workflow status]]></comment>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
				<comment><![CDATA[whether to include mount folders for third-party repositories]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the results (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of immediate subfolders, file entries, and file shortcuts in the parent folder ordered by comparator <code>obc</code>]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcutsCount</name>
			<comment><![CDATA[Returns the number of immediate subfolders, file entries, and file shortcuts in the parent folder.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the parent folder]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the workflow status]]></comment>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
				<comment><![CDATA[whether to include mount folders for third-party repositories]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of immediate subfolders, file entries, and file shortcuts in the parent folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersCount</name>
			<comment><![CDATA[Returns the number of immediate subfolders of the parent folder.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's parent folder]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of immediate subfolders of the parent folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFoldersCount</name>
			<comment><![CDATA[Returns the number of immediate subfolders of the parent folder, optionally including mount folders for third-party repositories.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's parent folder]]></comment>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
				<comment><![CDATA[whether to include mount folders for third-party repositories]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of immediate subfolders of the parent folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFoldersFileEntriesCount</name>
			<comment><![CDATA[Returns the number of immediate subfolders and file entries across the folders.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
				<comment><![CDATA[the primary keys of folders from which to count immediate subfolders and file entries]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the workflow status]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of immediate subfolders and file entries across the folders]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the repository could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroupFileEntries</name>
			<comment><![CDATA[Returns an ordered range of all the file entries in the group starting at the repository default parent folder that are stored within the Liferay repository. This method is primarily used to search for recently modified file entries. It can be limited to the file entries modified by a given user.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user who created the file (optionally <code>0</code>)]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of matching file entries ordered by date modified]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the group could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroupFileEntries</name>
			<comment><![CDATA[Returns an ordered range of all the file entries in the group that are stored within the Liferay repository. This method is primarily used to search for recently modified file entries. It can be limited to the file entries modified by a given user.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user who created the file (optionally <code>0</code>)]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the file entries (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of matching file entries ordered by comparator <code>obc</code>]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the group could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroupFileEntries</name>
			<comment><![CDATA[Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository. This method is primarily used to search for recently modified file entries. It can be limited to the file entries modified by a given user.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user who created the file (optionally <code>0</code>)]]></comment>
			</param>
			<param>
				<name>rootFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the root folder to begin the search]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of matching file entries ordered by date modified]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the group could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroupFileEntries</name>
			<comment><![CDATA[Returns an ordered range of all the file entries in the group starting at the root folder that are stored within the Liferay repository. This method is primarily used to search for recently modified file entries. It can be limited to the file entries modified by a given user.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user who created the file (optionally <code>0</code>)]]></comment>
			</param>
			<param>
				<name>rootFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the root folder to begin the search]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the file entries (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of matching file entries ordered by comparator <code>obc</code>]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the group could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroupFileEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>rootFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupFileEntriesCount</name>
			<comment><![CDATA[Returns the number of file entries in a group starting at the repository default parent folder that are stored within the Liferay repository. This method is primarily used to search for recently modified file entries. It can be limited to the file entries modified by a given user.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user who created the file (optionally <code>0</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching file entries]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the group could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroupFileEntriesCount</name>
			<comment><![CDATA[Returns the number of file entries in a group starting at the root folder that are stored within the Liferay repository. This method is primarily used to search for recently modified file entries. It can be limited to the file entries modified by a given user.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user who created the file (optionally <code>0</code>)]]></comment>
			</param>
			<param>
				<name>rootFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the root folder to begin the search]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching file entries]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the group could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroupFileEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>rootFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMountFolders</name>
			<comment><![CDATA[Returns all immediate subfolders of the parent folder that are used for mounting third-party repositories. This method is only supported by the Liferay repository.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's parent folder]]></comment>
			</param>
			<return>
				<comment><![CDATA[the immediate subfolders of the parent folder that are used for mounting third-party repositories]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the repository or parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getMountFolders</name>
			<comment><![CDATA[Returns a range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories. This method is only supported by the Liferay repository.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the parent folder]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of immediate subfolders of the parent folder that are used for mounting third-party repositories]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the repository or parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getMountFolders</name>
			<comment><![CDATA[Returns an ordered range of all the immediate subfolders of the parent folder that are used for mounting third-party repositories. This method is only supported by the Liferay repository.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder's parent folder]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
				<comment><![CDATA[the comparator to order the folders (optionally <code>null</code>)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of immediate subfolders of the parent folder that are used for mounting third-party repositories ordered by comparator <code>obc</code>]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the repository or parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getMountFoldersCount</name>
			<comment><![CDATA[Returns the number of immediate subfolders of the parent folder that are used for mounting third-party repositories. This method is only supported by the Liferay repository.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the parent folder]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of folders of the parent folder that are used for mounting third-party repositories]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the repository or parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getSubfolderIds</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubfolderIds</name>
			<comment><![CDATA[Returns all the descendant folders of the folder with the primary key.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder]]></comment>
			</param>
			<return>
				<comment><![CDATA[the descendant folders of the folder with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the repository or parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getSubfolderIds</name>
			<comment><![CDATA[Returns descendant folders of the folder with the primary key, optionally limiting to one level deep.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder]]></comment>
			</param>
			<param>
				<name>recurse</name>
				<type>boolean</type>
				<comment><![CDATA[whether to recurse through each subfolder]]></comment>
			</param>
			<return>
				<comment><![CDATA[the descendant folders of the folder with the primary key]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the repository or parent folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getTempFileEntryNames</name>
			<comment><![CDATA[Returns all the temporary file entry names.]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder where the file entry will eventually reside]]></comment>
			</param>
			<param>
				<name>tempFolderName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the temporary folder's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[the temporary file entry names]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
			<see><![CDATA[#addTempFileEntry(long, long, String, String, File)]]></see>
			<see><![CDATA[com.liferay.portal.kernel.util.TempFileUtil]]></see>
		</method>
		<method>
			<name>lockFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #checkOutFileEntry(long, ServiceContext)}]]></deprecated>
		</method>
		<method>
			<name>lockFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #checkOutFileEntry(long, String, long, ServiceContext)}]]></deprecated>
		</method>
		<method>
			<name>lockFolder</name>
			<comment><![CDATA[Locks the folder. This method is primarily used by WebDAV.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder]]></comment>
			</param>
			<return>
				<comment><![CDATA[the lock object]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the repository or folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>lockFolder</name>
			<comment><![CDATA[Locks the folder. This method is primarily used by WebDAV.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder]]></comment>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the owner string for the checkout (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>inheritable</name>
				<type>boolean</type>
				<comment><![CDATA[whether the lock must propagate to descendants]]></comment>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
				<comment><![CDATA[the time in milliseconds before the lock expires. If the value is <code>0</code>, the default expiration time will be used from <code>portal.properties>.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the lock object]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the repository or folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>moveFileEntry</name>
			<comment><![CDATA[Moves the file entry to the new folder.]]></comment>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry]]></comment>
			</param>
			<param>
				<name>newFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the new folder]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entry]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry or the new folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>moveFolder</name>
			<comment><![CDATA[Moves the folder to the new parent folder with the primary key.]]></comment>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the new parent folder]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entry]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>refreshFileEntryLock</name>
			<comment><![CDATA[Refreshes the lock for the file entry. This method is primarily used by WebDAV.]]></comment>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the lock's universally unique identifier]]></comment>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
				<comment><![CDATA[the time in milliseconds before the lock expires. If the value is <code>0</code>, the default expiration time will be used from <code>portal.properties>.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the lock object]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry or lock could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>refreshFolderLock</name>
			<comment><![CDATA[Refreshes the lock for the folder. This method is primarily used by WebDAV.]]></comment>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the lock's universally unique identifier]]></comment>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
				<comment><![CDATA[the time in milliseconds before the lock expires. If the value is <code>0</code>, the default expiration time will be used from <code>portal.properties>.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the lock object]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder or lock could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>revertFileEntry</name>
			<comment><![CDATA[Reverts the file entry to a previous version. A new version will be created based on the previous version and metadata.]]></comment>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry]]></comment>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the version to revert back to]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry or version could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>query</name>
				<type>com.liferay.portal.kernel.search.Query</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>unlockFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[Use {@link #checkInFileEntry(long, boolean, String, ServiceContext)}.]]></deprecated>
		</method>
		<method>
			<name>unlockFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[Use {@link #checkInFileEntry(long, String)}.]]></deprecated>
		</method>
		<method>
			<name>unlockFolder</name>
			<comment><![CDATA[Unlocks the folder. This method is primarily used by WebDAV.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder]]></comment>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the lock's universally unique identifier]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the repository or folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>unlockFolder</name>
			<comment><![CDATA[Unlocks the folder. This method is primarily used by WebDAV.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the repository]]></comment>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the parent folder]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the folder's name]]></comment>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the lock's universally unique identifier]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the repository or folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<comment><![CDATA[Updates a file entry and associated metadata based on a byte array object. If the file data is <code>null</code>, then only the associated metadata (i.e., <code>title</code>, <code>description</code>, and parameters in the <code>serviceContext</code>) will be updated.

<p>
This method takes two file names, the <code>sourceFileName</code> and the <code>title</code>. The <code>sourceFileName</code> corresponds to the name of the actual file being uploaded. The <code>title</code> corresponds to a name the client wishes to assign this file after it has been uploaded to the portal.
</p>]]></comment>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry]]></comment>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original file's name (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's MIME type (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the new name to be assigned to the file (optionally <code> <code>null</code></code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's new description]]></comment>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's version change log (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
				<comment><![CDATA[whether the new file version is a major version]]></comment>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
				<comment><![CDATA[the file's data (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied. Can set the asset category IDs, asset tag names, and expando bridge attributes for the file entry. In a Liferay repository, it may include:  <ul> <li> fileEntryTypeId - ID for a custom file entry type </li> <li> fieldsMap - mapping for fields associated with a custom file entry type </li> </ul>]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entry]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<comment><![CDATA[Updates a file entry and associated metadata based on a {@link File} object. If the file data is <code>null</code>, then only the associated metadata (i.e., <code>title</code>, <code>description</code>, and parameters in the <code>serviceContext</code>) will be updated.

<p>
This method takes two file names, the <code>sourceFileName</code> and the <code>title</code>. The <code>sourceFileName</code> corresponds to the name of the actual file being uploaded. The <code>title</code> corresponds to a name the client wishes to assign this file after it has been uploaded to the portal.
</p>]]></comment>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry]]></comment>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original file's name (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's MIME type (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the new name to be assigned to the file (optionally <code> <code>null</code></code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's new description]]></comment>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's version change log (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
				<comment><![CDATA[whether the new file version is a major version]]></comment>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
				<comment><![CDATA[EntryId the primary key of the file entry]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied. Can set the asset category IDs, asset tag names, and expando bridge attributes for the file entry. In a Liferay repository, it may include:  <ul> <li> fileEntryTypeId - ID for a custom file entry type </li> <li> fieldsMap - mapping for fields associated with a custom file entry type </li> </ul>]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entry]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<comment><![CDATA[Updates a file entry and associated metadata based on an {@link InputStream} object. If the file data is <code>null</code>, then only the associated metadata (i.e., <code>title</code>, <code>description</code>, and parameters in the <code>serviceContext</code>) will be updated.

<p>
This method takes two file names, the <code>sourceFileName</code> and the <code>title</code>. The <code>sourceFileName</code> corresponds to the name of the actual file being uploaded. The <code>title</code> corresponds to a name the client wishes to assign this file after it has been uploaded to the portal.
</p>]]></comment>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file entry]]></comment>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original file's name (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's MIME type (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the new name to be assigned to the file (optionally <code> <code>null</code></code>)]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's new description]]></comment>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's version change log (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
				<comment><![CDATA[whether the new file version is a major version]]></comment>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
				<comment><![CDATA[the file's data (optionally <code>null</code>)]]></comment>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
				<comment><![CDATA[the file's size (optionally <code>0</code>)]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied. Can set the asset category IDs, asset tag names, and expando bridge attributes for the file entry. In a Liferay repository, it may include:  <ul> <li> fileEntryTypeId - ID for a custom file entry type </li> <li> fieldsMap - mapping for fields associated with a custom file entry type </li> </ul>]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file entry]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFileEntryAndCheckIn</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntryAndCheckIn</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileShortcut</name>
			<comment><![CDATA[Updates a file shortcut to the existing file entry. This method is only supported by the Liferay repository.]]></comment>
			<param>
				<name>fileShortcutId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file shortcut]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file shortcut's parent folder]]></comment>
			</param>
			<param>
				<name>toFileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the file shortcut's file entry]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied. Can set the asset category IDs, asset tag names, and expando bridge attributes for the file entry.]]></comment>
			</param>
			<return>
				<comment><![CDATA[the file shortcut]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file shortcut, folder, or file entry could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFolder</name>
			<comment><![CDATA[Updates the folder.]]></comment>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the folder]]></comment>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the folder's new name]]></comment>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the folder's new description]]></comment>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
				<comment><![CDATA[the service context to be applied. In a Liferay repository, it may include:  <ul> <li> defaultFileEntryTypeId - the file entry type to default all Liferay file entries to </li> <li> dlFileEntryTypesSearchContainerPrimaryKeys - a comma-delimited list of file entry type primary keys allowed in the given folder and all descendants </li> <li> overrideFileEntryTypes - boolean specifying whether to override ancestral folder's restriction of file entry types allowed </li> <li> workflowDefinitionXYZ - the workflow definition name specified per file entry type. The parameter name must be the string <code>workflowDefinition</code> appended by the <code> fileEntryTypeId</code> (optionally <code>0</code>). </li> </ul>]]></comment>
			</param>
			<return>
				<comment><![CDATA[the folder]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the current or new parent folder could not be found or if the new parent folder's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>verifyFileEntryCheckOut</name>
			<comment><![CDATA[Returns <code>true</code> if the file entry is checked out. This method is primarily used by WebDAV.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key for the repository]]></comment>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key for the file entry]]></comment>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the lock's universally unique identifier]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the file entry is checked out; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file entry could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>verifyFileEntryLock</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>verifyInheritableLock</name>
			<comment><![CDATA[Returns <code>true</code> if the inheritable lock exists. This method is primarily used by WebDAV.]]></comment>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key for the repository]]></comment>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
				<comment><![CDATA[the primary key for the folder]]></comment>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the lock's universally unique identifier]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the inheritable lock exists; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the folder could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>copyFileEntry</name>
			<param>
				<name>toRepository</name>
				<type>com.liferay.portal.kernel.repository.Repository</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>newFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyFolder</name>
			<param>
				<name>repository</name>
				<type>com.liferay.portal.kernel.repository.Repository</type>
			</param>
			<param>
				<name>srcFolder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
			<param>
				<name>destFolder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntry</name>
			<param>
				<name>oldFileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newFileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fromRepository</name>
				<type>com.liferay.portal.kernel.repository.Repository</type>
			</param>
			<param>
				<name>toRepository</name>
				<type>com.liferay.portal.kernel.repository.Repository</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepository</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepository</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepository</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>moveFileEntries</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fromRepository</name>
				<type>com.liferay.portal.kernel.repository.Repository</type>
			</param>
			<param>
				<name>toRepository</name>
				<type>com.liferay.portal.kernel.repository.Repository</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>moveFolders</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fromRepository</name>
				<type>com.liferay.portal.kernel.repository.Repository</type>
			</param>
			<param>
				<name>toRepository</name>
				<type>com.liferay.portal.kernel.repository.Repository</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLContentLocalServiceImpl</name>
		<type>com.liferay.portlet.documentlibrary.service.impl.DLContentLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>addContent</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addContent</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteContent</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteContents</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteContentsByDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchContentException</name>
				<type>com.liferay.portlet.documentlibrary.NoSuchContentException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchContentException</name>
				<type>com.liferay.portlet.documentlibrary.NoSuchContentException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getContents</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getContents</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getContentsByDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasContent</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateDLContent</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>oldRepositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newRepositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>oldPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newPath</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLFileEntryLocalServiceImpl</name>
		<type>com.liferay.portlet.documentlibrary.service.impl.DLFileEntryLocalServiceImpl</type>
		<comment><![CDATA[The document library file entry local service.

<p>
Due to legacy code, the names of some file entry properties are not intuitive. Each file entry has both a name and title. The <code>name</code> is a unique identifier for a given file and is generally numeric, whereas the <code>title</code> is the actual name specified by the user (such as &quot;Budget.xls&quot;).
</p>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Harry Mark]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFileEntryResources</name>
			<param>
				<name>dlFileEntry</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntry</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFileEntryResources</name>
			<param>
				<name>dlFileEntry</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntry</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>cancelCheckOut</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkInFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkInFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkOutFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #checkOutFileEntry(long, long, ServiceContext)}]]></deprecated>
		</method>
		<method>
			<name>checkOutFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkOutFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #checkOutFileEntry(long, long, String, long, ServiceContext)}]]></deprecated>
		</method>
		<method>
			<name>checkOutFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>convertExtraSettings</name>
			<param>
				<name>keys</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyFileEntryMetadata</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fromFileVersionId</name>
				<type>long</type>
			</param>
			<param>
				<name>toFileVersionId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileVersion</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchFileEntryByAnyImageId</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getExtraSettingsFileEntries</name>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>incrementCounter</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>incrementCounter</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesByMimeType</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryByName</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryByUuidAndGroupId</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupFileEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupFileEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupFileEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupFileEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupFileEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupFileEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMisversionedFileEntries</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNoAssetFileEntries</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrphanedFileEntries</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasExtraSettings</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasFileEntryLock</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isFileEntryCheckedOut</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>moveFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>revertFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateSmallImage</name>
			<param>
				<name>smallImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>largeImageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStatus</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>verifyFileEntryCheckOut</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>verifyFileEntryLock</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFileVersion</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>dlFileEntry</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntry</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>extraSettings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>convertExtraSettings</name>
			<param>
				<name>dlFileEntry</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntry</type>
			</param>
			<param>
				<name>dlFileVersion</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileVersion</type>
			</param>
			<param>
				<name>keys</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>convertExtraSettings</name>
			<param>
				<name>dlFileEntry</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntry</type>
			</param>
			<param>
				<name>keys</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>convertExtraSettings</name>
			<param>
				<name>extraSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>expandoBridge</name>
				<type>com.liferay.portlet.expando.model.ExpandoBridge</type>
			</param>
			<param>
				<name>keys</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>deleteFileEntry</name>
			<param>
				<name>dlFileEntry</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntry</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryTypeId</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNextVersion</name>
			<param>
				<name>dlFileEntry</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntry</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>workflowAction</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>lockFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>lockFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>moveFileEntryImpl</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>reindex</name>
			<param>
				<name>dlFileEntry</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntry</type>
			</param>
			<throws>
				<name>SearchException</name>
				<type>com.liferay.portal.kernel.search.SearchException</type>
			</throws>
		</method>
		<method>
			<name>setFileVersion</name>
			<param>
				<name>dlFileEntry</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntry</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>startWorkflowInstance</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>dlFileVersion</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileVersion</type>
			</param>
			<param>
				<name>syncEventType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unlockFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unlockFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>extraSettings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileVersion</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>dlFileVersion</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileVersion</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>extraSettings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>statusDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validateFile</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validateFile</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validateFileName</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<field>
			<name>_DELETE_INTERVAL</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLFileEntryMetadataLocalServiceImpl</name>
		<type>com.liferay.portlet.documentlibrary.service.impl.DLFileEntryMetadataLocalServiceImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>deleteFileEntryMetadata</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryMetadata</name>
			<param>
				<name>fileEntryMetadataId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryMetadata</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryMetadataCount</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntryMetadata</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddmStructures</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntryMetadata</name>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntryMetadata</name>
			<param>
				<name>fileEntryMetadata</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntryMetadata</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntryMetadata</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddmStructure</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructure</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLFileEntryServiceImpl</name>
		<type>com.liferay.portlet.documentlibrary.service.impl.DLFileEntryServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addFileEntry</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>cancelCheckOut</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkInFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>major</name>
				<type>boolean</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkInFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkOutFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #checkOutFileEntry(long, ServiceContext)}]]></deprecated>
		</method>
		<method>
			<name>checkOutFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkOutFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #checkOutFileEntry(long, String, long, ServiceContext)}]]></deprecated>
		</method>
		<method>
			<name>checkOutFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyFileEntry</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>destFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntry</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileVersion</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchFileEntryByImageId</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>incrementCounter</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryByUuidAndGroupId</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryLock</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getFoldersFileEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupFileEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>rootFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupFileEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>rootFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupFileEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>rootFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupFileEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>rootFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasFileEntryLock</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isFileEntryCheckedOut</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>moveFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>refreshFileEntryLock</name>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>revertFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>verifyFileEntryCheckOut</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>verifyFileEntryLock</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLFileEntryTypeLocalServiceImpl</name>
		<type>com.liferay.portlet.documentlibrary.service.impl.DLFileEntryTypeLocalServiceImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>addFileEntryType</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ddmStructureIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>cascadeFileEntryTypes</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>dlFolder</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFolder</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntryType</name>
			<param>
				<name>dlFileEntryType</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntryType</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntryType</name>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntryTypes</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchFileEntryType</name>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultFileEntryTypeId</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryType</name>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryType</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryTypes</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolderFileEntryTypes</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>inherited</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includeBasicFileEntryType</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includeBasicFileEntryType</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unsetFolderFileEntryTypes</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntryFileEntryType</name>
			<param>
				<name>dlFileEntry</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntry</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntryType</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ddmStructureIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFolderFileEntryTypes</name>
			<param>
				<name>dlFolder</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFolder</type>
			</param>
			<param>
				<name>fileEntryTypeIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>defaultFileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFileEntryTypeResources</name>
			<param>
				<name>dlFileEntryType</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntryType</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFileEntryTypeResources</name>
			<param>
				<name>dlFileEntryType</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntryType</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>cascadeFileEntryTypes</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultFileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryTypeIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fixDDMStructureKey</name>
			<param>
				<name>fileEntryTypeUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryTypeIds</name>
			<param>
				<name>dlFileEntryTypes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getFileEntryTypesPrimaryFolderId</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>NoSuchFolderException</name>
				<type>com.liferay.portlet.documentlibrary.NoSuchFolderException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateDDMStructure</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryTypeUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryTypeName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ddmStructureIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLFileEntryTypeServiceImpl</name>
		<type>com.liferay.portlet.documentlibrary.service.impl.DLFileEntryTypeServiceImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addFileEntryType</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ddmStructureIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileEntryType</name>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryType</name>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryTypes</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryTypesCount</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includeBasicFileEntryType</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includeBasicFileEntryType</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntryType</name>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ddmStructureIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLFileRankLocalServiceImpl</name>
		<type>com.liferay.portlet.documentlibrary.service.impl.DLFileRankLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addFileRank</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkFileRanks</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileRank</name>
			<param>
				<name>dlFileRank</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileRank</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileRank</name>
			<param>
				<name>fileRankId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileRanksByFileEntryId</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileRanksByUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileRanks</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileRank</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLFileShortcutLocalServiceImpl</name>
		<type>com.liferay.portlet.documentlibrary.service.impl.DLFileShortcutLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addFileShortcut</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>toFileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFileShortcutResources</name>
			<param>
				<name>fileShortcut</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileShortcut</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFileShortcutResources</name>
			<param>
				<name>fileShortcut</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileShortcut</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFileShortcutResources</name>
			<param>
				<name>fileShortcutId</name>
				<type>long</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFileShortcutResources</name>
			<param>
				<name>fileShortcutId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileShortcut</name>
			<param>
				<name>fileShortcut</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileShortcut</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileShortcut</name>
			<param>
				<name>fileShortcutId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileShortcuts</name>
			<param>
				<name>toFileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileShortcut</name>
			<param>
				<name>fileShortcutId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAsset</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileShortcut</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileShortcut</type>
			</param>
			<param>
				<name>assetCategoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>assetTagNames</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileShortcut</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileShortcutId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>toFileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileShortcuts</name>
			<param>
				<name>oldToFileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newToFileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyAssetTags</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolderId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>toFileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLFileShortcutServiceImpl</name>
		<type>com.liferay.portlet.documentlibrary.service.impl.DLFileShortcutServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addFileShortcut</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>toFileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFileShortcut</name>
			<param>
				<name>fileShortcutId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileShortcut</name>
			<param>
				<name>fileShortcutId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileShortcut</name>
			<param>
				<name>fileShortcutId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>toFileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLFileVersionLocalServiceImpl</name>
		<type>com.liferay.portlet.documentlibrary.service.impl.DLFileVersionLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getFileVersion</name>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileVersion</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileVersionByUuidAndGroupId</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileVersions</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileVersionsCount</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLatestFileVersion</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>excludeWorkingCopy</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLatestFileVersion</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLFileVersionServiceImpl</name>
		<type>com.liferay.portlet.documentlibrary.service.impl.DLFileVersionServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getFileVersion</name>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLatestFileVersion</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLFolderLocalServiceImpl</name>
		<type>com.liferay.portlet.documentlibrary.service.impl.DLFolderLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addFolder</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>mountPoint</name>
				<type>boolean</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteAll</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyFolders</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyFoldersCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcuts</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolderId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeMountfolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeMountfolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeMountfolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersFileEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMountFolder</name>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMountFolders</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMountFoldersCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubfolderIds</name>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>moveFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultFileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryTypeIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>overrideFileEntryTypes</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultFileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryTypeIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>overrideFileEntryTypes</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFolderAndFileEntryTypes</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultFileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryTypeIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>overrideFileEntryTypes</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLastPostDate</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>lastPostDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFolderResources</name>
			<param>
				<name>dlFolder</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFolder</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFolderResources</name>
			<param>
				<name>dlFolder</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFolder</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFolderResources</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFolderResources</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFolder</name>
			<param>
				<name>dlFolder</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFolder</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getParentFolderId</name>
			<param>
				<name>dlFolder</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFolder</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getParentFolderId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validateFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validateFolder</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validateFolderName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLFolderServiceImpl</name>
		<type>com.liferay.portlet.documentlibrary.service.impl.DLFolderServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addFolder</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>mountPoint</name>
				<type>boolean</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFolder</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcuts</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolderIds</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeMountfolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcuts</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersAndFileEntriesAndFileShortcutsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFoldersCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>includeMountfolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMountFolders</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMountFoldersCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubfolderIds</name>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubfolderIds</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>recurse</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasFolderLock</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasInheritableLock</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isFolderLocked</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>lockFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>lockFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inheritable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>moveFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>refreshFolderLock</name>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unlockFolder</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unlockFolder</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultFileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryTypeIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>overrideFileEntryTypes</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>verifyInheritableLock</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doLockFolder</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inheritable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>expirationTime</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doUnlockFolder</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLSyncLocalServiceImpl</name>
		<type>com.liferay.portlet.documentlibrary.service.impl.DLSyncLocalServiceImpl</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>addSync</name>
			<param>
				<name>fileId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #addSync(long, String, long, long, long, String, String, String, String)}]]></deprecated>
		</method>
		<method>
			<name>addSync</name>
			<param>
				<name>fileId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateSync</name>
			<param>
				<name>fileId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>event</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #updateSync(long, long, String, String, String, String)}]]></deprecated>
		</method>
		<method>
			<name>updateSync</name>
			<param>
				<name>fileId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>event</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isDefaultRepository</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLSyncServiceImpl</name>
		<type>com.liferay.portlet.documentlibrary.service.impl.DLSyncServiceImpl</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>getDLSyncUpdate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>lastAccessDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileDeltaAsStream</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceVersion</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destinationVersion</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileEntry</name>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>deltaInputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>patchFile</name>
			<param>
				<name>originalInputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>deltaInputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>patchedFile</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLFileEntryPermission</name>
		<type>com.liferay.portlet.documentlibrary.service.permission.DLFileEntryPermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>dlFileEntry</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntry</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>dlFileEntry</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntry</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLFileEntryTypePermission</name>
		<type>com.liferay.portlet.documentlibrary.service.permission.DLFileEntryTypePermission</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>fileEntryType</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntryType</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>fileEntryType</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntryType</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLFileShortcutPermission</name>
		<type>com.liferay.portlet.documentlibrary.service.permission.DLFileShortcutPermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>dlFileShortcut</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileShortcut</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>fileShortcutId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>dlFileShortcut</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileShortcut</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>fileShortcutId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLFolderPermission</name>
		<type>com.liferay.portlet.documentlibrary.service.permission.DLFolderPermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>dlFolder</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFolder</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>dlFolder</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFolder</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLPermission</name>
		<type>com.liferay.portlet.documentlibrary.service.permission.DLPermission</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLFileEntryFinder</name>
		<type>com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByExtraSettings</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_F_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_U_F_M_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchByAnyImageId</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_F_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByAnyImageId</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<throws>
				<name>NoSuchFileEntryException</name>
				<type>com.liferay.portlet.documentlibrary.NoSuchFileEntryException</type>
			</throws>
		</method>
		<method>
			<name>findByExtraSettings</name>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByMisversioned</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoAssets</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByOrphanedFileEntries</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_U_F_M_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLFileEntryFinderImpl</name>
		<type>com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>countByExtraSettings</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_F_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_U_F_M_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchByAnyImageId</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_F_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByAnyImageId</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>NoSuchFileEntryException</name>
				<type>com.liferay.portlet.documentlibrary.NoSuchFileEntryException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByExtraSettings</name>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByMisversioned</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoAssets</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByOrphanedFileEntries</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_U_F_M_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doCountByG_F_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolderIds</name>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>table</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getMimeTypes</name>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>table</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>COUNT_BY_EXTRA_SETTINGS</name>
		</field>
		<field>
			<name>COUNT_BY_G_F</name>
		</field>
		<field>
			<name>COUNT_BY_G_U_F</name>
		</field>
		<field>
			<name>COUNT_BY_G_F_S</name>
		</field>
		<field>
			<name>COUNT_BY_G_U_F_S</name>
		</field>
		<field>
			<name>FIND_BY_ANY_IMAGE_ID</name>
		</field>
		<field>
			<name>FIND_BY_EXTRA_SETTINGS</name>
		</field>
		<field>
			<name>FIND_BY_MISVERSIONED</name>
		</field>
		<field>
			<name>FIND_BY_NO_ASSETS</name>
		</field>
		<field>
			<name>FIND_BY_ORPHANED_FILE_ENTRIES</name>
		</field>
		<field>
			<name>FIND_BY_G_F</name>
		</field>
		<field>
			<name>FIND_BY_G_U_F</name>
		</field>
		<field>
			<name>FIND_BY_G_F_M</name>
		</field>
		<field>
			<name>FIND_BY_G_F_S</name>
		</field>
		<field>
			<name>FIND_BY_G_U_F_M</name>
		</field>
		<field>
			<name>FIND_BY_G_U_F_S</name>
		</field>
		<field>
			<name>FIND_BY_G_F_S_M</name>
		</field>
		<field>
			<name>FIND_BY_G_U_F_S_M</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLFileEntryFinderUtil</name>
		<type>com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByExtraSettings</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_F_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_U_F_M_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchByAnyImageId</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_F_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByAnyImageId</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<throws>
				<name>NoSuchFileEntryException</name>
				<type>com.liferay.portlet.documentlibrary.NoSuchFileEntryException</type>
			</throws>
		</method>
		<method>
			<name>findByExtraSettings</name>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByMisversioned</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoAssets</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByOrphanedFileEntries</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_U_F_M_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLFileEntryTypeFinder</name>
		<type>com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includeBasicFileEntryType</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includeBasicFileEntryType</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includeBasicFileEntryType</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includeBasicFileEntryType</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLFileEntryTypeFinderImpl</name>
		<type>com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinderImpl</type>
		<author><![CDATA[Sergio González]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includeBasicFileEntryType</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includeBasicFileEntryType</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includeBasicFileEntryType</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includeBasicFileEntryType</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doCountByC_G_N_D_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>includeBasicFileEntryType</name>
				<type>boolean</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doFindByC_G_N_D_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>includeBasicFileEntryType</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupIds</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>getWhere</name>
			<param>
				<name>includeBasicFileEntryType</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>COUNT_BY_C_G_N_D_S</name>
		</field>
		<field>
			<name>FIND_BY_C_G_N_D_S</name>
		</field>
		<field>
			<name>JOIN_BY_FILE_ENTRY_TYPE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLFileEntryTypeFinderUtil</name>
		<type>com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includeBasicFileEntryType</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includeBasicFileEntryType</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includeBasicFileEntryType</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includeBasicFileEntryType</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryTypeFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLFileRankFinder</name>
		<type>com.liferay.portlet.documentlibrary.service.persistence.DLFileRankFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByStaleRanks</name>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLFileRankFinderImpl</name>
		<type>com.liferay.portlet.documentlibrary.service.persistence.DLFileRankFinderImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>findByStaleRanks</name>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>FIND_BY_STALE_RANKS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLFileRankFinderUtil</name>
		<type>com.liferay.portlet.documentlibrary.service.persistence.DLFileRankFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByStaleRanks</name>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.documentlibrary.service.persistence.DLFileRankFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLFolderFinder</name>
		<type>com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countF_FE_FS_ByG_F_S_M_M</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countFE_ByG_F_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountF_FE_FS_ByG_F_S_M_M</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountFE_ByG_F_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountFE_FS_ByG_F_S_M</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindF_FE_FS_ByG_F_S_M_M</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindFE_FS_ByG_F_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findF_FE_FS_ByG_F_S_M_M</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findFE_FS_ByG_F_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLFolderFinderImpl</name>
		<type>com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>countF_FE_FS_ByG_F_S_M_M</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countFE_ByG_F_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountF_FE_FS_ByG_F_S_M_M</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountFE_ByG_F_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountFE_FS_ByG_F_S_M</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindF_FE_FS_ByG_F_S_M_M</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindFE_FS_ByG_F_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findF_FE_FS_ByG_F_S_M_M</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findFE_FS_ByG_F_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doCountF_FE_FS_ByG_F_S_M_M</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doCountFE_ByG_F_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doCountFE_FS_ByG_F_S_M</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doFindF_FE_FS_ByG_F_S_M_M</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doFindFE_FS_ByG_F_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileEntriesSQL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getFileShortcutsSQL</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getFolderId</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>table</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getMimeTypes</name>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>table</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateSQL</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>COUNT_F_BY_G_M_F</name>
		</field>
		<field>
			<name>COUNT_FE_BY_G_F</name>
		</field>
		<field>
			<name>COUNT_FE_BY_G_F_S</name>
		</field>
		<field>
			<name>COUNT_FS_BY_G_F_S</name>
		</field>
		<field>
			<name>FIND_F_BY_G_M_F</name>
		</field>
		<field>
			<name>FIND_FE_BY_G_F</name>
		</field>
		<field>
			<name>FIND_FE_BY_G_F_S</name>
		</field>
		<field>
			<name>FIND_FS_BY_G_F_S</name>
		</field>
		<field>
			<name>JOIN_FS_BY_DL_FILE_ENTRY</name>
		</field>
		<field>
			<name>JOIN_FV_BY_DL_FILE_ENTRY</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLFolderFinderUtil</name>
		<type>com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countF_FE_FS_ByG_F_S_M_M</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countFE_ByG_F_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountF_FE_FS_ByG_F_S_M_M</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountFE_ByG_F_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountFE_FS_ByG_F_S_M</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindF_FE_FS_ByG_F_S_M_M</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindFE_FS_ByG_F_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findF_FE_FS_ByG_F_S_M_M</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>mimeTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>includeMountFolders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findFE_FS_ByG_F_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.documentlibrary.service.persistence.DLFolderFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLSyncFinder</name>
		<type>com.liferay.portlet.documentlibrary.service.persistence.DLSyncFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>filterFindByC_M_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLSyncFinderImpl</name>
		<type>com.liferay.portlet.documentlibrary.service.persistence.DLSyncFinderImpl</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>filterFindByC_M_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>FIND_BY_C_M_R_T</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLSyncFinderUtil</name>
		<type>com.liferay.portlet.documentlibrary.service.persistence.DLSyncFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>filterFindByC_M_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.documentlibrary.service.persistence.DLSyncFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLSharepointStorageImpl</name>
		<type>com.liferay.portlet.documentlibrary.sharepoint.DLSharepointStorageImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>addDocumentElements</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>createFolder</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDocumentInputStream</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDocumentsTree</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDocumentTree</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFoldersTree</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFolderTree</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getParentFolderIds</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>folderIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>moveDocument</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>putDocument</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>removeDocument</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>sharepointRequest</name>
				<type>com.liferay.portal.sharepoint.SharepointRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryTree</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>parentFolderPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFolderTree</name>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
			<param>
				<name>parentFolderPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DLActivityInterpreter</name>
		<type>com.liferay.portlet.documentlibrary.social.DLActivityInterpreter</type>
		<author><![CDATA[Ryan Park]]></author>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>doInterpret</name>
			<param>
				<name>activity</name>
				<type>com.liferay.portlet.social.model.SocialActivity</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CLASS_NAMES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLActivityKeys</name>
		<type>com.liferay.portlet.documentlibrary.social.DLActivityKeys</type>
		<author><![CDATA[Ryan Park]]></author>
		<field>
			<name>ADD_FILE_ENTRY</name>
		</field>
		<field>
			<name>UPDATE_FILE_ENTRY</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AdvancedFileSystemStore</name>
		<type>com.liferay.portlet.documentlibrary.store.AdvancedFileSystemStore</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-1976.
</p>]]></comment>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Ryan Park]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getFileNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newFileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>buildPath</name>
			<param>
				<name>sb</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
			<param>
				<name>fileNameFragment</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAdvancedFileNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDepth</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDirNameDir</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFileNameDir</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFileNameVersionFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getHeadVersionLabel</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_HOOK_EXTENSION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseStore</name>
		<type>com.liferay.portlet.documentlibrary.store.BaseStore</type>
		<comment><![CDATA[The abstract base class for all file store implementations. Most, if not all implementations should extend this class.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>addDirectory</name>
			<comment><![CDATA[Adds a directory.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the directory's name]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the directory's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<comment><![CDATA[Adds a file based on a byte array.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file name]]></comment>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
				<comment><![CDATA[the files's data]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<comment><![CDATA[Adds a file based on a {@link File} object.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file name]]></comment>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
				<comment><![CDATA[Name the file name]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<comment><![CDATA[Adds a file based on an {@link InputStream} object.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file name]]></comment>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
				<comment><![CDATA[the files's data]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>checkRoot</name>
			<comment><![CDATA[Ensures company's root directory exists. Only implemented by {@link JCRStore#checkRoot(long)}.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>copyFileVersion</name>
			<comment><![CDATA[Creates a new copy of the file version.

<p>
This method should be overrided if a more optimized approach can be used (e.g., {@link FileSystemStore#copyFileVersion(long, long, String, String, String, String)}).
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original's file name]]></comment>
			</param>
			<param>
				<name>fromVersionLabel</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original file's version label]]></comment>
			</param>
			<param>
				<name>toVersionLabel</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the new version label]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteDirectory</name>
			<comment><![CDATA[Deletes a directory.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the directory's name]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the directory's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteFile</name>
			<comment><![CDATA[Deletes a file. If a file has multiple versions, all versions will be deleted.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteFile</name>
			<comment><![CDATA[Deletes a file at a particular version.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's version label]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<comment><![CDATA[Returns the file as a {@link File} object.

<p>
This method is useful when optimizing low-level file operations like copy. The client must not delete or change the returned {@link File} object in any way. This method is only supported in certain stores. If not supported, this method will throw an {@link UnsupportedOperationException}.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the {@link File} object with the file's name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<comment><![CDATA[Returns the file as a {@link File} object.

<p>
This method is useful when optimizing low-level file operations like copy. The client must not delete or change the returned {@link File} object in any way. This method is only supported in certain stores. If not supported, this method will throw an {@link UnsupportedOperationException}.
</p>

<p>
This method should be overrided if a more optimized approach can be used (e.g., {@link FileSystemStore#getFile(long, long, String, String)}).
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's version label]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the {@link File} object with the file's name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileAsBytes</name>
			<comment><![CDATA[Returns the file as a byte array.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the byte array with the file's name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileAsBytes</name>
			<comment><![CDATA[Returns the file as a byte array.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's version label]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the byte array with the file's name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<comment><![CDATA[Returns the file as an {@link InputStream} object.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the {@link InputStream} object with the file's name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<comment><![CDATA[Returns the file as an {@link InputStream} object.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's version label]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the {@link InputStream} object with the file's name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileNames</name>
			<comment><![CDATA[Returns all files of the directory.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the directory's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns all files of the directory]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the directory's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileSize</name>
			<comment><![CDATA[Returns the size of the file.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the size of the file]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasDirectory</name>
			<comment><![CDATA[Returns <code>true</code> if the directory exists.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the directory's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the directory exists; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the directory's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasFile</name>
			<comment><![CDATA[Returns <code>true</code> if the file exists.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the file exists; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasFile</name>
			<comment><![CDATA[Returns <code>true</code> if the file exists.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's version label]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the file exists; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>move</name>
			<comment><![CDATA[Moves an existing directory. Only implemented by {@link JCRStore#move(String, String)}.]]></comment>
			<param>
				<name>srcDir</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original directory's name]]></comment>
			</param>
			<param>
				<name>destDir</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the new directory's name]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<comment><![CDATA[Moves a file to a new data repository.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository]]></comment>
			</param>
			<param>
				<name>newRepositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the new data repository]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<comment><![CDATA[Updates a file based on a byte array.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file name]]></comment>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's new version label]]></comment>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
				<comment><![CDATA[the new file's data]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<comment><![CDATA[Updates a file based on a {@link File} object.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file name]]></comment>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's new version label]]></comment>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
				<comment><![CDATA[Name the file name]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<comment><![CDATA[Updates a file based on an {@link InputStream} object.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file name]]></comment>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's new version label]]></comment>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
				<comment><![CDATA[the new file's data]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFileVersion</name>
			<comment><![CDATA[Update's a file version label. Similar to {@link #copyFileVersion(long, long, String, String, String, String)} except that the old file version is deleted.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<param>
				<name>fromVersionLabel</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's version label]]></comment>
			</param>
			<param>
				<name>toVersionLabel</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's new version label]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CMISStore</name>
		<type>com.liferay.portlet.documentlibrary.store.CMISStore</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>CMISStore</name>
		</method>
		<method>
			<name>addDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>checkRoot</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>copyFileVersion</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>deleteDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFileSize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getHeadVersionLabel</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchFileException</name>
				<type>com.liferay.portlet.documentlibrary.NoSuchFileException</type>
			</throws>
		</method>
		<method>
			<name>hasDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>move</name>
			<param>
				<name>srcDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destDir</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newRepositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newFileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>updateFileVersion</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>createDocument</name>
			<param>
				<name>versioningFolder</name>
				<type>org.apache.chemistry.opencmis.client.api.Folder</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
		</method>
		<method>
			<name>createFolder</name>
			<param>
				<name>parentFolderId</name>
				<type>org.apache.chemistry.opencmis.client.api.ObjectId</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCompanyFolder</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getDocument</name>
			<param>
				<name>parentFolder</name>
				<type>org.apache.chemistry.opencmis.client.api.Folder</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>parentFolder</name>
				<type>org.apache.chemistry.opencmis.client.api.Folder</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>folder</name>
				<type>org.apache.chemistry.opencmis.client.api.Folder</type>
			</param>
		</method>
		<method>
			<name>getRepositoryFolder</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getVersionedDocument</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>NoSuchFileException</name>
				<type>com.liferay.portlet.documentlibrary.NoSuchFileException</type>
			</throws>
		</method>
		<method>
			<name>getVersioningFolder</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>create</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_systemRootDir</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DBStore</name>
		<type>com.liferay.portlet.documentlibrary.store.DBStore</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>addDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkRoot</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>deleteDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileSize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>move</name>
			<param>
				<name>srcDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destDir</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newRepositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newFileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLStore</name>
		<type>com.liferay.portlet.documentlibrary.store.DLStore</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>addDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkRoot</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyFileVersion</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsBytes</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsBytes</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileSize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>move</name>
			<param>
				<name>srcDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destDir</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newRepositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newFileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileExtension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileExtension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileVersion</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileExtension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileExtension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DLStoreImpl</name>
		<type>com.liferay.portlet.documentlibrary.store.DLStoreImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>addDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkRoot</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyFileVersion</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsBytes</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsBytes</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileSize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>move</name>
			<param>
				<name>srcDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destDir</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newRepositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newFileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileExtension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileExtension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileVersion</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileExtension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileExtension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isValidName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileExtension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>groupLocalService</name>
		</field>
		<field>
			<name>store</name>
		</field>
		<field>
			<name>_KEYWORDS_FIELDS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLStoreUtil</name>
		<type>com.liferay.portlet.documentlibrary.store.DLStoreUtil</type>
		<comment><![CDATA[Provides methods for storing files in the portal. The file storage implementation can be selected in <code>portal.properties</code> under the property <code>dl.store.impl</code>. Virus checking can also be enabled under the property <code>dl.store.antivirus.impl</code>.

<p>
The main client for this class is the Document Library portlet. It is also used by other portlets like Wiki and Message Boards to store file attachments. For the Document Library portlet, the <code>repositoryId</code> can be obtained by calling {@link com.liferay.portlet.documentlibrary.model.DLFolderConstants#getDataRepositoryId( long,long)}. For all other portlets, the <code>repositoryId</code> should be set to {@link CompanyConstants#SYSTEM}. These methods can be used in plugins and other portlets, as shown below.
</p>

<pre>
<code>
long repositoryId = CompanyConstants.SYSTEM;
String dirName = "portlet_name/1234";

try {
DLStoreUtil.addDirectory(companyId, repositoryId, dirName);
}
catch (DuplicateDirectoryException dde) {
}

DLStoreUtil.addFile(
companyId, repositoryId, dirName + "/" + fileName, file);
</code>
</pre>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Edward Han]]></author>
		<see><![CDATA[DLStoreImpl]]></see>
		<method>
			<name>addDirectory</name>
			<comment><![CDATA[Adds a directory.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the directory's name]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the directory's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<comment><![CDATA[Adds a file based on a byte array.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file name]]></comment>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
				<comment><![CDATA[whether to validate the file's extension]]></comment>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
				<comment><![CDATA[the files's data]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid or is found to contain a virus]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<comment><![CDATA[Adds a file based on a {@link File} object.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file name]]></comment>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
				<comment><![CDATA[whether to validate the file's extension]]></comment>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
				<comment><![CDATA[Name the file name]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid or is found to contain a virus]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<comment><![CDATA[Adds a file based on a {@link InputStream} object.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file name]]></comment>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
				<comment><![CDATA[whether to validate the file's extension]]></comment>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
				<comment><![CDATA[the files's data]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid or is found to contain a virus]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<comment><![CDATA[Adds a file based on a byte array. Enforces validation of file's extension.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file name]]></comment>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
				<comment><![CDATA[the files's data]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid or is found to contain a virus]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<comment><![CDATA[Adds a file based on a {@link File} object. Enforces validation of file's extension.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file name]]></comment>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
				<comment><![CDATA[Name the file name]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid or is found to contain a virus]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<comment><![CDATA[Adds a file based on an {@link InputStream} object. Enforces validation of file's extension.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file name]]></comment>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
				<comment><![CDATA[the files's data]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid or is found to contain a virus]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>checkRoot</name>
			<comment><![CDATA[Ensures company's root directory exists. Only implemented by {@link JCRStore#checkRoot(long)}.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>copyFileVersion</name>
			<comment><![CDATA[Creates a new copy of the file version.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original's file name]]></comment>
			</param>
			<param>
				<name>fromVersionLabel</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original file's version label]]></comment>
			</param>
			<param>
				<name>toVersionLabel</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the new version label]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteDirectory</name>
			<comment><![CDATA[Deletes a directory.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the directory's name]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the directory's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteFile</name>
			<comment><![CDATA[Deletes a file. If a file has multiple versions, all versions will be deleted.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteFile</name>
			<comment><![CDATA[Deletes a file at a particular version.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's version label]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<comment><![CDATA[Returns the file as a {@link File} object.

<p>
This method is useful when optimizing low-level file operations like copy. The client must not delete or change the returned {@link File} object in any way. This method is only supported in certain stores. If not supported, this method will throw an {@link UnsupportedOperationException}.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the {@link File} object with the file's name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<comment><![CDATA[Returns the file as a {@link File} object.

<p>
This method is useful when optimizing low-level file operations like copy. The client must not delete or change the returned {@link File} object in any way. This method is only supported in certain stores. If not supported, this method will throw an {@link UnsupportedOperationException}.
</p>]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's version label]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the {@link File} object with the file's name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileAsBytes</name>
			<comment><![CDATA[Returns the file as a byte array.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the byte array with the file's name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileAsBytes</name>
			<comment><![CDATA[Returns the file as a byte array.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's version label]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the byte array with the file's name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<comment><![CDATA[Returns the file as an {@link InputStream} object.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the {@link InputStream} object with the file's name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<comment><![CDATA[Returns the file as an {@link InputStream} object.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's version label]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the {@link InputStream} object with the file's name]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileNames</name>
			<comment><![CDATA[Returns all files of the directory.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the directory's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns all files of the directory]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the directory's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getFileSize</name>
			<comment><![CDATA[Returns the size of the file.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the size of the file]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getStore</name>
			<comment><![CDATA[Returns the {@link DLStore} object. Used primarily by Spring and should not be used by the client.]]></comment>
			<return>
				<comment><![CDATA[Returns the {@link DLStore} object]]></comment>
			</return>
		</method>
		<method>
			<name>hasDirectory</name>
			<comment><![CDATA[Returns <code>true</code> if the directory exists.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the directory's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the directory exists; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the directory's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasFile</name>
			<comment><![CDATA[Returns <code>true</code> if the file exists.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the file exists; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasFile</name>
			<comment><![CDATA[Returns <code>true</code> if the file exists.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's version label]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the file exists; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>move</name>
			<comment><![CDATA[Moves an existing directory. Only implemented by {@link JCRStore#move(String, String)}.]]></comment>
			<param>
				<name>srcDir</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the original directory's name]]></comment>
			</param>
			<param>
				<name>destDir</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the new directory's name]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<comment><![CDATA[Moves a file to a new data repository.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository]]></comment>
			</param>
			<param>
				<name>newRepositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the new data repository]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<comment><![CDATA[Update's the file's name]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<param>
				<name>newFileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's new name]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<comment><![CDATA[Updates a file based on a {@link File} object.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file name]]></comment>
			</param>
			<param>
				<name>fileExtension</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's extension]]></comment>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
				<comment><![CDATA[whether to validate the file's extension]]></comment>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's new version label]]></comment>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the new file's original name]]></comment>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
				<comment><![CDATA[Name the file name]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid or is found to contain a virus]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<comment><![CDATA[Updates a file based on a {@link InputStream} object.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file name]]></comment>
			</param>
			<param>
				<name>fileExtension</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's extension]]></comment>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
				<comment><![CDATA[whether to validate the file's extension]]></comment>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's new version label]]></comment>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the new file's original name]]></comment>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
				<comment><![CDATA[the new file's data]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid or is found to contain a virus]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateFileVersion</name>
			<comment><![CDATA[Update's a file version label. Similar to {@link #copyFileVersion(long, long, String, String, String, String)} except that the old file version is deleted.]]></comment>
			<param>
				<name>companyId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the company]]></comment>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the data repository (optionally {@link CompanyConstants#SYSTEM})]]></comment>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<param>
				<name>fromVersionLabel</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's version label]]></comment>
			</param>
			<param>
				<name>toVersionLabel</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's new version label]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<comment><![CDATA[Validates a file's name.]]></comment>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
				<comment><![CDATA[whether to validate the file's extension]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<comment><![CDATA[Validates a file's name and data.]]></comment>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
				<comment><![CDATA[whether to validate the file's extension]]></comment>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
				<comment><![CDATA[the file's data (optionally <code>null</code>)]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<comment><![CDATA[Validates a file's name and data.]]></comment>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
				<comment><![CDATA[whether to validate the file's extension]]></comment>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
				<comment><![CDATA[Name the file's name]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<comment><![CDATA[Validates a file's name and data.]]></comment>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
				<comment><![CDATA[whether to validate the file's extension]]></comment>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
				<comment><![CDATA[the file's data (optionally <code>null</code>)]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<comment><![CDATA[Validates a file's name and data.]]></comment>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<param>
				<name>fileExtension</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's extension]]></comment>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's original name]]></comment>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
				<comment><![CDATA[whether to validate the file's extension]]></comment>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
				<comment><![CDATA[Name the file's name]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<comment><![CDATA[Validates a file's name and data.]]></comment>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's name]]></comment>
			</param>
			<param>
				<name>fileExtension</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's extension]]></comment>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the file's original name]]></comment>
			</param>
			<param>
				<name>validateFileExtension</name>
				<type>boolean</type>
				<comment><![CDATA[whether to validate the file's extension]]></comment>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
				<comment><![CDATA[the file's data (optionally <code>null</code>)]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the file's information was invalid]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>setStore</name>
			<comment><![CDATA[Set's the {@link DLStore} object. Used primarily by Spring and should not be used by the client.]]></comment>
			<param>
				<name>store</name>
				<type>com.liferay.portlet.documentlibrary.store.DLStore</type>
				<comment><![CDATA[the {@link DLStore} object]]></comment>
			</param>
		</method>
		<field>
			<name>_store</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FileSystemStore</name>
		<type>com.liferay.portlet.documentlibrary.store.FileSystemStore</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Sten Martinez]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>FileSystemStore</name>
		</method>
		<method>
			<name>addDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkRoot</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>copyFileVersion</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getFileSize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>hasDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>move</name>
			<param>
				<name>srcDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destDir</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newRepositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newFileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileVersion</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>deleteEmptyAncestors</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>deleteEmptyAncestors</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>getCompanyDir</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getDirNameDir</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFileNameDir</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFileNameVersionFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getHeadVersionLabel</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRepositoryDir</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_repositoryDirs</name>
		</field>
		<field>
			<name>_rootDir</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JCRStore</name>
		<type>com.liferay.portlet.documentlibrary.store.JCRStore</type>
		<author><![CDATA[Michael Young]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>addDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkRoot</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileSize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>move</name>
			<param>
				<name>srcDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destDir</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newRepositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newFileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileContentNode</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileContentNode</name>
			<param>
				<name>session</name>
				<type>javax.jcr.Session</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFolderNode</name>
			<param>
				<name>node</name>
				<type>javax.jcr.Node</type>
			</param>
			<param>
				<name>name</name>
				<type>long</type>
			</param>
			<throws>
				<name>RepositoryException</name>
				<type>javax.jcr.RepositoryException</type>
			</throws>
		</method>
		<method>
			<name>getFolderNode</name>
			<param>
				<name>node</name>
				<type>javax.jcr.Node</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>RepositoryException</name>
				<type>javax.jcr.RepositoryException</type>
			</throws>
		</method>
		<method>
			<name>getRootNode</name>
			<param>
				<name>session</name>
				<type>javax.jcr.Session</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>RepositoryException</name>
				<type>javax.jcr.RepositoryException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>S3Store</name>
		<type>com.liferay.portlet.documentlibrary.store.S3Store</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Sten Martinez]]></author>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>S3Store</name>
		</method>
		<method>
			<name>addDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkRoot</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>deleteDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileSize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>move</name>
			<param>
				<name>srcDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destDir</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newRepositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newFileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAWSCredentials</name>
			<throws>
				<name>S3ServiceException</name>
				<type>org.jets3t.service.S3ServiceException</type>
			</throws>
		</method>
		<method>
			<name>getFileName</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getHeadVersionLabel</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>S3ServiceException</name>
				<type>org.jets3t.service.S3ServiceException</type>
			</throws>
		</method>
		<method>
			<name>getKey</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getKey</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getKey</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getS3Bucket</name>
			<throws>
				<name>S3ServiceException</name>
				<type>org.jets3t.service.S3ServiceException</type>
			</throws>
		</method>
		<method>
			<name>getS3Service</name>
			<throws>
				<name>S3ServiceException</name>
				<type>org.jets3t.service.S3ServiceException</type>
			</throws>
		</method>
		<field>
			<name>_ACCESS_KEY</name>
		</field>
		<field>
			<name>_BUCKET_NAME</name>
		</field>
		<field>
			<name>_SECRET_KEY</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_s3Bucket</name>
		</field>
		<field>
			<name>_s3Service</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SafeFileNameStoreWrapper</name>
		<type>com.liferay.portlet.documentlibrary.store.SafeFileNameStoreWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>SafeFileNameStoreWrapper</name>
			<param>
				<name>store</name>
				<type>com.liferay.portlet.documentlibrary.store.Store</type>
			</param>
		</method>
		<method>
			<name>addDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkRoot</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyFileVersion</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsBytes</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsBytes</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileSize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>move</name>
			<param>
				<name>srcDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destDir</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newRepositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newFileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileVersion</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>renameUnsafeFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>safeFileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_store</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Store</name>
		<type>com.liferay.portlet.documentlibrary.store.Store</type>
		<comment><![CDATA[The interface for all file store implementations. Most, if not all implementations should extend from the class {@link BaseStore}.]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Edward Han]]></author>
		<see><![CDATA[BaseStore]]></see>
		<method>
			<name>addDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkRoot</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyFileVersion</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsBytes</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsBytes</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileSize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>move</name>
			<param>
				<name>srcDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destDir</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newRepositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newFileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileVersion</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>VERSION_DEFAULT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StoreFactory</name>
		<type>com.liferay.portlet.documentlibrary.store.StoreFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>checkProperties</name>
		</method>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>setInstance</name>
			<param>
				<name>store</name>
				<type>com.liferay.portlet.documentlibrary.store.Store</type>
			</param>
		</method>
		<field>
			<name>_DL_HOOK_STORES</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_store</name>
		</field>
		<field>
			<name>_warned</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StoreProxyBean</name>
		<type>com.liferay.portlet.documentlibrary.store.StoreProxyBean</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>addDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
		</method>
		<method>
			<name>checkRoot</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>copyFileVersion</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toVersionLabel</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deleteDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFileAsBytes</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFileAsBytes</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFileSize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>move</name>
			<param>
				<name>srcDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destDir</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>reindex</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newRepositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newFileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
		</method>
		<method>
			<name>updateFileVersion</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toVersionLabel</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>StoreProxyImpl</name>
		<type>com.liferay.portlet.documentlibrary.store.StoreProxyImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>addDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkRoot</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyFileVersion</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsBytes</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsBytes</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileSize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>move</name>
			<param>
				<name>srcDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destDir</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newRepositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newFileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileVersion</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>StoreWrapper</name>
		<type>com.liferay.portlet.documentlibrary.store.StoreWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>StoreWrapper</name>
			<param>
				<name>store</name>
				<type>com.liferay.portlet.documentlibrary.store.Store</type>
			</param>
		</method>
		<method>
			<name>addDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkRoot</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyFileVersion</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsBytes</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsBytes</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileAsStream</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileNames</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileSize</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasDirectory</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>move</name>
			<param>
				<name>srcDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destDir</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>newRepositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newFileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFile</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>versionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFileVersion</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>repositoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toVersionLabel</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_store</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Atom</name>
		<type>com.liferay.portlet.documentlibrary.util.Atom</type>
		<comment><![CDATA[Atoms are self-contained data units in that contain information about an MP4 movie file.]]></comment>
		<author><![CDATA[Juan González]]></author>
		<see><![CDATA[JQTFastStart]]></see>
		<method>
			<name>Atom</name>
			<param>
				<name>randomAccessFile</name>
				<type>java.io.RandomAccessFile</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>fillBuffer</name>
			<param>
				<name>randomAccessFile</name>
				<type>java.io.RandomAccessFile</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getBuffer</name>
		</method>
		<method>
			<name>getOffset</name>
		</method>
		<method>
			<name>getSize</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>isFTYP</name>
		</method>
		<method>
			<name>isMDAT</name>
		</method>
		<method>
			<name>isMOOV</name>
		</method>
		<method>
			<name>isTopLevelAtom</name>
		</method>
		<method>
			<name>patchAtom</name>
		</method>
		<method>
			<name>setBuffer</name>
			<param>
				<name>buffer</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>setOffset</name>
			<param>
				<name>offset</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setSize</name>
			<param>
				<name>size</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setType</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>bytesToLong</name>
			<param>
				<name>buffer</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>hasCompressedMoovAtom</name>
		</method>
		<method>
			<name>patchCo64Atom</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>patchStcoAtom</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>CMOV</name>
		</field>
		<field>
			<name>CO64</name>
		</field>
		<field>
			<name>FREE</name>
		</field>
		<field>
			<name>FTYP</name>
		</field>
		<field>
			<name>JUNK</name>
		</field>
		<field>
			<name>MDAT</name>
		</field>
		<field>
			<name>MOOV</name>
		</field>
		<field>
			<name>PICT</name>
		</field>
		<field>
			<name>PNOT</name>
		</field>
		<field>
			<name>SKIP</name>
		</field>
		<field>
			<name>STCO</name>
		</field>
		<field>
			<name>TOP_LEVEL_ATOMS</name>
		</field>
		<field>
			<name>WIDE</name>
		</field>
		<field>
			<name>_BITMASK</name>
		</field>
		<field>
			<name>_buffer</name>
		</field>
		<field>
			<name>_offset</name>
		</field>
		<field>
			<name>_size</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AudioProcessor</name>
		<type>com.liferay.portlet.documentlibrary.util.AudioProcessor</type>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>exportGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>generateAudio</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getAudioMimeTypes</name>
		</method>
		<method>
			<name>getPreviewAsStream</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPreviewFileSize</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>hasAudio</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>importGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>importedFileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isAudioSupported</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>isAudioSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>trigger</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<field>
			<name>PREVIEW_TYPE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AudioProcessorImpl</name>
		<type>com.liferay.portlet.documentlibrary.util.AudioProcessorImpl</type>
		<author><![CDATA[Juan González]]></author>
		<author><![CDATA[Sergio González]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>generateAudio</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getAudioMimeTypes</name>
		</method>
		<method>
			<name>getPreviewAsStream</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPreviewFileSize</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>hasAudio</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>isAudioSupported</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>isAudioSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>trigger</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>doExportGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>importedFileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportPreviews</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPreviewType</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>getPreviewTypes</name>
		</method>
		<method>
			<name>getThumbnailType</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>importPreviews</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>importedFileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>AudioProcessorImpl</name>
		</method>
		<method>
			<name>_generateAudio</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_generateAudioXuggler</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>containerType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_generateAudioXuggler</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destFiles</name>
				<type>java.io.File[]</type>
			</param>
		</method>
		<method>
			<name>_hasAudio</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_queueGeneration</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<field>
			<name>_PREVIEW_TYPES</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_audioMimeTypes</name>
		</field>
		<field>
			<name>_fileVersionIds</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AudioProcessorUtil</name>
		<type>com.liferay.portlet.documentlibrary.util.AudioProcessorUtil</type>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>generateAudio</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getAudioMimeTypes</name>
		</method>
		<method>
			<name>getAudioProcessor</name>
		</method>
		<method>
			<name>getPreviewAsStream</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPreviewFileSize</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>hasAudio</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>isAudioSupported</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>isAudioSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>trigger</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>setAudioProcessor</name>
			<param>
				<name>audioProcessor</name>
				<type>com.liferay.portlet.documentlibrary.util.AudioProcessor</type>
			</param>
		</method>
		<field>
			<name>_audioProcessor</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseDLProcessorImpl</name>
		<type>com.liferay.portlet.documentlibrary.util.BaseDLProcessorImpl</type>
		<author><![CDATA[Shinn Lok]]></author>
		<method>
			<name>isEnabled</name>
		</method>
		<field>
			<name>_DL_FILE_ENTRY_PROCESSORS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLAppUtil</name>
		<type>com.liferay.portlet.documentlibrary.util.DLAppUtil</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getExtension</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getMimeType</name>
			<param>
				<name>sourceFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
		</method>
		<method>
			<name>isMajorVersion</name>
			<param>
				<name>previousFileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>currentFileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DLFileEntryLockListener</name>
		<type>com.liferay.portlet.documentlibrary.util.DLFileEntryLockListener</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>onAfterExpire</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLIndexer</name>
		<type>com.liferay.portlet.documentlibrary.util.DLIndexer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>entryClassPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isFilterSearch</name>
		</method>
		<method>
			<name>isPermissionAware</name>
		</method>
		<method>
			<name>postProcessContextQuery</name>
			<param>
				<name>contextQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>postProcessSearchQuery</name>
			<param>
				<name>searchQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addFileEntryTypeAttributes</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>dlFileVersion</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileVersion</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addReindexCriteria</name>
			<param>
				<name>dynamicQuery</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addReindexCriteria</name>
			<param>
				<name>dynamicQuery</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>doDelete</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetDocument</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetSummary</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>snippet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortletId</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>reindexFileEntries</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>dataRepositoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexFileEntries</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>startFileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>endFileEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexFolders</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexFolders</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>startFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>endFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexRoot</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexRoot</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>startGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>endGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>CLASS_NAMES</name>
		</field>
		<field>
			<name>PORTLET_ID</name>
		</field>
		<field>
			<name>_FILTER_SEARCH</name>
		</field>
		<field>
			<name>_PERMISSION_AWARE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLOpenSearchImpl</name>
		<type>com.liferay.portlet.documentlibrary.util.DLOpenSearchImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getIndexer</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getSearchPath</name>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>SEARCH_PATH</name>
		</field>
		<field>
			<name>TITLE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLPreviewableProcessor</name>
		<type>com.liferay.portlet.documentlibrary.util.DLPreviewableProcessor</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>deleteFiles</name>
		</method>
		<method>
			<name>deleteFiles</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>thumbnailType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deleteFiles</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>thumbnailType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>exportGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>importedFileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isSupported</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>deleteFiles</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<param>
				<name>thumbnailType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPathSegment</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>preview</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getPathSegment</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<param>
				<name>preview</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>addFileToStore</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filePath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFileToStore</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filePath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doExportGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetPreviewAsStream</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doGetPreviewAsStream</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doGetPreviewFileCount</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetPreviewFileSize</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doGetPreviewFileSize</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doGetPreviewFileSize</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doGetThumbnailAsStream</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doGetThumbnailFileSize</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doImportGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>importedFileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportBinary</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>binPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>binPathName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>exportPreview</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>binPathSuffix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>previewType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportPreview</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>binPathSuffix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>previewType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileIndex</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportThumbnail</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>binPathName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>exportThumbnails</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>binPathSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBinPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getBinPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPreviewFilePath</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>getPreviewFilePath</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getPreviewFilePath</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPreviewFilePath</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPreviewTempFile</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPreviewTempFile</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getPreviewTempFile</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPreviewTempFile</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPreviewTempFileCount</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>getPreviewTempFileCount</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPreviewTempFilePath</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPreviewTempFilePath</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getPreviewTempFilePath</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPreviewTempFilePath</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPreviewType</name>
		</method>
		<method>
			<name>getPreviewType</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>getPreviewType</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getPreviewTypes</name>
		</method>
		<method>
			<name>getThumbnailFilePath</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getThumbnailFilePath</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getThumbnailTempFile</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getThumbnailTempFile</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getThumbnailTempFilePath</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getThumbnailTempFilePath</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getThumbnailType</name>
		</method>
		<method>
			<name>getThumbnailType</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>hasPreview</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>hasPreviews</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>hasThumbnail</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>hasThumbnails</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>importPreview</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>importedFileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>binPathSuffix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>previewType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importPreview</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>importedFileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>binPathSuffix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>previewType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileIndex</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importPreviewFromLAR</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>binPathSuffix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileIndex</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importThumbnail</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>importedFileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>binPathName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importThumbnailFromLAR</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>binPathName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importThumbnails</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>importedFileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>binPathSuffix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isThumbnailEnabled</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>storeThumbnailImages</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>storeThumbnailImages</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>storeThumbnailmage</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>PREVIEW_PATH</name>
		</field>
		<field>
			<name>PREVIEW_TMP_PATH</name>
		</field>
		<field>
			<name>REPOSITORY_ID</name>
		</field>
		<field>
			<name>THUMBNAIL_INDEX_CUSTOM_1</name>
		</field>
		<field>
			<name>THUMBNAIL_INDEX_CUSTOM_2</name>
		</field>
		<field>
			<name>THUMBNAIL_INDEX_DEFAULT</name>
		</field>
		<field>
			<name>THUMBNAIL_PATH</name>
		</field>
		<field>
			<name>THUMBNAIL_TMP_PATH</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLProcessor</name>
		<type>com.liferay.portlet.documentlibrary.util.DLProcessor</type>
		<comment><![CDATA[Common interface for all the processors of the document library. All document library processors must implement this interface.]]></comment>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<see><![CDATA[AudioProcessor]]></see>
		<see><![CDATA[DLPreviewableProcessor]]></see>
		<see><![CDATA[ImageProcessor]]></see>
		<see><![CDATA[PDFProcessor]]></see>
		<see><![CDATA[RawMetadataProcessor]]></see>
		<see><![CDATA[VideoProcessor]]></see>
		<method>
			<name>cleanUp</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>exportGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>importedFileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isSupported</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>isSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>trigger</name>
			<comment><![CDATA[Launches the processor's work with respect to the given file version.]]></comment>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
				<comment><![CDATA[the latest file version to process]]></comment>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DLProcessorRegistry</name>
		<type>com.liferay.portlet.documentlibrary.util.DLProcessorRegistry</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>cleanUp</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>exportGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>importedFileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>dlProcessor</name>
				<type>com.liferay.portlet.documentlibrary.util.DLProcessor</type>
			</param>
		</method>
		<method>
			<name>trigger</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>dlProcessor</name>
				<type>com.liferay.portlet.documentlibrary.util.DLProcessor</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DLProcessorRegistryImpl</name>
		<type>com.liferay.portlet.documentlibrary.util.DLProcessorRegistryImpl</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>cleanUp</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>exportGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>importedFileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>dlProcessor</name>
				<type>com.liferay.portlet.documentlibrary.util.DLProcessor</type>
			</param>
		</method>
		<method>
			<name>trigger</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>dlProcessor</name>
				<type>com.liferay.portlet.documentlibrary.util.DLProcessor</type>
			</param>
		</method>
		<method>
			<name>_getLatestFileVersion</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<field>
			<name>_DL_FILE_ENTRY_PROCESSORS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_dlProcessors</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLProcessorRegistryUtil</name>
		<type>com.liferay.portlet.documentlibrary.util.DLProcessorRegistryUtil</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>cleanUp</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>exportGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDLProcessorRegistry</name>
		</method>
		<method>
			<name>importGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>importedFileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>register</name>
			<param>
				<name>dlProcessor</name>
				<type>com.liferay.portlet.documentlibrary.util.DLProcessor</type>
			</param>
		</method>
		<method>
			<name>trigger</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>unregister</name>
			<param>
				<name>dlProcessor</name>
				<type>com.liferay.portlet.documentlibrary.util.DLProcessor</type>
			</param>
		</method>
		<method>
			<name>setDLProcessorRegistry</name>
			<param>
				<name>dlProcessorRegistry</name>
				<type>com.liferay.portlet.documentlibrary.util.DLProcessorRegistry</type>
			</param>
		</method>
		<field>
			<name>_dlProcessorRegistry</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLProcessorThreadLocal</name>
		<type>com.liferay.portlet.documentlibrary.util.DLProcessorThreadLocal</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>setEnabled</name>
			<param>
				<name>enabled</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_enabled</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLUtil</name>
		<type>com.liferay.portlet.documentlibrary.util.DLUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>addPortletBreadcrumbEntries</name>
			<param>
				<name>dlFileShortcut</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileShortcut</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addPortletBreadcrumbEntries</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addPortletBreadcrumbEntries</name>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addPortletBreadcrumbEntries</name>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addPortletBreadcrumbEntries</name>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addPortletBreadcrumbEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>compareVersions</name>
			<param>
				<name>version1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version2</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAllMediaGalleryMimeTypes</name>
		</method>
		<method>
			<name>getDDMStructureKey</name>
			<param>
				<name>dlFileEntryType</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntryType</type>
			</param>
		</method>
		<method>
			<name>getDDMStructureKey</name>
			<param>
				<name>fileEntryTypeUuid</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDeprecatedDDMStructureKey</name>
			<param>
				<name>dlFileEntryType</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileEntryType</type>
			</param>
		</method>
		<method>
			<name>getDeprecatedDDMStructureKey</name>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getDividedPath</name>
			<param>
				<name>id</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getFileEntryImage</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getFileIcon</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getGenericName</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getGroupIds</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupIds</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMediaGalleryMimeTypes</name>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getPreviewURL</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPreviewURL</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>appendToken</name>
				<type>boolean</type>
			</param>
			<deprecated><![CDATA[{@link #getPreviewURL(FileEntry, FileVersion, ThemeDisplay, String, boolean, boolean)}]]></deprecated>
		</method>
		<method>
			<name>getPreviewURL</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>appendVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>absoluteURL</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getRepositoryModelOrderByComparator</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTempFileId</name>
			<param>
				<name>id</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTempFileId</name>
			<param>
				<name>id</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getThumbnailSrc</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>dlFileShortcut</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileShortcut</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThumbnailSrc</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>dlFileShortcut</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileShortcut</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThumbnailStyle</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTitleWithExtension</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>getTitleWithExtension</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getWebDavURL</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasWorkflowDefinitionLink</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryTypeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isAutoGeneratedDLFileEntryTypeDDMStructureKey</name>
			<param>
				<name>ddmStructureKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getDefaultFolderId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>DLUtil</name>
		</method>
		<method>
			<name>_getFileIcon</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getGenericName</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_populateGenericNamesMap</name>
			<param>
				<name>genericName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_DEFAULT_FILE_ICON</name>
		</field>
		<field>
			<name>_DEFAULT_GENERIC_NAME</name>
		</field>
		<field>
			<name>_DIVISOR</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_allMediaGalleryMimeTypes</name>
		</field>
		<field>
			<name>_allMediaGalleryMimeTypesString</name>
		</field>
		<field>
			<name>_fileIcons</name>
		</field>
		<field>
			<name>_genericNames</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DocumentConversionUtil</name>
		<type>com.liferay.portlet.documentlibrary.util.DocumentConversionUtil</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>convert</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>sourceExtension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetExtension</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>disconnect</name>
		</method>
		<method>
			<name>getConversions</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFilePath</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetExtension</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isComparableVersion</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isConvertBeforeCompare</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>DocumentConversionUtil</name>
		</method>
		<method>
			<name>_convert</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>sourceExtension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetExtension</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_disconnect</name>
		</method>
		<method>
			<name>_fixExtension</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getConversions</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getDocumentConverter</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_isRemoteOpenOfficeHost</name>
			<param>
				<name>host</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_populateConversionsMap</name>
			<param>
				<name>documentFamily</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_validateExtension</name>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_COMPARABLE_FILE_EXTENSIONS</name>
		</field>
		<field>
			<name>_DEFAULT_CONVERSIONS</name>
		</field>
		<field>
			<name>_LOCALHOST</name>
		</field>
		<field>
			<name>_LOCALHOST_IP</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_conversionsMap</name>
		</field>
		<field>
			<name>_documentConverter</name>
		</field>
		<field>
			<name>_openOfficeConnection</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ImageProcessor</name>
		<type>com.liferay.portlet.documentlibrary.util.ImageProcessor</type>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>cleanUp</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>exportGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>generateImages</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>getImageMimeTypes</name>
		</method>
		<method>
			<name>getPreviewAsStream</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPreviewFileSize</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPreviewType</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>getThumbnailAsStream</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThumbnailFileSize</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThumbnailType</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>hasImages</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>importGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>importedFileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isImageSupported</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>isImageSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>storeThumbnail</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<param>
				<name>custom1ImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>custom2ImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>trigger</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ImageProcessorImpl</name>
		<type>com.liferay.portlet.documentlibrary.util.ImageProcessorImpl</type>
		<author><![CDATA[Sergio González]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>generateImages</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>getImageMimeTypes</name>
		</method>
		<method>
			<name>getPreviewAsStream</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPreviewFileSize</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPreviewType</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>getThumbnailAsStream</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThumbnailFileSize</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThumbnailType</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>hasImages</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>isImageSupported</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>isImageSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>storeThumbnail</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<param>
				<name>custom1ImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>custom2ImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>trigger</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>doExportGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>importedFileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportPreview</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>ImageProcessorImpl</name>
		</method>
		<method>
			<name>_generateImages</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>_getType</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>_hasPreview</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_previewGenerationRequired</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>_queueGeneration</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>_storePreviewImage</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>renderedImage</name>
				<type>java.awt.image.RenderedImage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_storeThumbnail</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<param>
				<name>custom1ImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>custom2ImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_fileVersionIds</name>
		</field>
		<field>
			<name>_imageMimeTypes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ImageProcessorUtil</name>
		<type>com.liferay.portlet.documentlibrary.util.ImageProcessorUtil</type>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>cleanUp</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>generateImages</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>getImageMimeTypes</name>
		</method>
		<method>
			<name>getImageProcessor</name>
		</method>
		<method>
			<name>getPreviewAsStream</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPreviewFileSize</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPreviewType</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>getThumbnailAsStream</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThumbnailFileSize</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThumbnailType</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>hasImages</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>isImageSupported</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>isImageSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>storeThumbnail</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileVersionId</name>
				<type>long</type>
			</param>
			<param>
				<name>custom1ImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>custom2ImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>trigger</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>setImageProcessor</name>
			<param>
				<name>imageProcessor</name>
				<type>com.liferay.portlet.documentlibrary.util.ImageProcessor</type>
			</param>
		</method>
		<field>
			<name>_imageProcessor</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JQTFastStart</name>
		<type>com.liferay.portlet.documentlibrary.util.JQTFastStart</type>
		<comment><![CDATA[This class updates an MP4 to be a "fast start" movie. This allows the MP4 to be more quickly read by a client player without needing to completely download the file. It is achieved by moving the movie's MOOV atom to the front of the file. This code is based on the public domain code of <a href="http://www.wired-space.de/media/JQTFaststart.java">JQTFaststat</a>.]]></comment>
		<author><![CDATA[Juan González]]></author>
		<method>
			<name>convert</name>
			<param>
				<name>inputFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>outputFile</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>doConvert</name>
			<param>
				<name>inputFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>outputFile</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>inputFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>outputFile</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayAudioConverter</name>
		<type>com.liferay.portlet.documentlibrary.util.LiferayAudioConverter</type>
		<author><![CDATA[Juan González]]></author>
		<author><![CDATA[Sergio González]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>LiferayAudioConverter</name>
			<param>
				<name>inputURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outputURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>audioContainer</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>audioProperties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>convert</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doConvert</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getAudioBitRate</name>
			<param>
				<name>outputICodec</name>
				<type>com.xuggle.xuggler.ICodec</type>
			</param>
			<param>
				<name>originalBitRate</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getAudioSampleRate</name>
		</method>
		<method>
			<name>getInputIContainer</name>
		</method>
		<method>
			<name>initAudioBitRate</name>
			<param>
				<name>audioProperties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>initAudioSampleRate</name>
			<param>
				<name>audioProperties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_audioBitRate</name>
		</field>
		<field>
			<name>_audioContainer</name>
		</field>
		<field>
			<name>_audioSampleRate</name>
		</field>
		<field>
			<name>_inputIContainer</name>
		</field>
		<field>
			<name>_inputURL</name>
		</field>
		<field>
			<name>_outputIContainer</name>
		</field>
		<field>
			<name>_outputURL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayConvertCmd</name>
		<type>com.liferay.portlet.documentlibrary.util.LiferayConvertCmd</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>run</name>
			<param>
				<name>globalSearchPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourceLimitsProperties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>commandArguments</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayConverter</name>
		<type>com.liferay.portlet.documentlibrary.util.LiferayConverter</type>
		<author><![CDATA[Juan González]]></author>
		<author><![CDATA[Sergio González]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>convert</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>inputIPacket</name>
				<type>com.xuggle.xuggler.IPacket</type>
			</param>
			<param>
				<name>outputIPacket</name>
				<type>com.xuggle.xuggler.IPacket</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>inputIStreamCoders</name>
				<type>com.xuggle.xuggler.IStreamCoder[]</type>
			</param>
			<param>
				<name>outputIStreamCoders</name>
				<type>com.xuggle.xuggler.IStreamCoder[]</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>inputRefCountedArray</name>
				<type>com.xuggle.ferry.RefCounted[]</type>
			</param>
			<param>
				<name>outputRefCountedArray</name>
				<type>com.xuggle.ferry.RefCounted[]</type>
			</param>
		</method>
		<method>
			<name>countNonKeyAfterKey</name>
			<param>
				<name>inputIPacket</name>
				<type>com.xuggle.xuggler.IPacket</type>
			</param>
			<param>
				<name>keyPacketFound</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>nonKeyAfterKeyCount</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>createIAudioResampler</name>
			<param>
				<name>inputIStreamCoder</name>
				<type>com.xuggle.xuggler.IStreamCoder</type>
			</param>
			<param>
				<name>outputIStreamCoder</name>
				<type>com.xuggle.xuggler.IStreamCoder</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>createIVideoResampler</name>
			<param>
				<name>inputIStreamCoder</name>
				<type>com.xuggle.xuggler.IStreamCoder</type>
			</param>
			<param>
				<name>outputIStreamCoder</name>
				<type>com.xuggle.xuggler.IStreamCoder</type>
			</param>
			<param>
				<name>height</name>
				<type>int</type>
			</param>
			<param>
				<name>width</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>decodeAudio</name>
			<param>
				<name>iAudioResampler</name>
				<type>com.xuggle.xuggler.IAudioResampler</type>
			</param>
			<param>
				<name>inputIAudioSample</name>
				<type>com.xuggle.xuggler.IAudioSamples</type>
			</param>
			<param>
				<name>resampledIAudioSample</name>
				<type>com.xuggle.xuggler.IAudioSamples</type>
			</param>
			<param>
				<name>inputIPacket</name>
				<type>com.xuggle.xuggler.IPacket</type>
			</param>
			<param>
				<name>outputIPacket</name>
				<type>com.xuggle.xuggler.IPacket</type>
			</param>
			<param>
				<name>inputIStreamCoder</name>
				<type>com.xuggle.xuggler.IStreamCoder</type>
			</param>
			<param>
				<name>outputIStreamCoder</name>
				<type>com.xuggle.xuggler.IStreamCoder</type>
			</param>
			<param>
				<name>outputIContainer</name>
				<type>com.xuggle.xuggler.IContainer</type>
			</param>
			<param>
				<name>currentPacketSize</name>
				<type>int</type>
			</param>
			<param>
				<name>previousPacketSize</name>
				<type>int</type>
			</param>
			<param>
				<name>streamIndex</name>
				<type>int</type>
			</param>
			<param>
				<name>timeStampOffset</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>decodeVideo</name>
			<param>
				<name>iVideoResampler</name>
				<type>com.xuggle.xuggler.IVideoResampler</type>
			</param>
			<param>
				<name>inputIVideoPicture</name>
				<type>com.xuggle.xuggler.IVideoPicture</type>
			</param>
			<param>
				<name>resampledIVideoPicture</name>
				<type>com.xuggle.xuggler.IVideoPicture</type>
			</param>
			<param>
				<name>inputIPacket</name>
				<type>com.xuggle.xuggler.IPacket</type>
			</param>
			<param>
				<name>outputIPacket</name>
				<type>com.xuggle.xuggler.IPacket</type>
			</param>
			<param>
				<name>inputIStreamCoder</name>
				<type>com.xuggle.xuggler.IStreamCoder</type>
			</param>
			<param>
				<name>outputIStreamCoder</name>
				<type>com.xuggle.xuggler.IStreamCoder</type>
			</param>
			<param>
				<name>outputIContainer</name>
				<type>com.xuggle.xuggler.IContainer</type>
			</param>
			<param>
				<name>thumbnailFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>thumbnailExtension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>thumbnailHeight</name>
				<type>int</type>
			</param>
			<param>
				<name>thumbnailWidth</name>
				<type>int</type>
			</param>
			<param>
				<name>timeStampOffset</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>encodeAudio</name>
			<param>
				<name>outputIStreamCoder</name>
				<type>com.xuggle.xuggler.IStreamCoder</type>
			</param>
			<param>
				<name>outputIPacket</name>
				<type>com.xuggle.xuggler.IPacket</type>
			</param>
			<param>
				<name>outputIAudioSample</name>
				<type>com.xuggle.xuggler.IAudioSamples</type>
			</param>
			<param>
				<name>outputIContainer</name>
				<type>com.xuggle.xuggler.IContainer</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>encodeVideo</name>
			<param>
				<name>outputIStreamCoder</name>
				<type>com.xuggle.xuggler.IStreamCoder</type>
			</param>
			<param>
				<name>outputIVideoPicture</name>
				<type>com.xuggle.xuggler.IVideoPicture</type>
			</param>
			<param>
				<name>outputIPacket</name>
				<type>com.xuggle.xuggler.IPacket</type>
			</param>
			<param>
				<name>outputIContainer</name>
				<type>com.xuggle.xuggler.IContainer</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
			<param>
				<name>outputIStreamCoder</name>
				<type>com.xuggle.xuggler.IStreamCoder</type>
			</param>
			<param>
				<name>outputIContainer</name>
				<type>com.xuggle.xuggler.IContainer</type>
			</param>
			<param>
				<name>iPacket</name>
				<type>com.xuggle.xuggler.IPacket</type>
			</param>
		</method>
		<method>
			<name>flush</name>
			<param>
				<name>outputIStreamCoders</name>
				<type>com.xuggle.xuggler.IStreamCoder[]</type>
			</param>
			<param>
				<name>outputIContainer</name>
				<type>com.xuggle.xuggler.IContainer</type>
			</param>
		</method>
		<method>
			<name>getAudioBitRate</name>
			<param>
				<name>outputICodec</name>
				<type>com.xuggle.xuggler.ICodec</type>
			</param>
			<param>
				<name>originalBitRate</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getAudioEncodingChannels</name>
			<param>
				<name>outputIContainer</name>
				<type>com.xuggle.xuggler.IContainer</type>
			</param>
			<param>
				<name>channels</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getAudioEncodingICodec</name>
			<param>
				<name>outputIContainer</name>
				<type>com.xuggle.xuggler.IContainer</type>
			</param>
		</method>
		<method>
			<name>getAudioSampleFormat</name>
			<param>
				<name>outputICodec</name>
				<type>com.xuggle.xuggler.ICodec</type>
			</param>
			<param>
				<name>originalSampleFormat</name>
				<type>com.xuggle.xuggler.IAudioSamples.Format</type>
			</param>
		</method>
		<method>
			<name>getAudioSampleRate</name>
		</method>
		<method>
			<name>getInputIContainer</name>
		</method>
		<method>
			<name>getProperty</name>
			<param>
				<name>originalValue</name>
				<type>int</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
			<param>
				<name>maxValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getProperty</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>prettyPropertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>container</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>int</type>
			</param>
			<param>
				<name>maxValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getSeekTimeStamp</name>
			<param>
				<name>percentage</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getStreamTimeStampOffset</name>
			<param>
				<name>iStream</name>
				<type>com.xuggle.xuggler.IStream</type>
			</param>
		</method>
		<method>
			<name>isKeyPacketFound</name>
			<param>
				<name>inputIPacket</name>
				<type>com.xuggle.xuggler.IPacket</type>
			</param>
			<param>
				<name>keyPacketFound</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>isStartDecoding</name>
			<param>
				<name>inputIPacket</name>
				<type>com.xuggle.xuggler.IPacket</type>
			</param>
			<param>
				<name>inputIStreamCoder</name>
				<type>com.xuggle.xuggler.IStreamCoder</type>
			</param>
			<param>
				<name>keyPacketFound</name>
				<type>boolean</type>
			</param>
			<param>
				<name>nonKeyAfterKeyCount</name>
				<type>int</type>
			</param>
			<param>
				<name>onlyDecodeKeyPackets</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>openContainer</name>
			<param>
				<name>iContainer</name>
				<type>com.xuggle.xuggler.IContainer</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>writeContainer</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>openStreamCoder</name>
			<param>
				<name>iStreamCoder</name>
				<type>com.xuggle.xuggler.IStreamCoder</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>prepareAudio</name>
			<param>
				<name>iAudioResamplers</name>
				<type>com.xuggle.xuggler.IAudioResampler[]</type>
			</param>
			<param>
				<name>inputIAudioSamples</name>
				<type>com.xuggle.xuggler.IAudioSamples[]</type>
			</param>
			<param>
				<name>outputIAudioSamples</name>
				<type>com.xuggle.xuggler.IAudioSamples[]</type>
			</param>
			<param>
				<name>inputIStreamCoder</name>
				<type>com.xuggle.xuggler.IStreamCoder</type>
			</param>
			<param>
				<name>outputIStreamCoders</name>
				<type>com.xuggle.xuggler.IStreamCoder[]</type>
			</param>
			<param>
				<name>outputIContainer</name>
				<type>com.xuggle.xuggler.IContainer</type>
			</param>
			<param>
				<name>outputIStreams</name>
				<type>com.xuggle.xuggler.IStream[]</type>
			</param>
			<param>
				<name>inputICodecType</name>
				<type>com.xuggle.xuggler.ICodec.Type</type>
			</param>
			<param>
				<name>outputURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>resampleAudio</name>
			<param>
				<name>iAudioResampler</name>
				<type>com.xuggle.xuggler.IAudioResampler</type>
			</param>
			<param>
				<name>inputIAudioSample</name>
				<type>com.xuggle.xuggler.IAudioSamples</type>
			</param>
			<param>
				<name>resampledIAudioSample</name>
				<type>com.xuggle.xuggler.IAudioSamples</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>resampleVideo</name>
			<param>
				<name>iVideoResampler</name>
				<type>com.xuggle.xuggler.IVideoResampler</type>
			</param>
			<param>
				<name>inputIVideoPicture</name>
				<type>com.xuggle.xuggler.IVideoPicture</type>
			</param>
			<param>
				<name>resampledIVideoPicture</name>
				<type>com.xuggle.xuggler.IVideoPicture</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>rewind</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>rewind</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>seek</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>timeStamp</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>seek</name>
			<param>
				<name>timeStamp</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAudioTimeStamp</name>
			<param>
				<name>inputAudioSample</name>
				<type>com.xuggle.xuggler.IAudioSamples</type>
			</param>
			<param>
				<name>timeStampOffset</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>updateVideoTimeStamp</name>
			<param>
				<name>inputIVideoPicture</name>
				<type>com.xuggle.xuggler.IVideoPicture</type>
			</param>
			<param>
				<name>timeStampOffset</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>AUDIO_BIT_RATE_DEFAULT</name>
		</field>
		<field>
			<name>AUDIO_BIT_RATE_MAX</name>
		</field>
		<field>
			<name>AUDIO_SAMPLE_RATE_DEFAULT</name>
		</field>
		<field>
			<name>AUDIO_SAMPLE_RATE_MAX</name>
		</field>
		<field>
			<name>DECODE_VIDEO_THUMBNAIL</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_converterFactoryType</name>
		</field>
		<field>
			<name>_videoIConverter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayVideoConverter</name>
		<type>com.liferay.portlet.documentlibrary.util.LiferayVideoConverter</type>
		<author><![CDATA[Juan González]]></author>
		<author><![CDATA[Sergio González]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>LiferayVideoConverter</name>
			<param>
				<name>inputURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outputURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>videoContainer</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>videoProperties</name>
				<type>java.util.Properties</type>
			</param>
			<param>
				<name>ffpresetProperties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>convert</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>createMP4FastStart</name>
		</method>
		<method>
			<name>doConvert</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getInputIContainer</name>
		</method>
		<method>
			<name>getVideoBitRate</name>
			<param>
				<name>originalBitRate</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getVideoEncodingICodec</name>
			<param>
				<name>inputICodecType</name>
				<type>com.xuggle.xuggler.ICodec.Type</type>
			</param>
			<param>
				<name>outputURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getVideoFrameRate</name>
			<param>
				<name>originalFrameRate</name>
				<type>com.xuggle.xuggler.IRational</type>
			</param>
		</method>
		<method>
			<name>initVideoBitRate</name>
			<param>
				<name>videoProperties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>initVideoFrameRate</name>
			<param>
				<name>videoProperties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>prepareVideo</name>
			<param>
				<name>iVideoResamplers</name>
				<type>com.xuggle.xuggler.IVideoResampler[]</type>
			</param>
			<param>
				<name>inputIVideoPictures</name>
				<type>com.xuggle.xuggler.IVideoPicture[]</type>
			</param>
			<param>
				<name>outputIVideoPictures</name>
				<type>com.xuggle.xuggler.IVideoPicture[]</type>
			</param>
			<param>
				<name>inputIStreamCoder</name>
				<type>com.xuggle.xuggler.IStreamCoder</type>
			</param>
			<param>
				<name>outputIStreamCoders</name>
				<type>com.xuggle.xuggler.IStreamCoder[]</type>
			</param>
			<param>
				<name>outputIContainer</name>
				<type>com.xuggle.xuggler.IContainer</type>
			</param>
			<param>
				<name>outputIStreams</name>
				<type>com.xuggle.xuggler.IStream[]</type>
			</param>
			<param>
				<name>inputICodecType</name>
				<type>com.xuggle.xuggler.ICodec.Type</type>
			</param>
			<param>
				<name>outputURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_VIDEO_BIT_RATE_DEFAULT</name>
		</field>
		<field>
			<name>_VIDEO_BIT_RATE_MAX</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_ffpresetProperties</name>
		</field>
		<field>
			<name>_height</name>
		</field>
		<field>
			<name>_inputIContainer</name>
		</field>
		<field>
			<name>_inputURL</name>
		</field>
		<field>
			<name>_outputIContainer</name>
		</field>
		<field>
			<name>_outputURL</name>
		</field>
		<field>
			<name>_videoBitRate</name>
		</field>
		<field>
			<name>_videoContainer</name>
		</field>
		<field>
			<name>_videoFrameRate</name>
		</field>
		<field>
			<name>_width</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayVideoThumbnailConverter</name>
		<type>com.liferay.portlet.documentlibrary.util.LiferayVideoThumbnailConverter</type>
		<author><![CDATA[Juan González]]></author>
		<author><![CDATA[Sergio González]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LiferayVideoThumbnailConverter</name>
			<param>
				<name>inputURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outputFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>height</name>
				<type>int</type>
			</param>
			<param>
				<name>width</name>
				<type>int</type>
			</param>
			<param>
				<name>percentage</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>convert</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doConvert</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>generateThumbnail</name>
			<param>
				<name>inputIStreamCoders</name>
				<type>com.xuggle.xuggler.IStreamCoder[]</type>
			</param>
			<param>
				<name>inputIVideoPictures</name>
				<type>com.xuggle.xuggler.IVideoPicture[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getInputIContainer</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_extension</name>
		</field>
		<field>
			<name>_height</name>
		</field>
		<field>
			<name>_inputIContainer</name>
		</field>
		<field>
			<name>_inputURL</name>
		</field>
		<field>
			<name>_outputFile</name>
		</field>
		<field>
			<name>_percentage</name>
		</field>
		<field>
			<name>_width</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PDFProcessor</name>
		<type>com.liferay.portlet.documentlibrary.util.PDFProcessor</type>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>exportGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>generateImages</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGlobalSearchPath</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPreviewAsStream</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPreviewFileCount</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>getPreviewFileSize</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getResourceLimitsProperties</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThumbnailAsStream</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThumbnailFileSize</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>hasImages</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>importGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>importedFileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isDocumentSupported</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>isDocumentSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isImageMagickEnabled</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>reset</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>trigger</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<field>
			<name>PREVIEW_TYPE</name>
		</field>
		<field>
			<name>THUMBNAIL_TYPE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PDFProcessorImpl</name>
		<type>com.liferay.portlet.documentlibrary.util.PDFProcessorImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<author><![CDATA[Juan González]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>generateImages</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGlobalSearchPath</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPreviewAsStream</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPreviewFileCount</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>getPreviewFileSize</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getResourceLimitsProperties</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThumbnailAsStream</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThumbnailFileSize</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>hasImages</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>isDocumentSupported</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>isDocumentSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isImageMagickEnabled</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>reset</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>trigger</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>doExportGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>importedFileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportPreviews</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPreviewType</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>getThumbnailType</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>importPreviews</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>importedFileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initialize</name>
		</method>
		<method>
			<name>PDFProcessorImpl</name>
		</method>
		<method>
			<name>_generateImages</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_generateImages</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_generateImages</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_generateImagesIM</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_generateImagesIM</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>thumbnail</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_generateImagesIM</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_generateImagesPB</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_generateImagesPB</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_generateImagesPB</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>pdPage</name>
				<type>org.apache.pdfbox.pdmodel.PDPage</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_hasImages</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_isGeneratePreview</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_isGenerateThumbnail</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_queueGeneration</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_fileVersionIds</name>
		</field>
		<field>
			<name>_globalSearchPath</name>
		</field>
		<field>
			<name>_resourceLimitsProperties</name>
		</field>
		<field>
			<name>_warned</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PDFProcessorUtil</name>
		<type>com.liferay.portlet.documentlibrary.util.PDFProcessorUtil</type>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>generateImages</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGlobalSearchPath</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPDFProcessor</name>
		</method>
		<method>
			<name>getPreviewAsStream</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPreviewFileCount</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>getPreviewFileSize</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getResourceLimitsProperties</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThumbnailAsStream</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThumbnailFileSize</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>hasImages</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>isDocumentSupported</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>isDocumentSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isImageMagickEnabled</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>reset</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>trigger</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>setPDFProcessor</name>
			<param>
				<name>pdfProcessor</name>
				<type>com.liferay.portlet.documentlibrary.util.PDFProcessor</type>
			</param>
		</method>
		<field>
			<name>_pdfProcessor</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RawMetadataProcessor</name>
		<type>com.liferay.portlet.documentlibrary.util.RawMetadataProcessor</type>
		<comment><![CDATA[Document library processor responsible for the generation of raw metadata associated with all of the the files stored in the document library.

<p>
This processor automatically and assynchronously extracts the metadata from all of the files stored in the document library. The metadata extraction is done with the help of {@link com.liferay.portal.metadata.TikaRawMetadataProcessor}
</p>]]></comment>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>cleanUp</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>generateMetadata</name>
			<comment><![CDATA[Generates the raw metadata associated with the file entry.]]></comment>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
				<comment><![CDATA[the file version from which the raw metatada is to be generated]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an error occurred in the metadata extraction]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>isSupported</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>isSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>saveMetadata</name>
			<comment><![CDATA[Saves the raw metadata present in the file version.

<p>
The raw metadata present in the file version is extracted and persisted using {@link com.liferay.portal.metadata.TikaRawMetadataProcessor}.
</p>]]></comment>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
				<comment><![CDATA[the file version from which the raw metatada is to be extracted and persisted]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an error occurred in the metadata extraction]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>trigger</name>
			<comment><![CDATA[Launches extraction of raw metadata from the file version.

<p>
The raw metadata extraction is done asynchronously.
</p>]]></comment>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
				<comment><![CDATA[the latest file version from which the raw metadata is to be generated]]></comment>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RawMetadataProcessorImpl</name>
		<type>com.liferay.portlet.documentlibrary.util.RawMetadataProcessorImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>exportGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>generateMetadata</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>importGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>importedFileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isSupported</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>isSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>saveMetadata</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>trigger</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>RawMetadataProcessorImpl</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RawMetadataProcessorUtil</name>
		<type>com.liferay.portlet.documentlibrary.util.RawMetadataProcessorUtil</type>
		<comment><![CDATA[Document library processor responsible for the generation of raw metadata associated with all of the the files stored in the document library.

<p>
This processor automatically and assynchronously extracts the metadata from all of the files stored in the document library. The metadata extraction is done with the help of {@link com.liferay.portal.metadata.TikaRawMetadataProcessor}
</p>]]></comment>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>cleanUp</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>generateMetadata</name>
			<comment><![CDATA[Generates the raw metadata associated with the file entry.]]></comment>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
				<comment><![CDATA[the file version from which the raw metatada is to be generated]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an error occurred in the metadata extraction]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRawMetadataProcessor</name>
		</method>
		<method>
			<name>isSupported</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>isSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>saveMetadata</name>
			<comment><![CDATA[Saves the raw metadata present in the file version.

<p>
The raw metadata present in the file version is extracted and persisted using {@link com.liferay.portal.metadata.TikaRawMetadataProcessor}.
</p>]]></comment>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
				<comment><![CDATA[the file version from which the raw metatada is to be extracted and persisted]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if an error occurred in the metadata extraction]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>trigger</name>
			<comment><![CDATA[Launches extraction of raw metadata from the file version.

<p>
The raw metadata extraction is done asynchronously.
</p>]]></comment>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
				<comment><![CDATA[the latest file version from which the raw metadata is to be generated]]></comment>
			</param>
		</method>
		<method>
			<name>setRawMetadataProcessor</name>
			<param>
				<name>rawMetadataProcessor</name>
				<type>com.liferay.portlet.documentlibrary.util.RawMetadataProcessor</type>
			</param>
		</method>
		<field>
			<name>_rawMetadataProcessor</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VideoProcessor</name>
		<type>com.liferay.portlet.documentlibrary.util.VideoProcessor</type>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>exportGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>generateVideo</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPreviewAsStream</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPreviewFileSize</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThumbnailAsStream</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThumbnailFileSize</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getVideoMimeTypes</name>
		</method>
		<method>
			<name>hasVideo</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>importGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>importedFileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isVideoSupported</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>isVideoSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>trigger</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<field>
			<name>THUMBNAIL_TYPE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VideoProcessorImpl</name>
		<type>com.liferay.portlet.documentlibrary.util.VideoProcessorImpl</type>
		<author><![CDATA[Juan González]]></author>
		<author><![CDATA[Sergio González]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>generateVideo</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPreviewAsStream</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPreviewFileSize</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThumbnailAsStream</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThumbnailFileSize</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getVideoMimeTypes</name>
		</method>
		<method>
			<name>hasVideo</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>isSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isVideoSupported</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>isVideoSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>trigger</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>doExportGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportGeneratedFiles</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>importedFileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportPreviews</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPreviewType</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>getPreviewTypes</name>
		</method>
		<method>
			<name>getThumbnailType</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>importPreviews</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>importedFileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>fileEntryElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>storeThumbnailImages</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>VideoProcessorImpl</name>
		</method>
		<method>
			<name>_generateThumbnailXuggler</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>height</name>
				<type>int</type>
			</param>
			<param>
				<name>width</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_generateVideo</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_generateVideoXuggler</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>containerType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_generateVideoXuggler</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>srcFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destFiles</name>
				<type>java.io.File[]</type>
			</param>
			<param>
				<name>height</name>
				<type>int</type>
			</param>
			<param>
				<name>width</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_hasVideo</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_queueGeneration</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<field>
			<name>_PREVIEW_TYPES</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_fileVersionIds</name>
		</field>
		<field>
			<name>_videoMimeTypes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VideoProcessorUtil</name>
		<type>com.liferay.portlet.documentlibrary.util.VideoProcessorUtil</type>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>generateVideo</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPreviewAsStream</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPreviewFileSize</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThumbnailAsStream</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThumbnailFileSize</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getVideoMimeTypes</name>
		</method>
		<method>
			<name>getVideoProcessor</name>
		</method>
		<method>
			<name>hasVideo</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>isSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isVideoSupported</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>isVideoSupported</name>
			<param>
				<name>mimeType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>trigger</name>
			<param>
				<name>fileVersion</name>
				<type>com.liferay.portal.kernel.repository.model.FileVersion</type>
			</param>
		</method>
		<method>
			<name>setVideoProcessor</name>
			<param>
				<name>videoProcessor</name>
				<type>com.liferay.portlet.documentlibrary.util.VideoProcessor</type>
			</param>
		</method>
		<field>
			<name>_videoProcessor</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLContentVersionComparator</name>
		<type>com.liferay.portlet.documentlibrary.util.comparator.DLContentVersionComparator</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>DLContentVersionComparator</name>
		</method>
		<method>
			<name>DLContentVersionComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FileRankCreateDateComparator</name>
		<type>com.liferay.portlet.documentlibrary.util.comparator.FileRankCreateDateComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FileRankCreateDateComparator</name>
		</method>
		<method>
			<name>FileRankCreateDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FileVersionVersionComparator</name>
		<type>com.liferay.portlet.documentlibrary.util.comparator.FileVersionVersionComparator</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>FileVersionVersionComparator</name>
		</method>
		<method>
			<name>FileVersionVersionComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>dlFileVersion1</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileVersion</type>
			</param>
			<param>
				<name>dlFileVersion2</name>
				<type>com.liferay.portlet.documentlibrary.model.DLFileVersion</type>
			</param>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RepositoryModelCreateDateComparator</name>
		<type>com.liferay.portlet.documentlibrary.util.comparator.RepositoryModelCreateDateComparator</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>RepositoryModelCreateDateComparator</name>
		</method>
		<method>
			<name>RepositoryModelCreateDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<method>
			<name>getCreateDate</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RepositoryModelModifiedDateComparator</name>
		<type>com.liferay.portlet.documentlibrary.util.comparator.RepositoryModelModifiedDateComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>RepositoryModelModifiedDateComparator</name>
		</method>
		<method>
			<name>RepositoryModelModifiedDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<method>
			<name>getModifiedDate</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RepositoryModelNameComparator</name>
		<type>com.liferay.portlet.documentlibrary.util.comparator.RepositoryModelNameComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>RepositoryModelNameComparator</name>
		</method>
		<method>
			<name>RepositoryModelNameComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<method>
			<name>getName</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RepositoryModelReadCountComparator</name>
		<type>com.liferay.portlet.documentlibrary.util.comparator.RepositoryModelReadCountComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>RepositoryModelReadCountComparator</name>
		</method>
		<method>
			<name>RepositoryModelReadCountComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<method>
			<name>getReadCount</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RepositoryModelSizeComparator</name>
		<type>com.liferay.portlet.documentlibrary.util.comparator.RepositoryModelSizeComparator</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>RepositoryModelSizeComparator</name>
		</method>
		<method>
			<name>RepositoryModelSizeComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<method>
			<name>getSize</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLFileEntryResourceImpl</name>
		<type>com.liferay.portlet.documentlibrary.webdav.DLFileEntryResourceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DLFileEntryResourceImpl</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>parentPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContentAsStream</name>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>getContentType</name>
		</method>
		<method>
			<name>getLock</name>
		</method>
		<method>
			<name>isCollection</name>
		</method>
		<method>
			<name>isLocked</name>
		</method>
		<field>
			<name>_fileEntry</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLWebDAVStorageImpl</name>
		<type>com.liferay.portlet.documentlibrary.webdav.DLWebDAVStorageImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>copyCollectionResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.kernel.webdav.Resource</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>overwrite</name>
				<type>boolean</type>
			</param>
			<param>
				<name>depth</name>
				<type>long</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>copySimpleResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.kernel.webdav.Resource</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>overwrite</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>deleteResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>getResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>getResources</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>isSupportsClassTwo</name>
		</method>
		<method>
			<name>lockResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>owner</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>makeCollection</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>moveCollectionResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.kernel.webdav.Resource</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>overwrite</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>moveSimpleResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>resource</name>
				<type>com.liferay.portal.kernel.webdav.Resource</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>overwrite</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>putResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>refreshResourceLock</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>timeout</name>
				<type>long</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>unlockResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>token</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>deleteResource</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFileEntries</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFolderId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>pathArray</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFolderId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>pathArray</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>parent</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>parentFolderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getParentFolderId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>pathArray</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>hasLock</name>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>lockUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>toResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>fileEntry</name>
				<type>com.liferay.portal.kernel.repository.model.FileEntry</type>
			</param>
			<param>
				<name>appendPath</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>toResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
			<param>
				<name>appendPath</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DLFileEntryWorkflowHandler</name>
		<type>com.liferay.portlet.documentlibrary.workflow.DLFileEntryWorkflowHandler</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getType</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getWorkflowDefinitionLink</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isVisible</name>
		</method>
		<method>
			<name>updateStatus</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
		<field>
			<name>_VISIBLE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NoSuchRecordException</name>
		<type>com.liferay.portlet.dynamicdatalists.NoSuchRecordException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchRecordException</name>
		</method>
		<method>
			<name>NoSuchRecordException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchRecordException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchRecordException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchRecordSetException</name>
		<type>com.liferay.portlet.dynamicdatalists.NoSuchRecordSetException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchRecordSetException</name>
		</method>
		<method>
			<name>NoSuchRecordSetException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchRecordSetException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchRecordSetException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchRecordVersionException</name>
		<type>com.liferay.portlet.dynamicdatalists.NoSuchRecordVersionException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchRecordVersionException</name>
		</method>
		<method>
			<name>NoSuchRecordVersionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchRecordVersionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchRecordVersionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RecordSetDDMStructureIdException</name>
		<type>com.liferay.portlet.dynamicdatalists.RecordSetDDMStructureIdException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RecordSetDDMStructureIdException</name>
		</method>
		<method>
			<name>RecordSetDDMStructureIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RecordSetDDMStructureIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RecordSetDDMStructureIdException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RecordSetDuplicateRecordSetKeyException</name>
		<type>com.liferay.portlet.dynamicdatalists.RecordSetDuplicateRecordSetKeyException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RecordSetDuplicateRecordSetKeyException</name>
		</method>
		<method>
			<name>RecordSetDuplicateRecordSetKeyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RecordSetDuplicateRecordSetKeyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RecordSetDuplicateRecordSetKeyException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RecordSetNameException</name>
		<type>com.liferay.portlet.dynamicdatalists.RecordSetNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RecordSetNameException</name>
		</method>
		<method>
			<name>RecordSetNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RecordSetNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RecordSetNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.dynamicdatalists.action.ActionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Bruno Basto]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>getRecord</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRecord</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRecordSet</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRecordSet</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditRecordAction</name>
		<type>com.liferay.portlet.dynamicdatalists.action.EditRecordAction</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteRecord</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>revertRecordVersion</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateRecord</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditRecordFileAction</name>
		<type>com.liferay.portlet.dynamicdatalists.action.EditRecordFileAction</type>
		<author><![CDATA[Bruno Basto]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteRecordFieldFile</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<method>
			<name>updateRecordFieldFile</name>
			<param>
				<name>request</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EditRecordSetAction</name>
		<type>com.liferay.portlet.dynamicdatalists.action.EditRecordSetAction</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteRecordSet</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateRecordSet</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ExportRecordSetAction</name>
		<type>com.liferay.portlet.dynamicdatalists.action.ExportRecordSetAction</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>serveResource</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDLRecordAssetRenderer</name>
		<type>com.liferay.portlet.dynamicdatalists.asset.DDLRecordAssetRenderer</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>DDLRecordAssetRenderer</name>
			<param>
				<name>record</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecord</type>
			</param>
			<param>
				<name>recordVersion</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion</type>
			</param>
		</method>
		<method>
			<name>getClassPK</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getSummary</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getURLEdit</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>hasEditPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
		</method>
		<method>
			<name>hasViewPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_record</name>
		</field>
		<field>
			<name>_recordSet</name>
		</field>
		<field>
			<name>_recordVersion</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDLRecordAssetRendererFactory</name>
		<type>com.liferay.portlet.dynamicdatalists.asset.DDLRecordAssetRendererFactory</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getAssetRenderer</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCategorizable</name>
		</method>
		<method>
			<name>isSelectable</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
		<field>
			<name>TYPE</name>
		</field>
		<field>
			<name>_CATEGORIZABLE</name>
		</field>
		<field>
			<name>_SELECTABLE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDLDisplayPortletDataHandlerImpl</name>
		<type>com.liferay.portlet.dynamicdatalists.lar.DDLDisplayPortletDataHandlerImpl</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getDataPortletPreferences</name>
		</method>
		<method>
			<name>isAlwaysExportable</name>
		</method>
		<method>
			<name>isDataLocalized</name>
		</method>
		<method>
			<name>doDeleteData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doExportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_ALWAYS_EXPORTABLE</name>
		</field>
		<field>
			<name>_DATA_LOCALIZED</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDLPortletDataHandler</name>
		<type>com.liferay.portlet.dynamicdatalists.lar.DDLPortletDataHandler</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>exportRecordSet</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>recordSetsElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>recordSet</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordSet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importRecordSet</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>recordSetElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDLPortletDataHandlerImpl</name>
		<type>com.liferay.portlet.dynamicdatalists.lar.DDLPortletDataHandlerImpl</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>exportRecordSet</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>recordSetsElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>recordSet</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordSet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importRecordSet</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>recordSetElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isAlwaysExportable</name>
		</method>
		<method>
			<name>isDataLocalized</name>
		</method>
		<method>
			<name>doDeleteData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doExportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRecordSetPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>recordSet</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordSet</type>
			</param>
		</method>
		<method>
			<name>importDDMStructures</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>ddmStructureReferencesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importDDMTemplates</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>ddmTemplateReferencesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_ALWAYS_EXPORTABLE</name>
		</field>
		<field>
			<name>_DATA_LOCALIZED</name>
		</field>
		<field>
			<name>_NAMESPACE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDLPortletDataHandlerUtil</name>
		<type>com.liferay.portlet.dynamicdatalists.lar.DDLPortletDataHandlerUtil</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getDDLPortletDataHandler</name>
		</method>
		<method>
			<name>setDDLPortletDataHandler</name>
			<param>
				<name>ddlPortletDataHandler</name>
				<type>com.liferay.portlet.dynamicdatalists.lar.DDLPortletDataHandler</type>
			</param>
		</method>
		<field>
			<name>_ddlPortletDataHandler</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDLRecordConstants</name>
		<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordConstants</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<field>
			<name>DISPLAY_INDEX_DEFAULT</name>
		</field>
		<field>
			<name>VERSION_DEFAULT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDLRecordSetConstants</name>
		<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordSetConstants</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>MIN_DISPLAY_ROWS_DEFAULT</name>
		</field>
		<field>
			<name>SCOPE_ANY</name>
		</field>
		<field>
			<name>SCOPE_DYNAMIC_DATA_LISTS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDLRecordImpl</name>
		<type>com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>DDLRecordImpl</name>
		</method>
		<method>
			<name>getField</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getFieldDataType</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFields</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getFieldType</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFieldValue</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getLatestRecordVersion</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecordSet</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecordVersion</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecordVersion</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStatus</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDLRecordSetImpl</name>
		<type>com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordSetImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DDLRecordSetImpl</name>
		</method>
		<method>
			<name>getDDMStructure</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDDMStructure</name>
			<param>
				<name>detailDDMTemplateId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecords</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecordsFieldsList</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDLRecordVersionImpl</name>
		<type>com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordVersionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DDLRecordVersionImpl</name>
		</method>
		<method>
			<name>getRecord</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RecordSetDisplayTerms</name>
		<type>com.liferay.portlet.dynamicdatalists.search.RecordSetDisplayTerms</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>RecordSetDisplayTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<field>
			<name>DESCRIPTION</name>
		</field>
		<field>
			<name>NAME</name>
		</field>
		<field>
			<name>description</name>
		</field>
		<field>
			<name>name</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RecordSetSearch</name>
		<type>com.liferay.portlet.dynamicdatalists.search.RecordSetSearch</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>RecordSetSearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<field>
			<name>headerNames</name>
		</field>
		<field>
			<name>EMPTY_RESULTS_MESSAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RecordSetSearchTerms</name>
		<type>com.liferay.portlet.dynamicdatalists.search.RecordSetSearchTerms</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>RecordSetSearchTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DDLRecordLocalServiceImpl</name>
		<type>com.liferay.portlet.dynamicdatalists.service.impl.DDLRecordLocalServiceImpl</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>addRecord</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayIndex</name>
				<type>int</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addRecord</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayIndex</name>
				<type>int</type>
			</param>
			<param>
				<name>fieldsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRecord</name>
			<param>
				<name>record</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecord</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRecord</name>
			<param>
				<name>recordId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRecords</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchRecord</name>
			<param>
				<name>recordId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLatestRecordVersion</name>
			<param>
				<name>recordId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecord</name>
			<param>
				<name>recordId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecords</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecords</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecords</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecordsCount</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecordVersion</name>
			<param>
				<name>recordVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecordVersion</name>
			<param>
				<name>recordId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecordVersions</name>
			<param>
				<name>recordId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecordVersionsCount</name>
			<param>
				<name>recordId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>revertRecordVersion</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAsset</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>record</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecord</type>
			</param>
			<param>
				<name>recordVersion</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion</type>
			</param>
			<param>
				<name>assetCategoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>assetTagNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateRecord</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordId</name>
				<type>long</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>displayIndex</name>
				<type>int</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>mergeFields</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateRecord</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayIndex</name>
				<type>int</type>
			</param>
			<param>
				<name>fieldsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>mergeFields</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStatus</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordVersionId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addRecordVersion</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>record</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecord</type>
			</param>
			<param>
				<name>ddmStorageId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayIndex</name>
				<type>int</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNextVersion</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>workflowAction</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toFields</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldsMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>updateRecordVersion</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>recordVersion</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayIndex</name>
				<type>int</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDLRecordServiceImpl</name>
		<type>com.liferay.portlet.dynamicdatalists.service.impl.DDLRecordServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>addRecord</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayIndex</name>
				<type>int</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addRecord</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayIndex</name>
				<type>int</type>
			</param>
			<param>
				<name>fieldsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecord</name>
			<param>
				<name>recordId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateRecord</name>
			<param>
				<name>recordId</name>
				<type>long</type>
			</param>
			<param>
				<name>majorVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>displayIndex</name>
				<type>int</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>mergeFields</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateRecord</name>
			<param>
				<name>recordId</name>
				<type>long</type>
			</param>
			<param>
				<name>displayIndex</name>
				<type>int</type>
			</param>
			<param>
				<name>fieldsMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>mergeFields</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDLRecordSetLocalServiceImpl</name>
		<type>com.liferay.portlet.dynamicdatalists.service.impl.DDLRecordSetLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>addRecordSet</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordSetKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>minDisplayRows</name>
				<type>int</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addRecordSetResources</name>
			<param>
				<name>recordSet</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordSet</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addRecordSetResources</name>
			<param>
				<name>recordSet</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordSet</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRecordSet</name>
			<param>
				<name>recordSet</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordSet</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRecordSet</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRecordSet</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordSetKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRecordSets</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchRecordSet</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordSetKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecordSet</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecordSet</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordSetKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecordSets</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecordSetsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateMinDisplayRows</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>minDisplayRows</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateRecordSet</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>minDisplayRows</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateRecordSet</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordSetKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>minDisplayRows</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doUpdateRecordSet</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>minDisplayRows</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>recordSet</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordSet</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordSetKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validateDDMStructureId</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validateName</name>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDLRecordSetServiceImpl</name>
		<type>com.liferay.portlet.dynamicdatalists.service.impl.DDLRecordSetServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>addRecordSet</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordSetKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>minDisplayRows</name>
				<type>int</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRecordSet</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecordSet</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateMinDisplayRows</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>minDisplayRows</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateRecordSet</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>minDisplayRows</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateRecordSet</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordSetKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>minDisplayRows</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDLPermission</name>
		<type>com.liferay.portlet.dynamicdatalists.service.permission.DDLPermission</type>
		<author><![CDATA[Bruno Basto]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDLRecordSetPermission</name>
		<type>com.liferay.portlet.dynamicdatalists.service.permission.DDLRecordSetPermission</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>recordSet</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordSet</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordSetKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>recordSet</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordSet</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordSetKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDLRecordFinder</name>
		<type>com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByR_S</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByR_S</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDLRecordFinderImpl</name>
		<type>com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordFinderImpl</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>countByR_S</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByR_S</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>COUNT_BY_R_S</name>
		</field>
		<field>
			<name>FIND_BY_R_S</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDLRecordFinderUtil</name>
		<type>com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByR_S</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByR_S</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDLRecordSetFinder</name>
		<type>com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordSetFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_N_D_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_N_D_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_N_D_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDLRecordSetFinderImpl</name>
		<type>com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordSetFinderImpl</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_N_D_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_N_D_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_N_D_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doCountByC_G_N_D_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doFindByC_G_N_D_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>COUNT_BY_C_G_N_D_S</name>
		</field>
		<field>
			<name>FIND_BY_C_G_N_D_S</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDLRecordSetFinderUtil</name>
		<type>com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordSetFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_N_D_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_N_D_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_N_D_S</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.dynamicdatalists.service.persistence.DDLRecordSetFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseDDLExporter</name>
		<type>com.liferay.portlet.dynamicdatalists.util.BaseDDLExporter</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Manuel de la Peña]]></author>
		<method>
			<name>export</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>export</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>export</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>export</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLocale</name>
		</method>
		<method>
			<name>setLocale</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>doExport</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_locale</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDL</name>
		<type>com.liferay.portlet.dynamicdatalists.util.DDL</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>addAllReservedEls</name>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>tokens</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>recordSet</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordSet</type>
			</param>
		</method>
		<method>
			<name>getRecordJSONObject</name>
			<param>
				<name>record</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecord</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRecordJSONObject</name>
			<param>
				<name>record</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecord</type>
			</param>
			<param>
				<name>latestRecordVersion</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRecordSetJSONArray</name>
			<param>
				<name>recordSet</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordSet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRecordsJSONArray</name>
			<param>
				<name>recordSet</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordSet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRecordsJSONArray</name>
			<param>
				<name>records</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRecordsJSONArray</name>
			<param>
				<name>records</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>latestRecordVersion</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTemplateContent</name>
			<param>
				<name>ddmTemplateId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordSet</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordSet</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>sendRecordFileUpload</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>record</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecord</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>sendRecordFileUpload</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>recordId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateRecord</name>
			<param>
				<name>recordId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>mergeFields</name>
				<type>boolean</type>
			</param>
			<param>
				<name>checkPermission</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateRecord</name>
			<param>
				<name>recordId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>mergeFields</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>uploadRecordFieldFile</name>
			<param>
				<name>record</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecord</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDLCSVExporter</name>
		<type>com.liferay.portlet.dynamicdatalists.util.DDLCSVExporter</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Manuel de la Peña]]></author>
		<method>
			<name>doExport</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDLConstants</name>
		<type>com.liferay.portlet.dynamicdatalists.util.DDLConstants</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<field>
			<name>RESERVED_DDM_STRUCTURE_ID</name>
		</field>
		<field>
			<name>RESERVED_RECORD_SET_DESCRIPTION</name>
		</field>
		<field>
			<name>RESERVED_RECORD_SET_ID</name>
		</field>
		<field>
			<name>RESERVED_RECORD_SET_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDLExportFormat</name>
		<type>com.liferay.portlet.dynamicdatalists.util.DDLExportFormat</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>parse</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>DDLExportFormat</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>CSV</name>
		</field>
		<field>
			<name>XML</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDLExporter</name>
		<type>com.liferay.portlet.dynamicdatalists.util.DDLExporter</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Manuel de la Peña]]></author>
		<method>
			<name>export</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>export</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>export</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>export</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLocale</name>
		</method>
		<method>
			<name>setLocale</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DDLExporterFactory</name>
		<type>com.liferay.portlet.dynamicdatalists.util.DDLExporterFactory</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getDDLExporter</name>
			<param>
				<name>exportFormat</name>
				<type>com.liferay.portlet.dynamicdatalists.util.DDLExportFormat</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>setDDLExporters</name>
			<param>
				<name>exporters</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<field>
			<name>_exporters</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDLImpl</name>
		<type>com.liferay.portlet.dynamicdatalists.util.DDLImpl</type>
		<author><![CDATA[Marcelllus Tavares]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>addAllReservedEls</name>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>tokens</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>recordSet</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordSet</type>
			</param>
		</method>
		<method>
			<name>getRecordJSONObject</name>
			<param>
				<name>record</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecord</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRecordJSONObject</name>
			<param>
				<name>record</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecord</type>
			</param>
			<param>
				<name>latestRecordVersion</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRecordSetJSONArray</name>
			<param>
				<name>recordSet</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordSet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRecordsJSONArray</name>
			<param>
				<name>recordSet</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordSet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRecordsJSONArray</name>
			<param>
				<name>records</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRecordsJSONArray</name>
			<param>
				<name>records</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>latestRecordVersion</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTemplateContent</name>
			<param>
				<name>ddmTemplateId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordSet</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordSet</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>sendRecordFileUpload</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>record</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecord</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>sendRecordFileUpload</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>recordId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateRecord</name>
			<param>
				<name>recordId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>mergeFields</name>
				<type>boolean</type>
			</param>
			<param>
				<name>checkPermission</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateRecord</name>
			<param>
				<name>recordId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>mergeFields</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>uploadRecordFieldFile</name>
			<param>
				<name>record</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecord</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFileEntryTitle</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>uploadRecordFieldFiles</name>
			<param>
				<name>record</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecord</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_transformer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDLTransformer</name>
		<type>com.liferay.portlet.dynamicdatalists.util.DDLTransformer</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getTemplateParserClassName</name>
			<param>
				<name>langType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTransformerListenersClassNames</name>
		</method>
	</javadoc>
	<javadoc>
		<name>DDLUtil</name>
		<type>com.liferay.portlet.dynamicdatalists.util.DDLUtil</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>addAllReservedEls</name>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>tokens</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>recordSet</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordSet</type>
			</param>
		</method>
		<method>
			<name>getDDL</name>
		</method>
		<method>
			<name>getRecordFileUpload</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>record</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecord</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRecordJSONObject</name>
			<param>
				<name>record</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecord</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRecordJSONObject</name>
			<param>
				<name>record</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecord</type>
			</param>
			<param>
				<name>latestRecordVersion</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRecordSetJSONArray</name>
			<param>
				<name>recordSet</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordSet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRecordsJSONArray</name>
			<param>
				<name>records</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRecordsJSONArray</name>
			<param>
				<name>records</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>latestRecordVersion</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTemplateContent</name>
			<param>
				<name>ddmTemplateId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordSet</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordSet</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>sendRecordFileUpload</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>record</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecord</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>sendRecordFileUpload</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>recordId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateRecord</name>
			<param>
				<name>recordId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>mergeFields</name>
				<type>boolean</type>
			</param>
			<param>
				<name>checkPermission</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateRecord</name>
			<param>
				<name>recordId</name>
				<type>long</type>
			</param>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>mergeFields</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>uploadRecordFieldFile</name>
			<param>
				<name>record</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecord</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setDDL</name>
			<param>
				<name>ddl</name>
				<type>com.liferay.portlet.dynamicdatalists.util.DDL</type>
			</param>
		</method>
		<field>
			<name>_ddl</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDLXMLExporter</name>
		<type>com.liferay.portlet.dynamicdatalists.util.DDLXMLExporter</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Manuel de la Peña]]></author>
		<method>
			<name>addFieldElement</name>
			<param>
				<name>fieldsElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>label</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>doExport</name>
			<param>
				<name>recordSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>FreeMarkerTemplateParser</name>
		<type>com.liferay.portlet.dynamicdatalists.util.FreeMarkerTemplateParser</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getErrorTemplateContent</name>
		</method>
		<method>
			<name>getErrorTemplateId</name>
		</method>
		<method>
			<name>getTemplateContext</name>
		</method>
	</javadoc>
	<javadoc>
		<name>VelocityTemplateParser</name>
		<type>com.liferay.portlet.dynamicdatalists.util.VelocityTemplateParser</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getErrorTemplateContent</name>
		</method>
		<method>
			<name>getErrorTemplateId</name>
		</method>
		<method>
			<name>getTemplateContext</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDLRecordVersionVersionComparator</name>
		<type>com.liferay.portlet.dynamicdatalists.util.comparator.DDLRecordVersionVersionComparator</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>DDLRecordVersionVersionComparator</name>
		</method>
		<method>
			<name>DDLRecordVersionVersionComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>recordVersion1</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion</type>
			</param>
			<param>
				<name>recordVersion2</name>
				<type>com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion</type>
			</param>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDLRecordWorkflowHandler</name>
		<type>com.liferay.portlet.dynamicdatalists.workflow.DDLRecordWorkflowHandler</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getType</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getWorkflowDefinitionLink</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isVisible</name>
		</method>
		<method>
			<name>updateStatus</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ContentException</name>
		<type>com.liferay.portlet.dynamicdatamapping.ContentException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ContentException</name>
		</method>
		<method>
			<name>ContentException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ContentException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ContentException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ContentNameException</name>
		<type>com.liferay.portlet.dynamicdatamapping.ContentNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ContentNameException</name>
		</method>
		<method>
			<name>ContentNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ContentNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ContentNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ContentXmlException</name>
		<type>com.liferay.portlet.dynamicdatamapping.ContentXmlException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ContentXmlException</name>
		</method>
		<method>
			<name>ContentXmlException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ContentXmlException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ContentXmlException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchContentException</name>
		<type>com.liferay.portlet.dynamicdatamapping.NoSuchContentException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchContentException</name>
		</method>
		<method>
			<name>NoSuchContentException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchContentException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchContentException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchStorageLinkException</name>
		<type>com.liferay.portlet.dynamicdatamapping.NoSuchStorageLinkException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchStorageLinkException</name>
		</method>
		<method>
			<name>NoSuchStorageLinkException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchStorageLinkException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchStorageLinkException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchStructureException</name>
		<type>com.liferay.portlet.dynamicdatamapping.NoSuchStructureException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchStructureException</name>
		</method>
		<method>
			<name>NoSuchStructureException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchStructureException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchStructureException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchStructureLinkException</name>
		<type>com.liferay.portlet.dynamicdatamapping.NoSuchStructureLinkException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchStructureLinkException</name>
		</method>
		<method>
			<name>NoSuchStructureLinkException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchStructureLinkException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchStructureLinkException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchTemplateException</name>
		<type>com.liferay.portlet.dynamicdatamapping.NoSuchTemplateException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchTemplateException</name>
		</method>
		<method>
			<name>NoSuchTemplateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchTemplateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchTemplateException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RequiredStructureException</name>
		<type>com.liferay.portlet.dynamicdatamapping.RequiredStructureException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RequiredStructureException</name>
		</method>
		<method>
			<name>RequiredStructureException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RequiredStructureException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RequiredStructureException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>StorageException</name>
		<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>StorageException</name>
		</method>
		<method>
			<name>StorageException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>StorageException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>StorageException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>StorageFieldNameException</name>
		<type>com.liferay.portlet.dynamicdatamapping.StorageFieldNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>StorageFieldNameException</name>
		</method>
		<method>
			<name>StorageFieldNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>StorageFieldNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>StorageFieldNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>StorageFieldRequiredException</name>
		<type>com.liferay.portlet.dynamicdatamapping.StorageFieldRequiredException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>StorageFieldRequiredException</name>
		</method>
		<method>
			<name>StorageFieldRequiredException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>StorageFieldRequiredException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>StorageFieldRequiredException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>StructureDuplicateElementException</name>
		<type>com.liferay.portlet.dynamicdatamapping.StructureDuplicateElementException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>StructureDuplicateElementException</name>
		</method>
		<method>
			<name>StructureDuplicateElementException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>StructureDuplicateElementException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>StructureDuplicateElementException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>StructureDuplicateStructureKeyException</name>
		<type>com.liferay.portlet.dynamicdatamapping.StructureDuplicateStructureKeyException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>StructureDuplicateStructureKeyException</name>
		</method>
		<method>
			<name>StructureDuplicateStructureKeyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>StructureDuplicateStructureKeyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>StructureDuplicateStructureKeyException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>StructureFieldException</name>
		<type>com.liferay.portlet.dynamicdatamapping.StructureFieldException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>StructureFieldException</name>
		</method>
		<method>
			<name>StructureFieldException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>StructureFieldException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>StructureFieldException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>StructureNameException</name>
		<type>com.liferay.portlet.dynamicdatamapping.StructureNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>StructureNameException</name>
		</method>
		<method>
			<name>StructureNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>StructureNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>StructureNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>StructureXsdException</name>
		<type>com.liferay.portlet.dynamicdatamapping.StructureXsdException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>StructureXsdException</name>
		</method>
		<method>
			<name>StructureXsdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>StructureXsdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>StructureXsdException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TemplateNameException</name>
		<type>com.liferay.portlet.dynamicdatamapping.TemplateNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TemplateNameException</name>
		</method>
		<method>
			<name>TemplateNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>TemplateNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>TemplateNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TemplateScriptException</name>
		<type>com.liferay.portlet.dynamicdatamapping.TemplateScriptException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TemplateScriptException</name>
		</method>
		<method>
			<name>TemplateScriptException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>TemplateScriptException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>TemplateScriptException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.dynamicdatamapping.action.ActionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Bruno Basto]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>getStructure</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getStructure</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTemplate</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTemplate</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CopyStructureAction</name>
		<type>com.liferay.portlet.dynamicdatamapping.action.CopyStructureAction</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyStructure</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyTemplates</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>newStructureId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getSaveAndContinueRedirect</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>structure</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructure</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditStructureAction</name>
		<type>com.liferay.portlet.dynamicdatamapping.action.EditStructureAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Bruno Basto]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteStructure</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getSaveAndContinueRedirect</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>structure</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructure</type>
			</param>
			<param>
				<name>redirect</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateStructure</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditTemplateAction</name>
		<type>com.liferay.portlet.dynamicdatamapping.action.EditTemplateAction</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteTemplate</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getSaveAndContinueRedirect</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>template</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMTemplate</type>
			</param>
			<param>
				<name>redirect</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateTemplate</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDMPortletDataHandlerImpl</name>
		<type>com.liferay.portlet.dynamicdatamapping.lar.DDMPortletDataHandlerImpl</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>exportStructure</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>structuresElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>structure</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructure</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportTemplate</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>templatesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>template</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMTemplate</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importStructure</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>structureElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importTemplate</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>templateElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getExportControls</name>
		</method>
		<method>
			<name>getImportControls</name>
		</method>
		<method>
			<name>isAlwaysExportable</name>
		</method>
		<method>
			<name>isDataLocalized</name>
		</method>
		<method>
			<name>getStructurePath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>structure</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructure</type>
			</param>
		</method>
		<method>
			<name>getTemplatePath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>template</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMTemplate</type>
			</param>
		</method>
		<method>
			<name>prepareLanguagesForImport</name>
			<param>
				<name>structure</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructure</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>doDeleteData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doExportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_ALWAYS_EXPORTABLE</name>
		</field>
		<field>
			<name>_DATA_LOCALIZED</name>
		</field>
		<field>
			<name>_NAMESPACE</name>
		</field>
		<field>
			<name>_structures</name>
		</field>
		<field>
			<name>_templates</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDMStructureConstants</name>
		<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructureConstants</type>
		<author><![CDATA[Bruno Basto]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<field>
			<name>TYPE_AUTO</name>
		</field>
		<field>
			<name>TYPE_DEFAULT</name>
		</field>
		<field>
			<name>XSD_NAME_RESERVED</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDMTemplateConstants</name>
		<type>com.liferay.portlet.dynamicdatamapping.model.DDMTemplateConstants</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<field>
			<name>LANG_TYPE_FTL</name>
		</field>
		<field>
			<name>LANG_TYPE_VM</name>
		</field>
		<field>
			<name>LANG_TYPES</name>
		</field>
		<field>
			<name>TEMPLATE_MODE_CREATE</name>
		</field>
		<field>
			<name>TEMPLATE_MODE_EDIT</name>
		</field>
		<field>
			<name>TEMPLATE_TYPE_DETAIL</name>
		</field>
		<field>
			<name>TEMPLATE_TYPE_LIST</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDMContentImpl</name>
		<type>com.liferay.portlet.dynamicdatamapping.model.impl.DDMContentImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DDMContentImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>DDMStorageLinkImpl</name>
		<type>com.liferay.portlet.dynamicdatamapping.model.impl.DDMStorageLinkImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DDMStorageLinkImpl</name>
		</method>
		<method>
			<name>getStorageType</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructure</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDMStructureImpl</name>
		<type>com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DDMStructureImpl</name>
		</method>
		<method>
			<name>getAvailableLocales</name>
		</method>
		<method>
			<name>getDefaultLocale</name>
		</method>
		<method>
			<name>getDocument</name>
		</method>
		<method>
			<name>getFieldDataType</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>StructureFieldException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StructureFieldException</type>
			</throws>
		</method>
		<method>
			<name>getFieldLabel</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>StructureFieldException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StructureFieldException</type>
			</throws>
		</method>
		<method>
			<name>getFieldLabel</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>StructureFieldException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StructureFieldException</type>
			</throws>
		</method>
		<method>
			<name>getFieldNames</name>
		</method>
		<method>
			<name>getFieldProperty</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>property</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>StructureFieldException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StructureFieldException</type>
			</throws>
		</method>
		<method>
			<name>getFieldProperty</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>property</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>StructureFieldException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StructureFieldException</type>
			</throws>
		</method>
		<method>
			<name>getFieldRequired</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>StructureFieldException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StructureFieldException</type>
			</throws>
		</method>
		<method>
			<name>getFields</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>attributeName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>attributeValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFields</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>attributeName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>attributeValue</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFieldsMap</name>
		</method>
		<method>
			<name>getFieldsMap</name>
			<param>
				<name>locale</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFieldType</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>StructureFieldException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StructureFieldException</type>
			</throws>
		</method>
		<method>
			<name>getTemplates</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasField</name>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>prepareLocalizedFieldsForImport</name>
			<param>
				<name>defaultImportLocale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>LocaleException</name>
				<type>com.liferay.portal.LocaleException</type>
			</throws>
		</method>
		<method>
			<name>setDocument</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
		</method>
		<method>
			<name>setLocalizedFieldsMap</name>
			<param>
				<name>localizedFieldsMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setXsd</name>
			<param>
				<name>xsd</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getField</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getFieldsMap</name>
			<param>
				<name>locale</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_document</name>
		</field>
		<field>
			<name>_localizedFieldsMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDMStructureLinkImpl</name>
		<type>com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureLinkImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DDMStructureLinkImpl</name>
		</method>
		<method>
			<name>getStructure</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDMTemplateImpl</name>
		<type>com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DDMTemplateImpl</name>
		</method>
		<method>
			<name>getStructure</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>StructureDisplayTerms</name>
		<type>com.liferay.portlet.dynamicdatamapping.search.StructureDisplayTerms</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>StructureDisplayTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getClassNameId</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getStorageType</name>
		</method>
		<field>
			<name>CLASS_NAME_ID</name>
		</field>
		<field>
			<name>DESCRIPTION</name>
		</field>
		<field>
			<name>NAME</name>
		</field>
		<field>
			<name>STORAGE_TYPE</name>
		</field>
		<field>
			<name>classNameId</name>
		</field>
		<field>
			<name>description</name>
		</field>
		<field>
			<name>name</name>
		</field>
		<field>
			<name>storageType</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StructureSearch</name>
		<type>com.liferay.portlet.dynamicdatamapping.search.StructureSearch</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>StructureSearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<field>
			<name>headerNames</name>
		</field>
		<field>
			<name>orderableHeaders</name>
		</field>
		<field>
			<name>EMPTY_RESULTS_MESSAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StructureSearchTerms</name>
		<type>com.liferay.portlet.dynamicdatamapping.search.StructureSearchTerms</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>StructureSearchTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TemplateDisplayTerms</name>
		<type>com.liferay.portlet.dynamicdatamapping.search.TemplateDisplayTerms</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>TemplateDisplayTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<field>
			<name>DESCRIPTION</name>
		</field>
		<field>
			<name>NAME</name>
		</field>
		<field>
			<name>description</name>
		</field>
		<field>
			<name>name</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TemplateSearch</name>
		<type>com.liferay.portlet.dynamicdatamapping.search.TemplateSearch</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>TemplateSearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<field>
			<name>headerNames</name>
		</field>
		<field>
			<name>orderableHeaders</name>
		</field>
		<field>
			<name>EMPTY_RESULTS_MESSAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TemplateSearchTerms</name>
		<type>com.liferay.portlet.dynamicdatamapping.search.TemplateSearchTerms</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>TemplateSearchTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DDMContentLocalServiceImpl</name>
		<type>com.liferay.portlet.dynamicdatamapping.service.impl.DDMContentLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>addContent</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteContent</name>
			<param>
				<name>content</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMContent</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteContents</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>contentId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getContents</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getContents</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getContents</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getContentsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateContent</name>
			<param>
				<name>contentId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDMStorageLinkLocalServiceImpl</name>
		<type>com.liferay.portlet.dynamicdatamapping.service.impl.DDMStorageLinkLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>addStorageLink</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteClassStorageLink</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteStorageLink</name>
			<param>
				<name>storageLink</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStorageLink</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteStorageLink</name>
			<param>
				<name>storageLinkId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteStructureStorageLinks</name>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassStorageLink</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStorageLink</name>
			<param>
				<name>storageLinkId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructureStorageLinks</name>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStorageLink</name>
			<param>
				<name>storageLinkId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDMStructureLinkLocalServiceImpl</name>
		<type>com.liferay.portlet.dynamicdatamapping.service.impl.DDMStructureLinkLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Bruno Basto]]></author>
		<method>
			<name>addStructureLink</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteClassStructureLink</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteStructureLink</name>
			<param>
				<name>structureLink</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructureLink</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteStructureLink</name>
			<param>
				<name>structureLinkId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteStructureStructureLinks</name>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassStructureLink</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassStructureLinks</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructureLink</name>
			<param>
				<name>structureLinkId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructureLinks</name>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStructureLink</name>
			<param>
				<name>structureLinkId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDMStructureLocalServiceImpl</name>
		<type>com.liferay.portlet.dynamicdatamapping.service.impl.DDMStructureLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Bruno Basto]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>addStructure</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>xsd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addStructureResources</name>
			<param>
				<name>structure</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructure</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addStructureResources</name>
			<param>
				<name>structure</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructure</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyStructure</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteStructure</name>
			<param>
				<name>structure</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructure</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteStructure</name>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteStructure</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteStructures</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchStructure</name>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchStructure</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassStructures</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassStructures</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassStructures</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDLFileEntryTypeStructures</name>
			<param>
				<name>dlFileEntryTypeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructure</name>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructure</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructure</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructureEntries</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getStructures}]]></deprecated>
		</method>
		<method>
			<name>getStructureEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getStructures(long)}]]></deprecated>
		</method>
		<method>
			<name>getStructureEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getStructures(long, int, int)}]]></deprecated>
		</method>
		<method>
			<name>getStructures</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructures</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructures</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructuresCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStructure</name>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>xsd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStructure</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>xsd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>appendNewStructureRequiredFields</name>
			<param>
				<name>structure</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructure</type>
			</param>
			<param>
				<name>templateDocument</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
		</method>
		<method>
			<name>doUpdateStructure</name>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>xsd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>structure</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructure</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>syncStructureTemplatesFields</name>
			<param>
				<name>structure</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructure</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>syncStructureTemplatesFields</name>
			<param>
				<name>template</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMTemplate</type>
			</param>
			<param>
				<name>templateElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>elements</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>names</name>
				<type>java.util.Set</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>xsd</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>xsd</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>validateLanguages</name>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>contentDefaultLocale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDMStructureServiceImpl</name>
		<type>com.liferay.portlet.dynamicdatamapping.service.impl.DDMStructureServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Bruno Basto]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>addStructure</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>xsd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyStructure</name>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteStructure</name>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchStructure</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureKey</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructure</name>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStructure</name>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>xsd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStructure</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>xsd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDMTemplateLocalServiceImpl</name>
		<type>com.liferay.portlet.dynamicdatamapping.service.impl.DDMTemplateLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>addTemplate</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addTemplateResources</name>
			<param>
				<name>template</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMTemplate</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addTemplateResources</name>
			<param>
				<name>template</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMTemplate</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyTemplates</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>newStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTemplate</name>
			<param>
				<name>template</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMTemplate</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTemplate</name>
			<param>
				<name>templateId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTemplates</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTemplate</name>
			<param>
				<name>templateId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTemplates</name>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTemplates</name>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTemplates</name>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateTemplate</name>
			<param>
				<name>templateId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>validateName</name>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDMTemplateServiceImpl</name>
		<type>com.liferay.portlet.dynamicdatamapping.service.impl.DDMTemplateServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>addTemplate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyTemplates</name>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>newStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTemplate</name>
			<param>
				<name>templateId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTemplate</name>
			<param>
				<name>templateId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTemplates</name>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateTemplate</name>
			<param>
				<name>templateId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDMPermission</name>
		<type>com.liferay.portlet.dynamicdatamapping.service.permission.DDMPermission</type>
		<author><![CDATA[Bruno Basto]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DDMStructurePermission</name>
		<type>com.liferay.portlet.dynamicdatamapping.service.permission.DDMStructurePermission</type>
		<author><![CDATA[Bruno Basto]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>structure</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructure</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>structure</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructure</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDMTemplatePermission</name>
		<type>com.liferay.portlet.dynamicdatamapping.service.permission.DDMTemplatePermission</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>template</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMTemplate</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>templateId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>template</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMTemplate</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>templateId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDMStructureFinder</name>
		<type>com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>storageTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>storageTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>storageTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>storageTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDMStructureFinderImpl</name>
		<type>com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinderImpl</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>storageTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>storageTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>storageTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>storageTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doCountByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>storageTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doFindByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>storageTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupIds</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
		</method>
		<field>
			<name>COUNT_BY_C_G_C_N_D_S_T</name>
		</field>
		<field>
			<name>FIND_BY_C_G_C_N_D_S_T</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDMStructureFinderUtil</name>
		<type>com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>storageTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>storageTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>storageTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>storageType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_C_N_D_S_T</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>storageTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.dynamicdatamapping.service.persistence.DDMStructureFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDMTemplateFinder</name>
		<type>com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplateFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>languages</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>languages</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>languages</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>languages</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDMTemplateFinderImpl</name>
		<type>com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplateFinderImpl</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>languages</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>languages</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>languages</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>languages</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doCountByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>languages</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doFindByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>languages</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>COUNT_BY_C_G_S_N_D_T_M_L</name>
		</field>
		<field>
			<name>FIND_BY_C_G_S_N_D_T_M_L</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDMTemplateFinderUtil</name>
		<type>com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplateFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>languages</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>languages</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>languages</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>language</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_S_N_D_T_M_L</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>types</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>modes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>languages</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.dynamicdatamapping.service.persistence.DDMTemplateFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseFieldRenderer</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.BaseFieldRenderer</type>
		<author><![CDATA[Bruno Basto]]></author>
		<author><![CDATA[Manuel de la Peña]]></author>
		<method>
			<name>render</name>
			<param>
				<name>field</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Field</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>doRender</name>
			<param>
				<name>field</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Field</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseStorageAdapter</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.BaseStorageAdapter</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>create</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>deleteByClass</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>deleteByDDMStructure</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFields</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFields</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFieldsList</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFieldsList</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFieldsList</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFieldsList</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFieldsMap</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFieldsMap</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>query</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>condition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Condition</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>queryCount</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>condition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Condition</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>mergeFields</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>doCreate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doDeleteByClass</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doDeleteByDDMStructure</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetFieldsListByClasses</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetFieldsListByDDMStructure</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetFieldsMapByClasses</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doQuery</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>condition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Condition</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doQueryCount</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>condition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Condition</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpdate</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>mergeFields</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateClassFields</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validateDDMStructureFields</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DateFieldRenderer</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.DateFieldRenderer</type>
		<author><![CDATA[Bruno Basto]]></author>
		<author><![CDATA[Manuel de la Peña]]></author>
		<method>
			<name>doRender</name>
			<param>
				<name>field</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Field</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DocumentLibraryFieldRenderer</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.DocumentLibraryFieldRenderer</type>
		<author><![CDATA[Bruno Basto]]></author>
		<method>
			<name>doRender</name>
			<param>
				<name>field</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Field</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExpandoStorageAdapter</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.ExpandoStorageAdapter</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>doCreate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doDeleteByClass</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doDeleteByDDMStructure</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetFieldsListByClasses</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetFieldsListByDDMStructure</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetFieldsMapByClasses</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doQuery</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>condition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Condition</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doQueryCount</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>condition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Condition</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpdate</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>mergeFields</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_booleanValueOf</name>
			<param>
				<name>expression</name>
				<type>org.springframework.expression.Expression</type>
			</param>
			<param>
				<name>expandoValues</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>_checkExpandoColumns</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>expandoTable</name>
				<type>com.liferay.portlet.expando.model.ExpandoTable</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_doQuery</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>condition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Condition</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_doQuery</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_doQuery</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>expandoRowIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>condition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Condition</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getExpandoColumnType</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_getExpandoRowIds</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_getExpandoTable</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_parseExpression</name>
			<param>
				<name>condition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Condition</type>
			</param>
		</method>
		<method>
			<name>_toExpression</name>
			<param>
				<name>condition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Condition</type>
			</param>
		</method>
		<method>
			<name>_toExpression</name>
			<param>
				<name>fieldCondition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.FieldCondition</type>
			</param>
		</method>
		<method>
			<name>_toExpression</name>
			<param>
				<name>junction</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Junction</type>
			</param>
		</method>
		<method>
			<name>_updateFields</name>
			<param>
				<name>expandoTable</name>
				<type>com.liferay.portlet.expando.model.ExpandoTable</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExpandoValueBeanResolver</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.ExpandoValueBeanResolver</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>ExpandoValueBeanResolver</name>
			<param>
				<name>expandoValues</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>resolve</name>
			<param>
				<name>context</name>
				<type>org.springframework.expression.EvaluationContext</type>
			</param>
			<param>
				<name>beanName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_expandoValues</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Field</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.Field</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>Field</name>
		</method>
		<method>
			<name>Field</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>Field</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>getDataType</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDDMStructure</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDDMStructureId</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getRenderedValue</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getType</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>setDDMStructureId</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<field>
			<name>_ddmStructureId</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FieldConstants</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.FieldConstants</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getSerializable</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>BOOLEAN</name>
		</field>
		<field>
			<name>DATA_TYPE</name>
		</field>
		<field>
			<name>DATE</name>
		</field>
		<field>
			<name>DOCUMENT_LIBRARY</name>
		</field>
		<field>
			<name>DOUBLE</name>
		</field>
		<field>
			<name>EDITABLE</name>
		</field>
		<field>
			<name>FILE_UPLOAD</name>
		</field>
		<field>
			<name>FLOAT</name>
		</field>
		<field>
			<name>INTEGER</name>
		</field>
		<field>
			<name>LABEL</name>
		</field>
		<field>
			<name>LONG</name>
		</field>
		<field>
			<name>NAME</name>
		</field>
		<field>
			<name>NUMBER</name>
		</field>
		<field>
			<name>PREDIFINED_VALUE</name>
		</field>
		<field>
			<name>REQUIRED</name>
		</field>
		<field>
			<name>SHORT</name>
		</field>
		<field>
			<name>SHOW</name>
		</field>
		<field>
			<name>SORTABLE</name>
		</field>
		<field>
			<name>STRING</name>
		</field>
		<field>
			<name>TYPE</name>
		</field>
		<field>
			<name>VALUE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FieldRenderer</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.FieldRenderer</type>
		<author><![CDATA[Bruno Basto]]></author>
		<method>
			<name>render</name>
			<param>
				<name>field</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Field</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FieldRendererFactory</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.FieldRendererFactory</type>
		<author><![CDATA[Bruno Basto]]></author>
		<method>
			<name>getFieldRenderer</name>
			<param>
				<name>dataType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFieldRenderers</name>
			<param>
				<name>fieldRenderers</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<field>
			<name>_fieldRenderers</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Fields</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>contains</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNames</name>
		</method>
		<method>
			<name>iterator</name>
		</method>
		<method>
			<name>iterator</name>
			<param>
				<name>comparator</name>
				<type>java.util.Comparator</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>field</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Field</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_fieldsMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FileUploadFieldRenderer</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.FileUploadFieldRenderer</type>
		<author><![CDATA[Bruno Basto]]></author>
		<method>
			<name>doRender</name>
			<param>
				<name>field</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Field</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StorageAdapter</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.StorageAdapter</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>create</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>deleteByClass</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>deleteByDDMStructure</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFields</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFields</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFieldsList</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFieldsList</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFieldsList</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFieldsList</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFieldsMap</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFieldsMap</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>query</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>condition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Condition</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>queryCount</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>condition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Condition</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>mergeFields</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>StorageEngine</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.StorageEngine</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
	</javadoc>
	<javadoc>
		<name>StorageEngineImpl</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.StorageEngineImpl</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>create</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>deleteByClass</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>deleteByDDMStructure</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFields</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFields</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFieldsList</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFieldsList</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFieldsList</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFieldsList</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFieldsMap</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFieldsMap</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>query</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>condition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Condition</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>queryCount</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>condition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Condition</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>setDefaultStorageAdapter</name>
			<param>
				<name>defaultStorageAdapter</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.StorageAdapter</type>
			</param>
		</method>
		<method>
			<name>setStorageAdapters</name>
			<param>
				<name>storageAdapters</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>mergeFields</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getClassStorageAdapter</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getStorageAdapter</name>
			<param>
				<name>storageType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getStructureStorageAdapter</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<field>
			<name>_defaultStorageAdapter</name>
		</field>
		<field>
			<name>_storageAdapters</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StorageEngineUtil</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.StorageEngineUtil</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>create</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>deleteByClass</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>deleteByDDMStructure</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFields</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFields</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFieldsList</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFieldsList</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFieldsList</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFieldsList</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFieldsMap</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getFieldsMap</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>getStorageEngine</name>
		</method>
		<method>
			<name>query</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>condition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Condition</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>queryCount</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>condition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Condition</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>mergeFields</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>update</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>StorageException</name>
				<type>com.liferay.portlet.dynamicdatamapping.StorageException</type>
			</throws>
		</method>
		<method>
			<name>setStorageEngine</name>
			<param>
				<name>storageEngine</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.StorageEngine</type>
			</param>
		</method>
		<field>
			<name>_storageEngine</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StorageType</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.StorageType</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>parse</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>StorageType</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>EXPANDO</name>
		</field>
		<field>
			<name>XML</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StringFieldRenderer</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.StringFieldRenderer</type>
		<author><![CDATA[Bruno Basto]]></author>
		<method>
			<name>doRender</name>
			<param>
				<name>field</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Field</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>XMLStorageAdapter</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.XMLStorageAdapter</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doCreate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doDeleteByClass</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doDeleteByDDMStructure</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetFieldsListByClasses</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetFieldsListByDDMStructure</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetFieldsMapByClasses</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doQuery</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>condition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Condition</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doQueryCount</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>condition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Condition</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doUpdate</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>mergeFields</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_appendField</name>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fieldValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_doQuery</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>condition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Condition</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_doQuery</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_doQuery</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>long[]</type>
			</param>
			<param>
				<name>fieldNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>condition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Condition</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getElementByName</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getStructureClassPKs</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_parseCondition</name>
			<param>
				<name>condition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Condition</type>
			</param>
		</method>
		<method>
			<name>_toXPath</name>
			<param>
				<name>condition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Condition</type>
			</param>
		</method>
		<method>
			<name>_toXPath</name>
			<param>
				<name>fieldCondition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.FieldCondition</type>
			</param>
		</method>
		<method>
			<name>_toXPath</name>
			<param>
				<name>junction</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Junction</type>
			</param>
		</method>
		<method>
			<name>_updateField</name>
			<param>
				<name>dynamicElementElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ComparisonOperator</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.query.ComparisonOperator</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>toString</name>
		</method>
		<method>
			<name>ComparisonOperator</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>EQUALS</name>
		</field>
		<field>
			<name>EXCLUDES</name>
		</field>
		<field>
			<name>GREATER_THAN</name>
		</field>
		<field>
			<name>GREATER_THAN_OR_EQUAL_TO</name>
		</field>
		<field>
			<name>IN</name>
		</field>
		<field>
			<name>INCLUDES</name>
		</field>
		<field>
			<name>JOIN</name>
		</field>
		<field>
			<name>LESS_THAN</name>
		</field>
		<field>
			<name>LESS_THAN_OR_EQUAL_TO</name>
		</field>
		<field>
			<name>LIKE</name>
		</field>
		<field>
			<name>NOT_EQUALS</name>
		</field>
		<field>
			<name>NOT_IN</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Condition</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.query.Condition</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>isJunction</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ConditionFactory</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.query.ConditionFactory</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>conjunction</name>
		</method>
		<method>
			<name>disjunction</name>
		</method>
		<method>
			<name>eq</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>gt</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>gte</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>in</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>like</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>lt</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>lte</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>ne</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>notIn</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ConditionFactoryImpl</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.query.ConditionFactoryImpl</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>conjunction</name>
		</method>
		<method>
			<name>disjunction</name>
		</method>
		<method>
			<name>eq</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>gt</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>gte</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>in</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>like</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>lt</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>lte</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>ne</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>notIn</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ConditionFactoryUtil</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.query.ConditionFactoryUtil</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>conjunction</name>
		</method>
		<method>
			<name>disjunction</name>
		</method>
		<method>
			<name>eq</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getConditionFactory</name>
		</method>
		<method>
			<name>gt</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>gte</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>in</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>like</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>lt</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>lte</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>ne</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>notIn</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setConditionFactory</name>
			<param>
				<name>conditionFactory</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.ConditionFactory</type>
			</param>
		</method>
		<field>
			<name>_conditionFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FieldCondition</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.query.FieldCondition</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getComparisonOperator</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getValue</name>
		</method>
	</javadoc>
	<javadoc>
		<name>FieldConditionImpl</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.query.FieldConditionImpl</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>FieldConditionImpl</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>comparisonOperator</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.ComparisonOperator</type>
			</param>
		</method>
		<method>
			<name>getComparisonOperator</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>isJunction</name>
		</method>
		<field>
			<name>_JUNCTION</name>
		</field>
		<field>
			<name>_comparisonOperator</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Junction</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.query.Junction</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>add</name>
			<param>
				<name>condition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Condition</type>
			</param>
		</method>
		<method>
			<name>getLogicalOperator</name>
		</method>
		<method>
			<name>iterator</name>
		</method>
	</javadoc>
	<javadoc>
		<name>JunctionImpl</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.query.JunctionImpl</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>JunctionImpl</name>
			<param>
				<name>logicalOperator</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.LogicalOperator</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>condition</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.query.Condition</type>
			</param>
		</method>
		<method>
			<name>getLogicalOperator</name>
		</method>
		<method>
			<name>isJunction</name>
		</method>
		<method>
			<name>iterator</name>
		</method>
		<field>
			<name>_JUNCTION</name>
		</field>
		<field>
			<name>_conditions</name>
		</field>
		<field>
			<name>_logicalOperator</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LogicalOperator</name>
		<type>com.liferay.portlet.dynamicdatamapping.storage.query.LogicalOperator</type>
		<author><![CDATA[Michael C. Han]]></author>
		<field>
			<name>AND</name>
		</field>
		<field>
			<name>NOT</name>
		</field>
		<field>
			<name>OR</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDM</name>
		<type>com.liferay.portlet.dynamicdatamapping.util.DDM</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>getFields</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddmTemplateId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFields</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddmTemplateId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNamespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFields</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFields</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNamespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileUploadPath</name>
			<param>
				<name>baseModel</name>
				<type>com.liferay.portal.model.BaseModel</type>
			</param>
		</method>
		<method>
			<name>sendFieldFile</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>field</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Field</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>uploadFieldFile</name>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>storageId</name>
				<type>long</type>
			</param>
			<param>
				<name>baseModel</name>
				<type>com.liferay.portal.model.BaseModel</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>uploadFieldFile</name>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>storageId</name>
				<type>long</type>
			</param>
			<param>
				<name>baseModel</name>
				<type>com.liferay.portal.model.BaseModel</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fieldNamespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDMImpl</name>
		<type>com.liferay.portlet.dynamicdatamapping.util.DDMImpl</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>getFields</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddmTemplateId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFields</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddmTemplateId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNamespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFields</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFields</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNamespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileUploadPath</name>
			<param>
				<name>baseModel</name>
				<type>com.liferay.portal.model.BaseModel</type>
			</param>
		</method>
		<method>
			<name>sendFieldFile</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>field</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Field</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>uploadFieldFile</name>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>storageId</name>
				<type>long</type>
			</param>
			<param>
				<name>baseModel</name>
				<type>com.liferay.portal.model.BaseModel</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>uploadFieldFile</name>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>storageId</name>
				<type>long</type>
			</param>
			<param>
				<name>baseModel</name>
				<type>com.liferay.portal.model.BaseModel</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fieldNamespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>storeFieldFile</name>
			<param>
				<name>baseModel</name>
				<type>com.liferay.portal.model.BaseModel</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>TYPE_CHECKBOX</name>
		</field>
		<field>
			<name>TYPE_DDM_DOCUMENTLIBRARY</name>
		</field>
		<field>
			<name>TYPE_DDM_FILEUPLOAD</name>
		</field>
		<field>
			<name>TYPE_RADIO</name>
		</field>
		<field>
			<name>TYPE_SELECT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDMIndexer</name>
		<type>com.liferay.portlet.dynamicdatamapping.util.DDMIndexer</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addAttributes</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>ddmStructure</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructure</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
		</method>
		<method>
			<name>encodeName</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DDMIndexerImpl</name>
		<type>com.liferay.portlet.dynamicdatamapping.util.DDMIndexerImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addAttributes</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>ddmStructure</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructure</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
		</method>
		<method>
			<name>encodeName</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_FIELD_NAMESPACE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDMIndexerUtil</name>
		<type>com.liferay.portlet.dynamicdatamapping.util.DDMIndexerUtil</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>addAttributes</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>ddmStructure</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructure</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
		</method>
		<method>
			<name>encodeName</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDDMIndexer</name>
		</method>
		<method>
			<name>setDDMIndexer</name>
			<param>
				<name>ddmIndexer</name>
				<type>com.liferay.portlet.dynamicdatamapping.util.DDMIndexer</type>
			</param>
		</method>
		<field>
			<name>_ddmIndexer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDMUtil</name>
		<type>com.liferay.portlet.dynamicdatamapping.util.DDMUtil</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>getDDM</name>
		</method>
		<method>
			<name>getFields</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddmTemplateId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFields</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>ddmTemplateId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNamespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFields</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFields</name>
			<param>
				<name>ddmStructureId</name>
				<type>long</type>
			</param>
			<param>
				<name>fieldNamespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFileUploadPath</name>
			<param>
				<name>baseModel</name>
				<type>com.liferay.portal.model.BaseModel</type>
			</param>
		</method>
		<method>
			<name>sendFieldFile</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>field</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Field</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>uploadFieldFile</name>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>storageId</name>
				<type>long</type>
			</param>
			<param>
				<name>baseModel</name>
				<type>com.liferay.portal.model.BaseModel</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>uploadFieldFile</name>
			<param>
				<name>structureId</name>
				<type>long</type>
			</param>
			<param>
				<name>storageId</name>
				<type>long</type>
			</param>
			<param>
				<name>baseModel</name>
				<type>com.liferay.portal.model.BaseModel</type>
			</param>
			<param>
				<name>fieldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fieldNamespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setDDM</name>
			<param>
				<name>ddm</name>
				<type>com.liferay.portlet.dynamicdatamapping.util.DDM</type>
			</param>
		</method>
		<field>
			<name>_ddm</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDMXML</name>
		<type>com.liferay.portlet.dynamicdatamapping.util.DDMXML</type>
		<author><![CDATA[Bruno Basto]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>formatXML</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>formatXML</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>updateXMLDefaultLocale</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>contentDefaultLocale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>contentNewDefaultLocale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDMXMLImpl</name>
		<type>com.liferay.portlet.dynamicdatamapping.util.DDMXMLImpl</type>
		<author><![CDATA[Bruno Basto]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>formatXML</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>formatXML</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>updateXMLDefaultLocale</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>contentDefaultLocale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>contentNewDefaultLocale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>fixElementsDefaultLocale</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>contentDefaultLocale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>contentNewDefaultLocale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<field>
			<name>_AVAILABLE_LOCALES</name>
		</field>
		<field>
			<name>_DEFAULT_LOCALE</name>
		</field>
		<field>
			<name>_DYNAMIC_ELEMENT</name>
		</field>
		<field>
			<name>_LOCALE</name>
		</field>
		<field>
			<name>_XML_INDENT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDMXMLUtil</name>
		<type>com.liferay.portlet.dynamicdatamapping.util.DDMXMLUtil</type>
		<author><![CDATA[Bruno Basto]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>formatXML</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>formatXML</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getDDMXML</name>
		</method>
		<method>
			<name>updateXMLDefaultLocale</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>contentDefaultLocale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>contentNewDefaultLocale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>setDDMXML</name>
			<param>
				<name>ddmXML</name>
				<type>com.liferay.portlet.dynamicdatamapping.util.DDMXML</type>
			</param>
		</method>
		<field>
			<name>_ddmXML</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDMXSD</name>
		<type>com.liferay.portlet.dynamicdatamapping.util.DDMXSD</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getHTML</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>ddmStructure</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructure</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>readOnly</name>
				<type>boolean</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getHTML</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>ddmTemplate</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMTemplate</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>readOnly</name>
				<type>boolean</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getHTML</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getHTML</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>readOnly</name>
				<type>boolean</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getHTML</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getHTML</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getJSONArray</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>getJSONArray</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>getJSONArray</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DDMXSDImpl</name>
		<type>com.liferay.portlet.dynamicdatamapping.util.DDMXSDImpl</type>
		<author><![CDATA[Bruno Basto]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getHTML</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>ddmStructure</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructure</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>readOnly</name>
				<type>boolean</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getHTML</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>ddmTemplate</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMTemplate</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>readOnly</name>
				<type>boolean</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getHTML</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getHTML</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>readOnly</name>
				<type>boolean</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getHTML</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getHTML</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getHTML</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>readOnly</name>
				<type>boolean</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getHTML</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getHTML</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>readOnly</name>
				<type>boolean</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getHTML</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getJSONArray</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>getJSONArray</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>getJSONArray</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>getFieldContext</name>
			<param>
				<name>dynamicElementElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getFreeMarkerContext</name>
			<param>
				<name>dynamicElementElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>processFTL</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>freeMarkerContext</name>
				<type>com.liferay.portal.kernel.freemarker.FreeMarkerContext</type>
			</param>
			<param>
				<name>resourcePath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultResourcePath</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<see><![CDATA[com.liferay.taglib.util.ThemeUtil#includeFTL]]></see>
		</method>
		<method>
			<name>putMetadataValue</name>
			<param>
				<name>jsonObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
			<param>
				<name>attributeName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>attributeValue</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_DEFAULT_NAMESPACE</name>
		</field>
		<field>
			<name>_DEFAULT_READ_ONLY_NAMESPACE</name>
		</field>
		<field>
			<name>_TPL_DEFAULT_PATH</name>
		</field>
		<field>
			<name>_TPL_DEFAULT_READ_ONLY_PATH</name>
		</field>
		<field>
			<name>_TPL_EXT</name>
		</field>
		<field>
			<name>_TPL_PATH</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DDMXSDUtil</name>
		<type>com.liferay.portlet.dynamicdatamapping.util.DDMXSDUtil</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getDDMXSD</name>
		</method>
		<method>
			<name>getHTML</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>ddmStructure</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMStructure</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>readOnly</name>
				<type>boolean</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getHTML</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>ddmTemplate</name>
				<type>com.liferay.portlet.dynamicdatamapping.model.DDMTemplate</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>readOnly</name>
				<type>boolean</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getHTML</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getHTML</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>readOnly</name>
				<type>boolean</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getHTML</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fields</name>
				<type>com.liferay.portlet.dynamicdatamapping.storage.Fields</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getHTML</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getJSONArray</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>getJSONArray</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
			<throws>
				<name>JSONException</name>
				<type>com.liferay.portal.kernel.json.JSONException</type>
			</throws>
		</method>
		<method>
			<name>setDDMXSD</name>
			<param>
				<name>ddmXSD</name>
				<type>com.liferay.portlet.dynamicdatamapping.util.DDMXSD</type>
			</param>
		</method>
		<field>
			<name>_ddmXSD</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StructureStructureKeyComparator</name>
		<type>com.liferay.portlet.dynamicdatamapping.util.comparator.StructureStructureKeyComparator</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>StructureStructureKeyComparator</name>
		</method>
		<method>
			<name>StructureStructureKeyComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ColumnNameException</name>
		<type>com.liferay.portlet.expando.ColumnNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ColumnNameException</name>
		</method>
		<method>
			<name>ColumnNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ColumnNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ColumnNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ColumnTypeException</name>
		<type>com.liferay.portlet.expando.ColumnTypeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ColumnTypeException</name>
		</method>
		<method>
			<name>ColumnTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ColumnTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ColumnTypeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateColumnNameException</name>
		<type>com.liferay.portlet.expando.DuplicateColumnNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateColumnNameException</name>
		</method>
		<method>
			<name>DuplicateColumnNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateColumnNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateColumnNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateTableNameException</name>
		<type>com.liferay.portlet.expando.DuplicateTableNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateTableNameException</name>
		</method>
		<method>
			<name>DuplicateTableNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateTableNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateTableNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchColumnException</name>
		<type>com.liferay.portlet.expando.NoSuchColumnException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchColumnException</name>
		</method>
		<method>
			<name>NoSuchColumnException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchColumnException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchColumnException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchRowException</name>
		<type>com.liferay.portlet.expando.NoSuchRowException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchRowException</name>
		</method>
		<method>
			<name>NoSuchRowException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchRowException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchRowException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchTableException</name>
		<type>com.liferay.portlet.expando.NoSuchTableException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchTableException</name>
		</method>
		<method>
			<name>NoSuchTableException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchTableException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchTableException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchValueException</name>
		<type>com.liferay.portlet.expando.NoSuchValueException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchValueException</name>
		</method>
		<method>
			<name>NoSuchValueException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchValueException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchValueException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TableNameException</name>
		<type>com.liferay.portlet.expando.TableNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TableNameException</name>
		</method>
		<method>
			<name>TableNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>TableNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>TableNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ValueDataException</name>
		<type>com.liferay.portlet.expando.ValueDataException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ValueDataException</name>
		</method>
		<method>
			<name>ValueDataException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ValueDataException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ValueDataException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.expando.action.ActionUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getColumn</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getColumn</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditExpandoAction</name>
		<type>com.liferay.portlet.expando.action.EditExpandoAction</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addExpando</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addPresetExpando</name>
			<param>
				<name>expandoBridge</name>
				<type>com.liferay.portlet.expando.model.ExpandoBridge</type>
			</param>
			<param>
				<name>preset</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteExpando</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateExpando</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateProperties</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>expandoBridge</name>
				<type>com.liferay.portlet.expando.model.ExpandoBridge</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseCustomAttributesDisplay</name>
		<type>com.liferay.portlet.expando.model.BaseCustomAttributesDisplay</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getClassNameId</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>setClassNameId</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_classNameId</name>
		</field>
		<field>
			<name>_portletId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CustomAttributesDisplay</name>
		<type>com.liferay.portlet.expando.model.CustomAttributesDisplay</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>setClassNameId</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ExpandoBridge</name>
		<type>com.liferay.portlet.expando.model.ExpandoBridge</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>addAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>addAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>addAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>addAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.io.Serializable</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>addAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getAttributeDefault</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAttributeNames</name>
		</method>
		<method>
			<name>getAttributeProperties</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAttributes</name>
		</method>
		<method>
			<name>getAttributes</name>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getAttributes</name>
			<param>
				<name>names</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>getAttributes</name>
			<param>
				<name>names</name>
				<type>java.util.Collection</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getAttributeType</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getClassPK</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>hasAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isIndexEnabled</name>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setAttributeDefault</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setAttributeProperties</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
		</method>
		<method>
			<name>setAttributeProperties</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>attributes</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>attributes</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClassPK</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setIndexEnabled</name>
			<param>
				<name>indexEnabled</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ExpandoColumnConstants</name>
		<type>com.liferay.portlet.expando.model.ExpandoColumnConstants</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getSerializable</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTypeLabel</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>BOOLEAN</name>
		</field>
		<field>
			<name>BOOLEAN_ARRAY</name>
		</field>
		<field>
			<name>BOOLEAN_ARRAY_LABEL</name>
		</field>
		<field>
			<name>BOOLEAN_LABEL</name>
		</field>
		<field>
			<name>DATE</name>
		</field>
		<field>
			<name>DATE_ARRAY</name>
		</field>
		<field>
			<name>DATE_ARRAY_LABEL</name>
		</field>
		<field>
			<name>DATE_LABEL</name>
		</field>
		<field>
			<name>DOUBLE</name>
		</field>
		<field>
			<name>DOUBLE_ARRAY</name>
		</field>
		<field>
			<name>DOUBLE_ARRAY_LABEL</name>
		</field>
		<field>
			<name>DOUBLE_LABEL</name>
		</field>
		<field>
			<name>FLOAT</name>
		</field>
		<field>
			<name>FLOAT_ARRAY</name>
		</field>
		<field>
			<name>FLOAT_ARRAY_LABEL</name>
		</field>
		<field>
			<name>FLOAT_LABEL</name>
		</field>
		<field>
			<name>INDEX_TYPE</name>
		</field>
		<field>
			<name>INDEX_TYPE_KEYWORD</name>
		</field>
		<field>
			<name>INDEX_TYPE_NONE</name>
		</field>
		<field>
			<name>INDEX_TYPE_TEXT</name>
		</field>
		<field>
			<name>INTEGER</name>
		</field>
		<field>
			<name>INTEGER_ARRAY</name>
		</field>
		<field>
			<name>INTEGER_ARRAY_LABEL</name>
		</field>
		<field>
			<name>INTEGER_LABEL</name>
		</field>
		<field>
			<name>LONG</name>
		</field>
		<field>
			<name>LONG_ARRAY</name>
		</field>
		<field>
			<name>LONG_ARRAY_LABEL</name>
		</field>
		<field>
			<name>LONG_LABEL</name>
		</field>
		<field>
			<name>NUMBER</name>
		</field>
		<field>
			<name>NUMBER_ARRAY</name>
		</field>
		<field>
			<name>NUMBER_ARRAY_LABEL</name>
		</field>
		<field>
			<name>NUMBER_LABEL</name>
		</field>
		<field>
			<name>PROPERTY_DISPLAY_TYPE</name>
		</field>
		<field>
			<name>PROPERTY_DISPLAY_TYPE_CHECKBOX</name>
		</field>
		<field>
			<name>PROPERTY_DISPLAY_TYPE_RADIO</name>
		</field>
		<field>
			<name>PROPERTY_DISPLAY_TYPE_SELECTION_LIST</name>
		</field>
		<field>
			<name>PROPERTY_DISPLAY_TYPE_TEXT_BOX</name>
		</field>
		<field>
			<name>PROPERTY_HEIGHT</name>
		</field>
		<field>
			<name>PROPERTY_HIDDEN</name>
		</field>
		<field>
			<name>PROPERTY_SECRET</name>
		</field>
		<field>
			<name>PROPERTY_VISIBLE_WITH_UPDATE_PERMISSION</name>
		</field>
		<field>
			<name>PROPERTY_WIDTH</name>
		</field>
		<field>
			<name>SHORT</name>
		</field>
		<field>
			<name>SHORT_ARRAY</name>
		</field>
		<field>
			<name>SHORT_ARRAY_LABEL</name>
		</field>
		<field>
			<name>SHORT_LABEL</name>
		</field>
		<field>
			<name>STRING</name>
		</field>
		<field>
			<name>STRING_ARRAY</name>
		</field>
		<field>
			<name>STRING_ARRAY_LABEL</name>
		</field>
		<field>
			<name>STRING_LABEL</name>
		</field>
		<field>
			<name>TYPES</name>
		</field>
		<field>
			<name>UNKNOWN_LABEL</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExpandoTableConstants</name>
		<type>com.liferay.portlet.expando.model.ExpandoTableConstants</type>
		<author><![CDATA[Raymond Augé]]></author>
		<field>
			<name>DEFAULT_TABLE_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExpandoBridgeImpl</name>
		<type>com.liferay.portlet.expando.model.impl.ExpandoBridgeImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>ExpandoBridgeImpl</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ExpandoBridgeImpl</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>addAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>addAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>addAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>addAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.io.Serializable</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>addAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getAttributeDefault</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAttributeNames</name>
		</method>
		<method>
			<name>getAttributeProperties</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAttributes</name>
		</method>
		<method>
			<name>getAttributes</name>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getAttributes</name>
			<param>
				<name>names</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>getAttributes</name>
			<param>
				<name>names</name>
				<type>java.util.Collection</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getAttributeType</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getClassPK</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>hasAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isIndexEnabled</name>
		</method>
		<method>
			<name>reindex</name>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.io.Serializable</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setAttributeDefault</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>setAttributeProperties</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
		</method>
		<method>
			<name>setAttributeProperties</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>attributes</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>attributes</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClassPK</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setIndexEnabled</name>
			<param>
				<name>indexEnabled</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_classPK</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_indexEnabled</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExpandoColumnImpl</name>
		<type>com.liferay.portlet.expando.model.impl.ExpandoColumnImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ExpandoColumnImpl</name>
		</method>
		<method>
			<name>getDefaultValue</name>
		</method>
		<method>
			<name>getDisplayName</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getTypeSettings</name>
		</method>
		<method>
			<name>getTypeSettingsProperties</name>
		</method>
		<method>
			<name>setTypeSettings</name>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTypeSettingsProperties</name>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_typeSettingsProperties</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExpandoRowImpl</name>
		<type>com.liferay.portlet.expando.model.impl.ExpandoRowImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ExpandoRowImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ExpandoTableImpl</name>
		<type>com.liferay.portlet.expando.model.impl.ExpandoTableImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ExpandoTableImpl</name>
		</method>
		<method>
			<name>isDefaultTable</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ExpandoValueImpl</name>
		<type>com.liferay.portlet.expando.model.impl.ExpandoValueImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ExpandoValueImpl</name>
		</method>
		<method>
			<name>getBoolean</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBooleanArray</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColumn</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDate</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDateArray</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDouble</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDoubleArray</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFloat</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFloatArray</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getInteger</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getIntegerArray</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLong</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLongArray</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNumber</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNumberArray</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSerializable</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getShort</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getShortArray</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getString</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStringArray</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setBoolean</name>
			<param>
				<name>data</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setBooleanArray</name>
			<param>
				<name>data</name>
				<type>boolean[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setColumn</name>
			<param>
				<name>column</name>
				<type>com.liferay.portlet.expando.model.ExpandoColumn</type>
			</param>
		</method>
		<method>
			<name>setDate</name>
			<param>
				<name>data</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setDateArray</name>
			<param>
				<name>data</name>
				<type>java.util.Date[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setDouble</name>
			<param>
				<name>data</name>
				<type>double</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setDoubleArray</name>
			<param>
				<name>data</name>
				<type>double[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setFloat</name>
			<param>
				<name>data</name>
				<type>float</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setFloatArray</name>
			<param>
				<name>data</name>
				<type>float[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setInteger</name>
			<param>
				<name>data</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setIntegerArray</name>
			<param>
				<name>data</name>
				<type>int[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setLong</name>
			<param>
				<name>data</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setLongArray</name>
			<param>
				<name>data</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setNumber</name>
			<param>
				<name>data</name>
				<type>java.lang.Number</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setNumberArray</name>
			<param>
				<name>data</name>
				<type>java.lang.Number[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setShort</name>
			<param>
				<name>data</name>
				<type>short</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setShortArray</name>
			<param>
				<name>data</name>
				<type>short[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setString</name>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setStringArray</name>
			<param>
				<name>data</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_EXPANDO_COMMA</name>
		</field>
		<field>
			<name>_column</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExpandoColumnLocalServiceImpl</name>
		<type>com.liferay.portlet.expando.service.impl.ExpandoColumnLocalServiceImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addColumn</name>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addColumn</name>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteColumn</name>
			<param>
				<name>column</name>
				<type>com.liferay.portlet.expando.model.ExpandoColumn</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteColumn</name>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteColumn</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteColumn</name>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteColumn</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteColumns</name>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteColumns</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteColumns</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColumn</name>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColumn</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColumn</name>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColumn</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColumns</name>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColumns</name>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColumns</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColumns</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>names</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColumns</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColumns</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnNames</name>
				<type>java.util.Collection</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColumnsCount</name>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColumnsCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColumnsCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultTableColumn</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultTableColumn</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultTableColumns</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultTableColumns</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultTableColumnsCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultTableColumnsCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateColumn</name>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateColumn</name>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateTypeSettings</name>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ExpandoColumnServiceImpl</name>
		<type>com.liferay.portlet.expando.service.impl.ExpandoColumnServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addColumn</name>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addColumn</name>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteColumn</name>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateColumn</name>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateColumn</name>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateTypeSettings</name>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ExpandoRowLocalServiceImpl</name>
		<type>com.liferay.portlet.expando.service.impl.ExpandoRowLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<method>
			<name>addRow</name>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRow</name>
			<param>
				<name>row</name>
				<type>com.liferay.portlet.expando.model.ExpandoRow</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRow</name>
			<param>
				<name>rowId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRow</name>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRow</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRow</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultTableRows</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultTableRows</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultTableRowsCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultTableRowsCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRow</name>
			<param>
				<name>rowId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRow</name>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRow</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRow</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRows</name>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRows</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRows</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRows</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getRows(long, String, String, int, int)}]]></deprecated>
		</method>
		<method>
			<name>getRowsCount</name>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRowsCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRowsCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRowsCount</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getRowsCount(long, String, String)}]]></deprecated>
		</method>
	</javadoc>
	<javadoc>
		<name>ExpandoTableLocalServiceImpl</name>
		<type>com.liferay.portlet.expando.service.impl.ExpandoTableLocalServiceImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addDefaultTable</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addDefaultTable</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addTable</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addTable</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #addTable(long, long, String)}]]></deprecated>
		</method>
		<method>
			<name>addTable</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addTable</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #addTable(long, String, String)}]]></deprecated>
		</method>
		<method>
			<name>deleteTable</name>
			<param>
				<name>table</name>
				<type>com.liferay.portlet.expando.model.ExpandoTable</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTable</name>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTable</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTable</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTables</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTables</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchDefaultTable</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchDefaultTable</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchTable</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultTable</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultTable</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTable</name>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTable</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTable</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getTable(long, long, String)}]]></deprecated>
		</method>
		<method>
			<name>getTable</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTable</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getTable(long, String, String)}]]></deprecated>
		</method>
		<method>
			<name>getTables</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTables</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateTable</name>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ExpandoValueLocalServiceImpl</name>
		<type>com.liferay.portlet.expando.service.impl.ExpandoValueLocalServiceImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>addValue</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>boolean[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>java.util.Date[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>double</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>double[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>float</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>float[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>int[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.Number</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.Number[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>short</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>short[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #addValue(long, String, String, String, long, boolean[])}]]></deprecated>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>boolean[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #addValue(long, String, String, String, long, boolean[])}]]></deprecated>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #addValue(long, String, String, String, long, Date[])}]]></deprecated>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>java.util.Date[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #addValue(long, String, String, String, long, Date[])}]]></deprecated>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>double</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #addValue(long, String, String, String, long, double[])}]]></deprecated>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>double[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #addValue(long, String, String, String, long, double[])}]]></deprecated>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>float</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #addValue(long, String, String, String, long, float[])}]]></deprecated>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>float[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #addValue(long, String, String, String, long, float[])}]]></deprecated>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #addValue(long, String, String, String, long, int[])}]]></deprecated>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>int[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #addValue(long, String, String, String, long, int[])}]]></deprecated>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #addValue(long, String, String, String, long, long[])}]]></deprecated>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #addValue(long, String, String, String, long, long[])}]]></deprecated>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #addValue(long, String, String, String, long, Object)}]]></deprecated>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>short</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #addValue(long, String, String, String, long, short[])}]]></deprecated>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>short[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #addValue(long, String, String, String, long, short[])}]]></deprecated>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #addValue(long, String, String, String, long, String[])}]]></deprecated>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #addValue(long, String, String, String, long, String[])}]]></deprecated>
		</method>
		<method>
			<name>addValues</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<param>
				<name>columns</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addValues</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>attributes</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addValues</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>attributes</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteColumnValues</name>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRowValues</name>
			<param>
				<name>rowId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTableValues</name>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteValue</name>
			<param>
				<name>value</name>
				<type>com.liferay.portlet.expando.model.ExpandoValue</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteValue</name>
			<param>
				<name>valueId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteValue</name>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<param>
				<name>rowId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteValues</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteValues</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColumnValues</name>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColumnValues</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColumnValues</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColumnValues</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColumnValues</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColumnValues</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getColumnValues(long, String, String, String, String, int, int)}]]></deprecated>
		</method>
		<method>
			<name>getColumnValuesCount</name>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColumnValuesCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColumnValuesCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColumnValuesCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColumnValuesCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getColumnValuesCount</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getColumnValuesCount(long, String, String, String, String)}]]></deprecated>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnNames</name>
				<type>java.util.Collection</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>boolean[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>java.util.Date[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>double</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>double[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>float</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>float[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>int[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>java.lang.Number</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>java.lang.Number[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>short</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>short[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getData(long, String, String, String, long)}]]></deprecated>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getData(long, String, String, String, long, boolean[])}]]></deprecated>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>boolean[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getData(long, String, String, String, long, boolean[])}]]></deprecated>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getData(long, String, String, String, long, Date[])}]]></deprecated>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>java.util.Date[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getData(long, String, String, String, long, Date[])}]]></deprecated>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>double</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getData(long, String, String, String, long, double[])}]]></deprecated>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>double[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getData(long, String, String, String, long, double[])}]]></deprecated>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>float</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getData(long, String, String, String, long, float[])}]]></deprecated>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>float[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getData(long, String, String, String, long, float[])}]]></deprecated>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getData(long, String, String, String, long, int[])}]]></deprecated>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>int[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getData(long, String, String, String, long, int[])}]]></deprecated>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getData(long, String, String, String, long, long[])}]]></deprecated>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getData(long, String, String, String, long, long[])}]]></deprecated>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>short</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getData(long, String, String, String, long, short[])}]]></deprecated>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>short[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getData(long, String, String, String, long, short[])}]]></deprecated>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getData(long, String, String, String, long, String[])}]]></deprecated>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>defaultData</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getData(long, String, String, String, long, String[])}]]></deprecated>
		</method>
		<method>
			<name>getDefaultTableColumnValues</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultTableColumnValues</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultTableColumnValuesCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultTableColumnValuesCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRowValues</name>
			<param>
				<name>rowId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRowValues</name>
			<param>
				<name>rowId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRowValues</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRowValues</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRowValuesCount</name>
			<param>
				<name>rowId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRowValuesCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRowValuesCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>valueId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<param>
				<name>rowId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getValue(long, long, String, String, long)}]]></deprecated>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #getValue(long, String, String, String, long)}]]></deprecated>
		</method>
		<method>
			<name>doAddValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>tableId</name>
				<type>long</type>
			</param>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doGetData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>value</name>
				<type>com.liferay.portlet.expando.model.ExpandoValue</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ExpandoValueServiceImpl</name>
		<type>com.liferay.portlet.expando.service.impl.ExpandoValueServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addValues</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>attributeValues</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnNames</name>
				<type>java.util.Collection</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getJSONData</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ExpandoColumnPermission</name>
		<type>com.liferay.portlet.expando.service.permission.ExpandoColumnPermission</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>column</name>
				<type>com.liferay.portlet.expando.model.ExpandoColumn</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>column</name>
				<type>com.liferay.portlet.expando.model.ExpandoColumn</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ExpandoColumnPermissionImpl</name>
		<type>com.liferay.portlet.expando.service.permission.ExpandoColumnPermissionImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>column</name>
				<type>com.liferay.portlet.expando.model.ExpandoColumn</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>column</name>
				<type>com.liferay.portlet.expando.model.ExpandoColumn</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ExpandoColumnPermissionUtil</name>
		<type>com.liferay.portlet.expando.service.permission.ExpandoColumnPermissionUtil</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>column</name>
				<type>com.liferay.portlet.expando.model.ExpandoColumn</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>column</name>
				<type>com.liferay.portlet.expando.model.ExpandoColumn</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>columnId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tableName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getExpandoColumnPermission</name>
		</method>
		<method>
			<name>setExpandoColumnPermission</name>
			<param>
				<name>expandoColumnPermission</name>
				<type>com.liferay.portlet.expando.service.permission.ExpandoColumnPermission</type>
			</param>
		</method>
		<field>
			<name>_expandoColumnPermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExpandoBridgeFactory</name>
		<type>com.liferay.portlet.expando.util.ExpandoBridgeFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getExpandoBridge</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getExpandoBridge</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ExpandoBridgeFactoryImpl</name>
		<type>com.liferay.portlet.expando.util.ExpandoBridgeFactoryImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getExpandoBridge</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getExpandoBridge</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ExpandoBridgeFactoryUtil</name>
		<type>com.liferay.portlet.expando.util.ExpandoBridgeFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getExpandoBridge</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getExpandoBridge</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getExpandoBridge</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[{@link #getExpandoBridge(long, String)}]]></deprecated>
		</method>
		<method>
			<name>getExpandoBridge</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<deprecated><![CDATA[{@link #getExpandoBridge(long, String, long)}]]></deprecated>
		</method>
		<method>
			<name>getExpandoBridgeFactory</name>
		</method>
		<method>
			<name>setExpandoBridgeFactory</name>
			<param>
				<name>expandoBridgeFactory</name>
				<type>com.liferay.portlet.expando.util.ExpandoBridgeFactory</type>
			</param>
		</method>
		<field>
			<name>_expandoBridgeFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExpandoBridgeIndexer</name>
		<type>com.liferay.portlet.expando.util.ExpandoBridgeIndexer</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addAttributes</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>expandoBridge</name>
				<type>com.liferay.portlet.expando.model.ExpandoBridge</type>
			</param>
		</method>
		<method>
			<name>encodeFieldName</name>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ExpandoBridgeIndexerImpl</name>
		<type>com.liferay.portlet.expando.util.ExpandoBridgeIndexerImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addAttributes</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>expandoBridge</name>
				<type>com.liferay.portlet.expando.model.ExpandoBridge</type>
			</param>
		</method>
		<method>
			<name>encodeFieldName</name>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addAttribute</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>expandoColumn</name>
				<type>com.liferay.portlet.expando.model.ExpandoColumn</type>
			</param>
			<param>
				<name>expandoValues</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doAddAttributes</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>expandoBridge</name>
				<type>com.liferay.portlet.expando.model.ExpandoBridge</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>FIELD_NAMESPACE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExpandoBridgeIndexerUtil</name>
		<type>com.liferay.portlet.expando.util.ExpandoBridgeIndexerUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addAttributes</name>
			<param>
				<name>doc</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>expandoBridge</name>
				<type>com.liferay.portlet.expando.model.ExpandoBridge</type>
			</param>
		</method>
		<method>
			<name>encodeFieldName</name>
			<param>
				<name>columnName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getExpandoBridgeIndexer</name>
		</method>
		<method>
			<name>setExpandoBridgeIndexer</name>
			<param>
				<name>expandoBridgeIndexer</name>
				<type>com.liferay.portlet.expando.util.ExpandoBridgeIndexer</type>
			</param>
		</method>
		<field>
			<name>_expandoBridgeIndexer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExpandoConverterUtil</name>
		<type>com.liferay.portlet.expando.util.ExpandoConverterUtil</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getAttributeFromString</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>attribute</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAttributeFromStringArray</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>attribute</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getStringFromAttribute</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>attribute</name>
				<type>java.io.Serializable</type>
			</param>
		</method>
		<method>
			<name>_getDateFormat</name>
		</method>
	</javadoc>
	<javadoc>
		<name>CustomAttributesDisplayComparator</name>
		<type>com.liferay.portlet.expando.util.comparator.CustomAttributesDisplayComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CustomAttributesDisplayComparator</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>customAttributesDisplay1</name>
				<type>com.liferay.portlet.expando.model.CustomAttributesDisplay</type>
			</param>
			<param>
				<name>customAttributesDisplay2</name>
				<type>com.liferay.portlet.expando.model.CustomAttributesDisplay</type>
			</param>
		</method>
		<field>
			<name>_modelResourceComparator</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EditEntryAction</name>
		<type>com.liferay.portlet.flags.action.EditEntryAction</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>FlagsRequest</name>
		<type>com.liferay.portlet.flags.messaging.FlagsRequest</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FlagsRequest</name>
		</method>
		<method>
			<name>FlagsRequest</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>reporterEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>reportedUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>contentTitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>contentURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>reason</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getClassPK</name>
		</method>
		<method>
			<name>getComments</name>
		</method>
		<method>
			<name>getContentTitle</name>
		</method>
		<method>
			<name>getContentURL</name>
		</method>
		<method>
			<name>getReason</name>
		</method>
		<method>
			<name>getReportedUserId</name>
		</method>
		<method>
			<name>getReporterEmailAddress</name>
		</method>
		<method>
			<name>getServiceContext</name>
		</method>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClassPK</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setComments</name>
			<param>
				<name>comments</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setContentTitle</name>
			<param>
				<name>contentTitle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setContentURL</name>
			<param>
				<name>contentURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setReason</name>
			<param>
				<name>reason</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setReportedUserId</name>
			<param>
				<name>reportedUserId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setReporterEmailAddress</name>
			<param>
				<name>reporterEmailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setServiceContext</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_classPK</name>
		</field>
		<field>
			<name>_comments</name>
		</field>
		<field>
			<name>_contentTitle</name>
		</field>
		<field>
			<name>_contentURL</name>
		</field>
		<field>
			<name>_reason</name>
		</field>
		<field>
			<name>_reportedUserId</name>
		</field>
		<field>
			<name>_reporterEmailAddress</name>
		</field>
		<field>
			<name>_serviceContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FlagsRequestMessageListener</name>
		<type>com.liferay.portlet.flags.messaging.FlagsRequestMessageListener</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRecipients</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>notify</name>
			<param>
				<name>company</name>
				<type>com.liferay.portal.model.Company</type>
			</param>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>reporterEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>reporterUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>reportedEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>reportedUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>reportedUserURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>contentId</name>
				<type>long</type>
			</param>
			<param>
				<name>contentTitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>contentType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>contentURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>reason</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FlagsEntryServiceImpl</name>
		<type>com.liferay.portlet.flags.service.impl.FlagsEntryServiceImpl</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>addEntry</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>reporterEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>reportedUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>contentTitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>contentURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>reason</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>GroupPagesControlPanelEntry</name>
		<type>com.liferay.portlet.grouppages.GroupPagesControlPanelEntry</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>isVisible</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isVisible</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>category</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditLayoutsAction</name>
		<type>com.liferay.portlet.grouppages.action.EditLayoutsAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getGroup</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>HelloWorldPortlet</name>
		<type>com.liferay.portlet.helloworld.HelloWorldPortlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doView</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>processAction</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>IFramePortlet</name>
		<type>com.liferay.portlet.iframe.IFramePortlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>init</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<field>
			<name>DEFAULT_EDIT_ACTION</name>
		</field>
		<field>
			<name>DEFAULT_VIEW_ACTION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ConfigurationActionImpl</name>
		<type>com.liferay.portlet.iframe.action.ConfigurationActionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ViewAction</name>
		<type>com.liferay.portlet.iframe.action.ViewAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPassword</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSrc</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
		</method>
		<method>
			<name>getUserName</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>transformSrc</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>IFrameUtil</name>
		<type>com.liferay.portlet.iframe.util.IFrameUtil</type>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>getPassword</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserName</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isPasswordTokenEnabled</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ViewAction</name>
		<type>com.liferay.portlet.imagegallerydisplay.action.ViewAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ViewSlideShowAction</name>
		<type>com.liferay.portlet.imagegallerydisplay.action.ViewSlideShowAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>IGUtil</name>
		<type>com.liferay.portlet.imagegallerydisplay.util.IGUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addPortletBreadcrumbEntries</name>
			<param>
				<name>folder</name>
				<type>com.liferay.portal.kernel.repository.model.Folder</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addPortletBreadcrumbEntries</name>
			<param>
				<name>folderId</name>
				<type>long</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ConfigurationActionImpl</name>
		<type>com.liferay.portlet.invitation.action.ConfigurationActionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateEmailMessage</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ViewAction</name>
		<type>com.liferay.portlet.invitation.action.ViewAction</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>InvitationUtil</name>
		<type>com.liferay.portlet.invitation.util.InvitationUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getEmailMessageBody</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailMessageMaxRecipients</name>
		</method>
		<method>
			<name>getEmailMessageSubject</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ArticleContentException</name>
		<type>com.liferay.portlet.journal.ArticleContentException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ArticleContentException</name>
		</method>
		<method>
			<name>ArticleContentException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ArticleContentException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ArticleContentException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ArticleContentSizeException</name>
		<type>com.liferay.portlet.journal.ArticleContentSizeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Vilmos Papp]]></author>
		<method>
			<name>ArticleContentSizeException</name>
		</method>
		<method>
			<name>ArticleContentSizeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ArticleContentSizeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ArticleContentSizeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ArticleDisplayDateException</name>
		<type>com.liferay.portlet.journal.ArticleDisplayDateException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ArticleDisplayDateException</name>
		</method>
		<method>
			<name>ArticleDisplayDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ArticleDisplayDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ArticleDisplayDateException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ArticleExpirationDateException</name>
		<type>com.liferay.portlet.journal.ArticleExpirationDateException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ArticleExpirationDateException</name>
		</method>
		<method>
			<name>ArticleExpirationDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ArticleExpirationDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ArticleExpirationDateException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ArticleIdException</name>
		<type>com.liferay.portlet.journal.ArticleIdException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ArticleIdException</name>
		</method>
		<method>
			<name>ArticleIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ArticleIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ArticleIdException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ArticleReviewDateException</name>
		<type>com.liferay.portlet.journal.ArticleReviewDateException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ArticleReviewDateException</name>
		</method>
		<method>
			<name>ArticleReviewDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ArticleReviewDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ArticleReviewDateException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ArticleSmallImageNameException</name>
		<type>com.liferay.portlet.journal.ArticleSmallImageNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ArticleSmallImageNameException</name>
		</method>
		<method>
			<name>ArticleSmallImageNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ArticleSmallImageNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ArticleSmallImageNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ArticleSmallImageSizeException</name>
		<type>com.liferay.portlet.journal.ArticleSmallImageSizeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ArticleSmallImageSizeException</name>
		</method>
		<method>
			<name>ArticleSmallImageSizeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ArticleSmallImageSizeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ArticleSmallImageSizeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ArticleTitleException</name>
		<type>com.liferay.portlet.journal.ArticleTitleException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ArticleTitleException</name>
		</method>
		<method>
			<name>ArticleTitleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ArticleTitleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ArticleTitleException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ArticleTypeException</name>
		<type>com.liferay.portlet.journal.ArticleTypeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ArticleTypeException</name>
		</method>
		<method>
			<name>ArticleTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ArticleTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ArticleTypeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ArticleVersionException</name>
		<type>com.liferay.portlet.journal.ArticleVersionException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ArticleVersionException</name>
		</method>
		<method>
			<name>ArticleVersionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ArticleVersionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ArticleVersionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateArticleIdException</name>
		<type>com.liferay.portlet.journal.DuplicateArticleIdException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateArticleIdException</name>
		</method>
		<method>
			<name>DuplicateArticleIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateArticleIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateArticleIdException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateArticleImageIdException</name>
		<type>com.liferay.portlet.journal.DuplicateArticleImageIdException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateArticleImageIdException</name>
		</method>
		<method>
			<name>DuplicateArticleImageIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateArticleImageIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateArticleImageIdException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateFeedIdException</name>
		<type>com.liferay.portlet.journal.DuplicateFeedIdException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateFeedIdException</name>
		</method>
		<method>
			<name>DuplicateFeedIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateFeedIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateFeedIdException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateStructureElementException</name>
		<type>com.liferay.portlet.journal.DuplicateStructureElementException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateStructureElementException</name>
		</method>
		<method>
			<name>DuplicateStructureElementException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateStructureElementException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateStructureElementException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateStructureIdException</name>
		<type>com.liferay.portlet.journal.DuplicateStructureIdException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateStructureIdException</name>
		</method>
		<method>
			<name>DuplicateStructureIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateStructureIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateStructureIdException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateTemplateIdException</name>
		<type>com.liferay.portlet.journal.DuplicateTemplateIdException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateTemplateIdException</name>
		</method>
		<method>
			<name>DuplicateTemplateIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateTemplateIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateTemplateIdException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FeedContentFieldException</name>
		<type>com.liferay.portlet.journal.FeedContentFieldException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FeedContentFieldException</name>
		</method>
		<method>
			<name>FeedContentFieldException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>FeedContentFieldException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>FeedContentFieldException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FeedIdException</name>
		<type>com.liferay.portlet.journal.FeedIdException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FeedIdException</name>
		</method>
		<method>
			<name>FeedIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>FeedIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>FeedIdException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FeedNameException</name>
		<type>com.liferay.portlet.journal.FeedNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FeedNameException</name>
		</method>
		<method>
			<name>FeedNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>FeedNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>FeedNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FeedTargetLayoutFriendlyUrlException</name>
		<type>com.liferay.portlet.journal.FeedTargetLayoutFriendlyUrlException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FeedTargetLayoutFriendlyUrlException</name>
		</method>
		<method>
			<name>FeedTargetLayoutFriendlyUrlException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>FeedTargetLayoutFriendlyUrlException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>FeedTargetLayoutFriendlyUrlException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FeedTargetPortletIdException</name>
		<type>com.liferay.portlet.journal.FeedTargetPortletIdException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FeedTargetPortletIdException</name>
		</method>
		<method>
			<name>FeedTargetPortletIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>FeedTargetPortletIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>FeedTargetPortletIdException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalArticleCustomAttributesDisplay</name>
		<type>com.liferay.portlet.journal.JournalArticleCustomAttributesDisplay</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NoSuchArticleException</name>
		<type>com.liferay.portlet.journal.NoSuchArticleException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchArticleException</name>
		</method>
		<method>
			<name>NoSuchArticleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchArticleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchArticleException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchArticleImageException</name>
		<type>com.liferay.portlet.journal.NoSuchArticleImageException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchArticleImageException</name>
		</method>
		<method>
			<name>NoSuchArticleImageException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchArticleImageException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchArticleImageException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchArticleResourceException</name>
		<type>com.liferay.portlet.journal.NoSuchArticleResourceException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchArticleResourceException</name>
		</method>
		<method>
			<name>NoSuchArticleResourceException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchArticleResourceException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchArticleResourceException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchContentSearchException</name>
		<type>com.liferay.portlet.journal.NoSuchContentSearchException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchContentSearchException</name>
		</method>
		<method>
			<name>NoSuchContentSearchException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchContentSearchException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchContentSearchException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchFeedException</name>
		<type>com.liferay.portlet.journal.NoSuchFeedException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchFeedException</name>
		</method>
		<method>
			<name>NoSuchFeedException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchFeedException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchFeedException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchStructureException</name>
		<type>com.liferay.portlet.journal.NoSuchStructureException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchStructureException</name>
		</method>
		<method>
			<name>NoSuchStructureException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchStructureException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchStructureException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchTemplateException</name>
		<type>com.liferay.portlet.journal.NoSuchTemplateException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchTemplateException</name>
		</method>
		<method>
			<name>NoSuchTemplateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchTemplateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchTemplateException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RequiredStructureException</name>
		<type>com.liferay.portlet.journal.RequiredStructureException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RequiredStructureException</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getType</name>
		</method>
		<field>
			<name>REFERENCED_STRUCTURE</name>
		</field>
		<field>
			<name>REFERENCED_TEMPLATE</name>
		</field>
		<field>
			<name>REFERENCED_WEB_CONTENT</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RequiredTemplateException</name>
		<type>com.liferay.portlet.journal.RequiredTemplateException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RequiredTemplateException</name>
		</method>
		<method>
			<name>RequiredTemplateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RequiredTemplateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RequiredTemplateException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>StructureIdException</name>
		<type>com.liferay.portlet.journal.StructureIdException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>StructureIdException</name>
		</method>
		<method>
			<name>StructureIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>StructureIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>StructureIdException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>StructureInheritanceException</name>
		<type>com.liferay.portlet.journal.StructureInheritanceException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>StructureInheritanceException</name>
		</method>
		<method>
			<name>StructureInheritanceException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>StructureInheritanceException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>StructureInheritanceException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>StructureNameException</name>
		<type>com.liferay.portlet.journal.StructureNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>StructureNameException</name>
		</method>
		<method>
			<name>StructureNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>StructureNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>StructureNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>StructureXsdException</name>
		<type>com.liferay.portlet.journal.StructureXsdException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>StructureXsdException</name>
		</method>
		<method>
			<name>StructureXsdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>StructureXsdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>StructureXsdException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TemplateIdException</name>
		<type>com.liferay.portlet.journal.TemplateIdException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TemplateIdException</name>
		</method>
		<method>
			<name>TemplateIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>TemplateIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>TemplateIdException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TemplateNameException</name>
		<type>com.liferay.portlet.journal.TemplateNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TemplateNameException</name>
		</method>
		<method>
			<name>TemplateNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>TemplateNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>TemplateNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TemplateSmallImageNameException</name>
		<type>com.liferay.portlet.journal.TemplateSmallImageNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TemplateSmallImageNameException</name>
		</method>
		<method>
			<name>TemplateSmallImageNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>TemplateSmallImageNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>TemplateSmallImageNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TemplateSmallImageSizeException</name>
		<type>com.liferay.portlet.journal.TemplateSmallImageSizeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TemplateSmallImageSizeException</name>
		</method>
		<method>
			<name>TemplateSmallImageSizeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>TemplateSmallImageSizeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>TemplateSmallImageSizeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TemplateXslException</name>
		<type>com.liferay.portlet.journal.TemplateXslException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TemplateXslException</name>
		</method>
		<method>
			<name>TemplateXslException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>TemplateXslException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>TemplateXslException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.journal.action.ActionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getArticle</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getArticle</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFeed</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFeed</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getStructure</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getStructure</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTemplate</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTemplate</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ConfigurationActionImpl</name>
		<type>com.liferay.portlet.journal.action.ConfigurationActionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateEmailArticleAdded</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateEmailArticleApprovalDenied</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateEmailArticleApprovalGranted</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateEmailArticleApprovalRequested</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateEmailArticleReview</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateEmailArticleUpdated</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateEmailFrom</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CopyArticleAction</name>
		<type>com.liferay.portlet.journal.action.CopyArticleAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyArticle</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CopyStructureAction</name>
		<type>com.liferay.portlet.journal.action.CopyStructureAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyStructure</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CopyTemplateAction</name>
		<type>com.liferay.portlet.journal.action.CopyTemplateAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyTemplate</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditArticleAction</name>
		<type>com.liferay.portlet.journal.action.EditArticleAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteArticles</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>expireArticles</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getImages</name>
			<param>
				<name>uploadPortletRequest</name>
				<type>com.liferay.portal.kernel.upload.UploadPortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getSaveAndContinueRedirect</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<param>
				<name>redirect</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>hasArticle</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>removeArticlesLocale</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>subscribeArticles</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>unsubscribeArticles</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateArticle</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateContentSearch</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>portletResource</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>VERSION_SEPARATOR</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EditFeedAction</name>
		<type>com.liferay.portlet.journal.action.EditFeedAction</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteFeeds</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateFeed</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditStructureAction</name>
		<type>com.liferay.portlet.journal.action.EditStructureAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteStructures</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getSaveAndContinueRedirect</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>structure</name>
				<type>com.liferay.portlet.journal.model.JournalStructure</type>
			</param>
			<param>
				<name>redirect</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateStructure</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditTemplateAction</name>
		<type>com.liferay.portlet.journal.action.EditTemplateAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteTemplates</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getSaveAndContinueRedirect</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>template</name>
				<type>com.liferay.portlet.journal.model.JournalTemplate</type>
			</param>
			<param>
				<name>redirect</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getXsl</name>
			<param>
				<name>uploadPortletRequest</name>
				<type>com.liferay.portal.kernel.upload.UploadPortletRequest</type>
			</param>
		</method>
		<method>
			<name>updateTemplate</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GetArticleAction</name>
		<type>com.liferay.portlet.journal.action.GetArticleAction</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addProcessingInstructions</name>
			<param>
				<name>doc</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
		</method>
		<method>
			<name>addStyleSheet</name>
			<param>
				<name>doc</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.util.Map</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>GetArticleContentAction</name>
		<type>com.liferay.portlet.journal.action.GetArticleContentAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>GetArticlesAction</name>
		<type>com.liferay.portlet.journal.action.GetArticlesAction</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getArticles</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>articles</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GetLatestArticleContentAction</name>
		<type>com.liferay.portlet.journal.action.GetLatestArticleContentAction</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>GetStructureAction</name>
		<type>com.liferay.portlet.journal.action.GetStructureAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>GetStructureContentAction</name>
		<type>com.liferay.portlet.journal.action.GetStructureContentAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>GetTemplateAction</name>
		<type>com.liferay.portlet.journal.action.GetTemplateAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTemplateId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>GetTemplateContentAction</name>
		<type>com.liferay.portlet.journal.action.GetTemplateContentAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RSSAction</name>
		<type>com.liferay.portlet.journal.action.RSSAction</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>serveResource</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportToRSS</name>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<param>
				<name>feed</name>
				<type>com.liferay.portlet.journal.model.JournalFeed</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getEntryURL</name>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>feed</name>
				<type>com.liferay.portlet.journal.model.JournalFeed</type>
			</param>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRSS</name>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processContent</name>
			<param>
				<name>feed</name>
				<type>com.liferay.portlet.journal.model.JournalFeed</type>
			</param>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>syndEntry</name>
				<type>com.sun.syndication.feed.synd.SyndEntry</type>
			</param>
			<param>
				<name>syndContent</name>
				<type>com.sun.syndication.feed.synd.SyndContent</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processURL</name>
			<param>
				<name>feed</name>
				<type>com.liferay.portlet.journal.model.JournalFeed</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>syndEntry</name>
				<type>com.sun.syndication.feed.synd.SyndEntry</type>
			</param>
		</method>
		<field>
			<name>_XML_REQUUEST</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ViewArticleContentAction</name>
		<type>com.liferay.portlet.journal.action.ViewArticleContentAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>previewArticleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>root</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>uploadServletRequest</name>
				<type>com.liferay.portal.kernel.upload.UploadServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalArticleAssetRenderer</name>
		<type>com.liferay.portlet.journal.asset.JournalArticleAssetRenderer</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Sergio González]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>JournalArticleAssetRenderer</name>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
		</method>
		<method>
			<name>getArticle</name>
		</method>
		<method>
			<name>getAvailableLocales</name>
		</method>
		<method>
			<name>getClassPK</name>
		</method>
		<method>
			<name>getDiscussionPath</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getSummary</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getURLEdit</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getURLExport</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
		</method>
		<method>
			<name>getUrlTitle</name>
		</method>
		<method>
			<name>getURLViewInContext</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<param>
				<name>noSuchEntryRedirect</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>getViewInContextMessage</name>
		</method>
		<method>
			<name>hasEditPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
		</method>
		<method>
			<name>hasViewPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
		</method>
		<method>
			<name>isConvertible</name>
		</method>
		<method>
			<name>isDisplayable</name>
		</method>
		<method>
			<name>isLocalizable</name>
		</method>
		<method>
			<name>isPrintable</name>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>_article</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalArticleAssetRendererFactory</name>
		<type>com.liferay.portlet.journal.asset.JournalArticleAssetRendererFactory</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>getAssetRenderer</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAssetRenderer</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>urlTitle</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getClassTypes</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getURLAdd</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isLinkable</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
		<field>
			<name>TYPE</name>
		</field>
		<field>
			<name>_LINKABLE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalArticleAtomCollectionProvider</name>
		<type>com.liferay.portlet.journal.atom.JournalArticleAtomCollectionProvider</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>getCollectionName</name>
		</method>
		<method>
			<name>getEntryAuthors</name>
			<param>
				<name>journalArticle</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
		</method>
		<method>
			<name>getEntryContent</name>
			<param>
				<name>journalArticle</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
		</method>
		<method>
			<name>getEntryId</name>
			<param>
				<name>journalArticle</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
		</method>
		<method>
			<name>getEntrySummary</name>
			<param>
				<name>entry</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
		</method>
		<method>
			<name>getEntryTitle</name>
			<param>
				<name>journalArticle</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
		</method>
		<method>
			<name>getEntryUpdated</name>
			<param>
				<name>journalArticle</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
		</method>
		<method>
			<name>getFeedTitle</name>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
		</method>
		<method>
			<name>doDeleteEntry</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetEntry</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetFeedEntries</name>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doPostEntry</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doPutEntry</name>
			<param>
				<name>journalArticle</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_COLLECTION_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalContentPortletDataHandlerImpl</name>
		<type>com.liferay.portlet.journal.lar.JournalContentPortletDataHandlerImpl</type>
		<comment><![CDATA[<p>
Provides the Journal Content portlet export and import functionality, which is to clone the article, structure, and template referenced in the Journal Content portlet if the article is associated with the layout's group. Upon import, a new instance of the corresponding article, structure, and template will be created or updated. The author of the newly created objects are determined by the JournalCreationStrategy class defined in <i>portal.properties</i>.
</p>

<p>
This <code>PortletDataHandler</code> differs from from <code>JournalPortletDataHandlerImpl</code> in that it only exports articles referenced in Journal Content portlets. Articles not displayed in Journal Content portlets will not be exported unless <code>JournalPortletDataHandlerImpl</code> is activated.
</p>]]></comment>
		<author><![CDATA[Joel Kozikowski]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<see><![CDATA[com.liferay.portal.kernel.lar.PortletDataHandler]]></see>
		<see><![CDATA[com.liferay.portlet.journal.lar.JournalCreationStrategy]]></see>
		<see><![CDATA[com.liferay.portlet.journal.lar.JournalPortletDataHandlerImpl]]></see>
		<method>
			<name>getDataPortletPreferences</name>
		</method>
		<method>
			<name>getExportControls</name>
		</method>
		<method>
			<name>getExportMetadataControls</name>
		</method>
		<method>
			<name>getImportControls</name>
		</method>
		<method>
			<name>getImportMetadataControls</name>
		</method>
		<method>
			<name>isAlwaysExportable</name>
		</method>
		<method>
			<name>isAlwaysStaged</name>
		</method>
		<method>
			<name>isDataLocalized</name>
		</method>
		<method>
			<name>isPublishToLiveByDefault</name>
		</method>
		<method>
			<name>doDeleteData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doExportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_ALWAYS_EXPORTABLE</name>
		</field>
		<field>
			<name>_ALWAYS_STAGED</name>
		</field>
		<field>
			<name>_DATA_LOCALIZED</name>
		</field>
		<field>
			<name>_NAMESPACE</name>
		</field>
		<field>
			<name>_PUBLISH_TO_LIVE_BY_DEFAULT</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_embeddedAssets</name>
		</field>
		<field>
			<name>_selectedArticles</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalCreationStrategy</name>
		<type>com.liferay.portlet.journal.lar.JournalCreationStrategy</type>
		<comment><![CDATA[<p>
An interface defining how newly created content should be added to the Journal when imported from a LAR file. A class implementing this interface should be specified in <i>portal.properties</i> under the <b>journal.lar.creation.strategy</b> property.
</p>]]></comment>
		<author><![CDATA[Joel Kozikowski]]></author>
		<method>
			<name>addGroupPermissions</name>
			<comment><![CDATA[Returns <code>true</code> if the default group permissions should be added when the specified journalObj is created.]]></comment>
			<param>
				<name>context</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>journalObj</name>
				<type>java.lang.Object</type>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if default group permissions should be added to the specified journalObj]]></comment>
			</return>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addGuestPermissions</name>
			<comment><![CDATA[Returns <code>true</code> if the default guest permissions should be added when the specified journalObj is created.]]></comment>
			<param>
				<name>context</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>journalObj</name>
				<type>java.lang.Object</type>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if default guest permissions should be added to the specified journalObj]]></comment>
			</return>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getAuthorUserId</name>
			<comment><![CDATA[Returns the author's user ID to assign to newly created content. If zero is returned, the default user ID import strategy will determine the author ID.]]></comment>
			<param>
				<name>context</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>journalObj</name>
				<type>java.lang.Object</type>
			</param>
			<return>
				<comment><![CDATA[the author's user ID or USE_DEFAULT_USER_ID_STRATEGY to use the default user ID strategy]]></comment>
			</return>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTransformedContent</name>
			<comment><![CDATA[Gives the content creation strategy an opportunity to transform the content before the new article is saved to the database. Possible use cases include using Velocity to merge in group specific values into the text. Returns the new content to assign to the article. If <code>null</code> is returned, the article content will be added unchanged.]]></comment>
			<param>
				<name>context</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>newArticle</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<return>
				<comment><![CDATA[the transformed content to save in the database or ARTICLE_CONTENT_UNCHANGED if the content should be added unchanged]]></comment>
			</return>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>ARTICLE_CONTENT_UNCHANGED</name>
			<comment><![CDATA[Constant returned by getTransformedContent() to indicate that the article text should remained unchanged.]]></comment>
		</field>
		<field>
			<name>USE_DEFAULT_USER_ID_STRATEGY</name>
			<comment><![CDATA[Constant returned by getAuthorUserId() that indicates the default portlet data import user ID strategy that should be used to determine the user ID.]]></comment>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalCreationStrategyFactory</name>
		<type>com.liferay.portlet.journal.lar.JournalCreationStrategyFactory</type>
		<author><![CDATA[Joel Kozikowski]]></author>
		<method>
			<name>getInstance</name>
		</method>
		<method>
			<name>setInstance</name>
			<param>
				<name>journalCreationStrategy</name>
				<type>com.liferay.portlet.journal.lar.JournalCreationStrategy</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_journalCreationStrategy</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalCreationStrategyImpl</name>
		<type>com.liferay.portlet.journal.lar.JournalCreationStrategyImpl</type>
		<comment><![CDATA[<p>
Provides the strategy for creating new content when new Journal content is imported into a layout set from a LAR. The default strategy implemented by this class is to return zero for the author and approval user IDs, which causes the default user ID import strategy to be used. Content will be added as is with no transformations.
</p>]]></comment>
		<author><![CDATA[Joel Kozikowski]]></author>
		<see><![CDATA[com.liferay.portlet.journal.lar.JournalContentPortletDataHandlerImpl]]></see>
		<see><![CDATA[com.liferay.portlet.journal.lar.JournalPortletDataHandlerImpl]]></see>
		<method>
			<name>addGroupPermissions</name>
			<param>
				<name>context</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>journalObj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addGuestPermissions</name>
			<param>
				<name>context</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>journalObj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getAuthorUserId</name>
			<param>
				<name>context</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>journalObj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTransformedContent</name>
			<param>
				<name>context</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>newArticle</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalPortletDataHandlerImpl</name>
		<type>com.liferay.portlet.journal.lar.JournalPortletDataHandlerImpl</type>
		<comment><![CDATA[<p>
Provides the Journal portlet export and import functionality, which is to clone all articles, structures, and templates associated with the layout's group. Upon import, new instances of the corresponding articles, structures, and templates are created or updated according to the DATA_MIRROW strategy The author of the newly created objects are determined by the JournalCreationStrategy class defined in <i>portal.properties</i>. That strategy also allows the text of the journal article to be modified prior to import.
</p>

<p>
This <code>PortletDataHandler</code> differs from <code>JournalContentPortletDataHandlerImpl</code> in that it exports all articles owned by the group whether or not they are actually displayed in a portlet in the layout set.
</p>]]></comment>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Joel Kozikowski]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Karthik Sudarshan]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<see><![CDATA[com.liferay.portal.kernel.lar.PortletDataHandler]]></see>
		<see><![CDATA[com.liferay.portlet.journal.lar.JournalContentPortletDataHandlerImpl]]></see>
		<see><![CDATA[com.liferay.portlet.journal.lar.JournalCreationStrategy]]></see>
		<method>
			<name>exportArticle</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>articlesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>structuresElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>templatesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlFileEntryTypesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlFoldersElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlFileEntriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlFileRanksElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlRepositoriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlRepositoryEntriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<param>
				<name>preferenceTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkDateRange</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportReferencedContent</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>dlFileEntryTypesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlFoldersElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlFileEntriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlFileRanksElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlRepositoriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlRepositoryEntriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>entityElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getArticlePath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getMetadataControls</name>
		</method>
		<method>
			<name>importArticle</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>articleElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importFeed</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>feedElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importReferencedContent</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importReferencedData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>entityElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importStructure</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>structureElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importTemplate</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>templateElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getExportControls</name>
		</method>
		<method>
			<name>getExportMetadataControls</name>
		</method>
		<method>
			<name>getImportControls</name>
		</method>
		<method>
			<name>getImportMetadataControls</name>
		</method>
		<method>
			<name>isAlwaysExportable</name>
		</method>
		<method>
			<name>isDataLocalized</name>
		</method>
		<method>
			<name>isPublishToLiveByDefault</name>
		</method>
		<method>
			<name>exportDLFileEntries</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>dlFileEntryTypesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlFoldersElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlFileEntriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlFileRanksElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlRepositoriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlRepositoryEntriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>entityElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>checkDateRange</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportFeed</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>feedsElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>feed</name>
				<type>com.liferay.portlet.journal.model.JournalFeed</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportLayoutFriendlyURLs</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>exportLinksToLayout</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportStructure</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>structuresElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>structure</name>
				<type>com.liferay.portlet.journal.model.JournalStructure</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportTemplate</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>templatesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlFileEntryTypesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlFoldersElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlFileEntriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlFileRanksElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlRepositoriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlRepositoryEntriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>template</name>
				<type>com.liferay.portlet.journal.model.JournalTemplate</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getArticleImagePath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getArticleImagePath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<param>
				<name>articleImage</name>
				<type>com.liferay.portlet.journal.model.JournalArticleImage</type>
			</param>
			<param>
				<name>image</name>
				<type>com.liferay.portal.model.Image</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getArticleSmallImagePath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFeedPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>feed</name>
				<type>com.liferay.portlet.journal.model.JournalFeed</type>
			</param>
		</method>
		<method>
			<name>getStructurePath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>structure</name>
				<type>com.liferay.portlet.journal.model.JournalStructure</type>
			</param>
		</method>
		<method>
			<name>getTemplatePath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>template</name>
				<type>com.liferay.portlet.journal.model.JournalTemplate</type>
			</param>
		</method>
		<method>
			<name>getTemplateSmallImagePath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>template</name>
				<type>com.liferay.portlet.journal.model.JournalTemplate</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importDLFileEntries</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>parentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importLinksToLayout</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>prepareLanguagesForImport</name>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>doDeleteData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doExportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_ALWAYS_EXPORTABLE</name>
		</field>
		<field>
			<name>_DATA_LOCALIZED</name>
		</field>
		<field>
			<name>_NAMESPACE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_articles</name>
		</field>
		<field>
			<name>_embeddedAssets</name>
		</field>
		<field>
			<name>_exportLinksToLayoutPattern</name>
		</field>
		<field>
			<name>_importLinksToLayoutPattern</name>
		</field>
		<field>
			<name>_metadataControls</name>
		</field>
		<field>
			<name>_structuresTemplatesAndFeeds</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CheckArticleMessageListener</name>
		<type>com.liferay.portlet.journal.messaging.CheckArticleMessageListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalArticleConstants</name>
		<type>com.liferay.portlet.journal.model.JournalArticleConstants</type>
		<author><![CDATA[Alexander Chow]]></author>
		<field>
			<name>ASSET_ENTRY_CREATION_STATUSES</name>
		</field>
		<field>
			<name>CANONICAL_URL_SEPARATOR</name>
		</field>
		<field>
			<name>PORTLET</name>
		</field>
		<field>
			<name>STAND_ALONE</name>
		</field>
		<field>
			<name>TYPES</name>
		</field>
		<field>
			<name>VERSION_DEFAULT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalArticleDisplay</name>
		<type>com.liferay.portlet.journal.model.JournalArticleDisplay</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getArticleId</name>
		</method>
		<method>
			<name>getAvailableLocales</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getContent</name>
		</method>
		<method>
			<name>getCurrentPage</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getId</name>
		</method>
		<method>
			<name>getNumberOfPages</name>
		</method>
		<method>
			<name>getResourcePrimKey</name>
		</method>
		<method>
			<name>getSmallImageId</name>
		</method>
		<method>
			<name>getSmallImageURL</name>
		</method>
		<method>
			<name>getStructureId</name>
		</method>
		<method>
			<name>getTemplateId</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getUrlTitle</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getVersion</name>
		</method>
		<method>
			<name>isCacheable</name>
		</method>
		<method>
			<name>isPaginate</name>
		</method>
		<method>
			<name>isSmallImage</name>
		</method>
		<method>
			<name>setCacheable</name>
			<param>
				<name>cacheable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setContent</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCurrentPage</name>
			<param>
				<name>currentPage</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setNumberOfPages</name>
			<param>
				<name>numberOfPages</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setPaginate</name>
			<param>
				<name>paginate</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setSmallImage</name>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setSmallImageId</name>
			<param>
				<name>smallImageId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setSmallImageURL</name>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setStructureId</name>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTemplateId</name>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalArticleListener</name>
		<type>com.liferay.portlet.journal.model.JournalArticleListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jon Steer]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>onAfterRemove</name>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
		</method>
		<method>
			<name>onAfterUpdate</name>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
		</method>
		<method>
			<name>clearCache</name>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalFeedConstants</name>
		<type>com.liferay.portlet.journal.model.JournalFeedConstants</type>
		<author><![CDATA[Alexander Chow]]></author>
		<field>
			<name>RENDERED_WEB_CONTENT</name>
		</field>
		<field>
			<name>WEB_CONTENT_DESCRIPTION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalStructureConstants</name>
		<type>com.liferay.portlet.journal.model.JournalStructureConstants</type>
		<author><![CDATA[Alexander Chow]]></author>
		<field>
			<name>RESERVED</name>
		</field>
		<field>
			<name>RESERVED_ARTICLE_ASSET_TAG_NAMES</name>
		</field>
		<field>
			<name>RESERVED_ARTICLE_AUTHOR_COMMENTS</name>
		</field>
		<field>
			<name>RESERVED_ARTICLE_AUTHOR_EMAIL_ADDRESS</name>
		</field>
		<field>
			<name>RESERVED_ARTICLE_AUTHOR_ID</name>
		</field>
		<field>
			<name>RESERVED_ARTICLE_AUTHOR_JOB_TITLE</name>
		</field>
		<field>
			<name>RESERVED_ARTICLE_AUTHOR_LOCATION</name>
		</field>
		<field>
			<name>RESERVED_ARTICLE_AUTHOR_NAME</name>
		</field>
		<field>
			<name>RESERVED_ARTICLE_AUTHOR_ORGANIZATION</name>
		</field>
		<field>
			<name>RESERVED_ARTICLE_CREATE_DATE</name>
		</field>
		<field>
			<name>RESERVED_ARTICLE_DESCRIPTION</name>
		</field>
		<field>
			<name>RESERVED_ARTICLE_DISPLAY_DATE</name>
		</field>
		<field>
			<name>RESERVED_ARTICLE_ID</name>
		</field>
		<field>
			<name>RESERVED_ARTICLE_MODIFIED_DATE</name>
		</field>
		<field>
			<name>RESERVED_ARTICLE_SMALL_IMAGE_URL</name>
		</field>
		<field>
			<name>RESERVED_ARTICLE_TITLE</name>
		</field>
		<field>
			<name>RESERVED_ARTICLE_TYPE</name>
		</field>
		<field>
			<name>RESERVED_ARTICLE_URL_TITLE</name>
		</field>
		<field>
			<name>RESERVED_ARTICLE_VERSION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalTemplateConstants</name>
		<type>com.liferay.portlet.journal.model.JournalTemplateConstants</type>
		<author><![CDATA[Alexander Chow]]></author>
		<field>
			<name>LANG_TYPE_CSS</name>
		</field>
		<field>
			<name>LANG_TYPE_FTL</name>
		</field>
		<field>
			<name>LANG_TYPE_VM</name>
		</field>
		<field>
			<name>LANG_TYPE_XSL</name>
		</field>
		<field>
			<name>LANG_TYPES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalTemplateListener</name>
		<type>com.liferay.portlet.journal.model.JournalTemplateListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jon Steer]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>onAfterRemove</name>
			<param>
				<name>template</name>
				<type>com.liferay.portlet.journal.model.JournalTemplate</type>
			</param>
		</method>
		<method>
			<name>onAfterUpdate</name>
			<param>
				<name>template</name>
				<type>com.liferay.portlet.journal.model.JournalTemplate</type>
			</param>
		</method>
		<method>
			<name>clearCache</name>
			<param>
				<name>template</name>
				<type>com.liferay.portlet.journal.model.JournalTemplate</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalArticleDisplayImpl</name>
		<type>com.liferay.portlet.journal.model.impl.JournalArticleDisplayImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>JournalArticleDisplayImpl</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>id</name>
				<type>long</type>
			</param>
			<param>
				<name>resourcePrimKey</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>urlTitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>availableLocales</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>numberOfPages</name>
				<type>int</type>
			</param>
			<param>
				<name>currentPage</name>
				<type>int</type>
			</param>
			<param>
				<name>paginate</name>
				<type>boolean</type>
			</param>
			<param>
				<name>cacheable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getArticleId</name>
		</method>
		<method>
			<name>getAvailableLocales</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getContent</name>
		</method>
		<method>
			<name>getCurrentPage</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getId</name>
		</method>
		<method>
			<name>getNumberOfPages</name>
		</method>
		<method>
			<name>getResourcePrimKey</name>
		</method>
		<method>
			<name>getSmallImageId</name>
		</method>
		<method>
			<name>getSmallImageURL</name>
		</method>
		<method>
			<name>getStructureId</name>
		</method>
		<method>
			<name>getTemplateId</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getUrlTitle</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getVersion</name>
		</method>
		<method>
			<name>isCacheable</name>
		</method>
		<method>
			<name>isPaginate</name>
		</method>
		<method>
			<name>isSmallImage</name>
		</method>
		<method>
			<name>setCacheable</name>
			<param>
				<name>cacheable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setContent</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCurrentPage</name>
			<param>
				<name>currentPage</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setNumberOfPages</name>
			<param>
				<name>numberOfPages</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setPaginate</name>
			<param>
				<name>paginate</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setSmallImage</name>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setSmallImageId</name>
			<param>
				<name>smallImageId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setSmallImageURL</name>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setStructureId</name>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTemplateId</name>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_articleId</name>
		</field>
		<field>
			<name>_availableLocales</name>
		</field>
		<field>
			<name>_cacheable</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_content</name>
		</field>
		<field>
			<name>_currentPage</name>
		</field>
		<field>
			<name>_description</name>
		</field>
		<field>
			<name>_groupId</name>
		</field>
		<field>
			<name>_id</name>
		</field>
		<field>
			<name>_numberOfPages</name>
		</field>
		<field>
			<name>_paginate</name>
		</field>
		<field>
			<name>_resourcePrimKey</name>
		</field>
		<field>
			<name>_smallImage</name>
		</field>
		<field>
			<name>_smallImageId</name>
		</field>
		<field>
			<name>_smallImageURL</name>
		</field>
		<field>
			<name>_structureId</name>
		</field>
		<field>
			<name>_templateId</name>
		</field>
		<field>
			<name>_title</name>
		</field>
		<field>
			<name>_type</name>
		</field>
		<field>
			<name>_urlTitle</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
		<field>
			<name>_version</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalArticleImageImpl</name>
		<type>com.liferay.portlet.journal.model.impl.JournalArticleImageImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>JournalArticleImageImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalArticleImpl</name>
		<type>com.liferay.portlet.journal.model.impl.JournalArticleImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<method>
			<name>getContentByLocale</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateDriven</name>
				<type>boolean</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>JournalArticleImpl</name>
		</method>
		<method>
			<name>getArticleResource</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleResourceUuid</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAvailableLocales</name>
		</method>
		<method>
			<name>getContentByLocale</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDefaultLocale</name>
		</method>
		<method>
			<name>getSmallImageType</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTitleMap</name>
		</method>
		<method>
			<name>isTemplateDriven</name>
		</method>
		<method>
			<name>prepareLocalizedFieldsForImport</name>
			<param>
				<name>defaultImportLocale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>LocaleException</name>
				<type>com.liferay.portal.LocaleException</type>
			</throws>
		</method>
		<method>
			<name>setSmallImageType</name>
			<param>
				<name>smallImageType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_smallImageType</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalArticleResourceImpl</name>
		<type>com.liferay.portlet.journal.model.impl.JournalArticleResourceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>JournalArticleResourceImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalContentSearchImpl</name>
		<type>com.liferay.portlet.journal.model.impl.JournalContentSearchImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>JournalContentSearchImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalFeedImpl</name>
		<type>com.liferay.portlet.journal.model.impl.JournalFeedImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>JournalFeedImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalStructureImpl</name>
		<type>com.liferay.portlet.journal.model.impl.JournalStructureImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>JournalStructureImpl</name>
		</method>
		<method>
			<name>getMergedXsd</name>
		</method>
		<method>
			<name>addParentStructureId</name>
			<param>
				<name>parentEl</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>parentStructureId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_DYNAMIC_ELEMENT</name>
		</field>
		<field>
			<name>_PARENT_STRUCTURE_ID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalTemplateImpl</name>
		<type>com.liferay.portlet.journal.model.impl.JournalTemplateImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>JournalTemplateImpl</name>
		</method>
		<method>
			<name>getSmallImageType</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setSmallImageType</name>
			<param>
				<name>smallImageType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_smallImageType</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ArticleDisplayTerms</name>
		<type>com.liferay.portlet.journal.search.ArticleDisplayTerms</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ArticleDisplayTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getArticleId</name>
		</method>
		<method>
			<name>getContent</name>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getDisplayDateGT</name>
		</method>
		<method>
			<name>getDisplayDateLT</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getStatus</name>
		</method>
		<method>
			<name>getStructureId</name>
		</method>
		<method>
			<name>getTemplateId</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getVersion</name>
		</method>
		<method>
			<name>getVersionString</name>
		</method>
		<method>
			<name>setDisplayDateGT</name>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setDisplayDateLT</name>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>setStatus</name>
			<param>
				<name>status</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>ARTICLE_ID</name>
		</field>
		<field>
			<name>CONTENT</name>
		</field>
		<field>
			<name>DESCRIPTION</name>
		</field>
		<field>
			<name>DISPLAY_DATE_GT</name>
		</field>
		<field>
			<name>DISPLAY_DATE_LT</name>
		</field>
		<field>
			<name>GROUP_ID</name>
		</field>
		<field>
			<name>STATUS</name>
		</field>
		<field>
			<name>STRUCTURE_ID</name>
		</field>
		<field>
			<name>TEMPLATE_ID</name>
		</field>
		<field>
			<name>TITLE</name>
		</field>
		<field>
			<name>TYPE</name>
		</field>
		<field>
			<name>VERSION</name>
		</field>
		<field>
			<name>articleId</name>
		</field>
		<field>
			<name>content</name>
		</field>
		<field>
			<name>description</name>
		</field>
		<field>
			<name>displayDateGT</name>
		</field>
		<field>
			<name>displayDateLT</name>
		</field>
		<field>
			<name>groupId</name>
		</field>
		<field>
			<name>status</name>
		</field>
		<field>
			<name>structureId</name>
		</field>
		<field>
			<name>templateId</name>
		</field>
		<field>
			<name>title</name>
		</field>
		<field>
			<name>type</name>
		</field>
		<field>
			<name>version</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ArticleSearch</name>
		<type>com.liferay.portlet.journal.search.ArticleSearch</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ArticleSearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<field>
			<name>headerNames</name>
		</field>
		<field>
			<name>orderableHeaders</name>
		</field>
		<field>
			<name>EMPTY_RESULTS_MESSAGE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ArticleSearchTerms</name>
		<type>com.liferay.portlet.journal.search.ArticleSearchTerms</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ArticleSearchTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getReviewDate</name>
		</method>
		<method>
			<name>getStatusCode</name>
		</method>
		<method>
			<name>getVersionObj</name>
		</method>
		<method>
			<name>setArticleId</name>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setStatus</name>
			<param>
				<name>status</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setStructureId</name>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setType</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setVersion</name>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FeedDisplayTerms</name>
		<type>com.liferay.portlet.journal.search.FeedDisplayTerms</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>FeedDisplayTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getFeedId</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<field>
			<name>DESCRIPTION</name>
		</field>
		<field>
			<name>FEED_ID</name>
		</field>
		<field>
			<name>GROUP_ID</name>
		</field>
		<field>
			<name>NAME</name>
		</field>
		<field>
			<name>description</name>
		</field>
		<field>
			<name>feedId</name>
		</field>
		<field>
			<name>groupId</name>
		</field>
		<field>
			<name>name</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FeedSearch</name>
		<type>com.liferay.portlet.journal.search.FeedSearch</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>FeedSearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<field>
			<name>headerNames</name>
		</field>
		<field>
			<name>EMPTY_RESULTS_MESSAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FeedSearchTerms</name>
		<type>com.liferay.portlet.journal.search.FeedSearchTerms</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>FeedSearchTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FileEntryDisplayTerms</name>
		<type>com.liferay.portlet.journal.search.FileEntryDisplayTerms</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Vilmos Papp]]></author>
		<method>
			<name>FileEntryDisplayTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getDocument</name>
		</method>
		<method>
			<name>getDownloads</name>
		</method>
		<method>
			<name>getSelectedGroupId</name>
		</method>
		<method>
			<name>getSize</name>
		</method>
		<method>
			<name>isLocked</name>
		</method>
		<method>
			<name>setSelectedGroupId</name>
			<param>
				<name>selectedGroupId</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>DOCUMENT</name>
		</field>
		<field>
			<name>DOWNLOADS</name>
		</field>
		<field>
			<name>LOCKED</name>
		</field>
		<field>
			<name>SELECTED_GROUP_ID</name>
		</field>
		<field>
			<name>SIZE</name>
		</field>
		<field>
			<name>document</name>
		</field>
		<field>
			<name>downloads</name>
		</field>
		<field>
			<name>locked</name>
		</field>
		<field>
			<name>selectedGroupId</name>
		</field>
		<field>
			<name>size</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FileEntrySearch</name>
		<type>com.liferay.portlet.journal.search.FileEntrySearch</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Vilmos Papp]]></author>
		<method>
			<name>FileEntrySearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>displayTerms</name>
				<type>com.liferay.portlet.journal.search.FileEntryDisplayTerms</type>
			</param>
			<param>
				<name>searchTerms</name>
				<type>com.liferay.portlet.journal.search.FileEntrySearchTerms</type>
			</param>
			<param>
				<name>cur</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delta</name>
				<type>int</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>headers</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>emptyResultsMessage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>FileEntrySearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<field>
			<name>headerNames</name>
		</field>
		<field>
			<name>EMPTY_RESULTS_MESSAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FileEntrySearchTerms</name>
		<type>com.liferay.portlet.journal.search.FileEntrySearchTerms</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Vilmos Papp]]></author>
		<method>
			<name>FileEntrySearchTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>setSelectedGroupId</name>
			<param>
				<name>selectedGroupId</name>
				<type>long</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>StructureDisplayTerms</name>
		<type>com.liferay.portlet.journal.search.StructureDisplayTerms</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>StructureDisplayTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getGroupIds</name>
		</method>
		<method>
			<name>getGroupIds</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getStructureId</name>
		</method>
		<method>
			<name>setGroupIds</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<field>
			<name>DESCRIPTION</name>
		</field>
		<field>
			<name>GROUP_IDS</name>
		</field>
		<field>
			<name>NAME</name>
		</field>
		<field>
			<name>STRUCTURE_ID</name>
		</field>
		<field>
			<name>description</name>
		</field>
		<field>
			<name>groupIds</name>
		</field>
		<field>
			<name>name</name>
		</field>
		<field>
			<name>structureId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StructureSearch</name>
		<type>com.liferay.portlet.journal.search.StructureSearch</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>StructureSearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>delta</name>
				<type>int</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>StructureSearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<field>
			<name>headerNames</name>
		</field>
		<field>
			<name>EMPTY_RESULTS_MESSAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StructureSearchTerms</name>
		<type>com.liferay.portlet.journal.search.StructureSearchTerms</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>StructureSearchTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>setGroupIds</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TemplateDisplayTerms</name>
		<type>com.liferay.portlet.journal.search.TemplateDisplayTerms</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TemplateDisplayTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getGroupIds</name>
		</method>
		<method>
			<name>getGroupIds</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getStructureId</name>
		</method>
		<method>
			<name>getTemplateId</name>
		</method>
		<method>
			<name>setGroupIds</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<field>
			<name>DESCRIPTION</name>
		</field>
		<field>
			<name>GROUP_IDS</name>
		</field>
		<field>
			<name>NAME</name>
		</field>
		<field>
			<name>STRUCTURE_ID</name>
		</field>
		<field>
			<name>TEMPLATE_ID</name>
		</field>
		<field>
			<name>description</name>
		</field>
		<field>
			<name>groupIds</name>
		</field>
		<field>
			<name>name</name>
		</field>
		<field>
			<name>structureId</name>
		</field>
		<field>
			<name>templateId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TemplateSearch</name>
		<type>com.liferay.portlet.journal.search.TemplateSearch</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TemplateSearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>delta</name>
				<type>int</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>TemplateSearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<field>
			<name>headerNames</name>
		</field>
		<field>
			<name>EMPTY_RESULTS_MESSAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TemplateSearchTerms</name>
		<type>com.liferay.portlet.journal.search.TemplateSearchTerms</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TemplateSearchTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getStructureIdComparator</name>
		</method>
		<method>
			<name>setGroupIds</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>setStructureId</name>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setStructureIdComparator</name>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>structureIdComparator</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalArticleImageLocalServiceImpl</name>
		<type>com.liferay.portlet.journal.service.impl.JournalArticleImageLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addArticleImageId</name>
			<param>
				<name>articleImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>elInstanceId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>elName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteArticleImage</name>
			<param>
				<name>articleImage</name>
				<type>com.liferay.portlet.journal.model.JournalArticleImage</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteArticleImage</name>
			<param>
				<name>articleImageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteArticleImage</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>elInstanceId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>elName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteImages</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleImage</name>
			<param>
				<name>articleImageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleImageId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>elInstanceId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>elName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleImageId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>elInstanceId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>elName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tempImage</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleImages</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalArticleLocalServiceImpl</name>
		<type>com.liferay.portlet.journal.service.impl.JournalArticleLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>addArticle</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoArticleId</name>
				<type>boolean</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>layoutUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>neverExpire</name>
				<type>boolean</type>
			</param>
			<param>
				<name>reviewDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>neverReview</name>
				<type>boolean</type>
			</param>
			<param>
				<name>indexable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImageFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>images</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>articleURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addArticleResources</name>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addArticleResources</name>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addArticleResources</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addArticleResources</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkArticleResourcePrimKey</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkArticles</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkNewLine</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkStructure</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyArticle</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>oldArticleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newArticleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoArticleId</name>
				<type>boolean</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteArticle</name>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<param>
				<name>articleURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>articleURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteArticles</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutArticleReferences</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>expireArticle</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>articleURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>expireArticle</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>articleURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticle</name>
			<param>
				<name>id</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleByUrlTitle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>urlTitle</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleContent</name>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleContent</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleContent</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleContent</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleContent</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleDisplay</name>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>page</name>
				<type>int</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>page</name>
				<type>int</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>page</name>
				<type>int</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>page</name>
				<type>int</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticles</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticles</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticles</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticles</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticles</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticlesBySmallImageId</name>
			<param>
				<name>smallImageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticlesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyArticles</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyArticles</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyArticlesCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyArticlesCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDisplayArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDisplayArticleByUrlTitle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>urlTitle</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLatestArticle</name>
			<param>
				<name>resourcePrimKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLatestArticle</name>
			<param>
				<name>resourcePrimKey</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLatestArticle</name>
			<param>
				<name>resourcePrimKey</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>preferApproved</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLatestArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLatestArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLatestArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLatestArticleByUrlTitle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>urlTitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLatestVersion</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLatestVersion</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructureArticles</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructureArticles</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructureArticlesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTemplateArticles</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTemplateArticles</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTemplateArticlesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isLatestVersion</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isLatestVersion</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeArticleLocale</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>sort</name>
				<type>com.liferay.portal.kernel.search.Sort</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>status</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>andSearch</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>sort</name>
				<type>com.liferay.portal.kernel.search.Sort</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>subscribe</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unsubscribe</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateArticle</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>layoutUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateArticle</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>layoutUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>neverExpire</name>
				<type>boolean</type>
			</param>
			<param>
				<name>reviewDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>neverReview</name>
				<type>boolean</type>
			</param>
			<param>
				<name>indexable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImageFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>images</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>articleURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateArticle</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateArticleTranslation</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>images</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #updateArticleTranslation(long, String, double, Locale, String, String, String, Map, ServiceContext)}]]></deprecated>
		</method>
		<method>
			<name>updateArticleTranslation</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>images</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAsset</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<param>
				<name>assetCategoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>assetTagNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>assetLinkEntryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateContent</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStatus</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>articleURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStatus</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStatus</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>articleURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateTemplateId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>oldTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkStructure</name>
			<param>
				<name>contentDoc</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<param>
				<name>root</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>checkStructure</name>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>com.liferay.portal.kernel.xml.DocumentException</type>
			</throws>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkStructureField</name>
			<param>
				<name>el</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>contentDoc</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>copyArticleImages</name>
			<param>
				<name>oldArticle</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<param>
				<name>newArticle</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>incrementVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>root</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>images</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>incrementVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>images</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>formatImage</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>incrementVersion</name>
				<type>boolean</type>
			</param>
			<param>
				<name>el</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>elInstanceId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>elName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>images</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassTypeId</name>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
		</method>
		<method>
			<name>getDateInterval</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>earliestDisplayDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>latestExpirationDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUniqueUrlTitle</name>
			<param>
				<name>id</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUniqueUrlTitle</name>
			<param>
				<name>id</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldUrlTitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasModifiedLatestApprovedVersion</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isMatchesServiceContextUrlTitle</name>
			<param>
				<name>urlTitle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>notifySubscribers</name>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>saveImages</name>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>smallImageFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>smallImageBytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>sendEmail</name>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<param>
				<name>articleURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>emailType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updatePreviousApprovedArticle</name>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateUrlTitles</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>urlTitle</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImageFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>smallImageBytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoArticleId</name>
				<type>boolean</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImageFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>smallImageBytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validateContent</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<field>
			<name>_JOURNAL_ARTICLE_CHECK_INTERVAL</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalArticleResourceLocalServiceImpl</name>
		<type>com.liferay.portlet.journal.service.impl.JournalArticleResourceLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>deleteArticleResource</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleResource</name>
			<param>
				<name>articleResourcePrimKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleResourcePrimKey</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleResourcePrimKey</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleResources</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalArticleServiceImpl</name>
		<type>com.liferay.portlet.journal.service.impl.JournalArticleServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoArticleId</name>
				<type>boolean</type>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>layoutUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>neverExpire</name>
				<type>boolean</type>
			</param>
			<param>
				<name>reviewDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>neverReview</name>
				<type>boolean</type>
			</param>
			<param>
				<name>indexable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>images</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>articleURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoArticleId</name>
				<type>boolean</type>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>layoutUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>neverExpire</name>
				<type>boolean</type>
			</param>
			<param>
				<name>reviewDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>neverReview</name>
				<type>boolean</type>
			</param>
			<param>
				<name>indexable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>articleURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>oldArticleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newArticleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoArticleId</name>
				<type>boolean</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>articleURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>articleURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>expireArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>articleURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>expireArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>articleURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticle</name>
			<param>
				<name>id</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleByUrlTitle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>urlTitle</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleContent</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleContent</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticlesByArticleId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticlesByLayoutUuid</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutUuid</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticlesCountByArticleId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDisplayArticleByUrlTitle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>urlTitle</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLatestArticle</name>
			<param>
				<name>resourcePrimKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLatestArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLatestArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeArticleLocale</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeArticleLocale</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>subscribe</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unsubscribe</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateArticle</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>layoutUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>layoutUuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>displayDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>neverExpire</name>
				<type>boolean</type>
			</param>
			<param>
				<name>reviewDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>neverReview</name>
				<type>boolean</type>
			</param>
			<param>
				<name>indexable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>images</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>articleURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateArticleTranslation</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>images</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #updateArticleTranslation(long, String, double, Locale, String, String, String, Map, ServiceContext)}]]></deprecated>
		</method>
		<method>
			<name>updateArticleTranslation</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>images</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateContent</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStatus</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>articleURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalContentSearchLocalServiceImpl</name>
		<type>com.liferay.portlet.journal.service.impl.JournalContentSearchLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<method>
			<name>checkContentSearches</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteArticleContentSearch</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteArticleContentSearches</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutContentSearches</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteOwnerContentSearches</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleContentSearches</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleContentSearches</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getArticleContentSearches</name>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutIds</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutIdsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutIdsCount</name>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateContentSearch</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateContentSearch</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>purge</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateContentSearch</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>articleIds</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalFeedLocalServiceImpl</name>
		<type>com.liferay.portlet.journal.service.impl.JournalFeedLocalServiceImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addFeed</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoFeedId</name>
				<type>boolean</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>rendererTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delta</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetLayoutFriendlyUrl</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetPortletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>contentField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>feedType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>feedVersion</name>
				<type>double</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFeedResources</name>
			<param>
				<name>feed</name>
				<type>com.liferay.portlet.journal.model.JournalFeed</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFeedResources</name>
			<param>
				<name>feed</name>
				<type>com.liferay.portlet.journal.model.JournalFeed</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFeedResources</name>
			<param>
				<name>feedId</name>
				<type>long</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFeedResources</name>
			<param>
				<name>feedId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFeed</name>
			<param>
				<name>feed</name>
				<type>com.liferay.portlet.journal.model.JournalFeed</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFeed</name>
			<param>
				<name>feedId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFeed</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFeed</name>
			<param>
				<name>feedId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFeed</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFeeds</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFeeds</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFeeds</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFeedsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFeed</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>rendererTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delta</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetLayoutFriendlyUrl</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetPortletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>contentField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>feedType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>feedVersion</name>
				<type>double</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isValidStructureField</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>contentField</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoFeedId</name>
				<type>boolean</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetLayoutFriendlyUrl</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>contentField</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetLayoutFriendlyUrl</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>contentField</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalFeedServiceImpl</name>
		<type>com.liferay.portlet.journal.service.impl.JournalFeedServiceImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addFeed</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoFeedId</name>
				<type>boolean</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>rendererTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delta</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetLayoutFriendlyUrl</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetPortletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>contentField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>feedType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>feedVersion</name>
				<type>double</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFeed</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFeed</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFeed</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFeed</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFeed</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>rendererTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>delta</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetLayoutFriendlyUrl</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetPortletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>contentField</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>feedType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>feedVersion</name>
				<type>double</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalStructureLocalServiceImpl</name>
		<type>com.liferay.portlet.journal.service.impl.JournalStructureLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addStructure</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoStructureId</name>
				<type>boolean</type>
			</param>
			<param>
				<name>parentStructureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>xsd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addStructureResources</name>
			<param>
				<name>structure</name>
				<type>com.liferay.portlet.journal.model.JournalStructure</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addStructureResources</name>
			<param>
				<name>structure</name>
				<type>com.liferay.portlet.journal.model.JournalStructure</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addStructureResources</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addStructureResources</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkNewLine</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyStructure</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>oldStructureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newStructureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoStructureId</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteStructure</name>
			<param>
				<name>structure</name>
				<type>com.liferay.portlet.journal.model.JournalStructure</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteStructure</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteStructures</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructure</name>
			<param>
				<name>id</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructure</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructure</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includeGlobalStructures</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructures</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructures</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructures</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructuresCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStructure</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parentStructureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>xsd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>appendParentStructureElements</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentStructureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>elements</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getParentStructure</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentStructureId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>elements</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>elNames</name>
				<type>java.util.Set</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoStructureId</name>
				<type>boolean</type>
			</param>
			<param>
				<name>parentStructureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>xsd</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentStructureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>xsd</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>validateParentStructureId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parentStructureId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validateStructureId</name>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalStructureServiceImpl</name>
		<type>com.liferay.portlet.journal.service.impl.JournalStructureServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addStructure</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoStructureId</name>
				<type>boolean</type>
			</param>
			<param>
				<name>parentStructureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>xsd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyStructure</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>oldStructureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newStructureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoStructureId</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteStructure</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructure</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructures</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStructure</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parentStructureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>xsd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalTemplateLocalServiceImpl</name>
		<type>com.liferay.portlet.journal.service.impl.JournalTemplateLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addTemplate</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoTemplateId</name>
				<type>boolean</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>xsl</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>formatXsl</name>
				<type>boolean</type>
			</param>
			<param>
				<name>langType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cacheable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImageFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addTemplateResources</name>
			<param>
				<name>template</name>
				<type>com.liferay.portlet.journal.model.JournalTemplate</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addTemplateResources</name>
			<param>
				<name>template</name>
				<type>com.liferay.portlet.journal.model.JournalTemplate</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addTemplateResources</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addTemplateResources</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkNewLine</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyTemplate</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>oldTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoTemplateId</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTemplate</name>
			<param>
				<name>template</name>
				<type>com.liferay.portlet.journal.model.JournalTemplate</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTemplate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTemplates</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructureTemplates</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructureTemplates</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructureTemplatesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTemplate</name>
			<param>
				<name>id</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTemplate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTemplate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includeGlobalTemplates</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTemplateBySmallImageId</name>
			<param>
				<name>smallImageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTemplates</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTemplates</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTemplates</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTemplatesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasTemplate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateTemplate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>xsl</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>formatXsl</name>
				<type>boolean</type>
			</param>
			<param>
				<name>langType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cacheable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImageFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>saveImages</name>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>smallImageFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>smallImageBytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoTemplateId</name>
				<type>boolean</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>xsl</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImageFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>smallImageBytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>xsl</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImageFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>smallImageBytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalTemplateServiceImpl</name>
		<type>com.liferay.portlet.journal.service.impl.JournalTemplateServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addTemplate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoTemplateId</name>
				<type>boolean</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>xsl</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>formatXsl</name>
				<type>boolean</type>
			</param>
			<param>
				<name>langType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cacheable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addTemplate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoTemplateId</name>
				<type>boolean</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>xsl</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>formatXsl</name>
				<type>boolean</type>
			</param>
			<param>
				<name>langType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cacheable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyTemplate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>oldTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoTemplateId</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTemplate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStructureTemplates</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTemplate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateTemplate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>xsl</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>formatXsl</name>
				<type>boolean</type>
			</param>
			<param>
				<name>langType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cacheable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateTemplate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>xsl</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>formatXsl</name>
				<type>boolean</type>
			</param>
			<param>
				<name>langType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cacheable</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalArticlePermission</name>
		<type>com.liferay.portlet.journal.service.permission.JournalArticlePermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>resourcePrimKey</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>resourcePrimKey</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalFeedPermission</name>
		<type>com.liferay.portlet.journal.service.permission.JournalFeedPermission</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>feed</name>
				<type>com.liferay.portlet.journal.model.JournalFeed</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>id</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>feed</name>
				<type>com.liferay.portlet.journal.model.JournalFeed</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>feedId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalPermission</name>
		<type>com.liferay.portlet.journal.service.permission.JournalPermission</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalStructurePermission</name>
		<type>com.liferay.portlet.journal.service.permission.JournalStructurePermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>structure</name>
				<type>com.liferay.portlet.journal.model.JournalStructure</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>id</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>structure</name>
				<type>com.liferay.portlet.journal.model.JournalStructure</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>id</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalTemplatePermission</name>
		<type>com.liferay.portlet.journal.service.permission.JournalTemplatePermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>template</name>
				<type>com.liferay.portlet.journal.model.JournalTemplate</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>id</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>template</name>
				<type>com.liferay.portlet.journal.model.JournalTemplate</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>id</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalArticleFinder</name>
		<type>com.liferay.portlet.journal.service.persistence.JournalArticleFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>titles</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>contents</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>titles</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>contents</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>titles</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>contents</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByExpirationDate</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateLT</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByReviewDate</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>reviewDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>reviewDateGT</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByR_D</name>
			<param>
				<name>resourcePrimKey</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<throws>
				<name>NoSuchArticleException</name>
				<type>com.liferay.portlet.journal.NoSuchArticleException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>titles</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>contents</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalArticleFinderImpl</name>
		<type>com.liferay.portlet.journal.service.persistence.JournalArticleFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>titles</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>contents</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>titles</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>contents</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>titles</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>contents</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByExpirationDate</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateLT</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByReviewDate</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>reviewDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>reviewDateGT</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByR_D</name>
			<param>
				<name>resourcePrimKey</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>NoSuchArticleException</name>
				<type>com.liferay.portlet.journal.NoSuchArticleException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>titles</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>contents</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doCountByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>titles</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>contents</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>titles</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>contents</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLatestArticle</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isNullArray</name>
			<param>
				<name>array</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<field>
			<name>COUNT_BY_C_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
		</field>
		<field>
			<name>FIND_BY_EXPIRATION_DATE</name>
		</field>
		<field>
			<name>FIND_BY_REVIEW_DATE</name>
		</field>
		<field>
			<name>FIND_BY_R_D</name>
		</field>
		<field>
			<name>FIND_BY_C_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
		</field>
		<field>
			<name>_STRUCTURE_ID_SQL</name>
		</field>
		<field>
			<name>_TEMPLATE_ID_SQL</name>
		</field>
		<field>
			<name>_TYPE_SQL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalArticleFinderUtil</name>
		<type>com.liferay.portlet.journal.service.persistence.JournalArticleFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>titles</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>contents</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>titles</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>contents</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>titles</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>contents</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByExpirationDate</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateLT</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByReviewDate</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>reviewDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>reviewDateGT</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByR_D</name>
			<param>
				<name>resourcePrimKey</name>
				<type>long</type>
			</param>
			<param>
				<name>displayDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<throws>
				<name>NoSuchArticleException</name>
				<type>com.liferay.portlet.journal.NoSuchArticleException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_C_A_V_T_D_C_T_S_T_D_S_R</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.Double</type>
			</param>
			<param>
				<name>titles</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>contents</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayDateGT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>displayDateLT</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>reviewDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.journal.service.persistence.JournalArticleFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalFeedFinder</name>
		<type>com.liferay.portlet.journal.service.persistence.JournalFeedFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_F_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_F_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_F_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_F_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalFeedFinderImpl</name>
		<type>com.liferay.portlet.journal.service.persistence.JournalFeedFinderImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_F_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_F_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_F_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_F_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>COUNT_BY_C_G_F_N_D</name>
		</field>
		<field>
			<name>FIND_BY_C_G_F_N_D</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalFeedFinderUtil</name>
		<type>com.liferay.portlet.journal.service.persistence.JournalFeedFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_F_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_F_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_F_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_F_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>feedIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.journal.service.persistence.JournalFeedFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalStructureFinder</name>
		<type>com.liferay.portlet.journal.service.persistence.JournalStructureFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalStructureFinderImpl</name>
		<type>com.liferay.portlet.journal.service.persistence.JournalStructureFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doCountByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doFindByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupIds</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
		</method>
		<field>
			<name>COUNT_BY_C_G_S_N_D</name>
		</field>
		<field>
			<name>FIND_BY_C_G_S_N_D</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalStructureFinderUtil</name>
		<type>com.liferay.portlet.journal.service.persistence.JournalStructureFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>structureIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.journal.service.persistence.JournalStructureFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalTemplateFinder</name>
		<type>com.liferay.portlet.journal.service.persistence.JournalTemplateFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_T_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_T_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_T_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_T_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalTemplateFinderImpl</name>
		<type>com.liferay.portlet.journal.service.persistence.JournalTemplateFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Prakash Reddy]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_T_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_T_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_T_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_T_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doCountByC_G_T_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doFindByC_G_T_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>templateIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>descriptions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupIds</name>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>replaceStructureIdComparator</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>COUNT_BY_C_G_T_S_N_D</name>
		</field>
		<field>
			<name>FIND_BY_C_G_T_S_N_D</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalTemplateFinderUtil</name>
		<type>com.liferay.portlet.journal.service.persistence.JournalTemplateFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByC_G_T_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByC_G_T_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByC_G_T_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByC_G_T_S_N_D</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>structureIdComparator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.journal.service.persistence.JournalTemplateFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ContentTransformerListener</name>
		<type>com.liferay.portlet.journal.util.ContentTransformerListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>onOutput</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onScript</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onXml</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDynamicContent</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>elementName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>injectEditInPlace</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>root</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>replace</name>
			<comment><![CDATA[Fill one article with content from another approved article. See the article DOCUMENTATION-INSTALLATION-BORLAND for a sample use case.]]></comment>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<return>
				<comment><![CDATA[the processed string]]></comment>
			</return>
		</method>
		<method>
			<name>wrapEditInPlaceField</name>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>call</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_xml</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FreeMarkerTemplateParser</name>
		<type>com.liferay.portlet.journal.util.FreeMarkerTemplateParser</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>getErrorTemplateContent</name>
		</method>
		<method>
			<name>getErrorTemplateId</name>
		</method>
		<method>
			<name>getJournalTemplatesPath</name>
		</method>
		<method>
			<name>getTemplateContext</name>
		</method>
		<method>
			<name>mergeTemplate</name>
			<param>
				<name>templateContext</name>
				<type>com.liferay.portal.kernel.templateparser.TemplateContext</type>
			</param>
			<param>
				<name>unsyncStringWriter</name>
				<type>com.liferay.portal.kernel.io.unsync.UnsyncStringWriter</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalIndexer</name>
		<type>com.liferay.portlet.journal.util.JournalIndexer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Harry Mark]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>isPermissionAware</name>
		</method>
		<method>
			<name>postProcessContextQuery</name>
			<param>
				<name>contextQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>postProcessSearchQuery</name>
			<param>
				<name>searchQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addReindexCriteria</name>
			<param>
				<name>dynamicQuery</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addReindexCriteria</name>
			<param>
				<name>dynamicQuery</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>addSearchLocalizedTerm</name>
			<param>
				<name>searchQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>like</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doDelete</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetDocument</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetSortField</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>doGetSummary</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>snippet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>encodeFieldName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>extractContent</name>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>extractDynamicContent</name>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>extractDynamicContent</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>extractStaticContent</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLanguageIds</name>
			<param>
				<name>defaultLanguageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletId</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>getReindexApprovedArticles</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>startId</name>
				<type>long</type>
			</param>
			<param>
				<name>endId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getReindexDraftArticles</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>startId</name>
				<type>long</type>
			</param>
			<param>
				<name>endId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>indexField</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>elType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>elIndexType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>processStructure</name>
			<param>
				<name>structureDocument</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processStructure</name>
			<param>
				<name>structure</name>
				<type>com.liferay.portlet.journal.model.JournalStructure</type>
			</param>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>reindexArticles</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexArticles</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>startId</name>
				<type>long</type>
			</param>
			<param>
				<name>endId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>CLASS_NAMES</name>
		</field>
		<field>
			<name>PORTLET_ID</name>
		</field>
		<field>
			<name>_FIELD_NAMESPACE</name>
		</field>
		<field>
			<name>_PERMISSION_AWARE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalOpenSearchImpl</name>
		<type>com.liferay.portlet.journal.util.JournalOpenSearchImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<method>
			<name>getIndexer</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getSearchPath</name>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLayoutURL</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getURL</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>result</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>SEARCH_PATH</name>
		</field>
		<field>
			<name>TITLE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalRSSUtil</name>
		<type>com.liferay.portlet.journal.util.JournalRSSUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getArticles</name>
			<param>
				<name>feed</name>
				<type>com.liferay.portlet.journal.model.JournalFeed</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDLEnclosures</name>
			<param>
				<name>portalURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDLLinks</name>
			<param>
				<name>portalURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFileEntry</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getIGEnclosures</name>
			<param>
				<name>portalURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getIGLinks</name>
			<param>
				<name>portalURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getImage</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getImageProperties</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalTransformer</name>
		<type>com.liferay.portlet.journal.util.JournalTransformer</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getTemplateParserClassName</name>
			<param>
				<name>langType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTransformerListenersClassNames</name>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalUtil</name>
		<type>com.liferay.portlet.journal.util.JournalUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<author><![CDATA[Angelo Jefferson]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>addAllReservedEls</name>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>tokens</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addRecentArticle</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>article</name>
				<type>com.liferay.portlet.journal.model.JournalArticle</type>
			</param>
		</method>
		<method>
			<name>addRecentStructure</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>structure</name>
				<type>com.liferay.portlet.journal.model.JournalStructure</type>
			</param>
		</method>
		<method>
			<name>addRecentTemplate</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>template</name>
				<type>com.liferay.portlet.journal.model.JournalTemplate</type>
			</param>
		</method>
		<method>
			<name>addReservedEl</name>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>tokens</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>addReservedEl</name>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>tokens</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>addReservedEl</name>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>tokens</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>formatVM</name>
			<param>
				<name>vm</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getArticleOrderByComparator</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getArticles</name>
			<param>
				<name>hits</name>
				<type>com.liferay.portal.kernel.search.Hits</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEmailArticleAddedBody</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailArticleAddedEnabled</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailArticleAddedSubject</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailArticleApprovalDeniedBody</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailArticleApprovalDeniedEnabled</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailArticleApprovalDeniedSubject</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailArticleApprovalGrantedBody</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailArticleApprovalGrantedEnabled</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailArticleApprovalGrantedSubject</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailArticleApprovalRequestedBody</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailArticleApprovalRequestedEnabled</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailArticleApprovalRequestedSubject</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailArticleReviewBody</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailArticleReviewEnabled</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailArticleReviewSubject</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailArticleUpdatedBody</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailArticleUpdatedEnabled</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailArticleUpdatedSubject</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailFromAddress</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEmailFromName</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecentArticles</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getRecentStructures</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getRecentTemplates</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getTemplateScript</name>
			<param>
				<name>template</name>
				<type>com.liferay.portlet.journal.model.JournalTemplate</type>
			</param>
			<param>
				<name>tokens</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>transform</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getTemplateScript</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tokens</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTemplateScript</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tokens</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>transform</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTokens</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTokens</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUrlTitle</name>
			<param>
				<name>id</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>mergeArticleContent</name>
			<param>
				<name>curContent</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newContent</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>removeNullElements</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>processXMLAttributes</name>
			<param>
				<name>xsd</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>removeArticleLocale</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeArticleLocale</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeOldContent</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xsd</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeRecentArticle</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeRecentArticle</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>removeRecentStructure</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>structureId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeRecentTemplate</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>transform</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>tokens</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>langType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_addElementOptions</name>
			<param>
				<name>curContentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>newContentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>_decodeXMLAttributes</name>
			<param>
				<name>elements</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>_getElementByInstanceId</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<param>
				<name>instanceId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_mergeArticleContentDelete</name>
			<param>
				<name>curParentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>newDocument</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_mergeArticleContentDeleteImages</name>
			<param>
				<name>elements</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_mergeArticleContentUpdate</name>
			<param>
				<name>curDocument</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<param>
				<name>newParentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>newElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
			<param>
				<name>defaultLocale</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_mergeArticleContentUpdate</name>
			<param>
				<name>curDocument</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<param>
				<name>newParentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>defaultLocale</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_mergeArticleContentUpdate</name>
			<param>
				<name>curElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>newElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>defaultLocale</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_populateCustomTokens</name>
			<param>
				<name>tokens</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>_populateTokens</name>
			<param>
				<name>tokens</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_populateTokens</name>
			<param>
				<name>tokens</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_removeOldContent</name>
			<param>
				<name>path</name>
				<type>java.util.Stack</type>
			</param>
			<param>
				<name>contentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>xsdDocument</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_removeOldContent</name>
			<param>
				<name>path</name>
				<type>java.util.Stack</type>
			</param>
			<param>
				<name>contentElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>xsdDocument</name>
				<type>com.liferay.portal.kernel.xml.Document</type>
			</param>
			<param>
				<name>elementPath</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>MAX_STACK_SIZE</name>
		</field>
		<field>
			<name>_URL_TITLE_REPLACE_CHARS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_customTokens</name>
		</field>
		<field>
			<name>_transformer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LocaleTransformerListener</name>
		<type>com.liferay.portlet.journal.util.LocaleTransformerListener</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>onOutput</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onScript</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onXml</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>root</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_requestedLocale</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PropertiesTransformerListener</name>
		<type>com.liferay.portlet.journal.util.PropertiesTransformerListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>onOutput</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onScript</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onXml</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replace</name>
			<comment><![CDATA[Replace the properties in a given string with their values fetched from the template GLOBAL-PROPERTIES.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<return>
				<comment><![CDATA[the processed string]]></comment>
			</return>
		</method>
		<field>
			<name>_GLOBAL_PROPERTIES</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RegexTransformerListener</name>
		<type>com.liferay.portlet.journal.util.RegexTransformerListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>onOutput</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onScript</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onXml</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RegexTransformerUtil</name>
		<type>com.liferay.portlet.journal.util.RegexTransformerUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getPatterns</name>
		</method>
		<method>
			<name>getReplacements</name>
		</method>
		<method>
			<name>RegexTransformerUtil</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_patterns</name>
		</field>
		<field>
			<name>_replacements</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TokensTransformerListener</name>
		<type>com.liferay.portlet.journal.util.TokensTransformerListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>onOutput</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onScript</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onXml</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replace</name>
			<comment><![CDATA[Replace the standard tokens in a given string with their values.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<return>
				<comment><![CDATA[the processed string]]></comment>
			</return>
		</method>
		<field>
			<name>TEMP_ESCAPED_AT_CLOSE</name>
		</field>
		<field>
			<name>TEMP_ESCAPED_AT_OPEN</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>URIResolver</name>
		<type>com.liferay.portlet.journal.util.URIResolver</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>URIResolver</name>
			<param>
				<name>tokens</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>resolve</name>
			<param>
				<name>href</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>base</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_GET_TEMPLATE_PATH</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_languageId</name>
		</field>
		<field>
			<name>_tokens</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VelocityTemplateParser</name>
		<type>com.liferay.portlet.journal.util.VelocityTemplateParser</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getErrorTemplateContent</name>
		</method>
		<method>
			<name>getErrorTemplateId</name>
		</method>
		<method>
			<name>getJournalTemplatesPath</name>
		</method>
		<method>
			<name>getTemplateContext</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTemplateNodes</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>mergeTemplate</name>
			<param>
				<name>templateContext</name>
				<type>com.liferay.portal.kernel.templateparser.TemplateContext</type>
			</param>
			<param>
				<name>unsyncStringWriter</name>
				<type>com.liferay.portal.kernel.io.unsync.UnsyncStringWriter</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>populateTemplateContext</name>
			<param>
				<name>templateContext</name>
				<type>com.liferay.portal.kernel.templateparser.TemplateContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>stripCDATA</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ViewCounterTransformerListener</name>
		<type>com.liferay.portlet.journal.util.ViewCounterTransformerListener</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>onOutput</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onScript</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>onXml</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replace</name>
			<comment><![CDATA[Replace the counter token with the increment call.]]></comment>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<return>
				<comment><![CDATA[the processed string]]></comment>
			</return>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>XSLContext</name>
		<type>com.liferay.portlet.journal.util.XSLContext</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>XSLContext</name>
			<param>
				<name>transformer</name>
				<type>javax.xml.transform.Transformer</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTransformer</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_transformer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>XSLErrorListener</name>
		<type>com.liferay.portlet.journal.util.XSLErrorListener</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>XSLErrorListener</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>error</name>
			<param>
				<name>exception</name>
				<type>javax.xml.transform.TransformerException</type>
			</param>
			<throws>
				<name>TransformerException</name>
				<type>javax.xml.transform.TransformerException</type>
			</throws>
		</method>
		<method>
			<name>fatalError</name>
			<param>
				<name>exception</name>
				<type>javax.xml.transform.TransformerException</type>
			</param>
			<throws>
				<name>TransformerException</name>
				<type>javax.xml.transform.TransformerException</type>
			</throws>
		</method>
		<method>
			<name>getColumnNumber</name>
		</method>
		<method>
			<name>getLineNumber</name>
		</method>
		<method>
			<name>getLocation</name>
		</method>
		<method>
			<name>getMessage</name>
		</method>
		<method>
			<name>getMessageAndLocation</name>
		</method>
		<method>
			<name>setLocation</name>
			<param>
				<name>exception</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>warning</name>
			<param>
				<name>exception</name>
				<type>javax.xml.transform.TransformerException</type>
			</param>
			<throws>
				<name>TransformerException</name>
				<type>javax.xml.transform.TransformerException</type>
			</throws>
		</method>
		<field>
			<name>_columnNumber</name>
		</field>
		<field>
			<name>_lineNumber</name>
		</field>
		<field>
			<name>_locale</name>
		</field>
		<field>
			<name>_location</name>
		</field>
		<field>
			<name>_message</name>
		</field>
	</javadoc>
	<javadoc>
		<name>XSLTemplateParser</name>
		<type>com.liferay.portlet.journal.util.XSLTemplateParser</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getErrorTemplateContent</name>
		</method>
		<method>
			<name>getTemplateContext</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>mergeTemplate</name>
			<param>
				<name>templateContext</name>
				<type>com.liferay.portal.kernel.templateparser.TemplateContext</type>
			</param>
			<param>
				<name>unsyncStringWriter</name>
				<type>com.liferay.portal.kernel.io.unsync.UnsyncStringWriter</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getTemplateContext</name>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getTransformerFactory</name>
		</method>
		<method>
			<name>_getXSLErrorListener</name>
		</method>
		<field>
			<name>_transformerFactory</name>
		</field>
		<field>
			<name>_xslErrorListener</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ArticleCreateDateComparator</name>
		<type>com.liferay.portlet.journal.util.comparator.ArticleCreateDateComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ArticleCreateDateComparator</name>
		</method>
		<method>
			<name>ArticleCreateDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ArticleDisplayDateComparator</name>
		<type>com.liferay.portlet.journal.util.comparator.ArticleDisplayDateComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ArticleDisplayDateComparator</name>
		</method>
		<method>
			<name>ArticleDisplayDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ArticleIDComparator</name>
		<type>com.liferay.portlet.journal.util.comparator.ArticleIDComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ArticleIDComparator</name>
		</method>
		<method>
			<name>ArticleIDComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ArticleModifiedDateComparator</name>
		<type>com.liferay.portlet.journal.util.comparator.ArticleModifiedDateComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ArticleModifiedDateComparator</name>
		</method>
		<method>
			<name>ArticleModifiedDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ArticleReviewDateComparator</name>
		<type>com.liferay.portlet.journal.util.comparator.ArticleReviewDateComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ArticleReviewDateComparator</name>
		</method>
		<method>
			<name>ArticleReviewDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ArticleTitleComparator</name>
		<type>com.liferay.portlet.journal.util.comparator.ArticleTitleComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ArticleTitleComparator</name>
		</method>
		<method>
			<name>ArticleTitleComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ArticleVersionComparator</name>
		<type>com.liferay.portlet.journal.util.comparator.ArticleVersionComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ArticleVersionComparator</name>
		</method>
		<method>
			<name>ArticleVersionComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StructurePKComparator</name>
		<type>com.liferay.portlet.journal.util.comparator.StructurePKComparator</type>
		<author><![CDATA[Vilmos Papp]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>StructurePKComparator</name>
		</method>
		<method>
			<name>StructurePKComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalStructureResourceImpl</name>
		<type>com.liferay.portlet.journal.webdav.JournalStructureResourceImpl</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>JournalStructureResourceImpl</name>
			<param>
				<name>structure</name>
				<type>com.liferay.portlet.journal.model.JournalStructure</type>
			</param>
			<param>
				<name>parentPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContentAsStream</name>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>getContentType</name>
		</method>
		<method>
			<name>isCollection</name>
		</method>
		<field>
			<name>_structure</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalTemplateResourceImpl</name>
		<type>com.liferay.portlet.journal.webdav.JournalTemplateResourceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>JournalTemplateResourceImpl</name>
			<param>
				<name>template</name>
				<type>com.liferay.portlet.journal.model.JournalTemplate</type>
			</param>
			<param>
				<name>parentPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContentAsStream</name>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>getContentType</name>
		</method>
		<method>
			<name>isCollection</name>
		</method>
		<field>
			<name>_template</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalWebDAVStorageImpl</name>
		<type>com.liferay.portlet.journal.webdav.JournalWebDAVStorageImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>deleteResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>getResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>getResources</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>putResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>WebDAVException</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVException</type>
			</throws>
		</method>
		<method>
			<name>getFolders</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getStructures</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTemplates</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>toResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>structure</name>
				<type>com.liferay.portlet.journal.model.JournalStructure</type>
			</param>
			<param>
				<name>appendPath</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>toResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>template</name>
				<type>com.liferay.portlet.journal.model.JournalTemplate</type>
			</param>
			<param>
				<name>appendPath</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>toResource</name>
			<param>
				<name>webDavRequest</name>
				<type>com.liferay.portal.kernel.webdav.WebDAVRequest</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>appendPath</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_TYPE_STRUCTURES</name>
		</field>
		<field>
			<name>_TYPE_TEMPLATES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalArticleWorkflowHandler</name>
		<type>com.liferay.portlet.journal.workflow.JournalArticleWorkflowHandler</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getType</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>updateStatus</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ViewAction</name>
		<type>com.liferay.portlet.journalarticles.action.ViewAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalContentPortletLayoutListener</name>
		<type>com.liferay.portlet.journalcontent.JournalContentPortletLayoutListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>onAddToLayout</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortletLayoutListenerException</name>
				<type>com.liferay.portal.kernel.portlet.PortletLayoutListenerException</type>
			</throws>
		</method>
		<method>
			<name>onMoveInLayout</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortletLayoutListenerException</name>
				<type>com.liferay.portal.kernel.portlet.PortletLayoutListenerException</type>
			</throws>
		</method>
		<method>
			<name>onRemoveFromLayout</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortletLayoutListenerException</name>
				<type>com.liferay.portal.kernel.portlet.PortletLayoutListenerException</type>
			</throws>
		</method>
		<method>
			<name>deleteContentSearch</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ConfigurationActionImpl</name>
		<type>com.liferay.portlet.journalcontent.action.ConfigurationActionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getArticleId</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getRuntimePortletId</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRuntimePortletIds</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRuntimePortletIds</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateContentSearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLayout</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ExportArticleAction</name>
		<type>com.liferay.portlet.journalcontent.action.ExportArticleAction</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>targetExtension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>allowedExtensions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpdateArticleFieldAction</name>
		<type>com.liferay.portlet.journalcontent.action.UpdateArticleFieldAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateArticleField</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ViewAction</name>
		<type>com.liferay.portlet.journalcontent.action.ViewAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>WebContentAction</name>
		<type>com.liferay.portlet.journalcontent.action.WebContentAction</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>JournalContent</name>
		<type>com.liferay.portlet.journalcontent.util.JournalContent</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>clearCache</name>
		</method>
		<method>
			<name>clearCache</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>page</name>
				<type>int</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>page</name>
				<type>int</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>page</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>ARTICLE_SEPARATOR</name>
		</field>
		<field>
			<name>LANGUAGE_SEPARATOR</name>
		</field>
		<field>
			<name>LAYOUT_SET_SEPARATOR</name>
		</field>
		<field>
			<name>PAGE_SEPARATOR</name>
		</field>
		<field>
			<name>SECURE_SEPARATOR</name>
		</field>
		<field>
			<name>TEMPLATE_SEPARATOR</name>
		</field>
		<field>
			<name>VERSION_SEPARATOR</name>
		</field>
		<field>
			<name>VIEW_MODE_SEPARATOR</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalContentImpl</name>
		<type>com.liferay.portlet.journalcontent.util.JournalContentImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>clearCache</name>
		</method>
		<method>
			<name>clearCache</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>page</name>
				<type>int</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>page</name>
				<type>int</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>page</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>encodeKey</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>layoutSetId</name>
				<type>long</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>page</name>
				<type>int</type>
			</param>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getArticleDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>page</name>
				<type>int</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>isLifecycleRender</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>CACHE_NAME</name>
		</field>
		<field>
			<name>lifecycleRenderPhasePattern</name>
		</field>
		<field>
			<name>portalCache</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalContentUtil</name>
		<type>com.liferay.portlet.journalcontent.util.JournalContentUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>clearCache</name>
		</method>
		<method>
			<name>clearCache</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getContent</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>page</name>
				<type>int</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>page</name>
				<type>int</type>
			</param>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getDisplay</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>page</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getJournalContent</name>
		</method>
		<method>
			<name>setJournalContent</name>
			<param>
				<name>journalContent</name>
				<type>com.liferay.portlet.journalcontent.util.JournalContent</type>
			</param>
		</method>
		<field>
			<name>_journalContent</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SearchAction</name>
		<type>com.liferay.portlet.journalcontentsearch.action.SearchAction</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ContentHits</name>
		<type>com.liferay.portlet.journalcontentsearch.util.ContentHits</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>isShowListed</name>
		</method>
		<method>
			<name>recordHits</name>
			<param>
				<name>hits</name>
				<type>com.liferay.portal.kernel.search.Hits</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setShowListed</name>
			<param>
				<name>showListed</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_showListed</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ViewAction</name>
		<type>com.liferay.portlet.language.action.ViewAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RuntimePortlet</name>
		<type>com.liferay.portlet.layoutconfiguration.util.RuntimePortlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>processCustomizationSettings</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityTemplateContent</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processPortlet</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnPos</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>columnCount</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>writeOutput</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processPortlet</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnPos</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>columnCount</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>writeOutput</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processPortlet</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>writeOutput</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processPortlet</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnPos</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>columnCount</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>writeOutput</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processTemplate</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>jspWriter</name>
				<type>javax.servlet.jsp.JspWriter</type>
			</param>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityTemplateContent</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processTemplate</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>jspWriter</name>
				<type>javax.servlet.jsp.JspWriter</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityTemplateContent</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processXML</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>runtimeLogic</name>
				<type>com.liferay.portlet.layoutconfiguration.util.xml.RuntimeLogic</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processXML</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RuntimePortletImpl</name>
		<type>com.liferay.portlet.layoutconfiguration.util.RuntimePortletImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>processCustomizationSettings</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityTemplateContent</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processPortlet</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnPos</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>columnCount</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>writeOutput</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processPortlet</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnPos</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>columnCount</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>writeOutput</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processPortlet</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>writeOutput</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processPortlet</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnPos</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>columnCount</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>writeOutput</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processTemplate</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>jspWriter</name>
				<type>javax.servlet.jsp.JspWriter</type>
			</param>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityTemplateContent</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processTemplate</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>jspWriter</name>
				<type>javax.servlet.jsp.JspWriter</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityTemplateContent</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processXML</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>runtimeLogic</name>
				<type>com.liferay.portlet.layoutconfiguration.util.xml.RuntimeLogic</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processXML</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>buildVelocityTaglib</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doDispatch</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>jspWriter</name>
				<type>javax.servlet.jsp.JspWriter</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityTemplateContent</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>processTemplate</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doProcessCustomizationSettings</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityTemplateContent</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doProcessTemplate</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>jspWriter</name>
				<type>javax.servlet.jsp.JspWriter</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityTemplateContent</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLayoutTemplate</name>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_defineObjects</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RuntimePortletUtil</name>
		<type>com.liferay.portlet.layoutconfiguration.util.RuntimePortletUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getRuntimePortlet</name>
		</method>
		<method>
			<name>processCustomizationSettings</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityTemplateContent</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processPortlet</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnPos</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>columnCount</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>writeOutput</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processPortlet</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnPos</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>columnCount</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>writeOutput</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processPortlet</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>writeOutput</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processPortlet</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>columnPos</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>columnCount</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>writeOutput</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processTemplate</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>jspWriter</name>
				<type>javax.servlet.jsp.JspWriter</type>
			</param>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityTemplateContent</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processTemplate</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>jspWriter</name>
				<type>javax.servlet.jsp.JspWriter</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>velocityTemplateContent</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processXML</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>runtimeLogic</name>
				<type>com.liferay.portlet.layoutconfiguration.util.xml.RuntimeLogic</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processXML</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setRuntimePortlet</name>
			<param>
				<name>runtimePortlet</name>
				<type>com.liferay.portlet.layoutconfiguration.util.RuntimePortlet</type>
			</param>
		</method>
		<field>
			<name>_runtimePortlet</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ColumnProcessor</name>
		<type>com.liferay.portlet.layoutconfiguration.util.velocity.ColumnProcessor</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>processColumn</name>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processColumn</name>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classNames</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processMax</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processMax</name>
			<param>
				<name>classNames</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CustomizationSettingsProcessor</name>
		<type>com.liferay.portlet.layoutconfiguration.util.velocity.CustomizationSettingsProcessor</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>CustomizationSettingsProcessor</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
		</method>
		<method>
			<name>processColumn</name>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processColumn</name>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classNames</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processMax</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processMax</name>
			<param>
				<name>classNames</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_customizationEnabled</name>
		</field>
		<field>
			<name>_layoutTypeSettings</name>
		</field>
		<field>
			<name>_pageContext</name>
		</field>
		<field>
			<name>_request</name>
		</field>
		<field>
			<name>_writer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InitColumnProcessor</name>
		<type>com.liferay.portlet.layoutconfiguration.util.velocity.InitColumnProcessor</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>InitColumnProcessor</name>
		</method>
		<method>
			<name>getColumns</name>
		</method>
		<method>
			<name>processColumn</name>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>processColumn</name>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classNames</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_columns</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TemplateProcessor</name>
		<type>com.liferay.portlet.layoutconfiguration.util.velocity.TemplateProcessor</type>
		<author><![CDATA[Ivica Cardic]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>TemplateProcessor</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPortletsMap</name>
		</method>
		<method>
			<name>processColumn</name>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processColumn</name>
			<param>
				<name>columnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classNames</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processMax</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processMax</name>
			<param>
				<name>classNames</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processPortlet</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_portletId</name>
		</field>
		<field>
			<name>_portletsMap</name>
		</field>
		<field>
			<name>_request</name>
		</field>
		<field>
			<name>_response</name>
		</field>
		<field>
			<name>_servletContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ActionURLLogic</name>
		<type>com.liferay.portlet.layoutconfiguration.util.xml.ActionURLLogic</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ActionURLLogic</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
		</method>
		<method>
			<name>getClose1Tag</name>
		</method>
		<method>
			<name>getLifecycle</name>
		</method>
		<method>
			<name>getOpenTag</name>
		</method>
		<method>
			<name>processXML</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>CLOSE_1_TAG</name>
		</field>
		<field>
			<name>CLOSE_2_TAG</name>
		</field>
		<field>
			<name>OPEN_TAG</name>
		</field>
		<field>
			<name>_lifecycle</name>
		</field>
		<field>
			<name>_renderResponseImpl</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletLogic</name>
		<type>com.liferay.portlet.layoutconfiguration.util.xml.PortletLogic</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Douglas Wong]]></author>
		<method>
			<name>PortletLogic</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
		</method>
		<method>
			<name>getClose1Tag</name>
		</method>
		<method>
			<name>getOpenTag</name>
		</method>
		<method>
			<name>processXML</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>CLOSE_1_TAG</name>
		</field>
		<field>
			<name>CLOSE_2_TAG</name>
		</field>
		<field>
			<name>OPEN_TAG</name>
		</field>
		<field>
			<name>_renderRequest</name>
		</field>
		<field>
			<name>_renderResponse</name>
		</field>
		<field>
			<name>_request</name>
		</field>
		<field>
			<name>_response</name>
		</field>
		<field>
			<name>_servletContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RenderURLLogic</name>
		<type>com.liferay.portlet.layoutconfiguration.util.xml.RenderURLLogic</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RenderURLLogic</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
		</method>
		<method>
			<name>getClose1Tag</name>
		</method>
		<method>
			<name>getLifecycle</name>
		</method>
		<method>
			<name>getOpenTag</name>
		</method>
		<field>
			<name>CLOSE_1_TAG</name>
		</field>
		<field>
			<name>CLOSE_2_TAG</name>
		</field>
		<field>
			<name>OPEN_TAG</name>
		</field>
		<field>
			<name>_lifecycle</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RuntimeLogic</name>
		<type>com.liferay.portlet.layoutconfiguration.util.xml.RuntimeLogic</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getClose1Tag</name>
		</method>
		<method>
			<name>getClose2Tag</name>
		</method>
		<method>
			<name>getOpenTag</name>
		</method>
		<method>
			<name>processXML</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>CLOSE_2_TAG</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.layoutprototypes.action.ActionUtil</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getLayoutPrototype</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLayoutPrototype</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditLayoutPrototypeAction</name>
		<type>com.liferay.portlet.layoutprototypes.action.EditLayoutPrototypeAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Vilmos Papp]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutPrototypes</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLayoutPrototype</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditLayoutSetAction</name>
		<type>com.liferay.portlet.layoutsadmin.action.EditLayoutSetAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setThemeSettingProperties</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>device</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeSettings</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>updateLayoutSet</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLogo</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>liveGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>stagingGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>hasLogo</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLookAndFeel</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>liveGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>stagingGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>oldThemeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateMergePages</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>liveGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateSettings</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>liveGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>stagingGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>settingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditLayoutsAction</name>
		<type>com.liferay.portlet.layoutsadmin.action.EditLayoutsAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>checkPermissions</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutRevision</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteThemeSettingsProperties</name>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>device</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>enableLayout</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getColorSchemeId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>colorSchemeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wapTheme</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGroup</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getIconBytes</name>
			<param>
				<name>uploadPortletRequest</name>
				<type>com.liferay.portal.kernel.upload.UploadPortletRequest</type>
			</param>
			<param>
				<name>iconFileName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<method>
			<name>selectLayoutBranch</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>selectLayoutSetBranch</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setThemeSettingProperties</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>device</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeSettings</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateCloseRedirect</name>
			<param>
				<name>closeRedirect</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>oldLayoutFriendlyURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateDisplayOrder</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLayout</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLayoutRevision</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLookAndFeel</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>liveGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>stagingGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateThemeSettingsProperties</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>device</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wapTheme</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExportLayoutsAction</name>
		<type>com.liferay.portlet.layoutsadmin.action.ExportLayoutsAction</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GetLayoutsAction</name>
		<type>com.liferay.portlet.layoutsadmin.action.GetLayoutsAction</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>getJSON</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ImportLayoutsAction</name>
		<type>com.liferay.portlet.layoutsadmin.action.ImportLayoutsAction</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PublishLayoutsAction</name>
		<type>com.liferay.portlet.layoutsadmin.action.PublishLayoutsAction</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RobotsAction</name>
		<type>com.liferay.portlet.layoutsadmin.action.RobotsAction</type>
		<author><![CDATA[David Truong]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SitemapAction</name>
		<type>com.liferay.portlet.layoutsadmin.action.SitemapAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpdateLayoutAction</name>
		<type>com.liferay.portlet.layoutsadmin.action.UpdateLayoutAction</type>
		<author><![CDATA[Ming-Gih Lam]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>getJSON</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addPage</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateDisplayOrder</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateName</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateParentLayoutId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePriority</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutsTreeUtil</name>
		<type>com.liferay.portlet.layoutsadmin.util.LayoutsTreeUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Bruno Basto]]></author>
		<method>
			<name>getLayoutsJSON</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>parentLayoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>incomplete</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLayoutsJSON</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>parentLayoutId</name>
				<type>long</type>
			</param>
			<param>
				<name>expandedLayoutIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>incomplete</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getLoadedLayoutsCount</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>layoutId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>Sitemap</name>
		<type>com.liferay.portlet.layoutsadmin.util.Sitemap</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>encodeXML</name>
			<param>
				<name>input</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSitemap</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SitemapImpl</name>
		<type>com.liferay.portlet.layoutsadmin.util.SitemapImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Vilmos Papp]]></author>
		<method>
			<name>encodeXML</name>
			<param>
				<name>input</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSitemap</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addURLElement</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>visitArticles</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>visitLayout</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>visitLayouts</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>layouts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SitemapUtil</name>
		<type>com.liferay.portlet.layoutsadmin.util.SitemapUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>encodeXML</name>
			<param>
				<name>input</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSitemap</name>
		</method>
		<method>
			<name>getSitemap</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setSitemap</name>
			<param>
				<name>sitemap</name>
				<type>com.liferay.portlet.layoutsadmin.util.Sitemap</type>
			</param>
		</method>
		<field>
			<name>_sitemap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.layoutsetprototypes.action.ActionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getLayoutSetPrototype</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLayoutSetPrototype</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditLayoutSetPrototypeAction</name>
		<type>com.liferay.portlet.layoutsetprototypes.action.EditLayoutSetPrototypeAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Ryan Park]]></author>
		<author><![CDATA[Máté Thurzó]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutSetPrototypes</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLayoutSetPrototype</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ConfigurationActionImpl</name>
		<type>com.liferay.portlet.login.action.ConfigurationActionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateEmailFrom</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CreateAccountAction</name>
		<type>com.liferay.portlet.login.action.CreateAccountAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Amos Fong]]></author>
		<author><![CDATA[Daniel Sanz]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addUser</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isAutoScreenName</name>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<method>
			<name>resetUser</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>sendRedirect</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>login</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateIncompleteUser</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_AUTO_SCREEN_NAME</name>
		</field>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CreateAnonymousAccountAction</name>
		<type>com.liferay.portlet.login.action.CreateAnonymousAccountAction</type>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addAnonymousUser</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addSuccessMessage</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<method>
			<name>updateIncompleteUser</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FacebookConnectAction</name>
		<type>com.liferay.portlet.login.action.FacebookConnectAction</type>
		<author><![CDATA[Wilson Man]]></author>
		<author><![CDATA[Sergio González]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>strutsExecute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addUser</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>jsonObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setFacebookCredentials</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>token</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateUser</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>jsonObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ForgotPasswordAction</name>
		<type>com.liferay.portlet.login.action.ForgotPasswordAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Tibor Kovacs]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>checkCaptcha</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>CaptchaException</name>
				<type>com.liferay.portal.kernel.captcha.CaptchaException</type>
			</throws>
		</method>
		<method>
			<name>checkReminderQueries</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUser</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<method>
			<name>sendPassword</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LoginAction</name>
		<type>com.liferay.portlet.login.action.LoginAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getCompleteRedirectURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>redirect</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<method>
			<name>login</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OpenIdAction</name>
		<type>com.liferay.portlet.login.action.OpenIdAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFirstValue</name>
			<param>
				<name>values</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<method>
			<name>readOpenIdResponse</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>sendOpenIdRequest</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LoginUtil</name>
		<type>com.liferay.portlet.login.util.LoginUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>getAuthenticatedUserId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>login</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>authType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEmailFromAddress</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEmailFromName</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLogin</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>paramName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>company</name>
				<type>com.liferay.portal.model.Company</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLoginURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortletModeException</name>
				<type>javax.portlet.PortletModeException</type>
			</throws>
			<throws>
				<name>WindowStateException</name>
				<type>javax.portlet.WindowStateException</type>
			</throws>
		</method>
		<method>
			<name>login</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>login</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>rememberMe</name>
				<type>boolean</type>
			</param>
			<param>
				<name>authType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>sendPassword</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>sendPassword</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>fromName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BannedUserException</name>
		<type>com.liferay.portlet.messageboards.BannedUserException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BannedUserException</name>
		</method>
		<method>
			<name>BannedUserException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>BannedUserException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>BannedUserException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CategoryNameException</name>
		<type>com.liferay.portlet.messageboards.CategoryNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CategoryNameException</name>
		</method>
		<method>
			<name>CategoryNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CategoryNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CategoryNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LockedThreadException</name>
		<type>com.liferay.portlet.messageboards.LockedThreadException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>LockedThreadException</name>
		</method>
		<method>
			<name>LockedThreadException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>LockedThreadException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>LockedThreadException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MBCategoryCustomAttributesDisplay</name>
		<type>com.liferay.portlet.messageboards.MBCategoryCustomAttributesDisplay</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBMessageCustomAttributesDisplay</name>
		<type>com.liferay.portlet.messageboards.MBMessageCustomAttributesDisplay</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MailingListEmailAddressException</name>
		<type>com.liferay.portlet.messageboards.MailingListEmailAddressException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MailingListEmailAddressException</name>
		</method>
		<method>
			<name>MailingListEmailAddressException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>MailingListEmailAddressException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>MailingListEmailAddressException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MailingListInServerNameException</name>
		<type>com.liferay.portlet.messageboards.MailingListInServerNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MailingListInServerNameException</name>
		</method>
		<method>
			<name>MailingListInServerNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>MailingListInServerNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>MailingListInServerNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MailingListInUserNameException</name>
		<type>com.liferay.portlet.messageboards.MailingListInUserNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MailingListInUserNameException</name>
		</method>
		<method>
			<name>MailingListInUserNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>MailingListInUserNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>MailingListInUserNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MailingListOutEmailAddressException</name>
		<type>com.liferay.portlet.messageboards.MailingListOutEmailAddressException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MailingListOutEmailAddressException</name>
		</method>
		<method>
			<name>MailingListOutEmailAddressException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>MailingListOutEmailAddressException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>MailingListOutEmailAddressException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MailingListOutServerNameException</name>
		<type>com.liferay.portlet.messageboards.MailingListOutServerNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MailingListOutServerNameException</name>
		</method>
		<method>
			<name>MailingListOutServerNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>MailingListOutServerNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>MailingListOutServerNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MailingListOutUserNameException</name>
		<type>com.liferay.portlet.messageboards.MailingListOutUserNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MailingListOutUserNameException</name>
		</method>
		<method>
			<name>MailingListOutUserNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>MailingListOutUserNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>MailingListOutUserNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MessageBodyException</name>
		<type>com.liferay.portlet.messageboards.MessageBodyException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MessageBodyException</name>
		</method>
		<method>
			<name>MessageBodyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>MessageBodyException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>MessageBodyException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MessageSubjectException</name>
		<type>com.liferay.portlet.messageboards.MessageSubjectException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MessageSubjectException</name>
		</method>
		<method>
			<name>MessageSubjectException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>MessageSubjectException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>MessageSubjectException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchBanException</name>
		<type>com.liferay.portlet.messageboards.NoSuchBanException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchBanException</name>
		</method>
		<method>
			<name>NoSuchBanException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchBanException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchBanException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchCategoryException</name>
		<type>com.liferay.portlet.messageboards.NoSuchCategoryException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchCategoryException</name>
		</method>
		<method>
			<name>NoSuchCategoryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchCategoryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchCategoryException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchDiscussionException</name>
		<type>com.liferay.portlet.messageboards.NoSuchDiscussionException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchDiscussionException</name>
		</method>
		<method>
			<name>NoSuchDiscussionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchDiscussionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchDiscussionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchMailingListException</name>
		<type>com.liferay.portlet.messageboards.NoSuchMailingListException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchMailingListException</name>
		</method>
		<method>
			<name>NoSuchMailingListException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchMailingListException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchMailingListException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchMessageException</name>
		<type>com.liferay.portlet.messageboards.NoSuchMessageException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchMessageException</name>
		</method>
		<method>
			<name>NoSuchMessageException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchMessageException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchMessageException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchStatsUserException</name>
		<type>com.liferay.portlet.messageboards.NoSuchStatsUserException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchStatsUserException</name>
		</method>
		<method>
			<name>NoSuchStatsUserException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchStatsUserException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchStatsUserException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchThreadException</name>
		<type>com.liferay.portlet.messageboards.NoSuchThreadException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchThreadException</name>
		</method>
		<method>
			<name>NoSuchThreadException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchThreadException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchThreadException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchThreadFlagException</name>
		<type>com.liferay.portlet.messageboards.NoSuchThreadFlagException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchThreadFlagException</name>
		</method>
		<method>
			<name>NoSuchThreadFlagException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchThreadFlagException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchThreadFlagException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RequiredMessageException</name>
		<type>com.liferay.portlet.messageboards.RequiredMessageException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RequiredMessageException</name>
		</method>
		<method>
			<name>RequiredMessageException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RequiredMessageException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RequiredMessageException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SplitThreadException</name>
		<type>com.liferay.portlet.messageboards.SplitThreadException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SplitThreadException</name>
		</method>
		<method>
			<name>SplitThreadException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>SplitThreadException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>SplitThreadException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.messageboards.action.ActionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getCategory</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getCategory</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getMessage</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getMessage</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThreadMessage</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThreadMessage</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>BanUserAction</name>
		<type>com.liferay.portlet.messageboards.action.BanUserAction</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>banUser</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>unbanUser</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ConfigurationActionImpl</name>
		<type>com.liferay.portlet.messageboards.action.ConfigurationActionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isValidUserRank</name>
			<param>
				<name>rank</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateThreadPriorities</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateUserRanks</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateEmailFrom</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateEmailMessageAdded</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateEmailMessageUpdated</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DeleteThreadAction</name>
		<type>com.liferay.portlet.messageboards.action.DeleteThreadAction</type>
		<author><![CDATA[Deepak Gothe]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteThreads</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditCategoryAction</name>
		<type>com.liferay.portlet.messageboards.action.EditCategoryAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Daniel Sanz]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteCategories</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>subscribeCategory</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>unsubscribeCategory</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateCategory</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditDiscussionAction</name>
		<type>com.liferay.portlet.messageboards.action.EditDiscussionAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteMessage</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<method>
			<name>subscribeToComments</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>subscribe</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateMessage</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EditMessageAction</name>
		<type>com.liferay.portlet.messageboards.action.EditMessageAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Daniel Sanz]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteMessage</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRedirect</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
		</method>
		<method>
			<name>getSaveAndContinueRedirect</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
		</method>
		<method>
			<name>lockThreads</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>subscribeMessage</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>unlockThreads</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>unsubscribeMessage</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateMessage</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>FindCategoryAction</name>
		<type>com.liferay.portlet.messageboards.action.FindCategoryAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getGroupId</name>
			<param>
				<name>primaryKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPrimaryKeyParameterName</name>
		</method>
		<method>
			<name>getStrutsAction</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FindMessageAction</name>
		<type>com.liferay.portlet.messageboards.action.FindMessageAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getGroupId</name>
			<param>
				<name>primaryKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPrimaryKeyParameterName</name>
		</method>
		<method>
			<name>getStrutsAction</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>initPortletIds</name>
		</method>
	</javadoc>
	<javadoc>
		<name>FindRecentPostsAction</name>
		<type>com.liferay.portlet.messageboards.action.FindRecentPostsAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>FindThreadAction</name>
		<type>com.liferay.portlet.messageboards.action.FindThreadAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getGroupId</name>
			<param>
				<name>primaryKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPrimaryKeyParameterName</name>
		</method>
		<method>
			<name>getStrutsAction</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>processPortletURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>GetMessageAttachmentAction</name>
		<type>com.liferay.portlet.messageboards.action.GetMessageAttachmentAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>strutsExecute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MoveThreadAction</name>
		<type>com.liferay.portlet.messageboards.action.MoveThreadAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>moveThread</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RSSAction</name>
		<type>com.liferay.portlet.messageboards.action.RSSAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRSS</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SplitThreadAction</name>
		<type>com.liferay.portlet.messageboards.action.SplitThreadAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>splitThread</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ViewAction</name>
		<type>com.liferay.portlet.messageboards.action.ViewAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ViewMessageAction</name>
		<type>com.liferay.portlet.messageboards.action.ViewMessageAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MBCategoryAssetRenderer</name>
		<type>com.liferay.portlet.messageboards.asset.MBCategoryAssetRenderer</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Sergio González]]></author>
		<author><![CDATA[Jonathan Lee]]></author>
		<method>
			<name>MBCategoryAssetRenderer</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
		</method>
		<method>
			<name>getClassPK</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getSummary</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getURLEdit</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getURLView</name>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getURLViewInContext</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<param>
				<name>noSuchEntryRedirect</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>hasEditPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasViewPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>_category</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBCategoryAssetRendererFactory</name>
		<type>com.liferay.portlet.messageboards.asset.MBCategoryAssetRendererFactory</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Sergio González]]></author>
		<author><![CDATA[Jonathan Lee]]></author>
		<method>
			<name>getAssetRenderer</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCategorizable</name>
		</method>
		<method>
			<name>isSelectable</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
		<field>
			<name>TYPE</name>
		</field>
		<field>
			<name>_SELECTABLE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBDiscussionAssetRenderer</name>
		<type>com.liferay.portlet.messageboards.asset.MBDiscussionAssetRenderer</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>MBDiscussionAssetRenderer</name>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
		</method>
		<method>
			<name>getURLEdit</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getURLViewInContext</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<param>
				<name>noSuchEntryRedirect</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_message</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBDiscussionAssetRendererFactory</name>
		<type>com.liferay.portlet.messageboards.asset.MBDiscussionAssetRendererFactory</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getAssetRenderer</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>isSelectable</name>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
		<field>
			<name>TYPE</name>
		</field>
		<field>
			<name>_SELECTABLE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBMessageAssetRenderer</name>
		<type>com.liferay.portlet.messageboards.asset.MBMessageAssetRenderer</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>MBMessageAssetRenderer</name>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
		</method>
		<method>
			<name>getClassPK</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getSummary</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getURLEdit</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getURLView</name>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getURLViewInContext</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<param>
				<name>noSuchEntryRedirect</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>hasEditPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasViewPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isPrintable</name>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>_message</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBMessageAssetRendererFactory</name>
		<type>com.liferay.portlet.messageboards.asset.MBMessageAssetRendererFactory</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>getAssetRenderer</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCategorizable</name>
		</method>
		<method>
			<name>isLinkable</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
		<field>
			<name>TYPE</name>
		</field>
		<field>
			<name>_LINKABLE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBPortletDataHandlerImpl</name>
		<type>com.liferay.portlet.messageboards.lar.MBPortletDataHandlerImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getExportControls</name>
		</method>
		<method>
			<name>getExportMetadataControls</name>
		</method>
		<method>
			<name>getImportControls</name>
		</method>
		<method>
			<name>getImportMetadataControls</name>
		</method>
		<method>
			<name>isAlwaysExportable</name>
		</method>
		<method>
			<name>isPublishToLiveByDefault</name>
		</method>
		<method>
			<name>doDeleteData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doExportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportBan</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>userBansElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>ban</name>
				<type>com.liferay.portlet.messageboards.model.MBBan</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportCategory</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>categoriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>messagesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>threadFlagsElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportMessage</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>categoriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>messagesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>threadFlagsElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportParentCategory</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>categoriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportThreadFlag</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>threadFlagsElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>threadFlag</name>
				<type>com.liferay.portlet.messageboards.model.MBThreadFlag</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getAttachments</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>messageElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
		</method>
		<method>
			<name>getCategoryId</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getCategoryPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
		</method>
		<method>
			<name>getImportCategoryPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getMessageAttachementBinPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<param>
				<name>attachment</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getMessagePath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
		</method>
		<method>
			<name>getThreadFlagPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>threadFlag</name>
				<type>com.liferay.portlet.messageboards.model.MBThreadFlag</type>
			</param>
		</method>
		<method>
			<name>getUserBanPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>ban</name>
				<type>com.liferay.portlet.messageboards.model.MBBan</type>
			</param>
		</method>
		<method>
			<name>importBan</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>userBanElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>ban</name>
				<type>com.liferay.portlet.messageboards.model.MBBan</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importCategory</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>categoryPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importMessage</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>messageElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importThreadFlag</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>threadFlagElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>threadFlag</name>
				<type>com.liferay.portlet.messageboards.model.MBThreadFlag</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_ALWAYS_EXPORTABLE</name>
		</field>
		<field>
			<name>_NAMESPACE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_categoriesAndMessages</name>
		</field>
		<field>
			<name>_metadataControls</name>
		</field>
		<field>
			<name>_threadFlags</name>
		</field>
		<field>
			<name>_userBans</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExpireBanMessageListener</name>
		<type>com.liferay.portlet.messageboards.messaging.ExpireBanMessageListener</type>
		<author><![CDATA[Michael Young]]></author>
		<author><![CDATA[Tina Tian]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MailingListMessageListener</name>
		<type>com.liferay.portlet.messageboards.messaging.MailingListMessageListener</type>
		<author><![CDATA[Thiago Moreira]]></author>
		<method>
			<name>doReceive</name>
			<param>
				<name>message</name>
				<type>com.liferay.portal.kernel.messaging.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFolder</name>
			<param>
				<name>store</name>
				<type>javax.mail.Store</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getStore</name>
			<param>
				<name>mailingListRequest</name>
				<type>com.liferay.portlet.messageboards.messaging.MailingListRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processMessage</name>
			<param>
				<name>mailingListRequest</name>
				<type>com.liferay.portlet.messageboards.messaging.MailingListRequest</type>
			</param>
			<param>
				<name>mailMessage</name>
				<type>javax.mail.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processMessages</name>
			<param>
				<name>mailingListRequest</name>
				<type>com.liferay.portlet.messageboards.messaging.MailingListRequest</type>
			</param>
			<param>
				<name>messages</name>
				<type>javax.mail.Message[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MailingListRequest</name>
		<type>com.liferay.portlet.messageboards.messaging.MailingListRequest</type>
		<author><![CDATA[Thiago Moreira]]></author>
		<method>
			<name>getCategoryId</name>
		</method>
		<method>
			<name>getCompanyId</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getInPassword</name>
		</method>
		<method>
			<name>getInProtocol</name>
		</method>
		<method>
			<name>getInServerName</name>
		</method>
		<method>
			<name>getInServerPort</name>
		</method>
		<method>
			<name>getInUserName</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>isAllowAnonymous</name>
		</method>
		<method>
			<name>isInUseSSL</name>
		</method>
		<method>
			<name>setAllowAnonymous</name>
			<param>
				<name>allowAnonymous</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setCategoryId</name>
			<param>
				<name>id</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>id</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>id</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setInPassword</name>
			<param>
				<name>inPassword</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setInProtocol</name>
			<param>
				<name>inProtocol</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setInServerName</name>
			<param>
				<name>inServerName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setInServerPort</name>
			<param>
				<name>inServerPort</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setInUserName</name>
			<param>
				<name>inUserName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setInUseSSL</name>
			<param>
				<name>inUseSSL</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>id</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>serialVersionUID</name>
		</field>
		<field>
			<name>_allowAnonymous</name>
		</field>
		<field>
			<name>_categoryId</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_groupId</name>
		</field>
		<field>
			<name>_inPassword</name>
		</field>
		<field>
			<name>_inProtocol</name>
		</field>
		<field>
			<name>_inServerName</name>
		</field>
		<field>
			<name>_inServerPort</name>
		</field>
		<field>
			<name>_inUserName</name>
		</field>
		<field>
			<name>_inUseSSL</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBCategoryConstants</name>
		<type>com.liferay.portlet.messageboards.model.MBCategoryConstants</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Sergio González]]></author>
		<field>
			<name>DEFAULT_DISPLAY_STYLE</name>
		</field>
		<field>
			<name>DEFAULT_PARENT_CATEGORY_ID</name>
		</field>
		<field>
			<name>DISCUSSION_CATEGORY_ID</name>
		</field>
		<field>
			<name>DISPLAY_STYLES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBCategoryDisplay</name>
		<type>com.liferay.portlet.messageboards.model.MBCategoryDisplay</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getAllCategories</name>
		</method>
		<method>
			<name>getAllCategoriesCount</name>
		</method>
		<method>
			<name>getCategories</name>
		</method>
		<method>
			<name>getCategories</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
		</method>
		<method>
			<name>getRootCategory</name>
		</method>
		<method>
			<name>getSubcategoriesCount</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
		</method>
		<method>
			<name>getSubcategoriesMessagesCount</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
		</method>
		<method>
			<name>getSubcategoriesThreadsCount</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
		</method>
		<method>
			<name>getSubcategoryIds</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>java.util.List</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MBMessageConstants</name>
		<type>com.liferay.portlet.messageboards.model.MBMessageConstants</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<field>
			<name>DEFAULT_FORMAT</name>
		</field>
		<field>
			<name>DEFAULT_PARENT_MESSAGE_ID</name>
		</field>
		<field>
			<name>FORMATS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBMessageDisplay</name>
		<type>com.liferay.portlet.messageboards.model.MBMessageDisplay</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getCategory</name>
		</method>
		<method>
			<name>getMessage</name>
		</method>
		<method>
			<name>getNextThread</name>
		</method>
		<method>
			<name>getParentMessage</name>
		</method>
		<method>
			<name>getPreviousThread</name>
		</method>
		<method>
			<name>getThread</name>
		</method>
		<method>
			<name>getThreadView</name>
		</method>
		<method>
			<name>getTreeWalker</name>
		</method>
	</javadoc>
	<javadoc>
		<name>MBThreadConstants</name>
		<type>com.liferay.portlet.messageboards.model.MBThreadConstants</type>
		<author><![CDATA[Alexander Chow]]></author>
		<field>
			<name>PRIORITY_NOT_GIVEN</name>
		</field>
		<field>
			<name>THREAD_VIEW_COMBINATION</name>
		</field>
		<field>
			<name>THREAD_VIEW_FLAT</name>
		</field>
		<field>
			<name>THREAD_VIEW_TREE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBTreeWalker</name>
		<type>com.liferay.portlet.messageboards.model.MBTreeWalker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getChildren</name>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
		</method>
		<method>
			<name>getChildrenRange</name>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
		</method>
		<method>
			<name>getMessages</name>
		</method>
		<method>
			<name>getRoot</name>
		</method>
		<method>
			<name>isLeaf</name>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
		</method>
		<method>
			<name>isOdd</name>
		</method>
	</javadoc>
	<javadoc>
		<name>MBBanImpl</name>
		<type>com.liferay.portlet.messageboards.model.impl.MBBanImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MBBanImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>MBCategoryDisplayImpl</name>
		<type>com.liferay.portlet.messageboards.model.impl.MBCategoryDisplayImpl</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>MBCategoryDisplayImpl</name>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getAllCategories</name>
		</method>
		<method>
			<name>getAllCategoriesCount</name>
		</method>
		<method>
			<name>getCategories</name>
		</method>
		<method>
			<name>getCategories</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
		</method>
		<method>
			<name>getRootCategory</name>
		</method>
		<method>
			<name>getSubcategoriesCount</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
		</method>
		<method>
			<name>getSubcategoriesMessagesCount</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
		</method>
		<method>
			<name>getSubcategoriesThreadsCount</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
		</method>
		<method>
			<name>getSubcategoryIds</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>populateCategoryNodesMap</name>
			<param>
				<name>node</name>
				<type>com.liferay.portal.kernel.util.TreeNode</type>
			</param>
			<param>
				<name>categoriesMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_allCategories</name>
		</field>
		<field>
			<name>_categoryNodesMap</name>
		</field>
		<field>
			<name>_categoryTree</name>
		</field>
		<field>
			<name>_rootCategory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBCategoryImpl</name>
		<type>com.liferay.portlet.messageboards.model.impl.MBCategoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MBCategoryImpl</name>
		</method>
		<method>
			<name>getAncestorCategoryIds</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAncestors</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isRoot</name>
		</method>
	</javadoc>
	<javadoc>
		<name>MBDiscussionImpl</name>
		<type>com.liferay.portlet.messageboards.model.impl.MBDiscussionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MBDiscussionImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>MBMailingListImpl</name>
		<type>com.liferay.portlet.messageboards.model.impl.MBMailingListImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MBMailingListImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>MBMessageDisplayImpl</name>
		<type>com.liferay.portlet.messageboards.model.impl.MBMessageDisplayImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>MBMessageDisplayImpl</name>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<param>
				<name>parentMessage</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
			<param>
				<name>thread</name>
				<type>com.liferay.portlet.messageboards.model.MBThread</type>
			</param>
			<param>
				<name>previousThread</name>
				<type>com.liferay.portlet.messageboards.model.MBThread</type>
			</param>
			<param>
				<name>nextThread</name>
				<type>com.liferay.portlet.messageboards.model.MBThread</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>threadView</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>messageLocalService</name>
				<type>com.liferay.portlet.messageboards.service.MBMessageLocalService</type>
			</param>
		</method>
		<method>
			<name>getCategory</name>
		</method>
		<method>
			<name>getMessage</name>
		</method>
		<method>
			<name>getNextThread</name>
		</method>
		<method>
			<name>getParentMessage</name>
		</method>
		<method>
			<name>getPreviousThread</name>
		</method>
		<method>
			<name>getThread</name>
		</method>
		<method>
			<name>getThreadView</name>
		</method>
		<method>
			<name>getTreeWalker</name>
		</method>
		<field>
			<name>_category</name>
		</field>
		<field>
			<name>_message</name>
		</field>
		<field>
			<name>_nextThread</name>
		</field>
		<field>
			<name>_parentMessage</name>
		</field>
		<field>
			<name>_previousThread</name>
		</field>
		<field>
			<name>_thread</name>
		</field>
		<field>
			<name>_threadView</name>
		</field>
		<field>
			<name>_treeWalker</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBMessageImpl</name>
		<type>com.liferay.portlet.messageboards.model.impl.MBMessageImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MBMessageImpl</name>
		</method>
		<method>
			<name>getAssetTagNames</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAttachmentsDir</name>
		</method>
		<method>
			<name>getAttachmentsFiles</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBody</name>
			<param>
				<name>translate</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getCategory</name>
		</method>
		<method>
			<name>getThread</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getThreadAttachmentsDir</name>
		</method>
		<method>
			<name>getWorkflowClassName</name>
		</method>
		<method>
			<name>isDiscussion</name>
		</method>
		<method>
			<name>isFormatBBCode</name>
		</method>
		<method>
			<name>isReply</name>
		</method>
		<method>
			<name>isRoot</name>
		</method>
		<method>
			<name>setAttachmentsDir</name>
			<param>
				<name>attachmentsDir</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_attachmentDirs</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBStatsUserImpl</name>
		<type>com.liferay.portlet.messageboards.model.impl.MBStatsUserImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MBStatsUserImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>MBThreadFlagImpl</name>
		<type>com.liferay.portlet.messageboards.model.impl.MBThreadFlagImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MBThreadFlagImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>MBThreadImpl</name>
		<type>com.liferay.portlet.messageboards.model.impl.MBThreadImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>MBThreadImpl</name>
		</method>
		<method>
			<name>getAttachmentsDir</name>
		</method>
		<method>
			<name>getLock</name>
		</method>
		<method>
			<name>hasLock</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>isLocked</name>
		</method>
	</javadoc>
	<javadoc>
		<name>MBTreeWalkerImpl</name>
		<type>com.liferay.portlet.messageboards.model.impl.MBTreeWalkerImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MBTreeWalkerImpl</name>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>messageLocalService</name>
				<type>com.liferay.portlet.messageboards.service.MBMessageLocalService</type>
			</param>
		</method>
		<method>
			<name>getChildren</name>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
		</method>
		<method>
			<name>getChildrenRange</name>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
		</method>
		<method>
			<name>getMessages</name>
		</method>
		<method>
			<name>getRoot</name>
		</method>
		<method>
			<name>isLeaf</name>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
		</method>
		<method>
			<name>isOdd</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_messageIdsMap</name>
		</field>
		<field>
			<name>_messages</name>
		</field>
		<field>
			<name>_odd</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MessageListenerImpl</name>
		<type>com.liferay.portlet.messageboards.pop.MessageListenerImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>accept</name>
			<param>
				<name>from</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>recipient</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>javax.mail.Message</type>
			</param>
		</method>
		<method>
			<name>deliver</name>
			<param>
				<name>from</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>recipient</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>javax.mail.Message</type>
			</param>
			<throws>
				<name>MessageListenerException</name>
				<type>com.liferay.portal.kernel.pop.MessageListenerException</type>
			</throws>
		</method>
		<method>
			<name>getId</name>
		</method>
		<method>
			<name>getCategoryId</name>
			<param>
				<name>recipient</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCompany</name>
			<param>
				<name>messageId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getMessageId</name>
			<param>
				<name>recipient</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>javax.mail.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getOffset</name>
		</method>
		<method>
			<name>getParentMessageId</name>
			<param>
				<name>recipient</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>javax.mail.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBBanLocalServiceImpl</name>
		<type>com.liferay.portlet.messageboards.service.impl.MBBanLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addBan</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>banUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkBan</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>banUserId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteBan</name>
			<param>
				<name>banId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteBan</name>
			<param>
				<name>banUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteBan</name>
			<param>
				<name>ban</name>
				<type>com.liferay.portlet.messageboards.model.MBBan</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteBansByBanUserId</name>
			<param>
				<name>banUserId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteBansByGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>expireBans</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBans</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBansCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasBan</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>banUserId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBBanServiceImpl</name>
		<type>com.liferay.portlet.messageboards.service.impl.MBBanServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addBan</name>
			<param>
				<name>banUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteBan</name>
			<param>
				<name>banUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MBCategoryLocalServiceImpl</name>
		<type>com.liferay.portlet.messageboards.service.impl.MBCategoryLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<method>
			<name>addCategory</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayStyle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inProtocol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inServerName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inServerPort</name>
				<type>int</type>
			</param>
			<param>
				<name>inUseSSL</name>
				<type>boolean</type>
			</param>
			<param>
				<name>inUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inPassword</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inReadInterval</name>
				<type>int</type>
			</param>
			<param>
				<name>outEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outCustom</name>
				<type>boolean</type>
			</param>
			<param>
				<name>outServerName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outServerPort</name>
				<type>int</type>
			</param>
			<param>
				<name>outUseSSL</name>
				<type>boolean</type>
			</param>
			<param>
				<name>outUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outPassword</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>allowAnonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>mailingListActive</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addCategoryResources</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addCategoryResources</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addCategoryResources</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addCategoryResources</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteCategories</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteCategory</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteCategory</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategories</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategories</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategories</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategory</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyCategories</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyCategoriesCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubcategoryIds</name>
			<param>
				<name>categoryIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubscribedCategories</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubscribedCategoriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>subscribeCategory</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unsubscribeCategory</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateCategory</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayStyle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inProtocol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inServerName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inServerPort</name>
				<type>int</type>
			</param>
			<param>
				<name>inUseSSL</name>
				<type>boolean</type>
			</param>
			<param>
				<name>inUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inPassword</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inReadInterval</name>
				<type>int</type>
			</param>
			<param>
				<name>outEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outCustom</name>
				<type>boolean</type>
			</param>
			<param>
				<name>outServerName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outServerPort</name>
				<type>int</type>
			</param>
			<param>
				<name>outUseSSL</name>
				<type>boolean</type>
			</param>
			<param>
				<name>outUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outPassword</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>allowAnonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>mailingListActive</name>
				<type>boolean</type>
			</param>
			<param>
				<name>mergeWithParentCategory</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getParentCategoryId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getParentCategoryId</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>mergeCategories</name>
			<param>
				<name>fromCategory</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
			<param>
				<name>toCategoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MBCategoryServiceImpl</name>
		<type>com.liferay.portlet.messageboards.service.impl.MBCategoryServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addCategory</name>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayStyle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inProtocol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inServerName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inServerPort</name>
				<type>int</type>
			</param>
			<param>
				<name>inUseSSL</name>
				<type>boolean</type>
			</param>
			<param>
				<name>inUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inPassword</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inReadInterval</name>
				<type>int</type>
			</param>
			<param>
				<name>outEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outCustom</name>
				<type>boolean</type>
			</param>
			<param>
				<name>outServerName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outServerPort</name>
				<type>int</type>
			</param>
			<param>
				<name>outUseSSL</name>
				<type>boolean</type>
			</param>
			<param>
				<name>outUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outPassword</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mailingListActive</name>
				<type>boolean</type>
			</param>
			<param>
				<name>allowAnonymousEmail</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteCategory</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategories</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategories</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategories</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategory</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoryIds</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubcategoryIds</name>
			<param>
				<name>categoryIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubscribedCategories</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubscribedCategoriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>subscribeCategory</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unsubscribeCategory</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateCategory</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayStyle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inProtocol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inServerName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inServerPort</name>
				<type>int</type>
			</param>
			<param>
				<name>inUseSSL</name>
				<type>boolean</type>
			</param>
			<param>
				<name>inUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inPassword</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inReadInterval</name>
				<type>int</type>
			</param>
			<param>
				<name>outEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outCustom</name>
				<type>boolean</type>
			</param>
			<param>
				<name>outServerName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outServerPort</name>
				<type>int</type>
			</param>
			<param>
				<name>outUseSSL</name>
				<type>boolean</type>
			</param>
			<param>
				<name>outUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outPassword</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mailingListActive</name>
				<type>boolean</type>
			</param>
			<param>
				<name>allowAnonymousEmail</name>
				<type>boolean</type>
			</param>
			<param>
				<name>mergeWithParentCategory</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MBDiscussionLocalServiceImpl</name>
		<type>com.liferay.portlet.messageboards.service.impl.MBDiscussionLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addDiscussion</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDiscussion</name>
			<param>
				<name>discussionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDiscussion</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getThreadDiscussion</name>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MBMailingListLocalServiceImpl</name>
		<type>com.liferay.portlet.messageboards.service.impl.MBMailingListLocalServiceImpl</type>
		<author><![CDATA[Thiago Moreira]]></author>
		<method>
			<name>addMailingList</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inProtocol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inServerName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inServerPort</name>
				<type>int</type>
			</param>
			<param>
				<name>inUseSSL</name>
				<type>boolean</type>
			</param>
			<param>
				<name>inUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inPassword</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inReadInterval</name>
				<type>int</type>
			</param>
			<param>
				<name>outEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outCustom</name>
				<type>boolean</type>
			</param>
			<param>
				<name>outServerName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outServerPort</name>
				<type>int</type>
			</param>
			<param>
				<name>outUseSSL</name>
				<type>boolean</type>
			</param>
			<param>
				<name>outUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outPassword</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>allowAnonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteCategoryMailingList</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteMailingList</name>
			<param>
				<name>mailingListId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteMailingList</name>
			<param>
				<name>mailingList</name>
				<type>com.liferay.portlet.messageboards.model.MBMailingList</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoryMailingList</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateMailingList</name>
			<param>
				<name>mailingListId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inProtocol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inServerName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inServerPort</name>
				<type>int</type>
			</param>
			<param>
				<name>inUseSSL</name>
				<type>boolean</type>
			</param>
			<param>
				<name>inUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inPassword</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inReadInterval</name>
				<type>int</type>
			</param>
			<param>
				<name>outEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outCustom</name>
				<type>boolean</type>
			</param>
			<param>
				<name>outServerName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outServerPort</name>
				<type>int</type>
			</param>
			<param>
				<name>outUseSSL</name>
				<type>boolean</type>
			</param>
			<param>
				<name>outUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outPassword</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>allowAnonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSchedulerGroupName</name>
			<param>
				<name>mailingList</name>
				<type>com.liferay.portlet.messageboards.model.MBMailingList</type>
			</param>
		</method>
		<method>
			<name>scheduleMailingList</name>
			<param>
				<name>mailingList</name>
				<type>com.liferay.portlet.messageboards.model.MBMailingList</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>unscheduleMailingList</name>
			<param>
				<name>mailingList</name>
				<type>com.liferay.portlet.messageboards.model.MBMailingList</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inServerName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outCustom</name>
				<type>boolean</type>
			</param>
			<param>
				<name>outServerName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>outUserName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MBMessageLocalServiceImpl</name>
		<type>com.liferay.portlet.messageboards.service.impl.MBMessageLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>addDiscussionMessage</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>workflowAction</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addDiscussionMessage</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentMessageId</name>
				<type>long</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addMessage</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentMessageId</name>
				<type>long</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStreamOVPs</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>anonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>priority</name>
				<type>double</type>
			</param>
			<param>
				<name>allowPingbacks</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addMessage</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStreamOVPs</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>anonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>priority</name>
				<type>double</type>
			</param>
			<param>
				<name>allowPingbacks</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addMessageResources</name>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addMessageResources</name>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addMessageResources</name>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addMessageResources</name>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteDiscussionMessage</name>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteDiscussionMessages</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteMessage</name>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteMessage</name>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoryMessages</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoryMessages</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoryMessagesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyMessages</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyMessages</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyMessagesCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDiscussionMessageDisplay</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDiscussionMessageDisplay</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>threadView</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDiscussionMessagesCount</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDiscussionMessagesCount</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDiscussions</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupMessages</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupMessages</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupMessages</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupMessages</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupMessagesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupMessagesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMessage</name>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMessageDisplay</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>threadView</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includePrevAndNext</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMessageDisplay</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>threadView</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includePrevAndNext</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMessages</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNoAssetMessages</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPositionInThread</name>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getThreadMessages</name>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getThreadMessages</name>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>comparator</name>
				<type>java.util.Comparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getThreadMessages</name>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getThreadMessagesCount</name>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getThreadRepliesMessages</name>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserDiscussionMessages</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserDiscussionMessages</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserDiscussionMessages</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserDiscussionMessagesCount</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserDiscussionMessagesCount</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserDiscussionMessagesCount</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>subscribeMessage</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unsubscribeMessage</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAnswer</name>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>answer</name>
				<type>boolean</type>
			</param>
			<param>
				<name>cascade</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAnswer</name>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<param>
				<name>answer</name>
				<type>boolean</type>
			</param>
			<param>
				<name>cascade</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAsset</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<param>
				<name>assetCategoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>assetTagNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>assetLinkEntryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateDiscussionMessage</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateMessage</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStreamOVPs</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>existingFiles</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>priority</name>
				<type>double</type>
			</param>
			<param>
				<name>allowPingbacks</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateMessage</name>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStatus</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateUserName</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteDiscussionSocialActivities</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBody</name>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getSubject</name>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>notifyDiscussionSubscribers</name>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>notifySubscribers</name>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>pingPingback</name>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
		<method>
			<name>updateAsset</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<param>
				<name>assetCategoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>assetTagNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>assetLinkEntryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>assetEntryVisible</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updatePriorities</name>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<param>
				<name>priority</name>
				<type>double</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBMessageServiceImpl</name>
		<type>com.liferay.portlet.messageboards.service.impl.MBMessageServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>addDiscussionMessage</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>permissionClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissionClassPK</name>
				<type>long</type>
			</param>
			<param>
				<name>permissionOwnerId</name>
				<type>long</type>
			</param>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentMessageId</name>
				<type>long</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addMessage</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentMessageId</name>
				<type>long</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStreamOVPs</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>anonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>priority</name>
				<type>double</type>
			</param>
			<param>
				<name>allowPingbacks</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addMessage</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStreamOVPs</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>anonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>priority</name>
				<type>double</type>
			</param>
			<param>
				<name>allowPingbacks</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteDiscussionMessage</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>permissionClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissionClassPK</name>
				<type>long</type>
			</param>
			<param>
				<name>permissionOwnerId</name>
				<type>long</type>
			</param>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteMessage</name>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoryMessages</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoryMessagesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoryMessagesRSS</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>displayStyle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>feedURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entryURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyMessagesRSS</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>displayStyle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>feedURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entryURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupMessagesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupMessagesRSS</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>displayStyle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>feedURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entryURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupMessagesRSS</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>displayStyle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>feedURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entryURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMessage</name>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMessageDisplay</name>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>threadView</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includePrevAndNext</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getThreadAnswersCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getThreadMessages</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getThreadMessagesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getThreadMessagesRSS</name>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>displayStyle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>feedURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entryURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>subscribeMessage</name>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unsubscribeMessage</name>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAnswer</name>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>answer</name>
				<type>boolean</type>
			</param>
			<param>
				<name>cascade</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateDiscussionMessage</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>permissionClassName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>permissionClassPK</name>
				<type>long</type>
			</param>
			<param>
				<name>permissionOwnerId</name>
				<type>long</type>
			</param>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateMessage</name>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStreamOVPs</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>existingFiles</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>priority</name>
				<type>double</type>
			</param>
			<param>
				<name>allowPingbacks</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkReplyToPermission</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentMessageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>exportToRSS</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>displayStyle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>feedURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entryURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>messages</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MBStatsUserLocalServiceImpl</name>
		<type>com.liferay.portlet.messageboards.service.impl.MBStatsUserLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addStatsUser</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteStatsUser</name>
			<param>
				<name>statsUserId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteStatsUser</name>
			<param>
				<name>statsUser</name>
				<type>com.liferay.portlet.messageboards.model.MBStatsUser</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteStatsUsersByGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteStatsUsersByUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMessageCountByUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStatsUser</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStatsUsersByGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStatsUsersByGroupIdCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStatsUsersByUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStatsUser</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStatsUser</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>lastPostDate</name>
				<type>java.util.Date</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBThreadFlagLocalServiceImpl</name>
		<type>com.liferay.portlet.messageboards.service.impl.MBThreadFlagLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>addThreadFlag</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>thread</name>
				<type>com.liferay.portlet.messageboards.model.MBThread</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteThreadFlag</name>
			<param>
				<name>threadFlagId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteThreadFlag</name>
			<param>
				<name>threadFlag</name>
				<type>com.liferay.portlet.messageboards.model.MBThreadFlag</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteThreadFlagsByThreadId</name>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteThreadFlagsByUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getThreadFlag</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>thread</name>
				<type>com.liferay.portlet.messageboards.model.MBThread</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasThreadFlag</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>thread</name>
				<type>com.liferay.portlet.messageboards.model.MBThread</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBThreadLocalServiceImpl</name>
		<type>com.liferay.portlet.messageboards.service.impl.MBThreadLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>addThread</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteThread</name>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteThread</name>
			<param>
				<name>thread</name>
				<type>com.liferay.portlet.messageboards.model.MBThread</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteThreads</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchThread</name>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoryThreadsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupThreads</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupThreads</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>subscribed</name>
				<type>boolean</type>
			</param>
			<param>
				<name>includeAnonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupThreads</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>subscribed</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupThreads</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupThreadsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupThreadsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupThreadsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>subscribed</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupThreadsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>subscribed</name>
				<type>boolean</type>
			</param>
			<param>
				<name>includeAnonymous</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNoAssetThreads</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPriorityThreads</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>priority</name>
				<type>double</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPriorityThreads</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>priority</name>
				<type>double</type>
			</param>
			<param>
				<name>inherit</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getThread</name>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getThreads</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getThreadsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasAnswerMessage</name>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>incrementViewCounter</name>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<param>
				<name>increment</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>moveThread</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>splitThread</name>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateQuestion</name>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<param>
				<name>question</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateThread</name>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<param>
				<name>viewCount</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #incrementViewCounter(long, int)}]]></deprecated>
		</method>
		<method>
			<name>moveAttachmentFromOldThread</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newAttachmentsDir</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>moveAttachmentsFromOldThread</name>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<param>
				<name>oldAttachmentsDir</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>moveChildrenMessages</name>
			<param>
				<name>parentMessage</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
			<param>
				<name>oldThreadId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBThreadServiceImpl</name>
		<type>com.liferay.portlet.messageboards.service.impl.MBThreadServiceImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Deepak Gothe]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>deleteThread</name>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupThreads</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupThreads</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>subscribed</name>
				<type>boolean</type>
			</param>
			<param>
				<name>includeAnonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupThreads</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>subscribed</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupThreads</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupThreadsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupThreadsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupThreadsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>subscribed</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupThreadsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>subscribed</name>
				<type>boolean</type>
			</param>
			<param>
				<name>includeAnonymous</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getThreads</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getThreadsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>lockThread</name>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>moveThread</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>splitThread</name>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unlockThread</name>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doGetGroupThreads</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>subscribed</name>
				<type>boolean</type>
			</param>
			<param>
				<name>includeAnonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doGetGroupThreadsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>subscribed</name>
				<type>boolean</type>
			</param>
			<param>
				<name>includeAnonymous</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MBCategoryPermission</name>
		<type>com.liferay.portlet.messageboards.service.permission.MBCategoryPermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Mate Thurzo]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MBDiscussionPermission</name>
		<type>com.liferay.portlet.messageboards.service.permission.MBDiscussionPermission</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>ownerId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MBMessagePermission</name>
		<type>com.liferay.portlet.messageboards.service.permission.MBMessagePermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MBPermission</name>
		<type>com.liferay.portlet.messageboards.service.permission.MBPermission</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBCategoryFinder</name>
		<type>com.liferay.portlet.messageboards.service.persistence.MBCategoryFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByS_G_U_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByS_G_U_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByS_G_U_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByS_G_U_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MBCategoryFinderImpl</name>
		<type>com.liferay.portlet.messageboards.service.persistence.MBCategoryFinderImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>countByS_G_U_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByS_G_U_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByS_G_U_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByS_G_U_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doCountByS_G_U_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doFindByS_G_U_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>COUNT_BY_S_G_U_P</name>
		</field>
		<field>
			<name>FIND_BY_S_G_U_P</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBCategoryFinderUtil</name>
		<type>com.liferay.portlet.messageboards.service.persistence.MBCategoryFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByS_G_U_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByS_G_U_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByS_G_U_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByS_G_U_P</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.messageboards.service.persistence.MBCategoryFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBMessageFinder</name>
		<type>com.liferay.portlet.messageboards.service.persistence.MBMessageFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByC_T</name>
			<param>
				<name>createDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_U_C_A_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>anonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_U_MD_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_U_C_A_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>anonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_U_MD_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_U_C_A_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>anonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoAssets</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_U_C_A_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>anonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MBMessageFinderImpl</name>
		<type>com.liferay.portlet.messageboards.service.persistence.MBMessageFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByC_T</name>
			<param>
				<name>createDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_U_C_A_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>anonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_U_MD_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_U_C_A_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>anonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_U_MD_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_U_C_A_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>anonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoAssets</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_U_C_A_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>anonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doCountByG_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doCountByG_U_MD_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doCountByG_U_C_A_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>anonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doFindByG_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doFindByG_U_MD_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doFindByG_U_C_A_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>anonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>COUNT_BY_C_T</name>
		</field>
		<field>
			<name>COUNT_BY_G_U_C_S</name>
		</field>
		<field>
			<name>COUNT_BY_G_U_MD_C_S</name>
		</field>
		<field>
			<name>COUNT_BY_G_U_C_A_S</name>
		</field>
		<field>
			<name>FIND_BY_NO_ASSETS</name>
		</field>
		<field>
			<name>FIND_BY_G_U_C_S</name>
		</field>
		<field>
			<name>FIND_BY_G_U_MD_C_S</name>
		</field>
		<field>
			<name>FIND_BY_G_U_C_A_S</name>
		</field>
		<field>
			<name>_USER_ID_SQL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBMessageFinderUtil</name>
		<type>com.liferay.portlet.messageboards.service.persistence.MBMessageFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByC_T</name>
			<param>
				<name>createDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>threadId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_U_C_A_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>anonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_U_MD_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_U_C_A_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>anonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_U_MD_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_U_C_A_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>anonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoAssets</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_U_C_A_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>anonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.messageboards.service.persistence.MBMessageFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBThreadFinder</name>
		<type>com.liferay.portlet.messageboards.service.persistence.MBThreadFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_U_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_U_MD_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_U_A_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>anonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByS_G_U_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByS_G_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_C</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByS_G_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_C</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByS_G_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoAssets</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_U_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_U_MD_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_U_A_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>anonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByS_G_U_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByS_G_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MBThreadFinderImpl</name>
		<type>com.liferay.portlet.messageboards.service.persistence.MBThreadFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>countByG_U_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_U_MD_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_U_A_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>anonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByS_G_U_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByS_G_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_C</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByS_G_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_C</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByS_G_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoAssets</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_U_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_U_MD_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_U_A_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>anonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByS_G_U_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByS_G_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doCountByG_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doCountByS_G_U_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doCountByS_G_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doFindByG_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doFindByS_G_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>COUNT_BY_G_C</name>
		</field>
		<field>
			<name>COUNT_BY_G_U_S</name>
		</field>
		<field>
			<name>COUNT_BY_G_U_MD_S</name>
		</field>
		<field>
			<name>COUNT_BY_G_U_A_S</name>
		</field>
		<field>
			<name>COUNT_BY_S_G_U_S</name>
		</field>
		<field>
			<name>COUNT_BY_S_G_U_C_S</name>
		</field>
		<field>
			<name>FIND_BY_NO_ASSETS</name>
		</field>
		<field>
			<name>FIND_BY_G_C</name>
		</field>
		<field>
			<name>FIND_BY_G_U_S</name>
		</field>
		<field>
			<name>FIND_BY_G_U_MD_S</name>
		</field>
		<field>
			<name>FIND_BY_G_U_A_S</name>
		</field>
		<field>
			<name>FIND_BY_S_G_U_S</name>
		</field>
		<field>
			<name>FIND_BY_S_G_U_C_S</name>
		</field>
		<field>
			<name>_INNER_JOIN_SQL</name>
		</field>
		<field>
			<name>_USER_ID_SQL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBThreadFinderUtil</name>
		<type>com.liferay.portlet.messageboards.service.persistence.MBThreadFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_U_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_U_MD_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_U_A_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>anonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByS_G_U_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByS_G_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_C</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByS_G_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_C</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByG_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterFindByS_G_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoAssets</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_U_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_U_MD_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_U_A_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>anonymous</name>
				<type>boolean</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByS_G_U_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByS_G_U_C_S</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.messageboards.service.persistence.MBThreadFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBActivityInterpreter</name>
		<type>com.liferay.portlet.messageboards.social.MBActivityInterpreter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Ryan Park]]></author>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>doInterpret</name>
			<param>
				<name>activity</name>
				<type>com.liferay.portlet.social.model.SocialActivity</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CLASS_NAMES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBActivityKeys</name>
		<type>com.liferay.portlet.messageboards.social.MBActivityKeys</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>ADD_MESSAGE</name>
		</field>
		<field>
			<name>REPLY_MESSAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBIndexer</name>
		<type>com.liferay.portlet.messageboards.util.MBIndexer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Harry Mark]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>entryClassPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isFilterSearch</name>
		</method>
		<method>
			<name>isPermissionAware</name>
		</method>
		<method>
			<name>postProcessContextQuery</name>
			<param>
				<name>contextQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addReindexCriteria</name>
			<param>
				<name>dynamicQuery</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addReindexCriteria</name>
			<param>
				<name>dynamicQuery</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>doDelete</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetDocument</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetSummary</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>snippet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortletId</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>processContent</name>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
		</method>
		<method>
			<name>reindexCategories</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexCategories</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>startCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>endCategoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexMessages</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexMessages</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>startMessageId</name>
				<type>long</type>
			</param>
			<param>
				<name>endMessageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexRoot</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexRoot</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>startGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>endGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>CLASS_NAMES</name>
		</field>
		<field>
			<name>PORTLET_ID</name>
		</field>
		<field>
			<name>_FILTER_SEARCH</name>
		</field>
		<field>
			<name>_PERMISSION_AWARE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBMailMessage</name>
		<type>com.liferay.portlet.messageboards.util.MBMailMessage</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>addBytes</name>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>getBody</name>
		</method>
		<method>
			<name>getHtmlBody</name>
		</method>
		<method>
			<name>getInputStreamOVPs</name>
		</method>
		<method>
			<name>getPlainBody</name>
		</method>
		<method>
			<name>setHtmlBody</name>
			<param>
				<name>htmlBody</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPlainBody</name>
			<param>
				<name>plainBody</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_bytesOVPs</name>
		</field>
		<field>
			<name>_htmlBody</name>
		</field>
		<field>
			<name>_plainBody</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBOpenSearchImpl</name>
		<type>com.liferay.portlet.messageboards.util.MBOpenSearchImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getIndexer</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getSearchPath</name>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>SEARCH_PATH</name>
		</field>
		<field>
			<name>TITLE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBSubscriptionSender</name>
		<type>com.liferay.portlet.messageboards.util.MBSubscriptionSender</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Thiago Moreira]]></author>
		<method>
			<name>addMailingListSubscriber</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getMailingListSubject</name>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mailId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_calledAddMailingListSubscriber</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBUtil</name>
		<type>com.liferay.portlet.messageboards.util.MBUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addPortletBreadcrumbEntries</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addPortletBreadcrumbEntries</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addPortletBreadcrumbEntries</name>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>collectMultipartContent</name>
			<param>
				<name>multipart</name>
				<type>javax.mail.internet.MimeMultipart</type>
			</param>
			<param>
				<name>collector</name>
				<type>com.liferay.portlet.messageboards.util.MBMailMessage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>collectPartContent</name>
			<param>
				<name>part</name>
				<type>javax.mail.Part</type>
			</param>
			<param>
				<name>mbMailMessage</name>
				<type>com.liferay.portlet.messageboards.util.MBMailMessage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getCategoryId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.messageboards.model.MBCategory</type>
			</param>
		</method>
		<method>
			<name>getCategoryId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
		</method>
		<method>
			<name>getEmailFromAddress</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEmailFromName</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEmailHtmlFormat</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailMessageAddedBody</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailMessageAddedEnabled</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailMessageAddedSignature</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailMessageAddedSubjectPrefix</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailMessageUpdatedBody</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailMessageUpdatedEnabled</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailMessageUpdatedSignature</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailMessageUpdatedSubjectPrefix</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getMailingListAddress</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>messageId</name>
				<type>long</type>
			</param>
			<param>
				<name>mx</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultMailingListAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getMessageFormat</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getMessageId</name>
			<param>
				<name>mailId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParentMessageId</name>
			<param>
				<name>message</name>
				<type>javax.mail.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getParentMessageIdString</name>
			<param>
				<name>message</name>
				<type>javax.mail.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getSubjectWithoutMessageId</name>
			<param>
				<name>message</name>
				<type>javax.mail.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThreadPriority</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUnbanDate</name>
			<param>
				<name>ban</name>
				<type>com.liferay.portlet.messageboards.model.MBBan</type>
			</param>
			<param>
				<name>expireInterval</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getUserRank</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>posts</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUserRank</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>statsUser</name>
				<type>com.liferay.portlet.messageboards.model.MBStatsUser</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>hasMailIdHeader</name>
			<param>
				<name>message</name>
				<type>javax.mail.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isAllowAnonymousPosting</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>isViewableMessage</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isViewableMessage</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>message</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<param>
				<name>parentMessage</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_findThreadPriority</name>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>priorities</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>_getParentMessageIdFromSubject</name>
			<param>
				<name>message</name>
				<type>javax.mail.Message</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_isEntityRank</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>statsUser</name>
				<type>com.liferay.portlet.messageboards.model.MBStatsUser</type>
			</param>
			<param>
				<name>entityType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entityValue</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>BB_CODE_EDITOR_WYSIWYG_IMPL_KEY</name>
		</field>
		<field>
			<name>MESSAGE_POP_PORTLET_PREFIX</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MailingListThreadLocal</name>
		<type>com.liferay.portlet.messageboards.util.MailingListThreadLocal</type>
		<author><![CDATA[Thiago Moreira]]></author>
		<method>
			<name>isSourceMailingList</name>
		</method>
		<method>
			<name>setSourceMailingList</name>
			<param>
				<name>sourceMailingList</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_sourceMailingList</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MessageCreateDateComparator</name>
		<type>com.liferay.portlet.messageboards.util.comparator.MessageCreateDateComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MessageCreateDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MessageThreadComparator</name>
		<type>com.liferay.portlet.messageboards.util.comparator.MessageThreadComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>compare</name>
			<param>
				<name>msg1</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
			<param>
				<name>msg2</name>
				<type>com.liferay.portlet.messageboards.model.MBMessage</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ThreadLastPostDateComparator</name>
		<type>com.liferay.portlet.messageboards.util.comparator.ThreadLastPostDateComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ThreadLastPostDateComparator</name>
		</method>
		<method>
			<name>ThreadLastPostDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBDiscussionWorkflowHandler</name>
		<type>com.liferay.portlet.messageboards.workflow.MBDiscussionWorkflowHandler</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getAssetRendererFactory</name>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getType</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MBMessageWorkflowHandler</name>
		<type>com.liferay.portlet.messageboards.workflow.MBMessageWorkflowHandler</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getType</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>updateStatus</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DuplicateRuleGroupInstanceException</name>
		<type>com.liferay.portlet.mobiledevicerules.DuplicateRuleGroupInstanceException</type>
		<author><![CDATA[Edward C. Han]]></author>
		<method>
			<name>DuplicateRuleGroupInstanceException</name>
		</method>
		<method>
			<name>DuplicateRuleGroupInstanceException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateRuleGroupInstanceException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateRuleGroupInstanceException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchActionException</name>
		<type>com.liferay.portlet.mobiledevicerules.NoSuchActionException</type>
		<author><![CDATA[Edward C. Han]]></author>
		<method>
			<name>NoSuchActionException</name>
		</method>
		<method>
			<name>NoSuchActionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchActionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchActionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchRuleException</name>
		<type>com.liferay.portlet.mobiledevicerules.NoSuchRuleException</type>
		<author><![CDATA[Edward C. Han]]></author>
		<method>
			<name>NoSuchRuleException</name>
		</method>
		<method>
			<name>NoSuchRuleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchRuleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchRuleException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchRuleGroupException</name>
		<type>com.liferay.portlet.mobiledevicerules.NoSuchRuleGroupException</type>
		<author><![CDATA[Edward C. Han]]></author>
		<method>
			<name>NoSuchRuleGroupException</name>
		</method>
		<method>
			<name>NoSuchRuleGroupException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchRuleGroupException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchRuleGroupException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchRuleGroupInstanceException</name>
		<type>com.liferay.portlet.mobiledevicerules.NoSuchRuleGroupInstanceException</type>
		<author><![CDATA[Edward C. Han]]></author>
		<method>
			<name>NoSuchRuleGroupInstanceException</name>
		</method>
		<method>
			<name>NoSuchRuleGroupInstanceException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchRuleGroupInstanceException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchRuleGroupInstanceException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>EditActionAction</name>
		<type>com.liferay.portlet.mobiledevicerules.action.EditActionAction</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>EditActionAction</name>
		</method>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteAction</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getEditorJSP</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>registerEditorJSP</name>
			<param>
				<name>clazz</name>
				<type>java.lang.Class</type>
			</param>
			<param>
				<name>jspPrefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateAction</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_editorJSPs</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EditRuleAction</name>
		<type>com.liferay.portlet.mobiledevicerules.action.EditRuleAction</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteRule</name>
			<param>
				<name>request</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getEditorJSP</name>
			<param>
				<name>ruleType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTypeSettingsProperties</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>propertyNames</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>includeEditorJSP</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateRule</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_SIMPLE_RULE_EDIT_RJSP</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EditRuleGroupAction</name>
		<type>com.liferay.portlet.mobiledevicerules.action.EditRuleGroupAction</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyRuleGroup</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteRuleGroup</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRedirect</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<param>
				<name>ruleGroup</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup</type>
			</param>
		</method>
		<method>
			<name>updateRuleGroup</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditRuleGroupInstanceAction</name>
		<type>com.liferay.portlet.mobiledevicerules.action.EditRuleGroupInstanceAction</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteRuleGroupInstance</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateRuleGroupInstancesPriorities</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SiteURLLayoutsAction</name>
		<type>com.liferay.portlet.mobiledevicerules.action.SiteURLLayoutsAction</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>serveResource</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_SITE_URL_LAYOUTS_JSP</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MDRPortletDataHandlerImpl</name>
		<type>com.liferay.portlet.mobiledevicerules.lar.MDRPortletDataHandlerImpl</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getExportControls</name>
		</method>
		<method>
			<name>isAlwaysExportable</name>
		</method>
		<method>
			<name>isAlwaysStaged</name>
		</method>
		<method>
			<name>isPublishToLiveByDefault</name>
		</method>
		<method>
			<name>doDeleteData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doExportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportAction</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>actionsElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>action</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRAction</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportRule</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>rulesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>rule</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRule</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportRuleGroup</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>ruleGroupsElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>ruleGroup</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportRuleGroupInstance</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>ruleGroupInstancesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>ruleGroupInstance</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getActionPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>action</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRAction</type>
			</param>
		</method>
		<method>
			<name>getRuleGroupInstancePath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>ruleGroupInstance</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance</type>
			</param>
		</method>
		<method>
			<name>getRuleGroupPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>ruleGroup</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup</type>
			</param>
		</method>
		<method>
			<name>getRulePath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>rule</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRule</type>
			</param>
		</method>
		<method>
			<name>importAction</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>actionElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>ruleGroupInstance</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance</type>
			</param>
			<param>
				<name>action</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRAction</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importRule</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>ruleElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>ruleGroup</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup</type>
			</param>
			<param>
				<name>rule</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRule</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importRuleGroup</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>ruleGroupElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>ruleGroup</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importRuleGroupInstance</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>ruleGroupInstanceElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>ruleGroupInstance</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateTargetLayoutPlid</name>
			<param>
				<name>actionElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>action</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRAction</type>
			</param>
		</method>
		<field>
			<name>_ALWAYS_EXPORTABLE</name>
		</field>
		<field>
			<name>_ALWAYS_STAGED</name>
		</field>
		<field>
			<name>_NAMESPACE</name>
		</field>
		<field>
			<name>_PUBLISH_TO_LIVE_BY_DEFAULT</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_ruleGroupInstances</name>
		</field>
		<field>
			<name>_ruleGroups</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MDRActionImpl</name>
		<type>com.liferay.portlet.mobiledevicerules.model.impl.MDRActionImpl</type>
		<author><![CDATA[Edward C. Han]]></author>
		<method>
			<name>MDRActionImpl</name>
		</method>
		<method>
			<name>getTypeSettingsProperties</name>
		</method>
		<method>
			<name>setTypeSettings</name>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTypeSettingsProperties</name>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
		</method>
		<field>
			<name>_typeSettingsProperties</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MDRRuleGroupImpl</name>
		<type>com.liferay.portlet.mobiledevicerules.model.impl.MDRRuleGroupImpl</type>
		<author><![CDATA[Edward C. Han]]></author>
		<method>
			<name>MDRRuleGroupImpl</name>
		</method>
		<method>
			<name>getRules</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MDRRuleGroupInstanceImpl</name>
		<type>com.liferay.portlet.mobiledevicerules.model.impl.MDRRuleGroupInstanceImpl</type>
		<author><![CDATA[Edward C. Han]]></author>
		<method>
			<name>MDRRuleGroupInstanceImpl</name>
		</method>
		<method>
			<name>getActions</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRuleGroup</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MDRRuleImpl</name>
		<type>com.liferay.portlet.mobiledevicerules.model.impl.MDRRuleImpl</type>
		<author><![CDATA[Edward C. Han]]></author>
		<method>
			<name>MDRRuleImpl</name>
		</method>
		<method>
			<name>getTypeSettingsProperties</name>
		</method>
		<method>
			<name>setTypeSettings</name>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTypeSettingsProperties</name>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
		</method>
		<field>
			<name>_typeSettingsProperties</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RuleGroupDisplayTerms</name>
		<type>com.liferay.portlet.mobiledevicerules.search.RuleGroupDisplayTerms</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>RuleGroupDisplayTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>GROUP_ID</name>
		</field>
		<field>
			<name>NAME</name>
		</field>
		<field>
			<name>_groupId</name>
		</field>
		<field>
			<name>_name</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RuleGroupSearch</name>
		<type>com.liferay.portlet.mobiledevicerules.search.RuleGroupSearch</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>RuleGroupSearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<field>
			<name>headerNames</name>
		</field>
		<field>
			<name>EMPTY_RESULTS_MESSAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RuleGroupSearchTerms</name>
		<type>com.liferay.portlet.mobiledevicerules.search.RuleGroupSearchTerms</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>RuleGroupSearchTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MDRActionLocalServiceImpl</name>
		<type>com.liferay.portlet.mobiledevicerules.service.impl.MDRActionLocalServiceImpl</type>
		<author><![CDATA[Edward C. Han]]></author>
		<method>
			<name>addAction</name>
			<param>
				<name>ruleGroupInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addAction</name>
			<param>
				<name>ruleGroupInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteAction</name>
			<param>
				<name>actionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteAction</name>
			<param>
				<name>action</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRAction</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteActions</name>
			<param>
				<name>ruleGroupInstanceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchAction</name>
			<param>
				<name>actionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAction</name>
			<param>
				<name>actionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getActions</name>
			<param>
				<name>ruleGroupInstanceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getActions</name>
			<param>
				<name>ruleGroupInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getActionsCount</name>
			<param>
				<name>ruleGroupInstanceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAction</name>
			<param>
				<name>actionId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAction</name>
			<param>
				<name>actionId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MDRActionServiceImpl</name>
		<type>com.liferay.portlet.mobiledevicerules.service.impl.MDRActionServiceImpl</type>
		<author><![CDATA[Edward C. Han]]></author>
		<method>
			<name>addAction</name>
			<param>
				<name>ruleGroupInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addAction</name>
			<param>
				<name>ruleGroupInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteAction</name>
			<param>
				<name>actionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchAction</name>
			<param>
				<name>actionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAction</name>
			<param>
				<name>actionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAction</name>
			<param>
				<name>actionId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAction</name>
			<param>
				<name>actionId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MDRRuleGroupInstanceLocalServiceImpl</name>
		<type>com.liferay.portlet.mobiledevicerules.service.impl.MDRRuleGroupInstanceLocalServiceImpl</type>
		<author><![CDATA[Edward C. Han]]></author>
		<method>
			<name>addRuleGroupInstance</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>priority</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addRuleGroupInstance</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteGroupRuleGroupInstances</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRuleGroupInstance</name>
			<param>
				<name>ruleGroupInstanceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRuleGroupInstance</name>
			<param>
				<name>ruleGroupInstance</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRuleGroupInstances</name>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchRuleGroupInstance</name>
			<param>
				<name>ruleGroupInstanceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchRuleGroupInstance</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRuleGroupInstance</name>
			<param>
				<name>ruleGroupInstanceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRuleGroupInstance</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRuleGroupInstances</name>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRuleGroupInstances</name>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRuleGroupInstances</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRuleGroupInstances</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRuleGroupInstancesCount</name>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRuleGroupInstancesCount</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateRuleGroupInstance</name>
			<param>
				<name>ruleGroupInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>priority</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MDRRuleGroupInstanceServiceImpl</name>
		<type>com.liferay.portlet.mobiledevicerules.service.impl.MDRRuleGroupInstanceServiceImpl</type>
		<author><![CDATA[Edward C. Han]]></author>
		<method>
			<name>addRuleGroupInstance</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>priority</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addRuleGroupInstance</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRuleGroupInstance</name>
			<param>
				<name>ruleGroupInstanceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRuleGroupInstances</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRuleGroupInstancesCount</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateRuleGroupInstance</name>
			<param>
				<name>ruleGroupInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>priority</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupId</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MDRRuleGroupLocalServiceImpl</name>
		<type>com.liferay.portlet.mobiledevicerules.service.impl.MDRRuleGroupLocalServiceImpl</type>
		<author><![CDATA[Edward C. Han]]></author>
		<method>
			<name>addRuleGroup</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyRuleGroup</name>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyRuleGroup</name>
			<param>
				<name>ruleGroup</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRuleGroup</name>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRuleGroup</name>
			<param>
				<name>ruleGroup</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRuleGroups</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchRuleGroup</name>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRuleGroup</name>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRuleGroups</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRuleGroups</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRuleGroupsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchByKeywords</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchByKeywordsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateRuleGroup</name>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MDRRuleGroupServiceImpl</name>
		<type>com.liferay.portlet.mobiledevicerules.service.impl.MDRRuleGroupServiceImpl</type>
		<author><![CDATA[Edward C. Han]]></author>
		<method>
			<name>addRuleGroup</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyRuleGroup</name>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRuleGroup</name>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchRuleGroup</name>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRuleGroup</name>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateRuleGroup</name>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MDRRuleLocalServiceImpl</name>
		<type>com.liferay.portlet.mobiledevicerules.service.impl.MDRRuleLocalServiceImpl</type>
		<author><![CDATA[Edward C. Han]]></author>
		<method>
			<name>addRule</name>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addRule</name>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyRule</name>
			<param>
				<name>ruleId</name>
				<type>long</type>
			</param>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>copyRule</name>
			<param>
				<name>rule</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRule</type>
			</param>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRule</name>
			<param>
				<name>ruleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRule</name>
			<param>
				<name>rule</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRule</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRules</name>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchRule</name>
			<param>
				<name>ruleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRule</name>
			<param>
				<name>ruleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRules</name>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRules</name>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRulesCount</name>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateRule</name>
			<param>
				<name>ruleId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateRule</name>
			<param>
				<name>ruleId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MDRRuleServiceImpl</name>
		<type>com.liferay.portlet.mobiledevicerules.service.impl.MDRRuleServiceImpl</type>
		<author><![CDATA[Edward C. Han]]></author>
		<method>
			<name>addRule</name>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addRule</name>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteRule</name>
			<param>
				<name>ruleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchRule</name>
			<param>
				<name>ruleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRule</name>
			<param>
				<name>ruleId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateRule</name>
			<param>
				<name>ruleId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeSettings</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateRule</name>
			<param>
				<name>ruleId</name>
				<type>long</type>
			</param>
			<param>
				<name>nameMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>typeSettingsProperties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MDRPermission</name>
		<type>com.liferay.portlet.mobiledevicerules.service.permission.MDRPermission</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MDRPermissionImpl</name>
		<type>com.liferay.portlet.mobiledevicerules.service.permission.MDRPermissionImpl</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MDRPermissionUtil</name>
		<type>com.liferay.portlet.mobiledevicerules.service.permission.MDRPermissionUtil</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getMDRPermission</name>
		</method>
		<method>
			<name>setMDRPermission</name>
			<param>
				<name>mdrPermission</name>
				<type>com.liferay.portlet.mobiledevicerules.service.permission.MDRPermission</type>
			</param>
		</method>
		<field>
			<name>_mdrPermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MDRRuleGroupInstancePermission</name>
		<type>com.liferay.portlet.mobiledevicerules.service.permission.MDRRuleGroupInstancePermission</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>ruleGroupInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>ruleGroupInstance</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>ruleGroupInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>ruleGroupInstance</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MDRRuleGroupInstancePermissionImpl</name>
		<type>com.liferay.portlet.mobiledevicerules.service.permission.MDRRuleGroupInstancePermissionImpl</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>ruleGroupInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>ruleGroupInstance</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>ruleGroupInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>ruleGroupInstance</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MDRRuleGroupInstancePermissionUtil</name>
		<type>com.liferay.portlet.mobiledevicerules.service.permission.MDRRuleGroupInstancePermissionUtil</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>ruleGroupInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>ruleGroupInstance</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>ruleGroupInstanceId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>ruleGroupInstance</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstance</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getMDRRuleGroupInstancePermission</name>
		</method>
		<method>
			<name>setMDRRuleGroupInstancePermission</name>
			<param>
				<name>mdrRuleGroupInstancePermission</name>
				<type>com.liferay.portlet.mobiledevicerules.service.permission.MDRRuleGroupInstancePermission</type>
			</param>
		</method>
		<field>
			<name>_mdrRuleGroupInstancePermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MDRRuleGroupPermission</name>
		<type>com.liferay.portlet.mobiledevicerules.service.permission.MDRRuleGroupPermission</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>ruleGroup</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>ruleGroup</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MDRRuleGroupPermissionImpl</name>
		<type>com.liferay.portlet.mobiledevicerules.service.permission.MDRRuleGroupPermissionImpl</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>ruleGroup</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>ruleGroup</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MDRRuleGroupPermissionUtil</name>
		<type>com.liferay.portlet.mobiledevicerules.service.permission.MDRRuleGroupPermissionUtil</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>ruleGroup</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>ruleGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>ruleGroup</name>
				<type>com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getMDRRuleGroupPermission</name>
		</method>
		<method>
			<name>setMDRRuleGroupPermission</name>
			<param>
				<name>mdrRuleGroupPermission</name>
				<type>com.liferay.portlet.mobiledevicerules.service.permission.MDRRuleGroupPermission</type>
			</param>
		</method>
		<field>
			<name>_mdrRuleGroupPermission</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MDRRuleGroupFinder</name>
		<type>com.liferay.portlet.mobiledevicerules.service.persistence.MDRRuleGroupFinder</type>
		<author><![CDATA[Edward C. Han]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MDRRuleGroupFinderImpl</name>
		<type>com.liferay.portlet.mobiledevicerules.service.persistence.MDRRuleGroupFinderImpl</type>
		<author><![CDATA[Edward Han]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>COUNT_BY_G_N</name>
		</field>
		<field>
			<name>FIND_BY_G_N</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MDRRuleGroupFinderUtil</name>
		<type>com.liferay.portlet.mobiledevicerules.service.persistence.MDRRuleGroupFinderUtil</type>
		<author><![CDATA[Edward C. Han]]></author>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.mobiledevicerules.service.persistence.MDRRuleGroupFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RuleGroupInstancePriorityComparator</name>
		<type>com.liferay.portlet.mobiledevicerules.util.RuleGroupInstancePriorityComparator</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>RuleGroupInstancePriorityComparator</name>
		</method>
		<method>
			<name>RuleGroupInstancePriorityComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EditSessionAction</name>
		<type>com.liferay.portlet.monitoring.action.EditSessionAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>invalidateSession</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MyAccountControlPanelEntry</name>
		<type>com.liferay.portlet.myaccount.MyAccountControlPanelEntry</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>isVisible</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditUserAction</name>
		<type>com.liferay.portlet.myaccount.action.EditUserAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateUser</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ViewAction</name>
		<type>com.liferay.portlet.myaccount.action.ViewAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MyPagesControlPanelEntry</name>
		<type>com.liferay.portlet.mypages.MyPagesControlPanelEntry</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>isVisible</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isVisible</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>category</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ViewAction</name>
		<type>com.liferay.portlet.mypages.action.ViewAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditPagesAction</name>
		<type>com.liferay.portlet.myplaces.action.EditPagesAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ViewAction</name>
		<type>com.liferay.portlet.myplaces.action.ViewAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>strutsExecute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLayouts</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLayouts</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayoutParam</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRedirect</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>layouts</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayoutParam</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ConfigurationActionImpl</name>
		<type>com.liferay.portlet.nestedportlets.action.ConfigurationActionImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getColumnNames</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>reorganizeNestedColumns</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>portletResource</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newLayoutTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldLayoutTemplateId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_pattern</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ViewAction</name>
		<type>com.liferay.portlet.nestedportlets.action.ViewAction</type>
		<author><![CDATA[Berentey Zsolt]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Jesper Weissglas]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>checkLayout</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>columnIds</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_columnIdPattern</name>
		</field>
		<field>
			<name>_processColumnPattern</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DNSLookup</name>
		<type>com.liferay.portlet.network.model.DNSLookup</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DNSLookup</name>
		</method>
		<method>
			<name>DNSLookup</name>
			<param>
				<name>domain</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>results</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDomain</name>
		</method>
		<method>
			<name>getResults</name>
		</method>
		<method>
			<name>setDomain</name>
			<param>
				<name>domain</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setResults</name>
			<param>
				<name>results</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_domain</name>
		</field>
		<field>
			<name>_results</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Whois</name>
		<type>com.liferay.portlet.network.model.Whois</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>Whois</name>
		</method>
		<method>
			<name>Whois</name>
			<param>
				<name>domain</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>results</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDomain</name>
		</method>
		<method>
			<name>getResults</name>
		</method>
		<method>
			<name>setDomain</name>
			<param>
				<name>domain</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setResults</name>
			<param>
				<name>results</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_domain</name>
		</field>
		<field>
			<name>_results</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DNSLookupWebCacheItem</name>
		<type>com.liferay.portlet.network.util.DNSLookupWebCacheItem</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DNSLookupWebCacheItem</name>
			<param>
				<name>domain</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>convert</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>WebCacheException</name>
				<type>com.liferay.portal.kernel.webcache.WebCacheException</type>
			</throws>
		</method>
		<method>
			<name>getRefreshTime</name>
		</method>
		<field>
			<name>_REFRESH_TIME</name>
		</field>
		<field>
			<name>_domain</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NetworkUtil</name>
		<type>com.liferay.portlet.network.util.NetworkUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getDNSLookup</name>
			<param>
				<name>domain</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getWhois</name>
			<param>
				<name>domain</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WhoisWebCacheItem</name>
		<type>com.liferay.portlet.network.util.WhoisWebCacheItem</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>WhoisWebCacheItem</name>
			<param>
				<name>domain</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>convert</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>WebCacheException</name>
				<type>com.liferay.portal.kernel.webcache.WebCacheException</type>
			</throws>
		</method>
		<method>
			<name>getRefreshTime</name>
		</method>
		<field>
			<name>WHOIS_SERVER</name>
		</field>
		<field>
			<name>WHOIS_SERVER_PORT</name>
		</field>
		<field>
			<name>_REFRESH_TIME</name>
		</field>
		<field>
			<name>_domain</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PageCommentsPortletDataHandlerImpl</name>
		<type>com.liferay.portlet.pagecomments.lar.PageCommentsPortletDataHandlerImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>getExportControls</name>
		</method>
		<method>
			<name>getImportControls</name>
		</method>
		<method>
			<name>doDeleteData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doExportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_NAMESPACE</name>
		</field>
		<field>
			<name>_comments</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PageRatingsPortletDataHandlerImpl</name>
		<type>com.liferay.portlet.pageratings.lar.PageRatingsPortletDataHandlerImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>getExportControls</name>
		</method>
		<method>
			<name>getImportControls</name>
		</method>
		<method>
			<name>doDeleteData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doExportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_NAMESPACE</name>
		</field>
		<field>
			<name>_ratings</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.passwordpoliciesadmin.action.ActionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getPasswordPolicy</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPasswordPolicy</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditPasswordPolicyAction</name>
		<type>com.liferay.portlet.passwordpoliciesadmin.action.EditPasswordPolicyAction</type>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deletePasswordPolicy</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePasswordPolicy</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditPasswordPolicyAssignmentsAction</name>
		<type>com.liferay.portlet.passwordpoliciesadmin.action.EditPasswordPolicyAssignmentsAction</type>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePasswordPolicyOrganizations</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePasswordPolicyUsers</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>OrganizationPasswordPolicyChecker</name>
		<type>com.liferay.portlet.passwordpoliciesadmin.search.OrganizationPasswordPolicyChecker</type>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>OrganizationPasswordPolicyChecker</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>passwordPolicy</name>
				<type>com.liferay.portal.model.PasswordPolicy</type>
			</param>
		</method>
		<method>
			<name>isChecked</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_passwordPolicy</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PasswordPolicyDisplayTerms</name>
		<type>com.liferay.portlet.passwordpoliciesadmin.search.PasswordPolicyDisplayTerms</type>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>PasswordPolicyDisplayTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getName</name>
		</method>
		<field>
			<name>NAME</name>
		</field>
		<field>
			<name>name</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PasswordPolicySearch</name>
		<type>com.liferay.portlet.passwordpoliciesadmin.search.PasswordPolicySearch</type>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>PasswordPolicySearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<field>
			<name>headerNames</name>
		</field>
		<field>
			<name>orderableHeaders</name>
		</field>
		<field>
			<name>EMPTY_RESULTS_MESSAGE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PasswordPolicySearchTerms</name>
		<type>com.liferay.portlet.passwordpoliciesadmin.search.PasswordPolicySearchTerms</type>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>PasswordPolicySearchTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UserPasswordPolicyChecker</name>
		<type>com.liferay.portlet.passwordpoliciesadmin.search.UserPasswordPolicyChecker</type>
		<author><![CDATA[Scott Lee]]></author>
		<method>
			<name>UserPasswordPolicyChecker</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>passwordPolicy</name>
				<type>com.liferay.portal.model.PasswordPolicy</type>
			</param>
		</method>
		<method>
			<name>isChecked</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_passwordPolicy</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PasswordPoliciesAdmin</name>
		<type>com.liferay.portlet.passwordpoliciesadmin.util.PasswordPoliciesAdmin</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getPasswordPolicyOrderByComparator</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PasswordPoliciesAdminImpl</name>
		<type>com.liferay.portlet.passwordpoliciesadmin.util.PasswordPoliciesAdminImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getPasswordPolicyOrderByComparator</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PasswordPoliciesAdminUtil</name>
		<type>com.liferay.portlet.passwordpoliciesadmin.util.PasswordPoliciesAdminUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getPasswordPoliciesAdmin</name>
		</method>
		<method>
			<name>getPasswordPolicyOrderByComparator</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPasswordPoliciesAdmin</name>
			<param>
				<name>passwordPoliciesAdmin</name>
				<type>com.liferay.portlet.passwordpoliciesadmin.util.PasswordPoliciesAdmin</type>
			</param>
		</method>
		<field>
			<name>_passwordPoliciesAdmin</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InstallPluginAction</name>
		<type>com.liferay.portlet.plugininstaller.action.InstallPluginAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Minhchau Dang]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deployConfiguration</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getSourceForgeMirrors</name>
		</method>
		<method>
			<name>ignorePackages</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>localDeploy</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reloadRepositories</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>remoteDeploy</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>remoteDeploy</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>urlObj</name>
				<type>java.net.URL</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>failOnError</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>remoteDeploySourceForge</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>unignorePackages</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>uninstall</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_DOWNLOAD_DIR</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EditPluginAction</name>
		<type>com.liferay.portlet.pluginsadmin.action.EditPluginAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePluginSetting</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateVoteException</name>
		<type>com.liferay.portlet.polls.DuplicateVoteException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateVoteException</name>
		</method>
		<method>
			<name>DuplicateVoteException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateVoteException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateVoteException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchChoiceException</name>
		<type>com.liferay.portlet.polls.NoSuchChoiceException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchChoiceException</name>
		</method>
		<method>
			<name>NoSuchChoiceException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchChoiceException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchChoiceException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchQuestionException</name>
		<type>com.liferay.portlet.polls.NoSuchQuestionException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchQuestionException</name>
		</method>
		<method>
			<name>NoSuchQuestionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchQuestionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchQuestionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchVoteException</name>
		<type>com.liferay.portlet.polls.NoSuchVoteException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchVoteException</name>
		</method>
		<method>
			<name>NoSuchVoteException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchVoteException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchVoteException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>QuestionChoiceException</name>
		<type>com.liferay.portlet.polls.QuestionChoiceException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>QuestionChoiceException</name>
		</method>
		<method>
			<name>QuestionChoiceException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>QuestionChoiceException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>QuestionChoiceException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>QuestionDescriptionException</name>
		<type>com.liferay.portlet.polls.QuestionDescriptionException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>QuestionDescriptionException</name>
		</method>
		<method>
			<name>QuestionDescriptionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>QuestionDescriptionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>QuestionDescriptionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>QuestionExpirationDateException</name>
		<type>com.liferay.portlet.polls.QuestionExpirationDateException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>QuestionExpirationDateException</name>
		</method>
		<method>
			<name>QuestionExpirationDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>QuestionExpirationDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>QuestionExpirationDateException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>QuestionExpiredException</name>
		<type>com.liferay.portlet.polls.QuestionExpiredException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>QuestionExpiredException</name>
		</method>
		<method>
			<name>QuestionExpiredException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>QuestionExpiredException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>QuestionExpiredException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>QuestionTitleException</name>
		<type>com.liferay.portlet.polls.QuestionTitleException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>QuestionTitleException</name>
		</method>
		<method>
			<name>QuestionTitleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>QuestionTitleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>QuestionTitleException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.polls.action.ActionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getQuestion</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getQuestion</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditQuestionAction</name>
		<type>com.liferay.portlet.polls.action.EditQuestionAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addAndStoreSelection</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>question</name>
				<type>com.liferay.portlet.polls.model.PollsQuestion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteQuestion</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateQuestion</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>CHOICE_DESCRIPTION_PREFIX</name>
		</field>
		<field>
			<name>CHOICE_NAME_PREFIX</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ViewChartAction</name>
		<type>com.liferay.portlet.polls.action.ViewChartAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ViewQuestionAction</name>
		<type>com.liferay.portlet.polls.action.ViewQuestionAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Mate Thurzo]]></author>
		<method>
			<name>updateQuestion</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PollsDisplayPortletDataHandlerImpl</name>
		<type>com.liferay.portlet.polls.lar.PollsDisplayPortletDataHandlerImpl</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getDataPortletPreferences</name>
		</method>
		<method>
			<name>getExportControls</name>
		</method>
		<method>
			<name>getImportControls</name>
		</method>
		<method>
			<name>isDataLocalized</name>
		</method>
		<method>
			<name>isPublishToLiveByDefault</name>
		</method>
		<method>
			<name>doDeleteData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doExportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_DATA_LOCALIZED</name>
		</field>
		<field>
			<name>_NAMESPACE</name>
		</field>
		<field>
			<name>_PUBLISH_TO_LIVE_BY_DEFAULT</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_questions</name>
		</field>
		<field>
			<name>_votes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PollsPortletDataHandlerImpl</name>
		<type>com.liferay.portlet.polls.lar.PollsPortletDataHandlerImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getExportControls</name>
		</method>
		<method>
			<name>getImportControls</name>
		</method>
		<method>
			<name>isAlwaysExportable</name>
		</method>
		<method>
			<name>isDataLocalized</name>
		</method>
		<method>
			<name>exportChoice</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>questionsElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>choice</name>
				<type>com.liferay.portlet.polls.model.PollsChoice</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportQuestion</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>questionsElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>choicesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>votesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>question</name>
				<type>com.liferay.portlet.polls.model.PollsQuestion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportVote</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>questionsElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>vote</name>
				<type>com.liferay.portlet.polls.model.PollsVote</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getChoicePath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>choice</name>
				<type>com.liferay.portlet.polls.model.PollsChoice</type>
			</param>
		</method>
		<method>
			<name>getQuestionPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>question</name>
				<type>com.liferay.portlet.polls.model.PollsQuestion</type>
			</param>
		</method>
		<method>
			<name>getVotePath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>vote</name>
				<type>com.liferay.portlet.polls.model.PollsVote</type>
			</param>
		</method>
		<method>
			<name>importChoice</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>choice</name>
				<type>com.liferay.portlet.polls.model.PollsChoice</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importQuestion</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>questionElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>question</name>
				<type>com.liferay.portlet.polls.model.PollsQuestion</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importVote</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>vote</name>
				<type>com.liferay.portlet.polls.model.PollsVote</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doDeleteData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doExportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_ALWAYS_EXPORTABLE</name>
		</field>
		<field>
			<name>_DATA_LOCALIZED</name>
		</field>
		<field>
			<name>_NAMESPACE</name>
		</field>
		<field>
			<name>_questions</name>
		</field>
		<field>
			<name>_votes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PollsChoiceImpl</name>
		<type>com.liferay.portlet.polls.model.impl.PollsChoiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PollsChoiceImpl</name>
		</method>
		<method>
			<name>getVotesCount</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PollsQuestionImpl</name>
		<type>com.liferay.portlet.polls.model.impl.PollsQuestionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PollsQuestionImpl</name>
		</method>
		<method>
			<name>getChoices</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getVotesCount</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isExpired</name>
		</method>
		<method>
			<name>isExpired</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>defaultCreateDate</name>
				<type>java.util.Date</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PollsVoteImpl</name>
		<type>com.liferay.portlet.polls.model.impl.PollsVoteImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PollsVoteImpl</name>
		</method>
		<method>
			<name>getChoice</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PollsChoiceLocalServiceImpl</name>
		<type>com.liferay.portlet.polls.service.impl.PollsChoiceLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addChoice</name>
			<param>
				<name>questionId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getChoice</name>
			<param>
				<name>choiceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getChoices</name>
			<param>
				<name>questionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getChoicesCount</name>
			<param>
				<name>questionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateChoice</name>
			<param>
				<name>choiceId</name>
				<type>long</type>
			</param>
			<param>
				<name>questionId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PollsChoiceServiceImpl</name>
		<type>com.liferay.portlet.polls.service.impl.PollsChoiceServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
	</javadoc>
	<javadoc>
		<name>PollsQuestionLocalServiceImpl</name>
		<type>com.liferay.portlet.polls.service.impl.PollsQuestionLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>addQuestion</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>neverExpire</name>
				<type>boolean</type>
			</param>
			<param>
				<name>choices</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addQuestionResources</name>
			<param>
				<name>questionId</name>
				<type>long</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addQuestionResources</name>
			<param>
				<name>questionId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addQuestionResources</name>
			<param>
				<name>question</name>
				<type>com.liferay.portlet.polls.model.PollsQuestion</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addQuestionResources</name>
			<param>
				<name>question</name>
				<type>com.liferay.portlet.polls.model.PollsQuestion</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteQuestion</name>
			<param>
				<name>questionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteQuestion</name>
			<param>
				<name>question</name>
				<type>com.liferay.portlet.polls.model.PollsQuestion</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteQuestions</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getQuestion</name>
			<param>
				<name>questionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getQuestions</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getQuestions</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getQuestionsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateQuestion</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>questionId</name>
				<type>long</type>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>neverExpire</name>
				<type>boolean</type>
			</param>
			<param>
				<name>choices</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>choices</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PollsQuestionServiceImpl</name>
		<type>com.liferay.portlet.polls.service.impl.PollsQuestionServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>addQuestion</name>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>neverExpire</name>
				<type>boolean</type>
			</param>
			<param>
				<name>choices</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteQuestion</name>
			<param>
				<name>questionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getQuestion</name>
			<param>
				<name>questionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateQuestion</name>
			<param>
				<name>questionId</name>
				<type>long</type>
			</param>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>descriptionMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>expirationDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>neverExpire</name>
				<type>boolean</type>
			</param>
			<param>
				<name>choices</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PollsVoteLocalServiceImpl</name>
		<type>com.liferay.portlet.polls.service.impl.PollsVoteLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Mate Thurzo]]></author>
		<method>
			<name>addVote</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>questionId</name>
				<type>long</type>
			</param>
			<param>
				<name>choiceId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getChoiceVotes</name>
			<param>
				<name>choiceId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getChoiceVotesCount</name>
			<param>
				<name>choiceId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getQuestionVotes</name>
			<param>
				<name>questionId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getQuestionVotesCount</name>
			<param>
				<name>questionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getVote</name>
			<param>
				<name>questionId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PollsVoteServiceImpl</name>
		<type>com.liferay.portlet.polls.service.impl.PollsVoteServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addVote</name>
			<param>
				<name>questionId</name>
				<type>long</type>
			</param>
			<param>
				<name>choiceId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PollsPermission</name>
		<type>com.liferay.portlet.polls.service.permission.PollsPermission</type>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PollsQuestionPermission</name>
		<type>com.liferay.portlet.polls.service.permission.PollsQuestionPermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>questionId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>question</name>
				<type>com.liferay.portlet.polls.model.PollsQuestion</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>questionId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>question</name>
				<type>com.liferay.portlet.polls.model.PollsQuestion</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PollsChoiceFinder</name>
		<type>com.liferay.portlet.polls.service.persistence.PollsChoiceFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>fetchByUUID_G</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByUUID_G</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<throws>
				<name>NoSuchChoiceException</name>
				<type>com.liferay.portlet.polls.NoSuchChoiceException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PollsChoiceFinderImpl</name>
		<type>com.liferay.portlet.polls.service.persistence.PollsChoiceFinderImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>fetchByUUID_G</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByUUID_G</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>NoSuchChoiceException</name>
				<type>com.liferay.portlet.polls.NoSuchChoiceException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>FIND_BY_UUID_G</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PollsChoiceFinderUtil</name>
		<type>com.liferay.portlet.polls.service.persistence.PollsChoiceFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>fetchByUUID_G</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByUUID_G</name>
			<param>
				<name>uuid</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<throws>
				<name>NoSuchChoiceException</name>
				<type>com.liferay.portlet.polls.NoSuchChoiceException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.polls.service.persistence.PollsChoiceFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PollsUtil</name>
		<type>com.liferay.portlet.polls.util.PollsUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shepherd Ching]]></author>
		<method>
			<name>getVotesDataset</name>
			<param>
				<name>questionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasVoted</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>questionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>saveVote</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>questionId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>saveVote</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>questionId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>saveVote</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>questionId</name>
				<type>long</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ViewAction</name>
		<type>com.liferay.portlet.pollsdisplay.action.ViewAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditCompanyAction</name>
		<type>com.liferay.portlet.portalsettings.action.EditCompanyAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateCompany</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateDisplay</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateCAS</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditCompanyLogoAction</name>
		<type>com.liferay.portlet.portalsettings.action.EditCompanyLogoAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLogo</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditLDAPServerAction</name>
		<type>com.liferay.portlet.portalsettings.action.EditLDAPServerAction</type>
		<author><![CDATA[Ryan Park]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addLDAPServer</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>properties</name>
				<type>com.liferay.portal.kernel.util.UnicodeProperties</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteLDAPServer</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLDAPServer</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_KEYS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.portletconfiguration.action.ActionUtil</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getLayoutPublicRenderParameters</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPublicRenderParameterConfigurationList</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditArchivedSetupsAction</name>
		<type>com.liferay.portlet.portletconfiguration.action.EditArchivedSetupsAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteSetup</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>restoreSetup</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateSetup</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditConfigurationAction</name>
		<type>com.liferay.portlet.portletconfiguration.action.EditConfigurationAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getConfigurationAction</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortlet</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EditPermissionsAction</name>
		<type>com.liferay.portlet.portletconfiguration.action.EditPermissionsAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getActionIds</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>includePreselected</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getActionIdsList</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>roleId</name>
				<type>long</type>
			</param>
			<param>
				<name>includePreselected</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>updateGroupPermissions</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateGuestPermissions</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateOrganizationPermissions</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateRolePermissions</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateRolePermissions_1to4</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateRolePermissions_5</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateRolePermissions_6</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateUserGroupPermissions</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateUserPermissions</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditPublicRenderParametersAction</name>
		<type>com.liferay.portlet.portletconfiguration.action.EditPublicRenderParametersAction</type>
		<author><![CDATA[Alberto Montero]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePreferences</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditScopeAction</name>
		<type>com.liferay.portlet.portletconfiguration.action.EditScopeAction</type>
		<author><![CDATA[Jesper Weissglas]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getNewScope</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getOldScopeName</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>updateScope</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditSharingAction</name>
		<type>com.liferay.portlet.portletconfiguration.action.EditSharingAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAnyWebsite</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateFacebook</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateFriends</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateGoogleGadget</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateNetvibes</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditSupportedClientsAction</name>
		<type>com.liferay.portlet.portletconfiguration.action.EditSupportedClientsAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateSupportedClients</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ExportImportAction</name>
		<type>com.liferay.portlet.portletconfiguration.action.ExportImportAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportData</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importData</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GetLookAndFeelAction</name>
		<type>com.liferay.portlet.portletconfiguration.action.GetLookAndFeelAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getJSON</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UpdateLookAndFeelAction</name>
		<type>com.liferay.portlet.portletconfiguration.action.UpdateLookAndFeelAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Wilson Man]]></author>
		<method>
			<name>getJSON</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpdateTitleAction</name>
		<type>com.liferay.portlet.portletconfiguration.action.UpdateTitleAction</type>
		<author><![CDATA[Ming-Gih Lam]]></author>
		<method>
			<name>getJSON</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PortletConfigurationUtil</name>
		<type>com.liferay.portlet.portletconfiguration.util.PortletConfigurationUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getPortletCustomCSSClassName</name>
			<param>
				<name>portletSetup</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortletTitle</name>
			<param>
				<name>portletSetup</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PublicRenderParameterConfiguration</name>
		<type>com.liferay.portlet.portletconfiguration.util.PublicRenderParameterConfiguration</type>
		<author><![CDATA[Alberto Montero]]></author>
		<method>
			<name>getIgnoreKey</name>
			<param>
				<name>publicRenderParameter</name>
				<type>com.liferay.portal.model.PublicRenderParameter</type>
			</param>
		</method>
		<method>
			<name>getMappingKey</name>
			<param>
				<name>publicRenderParameter</name>
				<type>com.liferay.portal.model.PublicRenderParameter</type>
			</param>
		</method>
		<method>
			<name>PublicRenderParameterConfiguration</name>
			<param>
				<name>publicRenderParameter</name>
				<type>com.liferay.portal.model.PublicRenderParameter</type>
			</param>
			<param>
				<name>mappingValue</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ignoreValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getIgnoreKey</name>
		</method>
		<method>
			<name>getIgnoreValue</name>
		</method>
		<method>
			<name>getMappingKey</name>
		</method>
		<method>
			<name>getMappingValue</name>
		</method>
		<method>
			<name>getPublicRenderParameter</name>
		</method>
		<method>
			<name>getPublicRenderParameterName</name>
		</method>
		<field>
			<name>IGNORE_PREFIX</name>
		</field>
		<field>
			<name>MAPPING_PREFIX</name>
		</field>
		<field>
			<name>_ignoreValue</name>
		</field>
		<field>
			<name>_mappingValue</name>
		</field>
		<field>
			<name>_publicRenderParameter</name>
		</field>
		<field>
			<name>_publicRenderParameterName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PublicRenderParameterIdentifierComparator</name>
		<type>com.liferay.portlet.portletconfiguration.util.PublicRenderParameterIdentifierComparator</type>
		<author><![CDATA[Alberto Montero]]></author>
		<method>
			<name>compare</name>
			<param>
				<name>publicRenderParameter1</name>
				<type>com.liferay.portal.model.PublicRenderParameter</type>
			</param>
			<param>
				<name>publicRenderParameter2</name>
				<type>com.liferay.portal.model.PublicRenderParameter</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PublicRenderParameterIdentifierConfigurationComparator</name>
		<type>com.liferay.portlet.portletconfiguration.util.PublicRenderParameterIdentifierConfigurationComparator</type>
		<author><![CDATA[Alberto Montero]]></author>
		<method>
			<name>compare</name>
			<param>
				<name>publicRenderParameterConfiguration1</name>
				<type>com.liferay.portlet.portletconfiguration.util.PublicRenderParameterConfiguration</type>
			</param>
			<param>
				<name>publicRenderParameterConfiguration2</name>
				<type>com.liferay.portlet.portletconfiguration.util.PublicRenderParameterConfiguration</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ViewAction</name>
		<type>com.liferay.portlet.portletsharing.action.ViewAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>serveResource</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SaveAction</name>
		<type>com.liferay.portlet.quicknote.action.SaveAction</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getJSON</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EntryScoreException</name>
		<type>com.liferay.portlet.ratings.EntryScoreException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EntryScoreException</name>
		</method>
		<method>
			<name>EntryScoreException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>EntryScoreException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>EntryScoreException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchEntryException</name>
		<type>com.liferay.portlet.ratings.NoSuchEntryException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchEntryException</name>
		</method>
		<method>
			<name>NoSuchEntryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchEntryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchEntryException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchStatsException</name>
		<type>com.liferay.portlet.ratings.NoSuchStatsException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchStatsException</name>
		</method>
		<method>
			<name>NoSuchStatsException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchStatsException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchStatsException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RateEntryAction</name>
		<type>com.liferay.portlet.ratings.action.RateEntryAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getJSON</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getClassName</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getClassPK</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RatingsEntryImpl</name>
		<type>com.liferay.portlet.ratings.model.impl.RatingsEntryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RatingsEntryImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>RatingsStatsImpl</name>
		<type>com.liferay.portlet.ratings.model.impl.RatingsStatsImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RatingsStatsImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>RatingsEntryLocalServiceImpl</name>
		<type>com.liferay.portlet.ratings.service.impl.RatingsEntryLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>deleteEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntries</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntries</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntries</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>score</name>
				<type>double</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntriesCount</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>score</name>
				<type>double</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>score</name>
				<type>double</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>score</name>
				<type>double</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RatingsEntryServiceImpl</name>
		<type>com.liferay.portlet.ratings.service.impl.RatingsEntryServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>deleteEntry</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateEntry</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>score</name>
				<type>double</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RatingsStatsLocalServiceImpl</name>
		<type>com.liferay.portlet.ratings.service.impl.RatingsStatsLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addStats</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteStats</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStats</name>
			<param>
				<name>statsId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStats</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getStats</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RatingsEntryFinder</name>
		<type>com.liferay.portlet.ratings.service.persistence.RatingsEntryFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByU_C_C</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RatingsEntryFinderImpl</name>
		<type>com.liferay.portlet.ratings.service.persistence.RatingsEntryFinderImpl</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByU_C_C</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>FIND_BY_U_C_C</name>
		</field>
		<field>
			<name>FINDER_PATH_FIND_BY_U_C_C</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RatingsEntryFinderUtil</name>
		<type>com.liferay.portlet.ratings.service.persistence.RatingsEntryFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByU_C_C</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.ratings.service.persistence.RatingsEntryFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RatingsStatsFinder</name>
		<type>com.liferay.portlet.ratings.service.persistence.RatingsStatsFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByC_C</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RatingsStatsFinderImpl</name>
		<type>com.liferay.portlet.ratings.service.persistence.RatingsStatsFinderImpl</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByC_C</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>FIND_BY_C_C</name>
		</field>
		<field>
			<name>FINDER_PATH_FIND_BY_C_C</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RatingsStatsFinderUtil</name>
		<type>com.liferay.portlet.ratings.service.persistence.RatingsStatsFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>findByC_C</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPKs</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.ratings.service.persistence.RatingsStatsFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UpdateRequestAction</name>
		<type>com.liferay.portlet.requests.action.UpdateRequestAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateRequest</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ViewAction</name>
		<type>com.liferay.portlet.requests.action.ViewAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.rolesadmin.action.ActionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getRole</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRole</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditRoleAction</name>
		<type>com.liferay.portlet.rolesadmin.action.EditRoleAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteRole</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateRole</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditRoleAssignmentsAction</name>
		<type>com.liferay.portlet.rolesadmin.action.EditRoleAssignmentsAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateRoleGroups</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateRoleUsers</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditRolePermissionsAction</name>
		<type>com.liferay.portlet.rolesadmin.action.EditRolePermissionsAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deletePermission</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAction_1to5</name>
			<param>
				<name>role</name>
				<type>com.liferay.portal.model.Role</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>selResource</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>selected</name>
				<type>boolean</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAction_6</name>
			<param>
				<name>role</name>
				<type>com.liferay.portal.model.Role</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>selResource</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>selected</name>
				<type>boolean</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateActions</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateActions_6Blocks</name>
			<param>
				<name>role</name>
				<type>com.liferay.portal.model.Role</type>
			</param>
			<param>
				<name>scopeGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>selResource</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>selected</name>
				<type>boolean</type>
			</param>
			<param>
				<name>scope</name>
				<type>int</type>
			</param>
			<param>
				<name>groupIds</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>GroupRoleChecker</name>
		<type>com.liferay.portlet.rolesadmin.search.GroupRoleChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GroupRoleChecker</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>role</name>
				<type>com.liferay.portal.model.Role</type>
			</param>
		</method>
		<method>
			<name>isChecked</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_role</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OrganizationRoleChecker</name>
		<type>com.liferay.portlet.rolesadmin.search.OrganizationRoleChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>OrganizationRoleChecker</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>role</name>
				<type>com.liferay.portal.model.Role</type>
			</param>
		</method>
		<method>
			<name>isChecked</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_role</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourceActionRowChecker</name>
		<type>com.liferay.portlet.rolesadmin.search.ResourceActionRowChecker</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>ResourceActionRowChecker</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
		</method>
		<method>
			<name>isChecked</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>doIsChecked</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RoleDisplayTerms</name>
		<type>com.liferay.portlet.rolesadmin.search.RoleDisplayTerms</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RoleDisplayTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getTypeString</name>
		</method>
		<field>
			<name>DESCRIPTION</name>
		</field>
		<field>
			<name>NAME</name>
		</field>
		<field>
			<name>TYPE</name>
		</field>
		<field>
			<name>description</name>
		</field>
		<field>
			<name>name</name>
		</field>
		<field>
			<name>type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RoleSearch</name>
		<type>com.liferay.portlet.rolesadmin.search.RoleSearch</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RoleSearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<field>
			<name>headerNames</name>
		</field>
		<field>
			<name>orderableHeaders</name>
		</field>
		<field>
			<name>EMPTY_RESULTS_MESSAGE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RoleSearchTerms</name>
		<type>com.liferay.portlet.rolesadmin.search.RoleSearchTerms</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RoleSearchTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getTypesObj</name>
		</method>
	</javadoc>
	<javadoc>
		<name>UserGroupRoleChecker</name>
		<type>com.liferay.portlet.rolesadmin.search.UserGroupRoleChecker</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>UserGroupRoleChecker</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>role</name>
				<type>com.liferay.portal.model.Role</type>
			</param>
		</method>
		<method>
			<name>isChecked</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_role</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserRoleChecker</name>
		<type>com.liferay.portlet.rolesadmin.search.UserRoleChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserRoleChecker</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>role</name>
				<type>com.liferay.portal.model.Role</type>
			</param>
		</method>
		<method>
			<name>isChecked</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_role</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RolesAdmin</name>
		<type>com.liferay.portlet.rolesadmin.util.RolesAdmin</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getCssClassName</name>
			<param>
				<name>role</name>
				<type>com.liferay.portal.model.Role</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RolesAdminImpl</name>
		<type>com.liferay.portlet.rolesadmin.util.RolesAdminImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getCssClassName</name>
			<param>
				<name>role</name>
				<type>com.liferay.portal.model.Role</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RolesAdminUtil</name>
		<type>com.liferay.portlet.rolesadmin.util.RolesAdminUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getCssClassName</name>
			<param>
				<name>role</name>
				<type>com.liferay.portal.model.Role</type>
			</param>
		</method>
		<method>
			<name>getRolesAdmin</name>
		</method>
		<method>
			<name>setRolesAdmin</name>
			<param>
				<name>rolesAdmin</name>
				<type>com.liferay.portlet.rolesadmin.util.RolesAdmin</type>
			</param>
		</method>
		<field>
			<name>_rolesAdmin</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RSSPreferencesValidator</name>
		<type>com.liferay.portlet.rss.RSSPreferencesValidator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>validate</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>ValidatorException</name>
				<type>javax.portlet.ValidatorException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ConfigurationActionImpl</name>
		<type>com.liferay.portlet.rss.action.ConfigurationActionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>removeFooterArticle</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>removeHeaderArticle</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setFooterArticle</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setHeaderArticle</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateSubscriptions</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RSSPortletDataHandlerImpl</name>
		<type>com.liferay.portlet.rss.lar.RSSPortletDataHandlerImpl</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getDataPortletPreferences</name>
		</method>
		<method>
			<name>getExportControls</name>
		</method>
		<method>
			<name>getExportMetadataControls</name>
		</method>
		<method>
			<name>getImportControls</name>
		</method>
		<method>
			<name>getImportMetadataControls</name>
		</method>
		<method>
			<name>isAlwaysExportable</name>
		</method>
		<method>
			<name>isPublishToLiveByDefault</name>
		</method>
		<method>
			<name>doDeleteData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doExportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_ALWAYS_EXPORTABLE</name>
		</field>
		<field>
			<name>_NAMESPACE</name>
		</field>
		<field>
			<name>_PUBLISH_TO_LIVE_BY_DEFAULT</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_embeddedAssets</name>
		</field>
		<field>
			<name>_selectedArticles</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RSSUtil</name>
		<type>com.liferay.portlet.rss.util.RSSUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getFeed</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RSSWebCacheItem</name>
		<type>com.liferay.portlet.rss.util.RSSWebCacheItem</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RSSWebCacheItem</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>convert</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>WebCacheException</name>
				<type>com.liferay.portal.kernel.webcache.WebCacheException</type>
			</throws>
		</method>
		<method>
			<name>getRefreshTime</name>
		</method>
		<field>
			<name>_REFRESH_TIME</name>
		</field>
		<field>
			<name>_url</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OpenSearchAction</name>
		<type>com.liferay.portlet.search.action.OpenSearchAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getXML</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AmazonException</name>
		<type>com.liferay.portlet.shopping.AmazonException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>AmazonException</name>
		</method>
		<method>
			<name>AmazonException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>AmazonException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>AmazonException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BillingCityException</name>
		<type>com.liferay.portlet.shopping.BillingCityException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BillingCityException</name>
		</method>
		<method>
			<name>BillingCityException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>BillingCityException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>BillingCityException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BillingCountryException</name>
		<type>com.liferay.portlet.shopping.BillingCountryException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BillingCountryException</name>
		</method>
		<method>
			<name>BillingCountryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>BillingCountryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>BillingCountryException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BillingEmailAddressException</name>
		<type>com.liferay.portlet.shopping.BillingEmailAddressException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BillingEmailAddressException</name>
		</method>
		<method>
			<name>BillingEmailAddressException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>BillingEmailAddressException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>BillingEmailAddressException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BillingFirstNameException</name>
		<type>com.liferay.portlet.shopping.BillingFirstNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BillingFirstNameException</name>
		</method>
		<method>
			<name>BillingFirstNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>BillingFirstNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>BillingFirstNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BillingLastNameException</name>
		<type>com.liferay.portlet.shopping.BillingLastNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BillingLastNameException</name>
		</method>
		<method>
			<name>BillingLastNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>BillingLastNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>BillingLastNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BillingPhoneException</name>
		<type>com.liferay.portlet.shopping.BillingPhoneException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BillingPhoneException</name>
		</method>
		<method>
			<name>BillingPhoneException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>BillingPhoneException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>BillingPhoneException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BillingStateException</name>
		<type>com.liferay.portlet.shopping.BillingStateException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BillingStateException</name>
		</method>
		<method>
			<name>BillingStateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>BillingStateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>BillingStateException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BillingStreetException</name>
		<type>com.liferay.portlet.shopping.BillingStreetException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BillingStreetException</name>
		</method>
		<method>
			<name>BillingStreetException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>BillingStreetException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>BillingStreetException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BillingZipException</name>
		<type>com.liferay.portlet.shopping.BillingZipException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BillingZipException</name>
		</method>
		<method>
			<name>BillingZipException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>BillingZipException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>BillingZipException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CCExpirationException</name>
		<type>com.liferay.portlet.shopping.CCExpirationException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CCExpirationException</name>
		</method>
		<method>
			<name>CCExpirationException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CCExpirationException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CCExpirationException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CCNameException</name>
		<type>com.liferay.portlet.shopping.CCNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CCNameException</name>
		</method>
		<method>
			<name>CCNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CCNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CCNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CCNumberException</name>
		<type>com.liferay.portlet.shopping.CCNumberException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CCNumberException</name>
		</method>
		<method>
			<name>CCNumberException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CCNumberException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CCNumberException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CCTypeException</name>
		<type>com.liferay.portlet.shopping.CCTypeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CCTypeException</name>
		</method>
		<method>
			<name>CCTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CCTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CCTypeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CartMinOrderException</name>
		<type>com.liferay.portlet.shopping.CartMinOrderException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CartMinOrderException</name>
		</method>
		<method>
			<name>CartMinOrderException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CartMinOrderException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CartMinOrderException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CartMinQuantityException</name>
		<type>com.liferay.portlet.shopping.CartMinQuantityException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CartMinQuantityException</name>
		</method>
		<method>
			<name>CartMinQuantityException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CartMinQuantityException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CartMinQuantityException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CategoryNameException</name>
		<type>com.liferay.portlet.shopping.CategoryNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CategoryNameException</name>
		</method>
		<method>
			<name>CategoryNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CategoryNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CategoryNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CouponActiveException</name>
		<type>com.liferay.portlet.shopping.CouponActiveException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CouponActiveException</name>
		</method>
		<method>
			<name>CouponActiveException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CouponActiveException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CouponActiveException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CouponCodeException</name>
		<type>com.liferay.portlet.shopping.CouponCodeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CouponCodeException</name>
		</method>
		<method>
			<name>CouponCodeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CouponCodeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CouponCodeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CouponDateException</name>
		<type>com.liferay.portlet.shopping.CouponDateException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CouponDateException</name>
		</method>
		<method>
			<name>CouponDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CouponDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CouponDateException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CouponDescriptionException</name>
		<type>com.liferay.portlet.shopping.CouponDescriptionException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CouponDescriptionException</name>
		</method>
		<method>
			<name>CouponDescriptionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CouponDescriptionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CouponDescriptionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CouponDiscountException</name>
		<type>com.liferay.portlet.shopping.CouponDiscountException</type>
		<author><![CDATA[Huang Jie]]></author>
		<method>
			<name>CouponDiscountException</name>
		</method>
		<method>
			<name>CouponDiscountException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CouponDiscountException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CouponDiscountException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CouponEndDateException</name>
		<type>com.liferay.portlet.shopping.CouponEndDateException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CouponEndDateException</name>
		</method>
		<method>
			<name>CouponEndDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CouponEndDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CouponEndDateException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CouponLimitCategoriesException</name>
		<type>com.liferay.portlet.shopping.CouponLimitCategoriesException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CouponLimitCategoriesException</name>
		</method>
		<method>
			<name>CouponLimitCategoriesException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CouponLimitCategoriesException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CouponLimitCategoriesException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>getCategoryIds</name>
		</method>
		<method>
			<name>setCategoryIds</name>
			<param>
				<name>categoryIds</name>
				<type>java.util.List</type>
			</param>
		</method>
		<field>
			<name>_categoryIds</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CouponLimitSKUsException</name>
		<type>com.liferay.portlet.shopping.CouponLimitSKUsException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CouponLimitSKUsException</name>
		</method>
		<method>
			<name>CouponLimitSKUsException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CouponLimitSKUsException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CouponLimitSKUsException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>getSkus</name>
		</method>
		<method>
			<name>setSkus</name>
			<param>
				<name>skus</name>
				<type>java.util.List</type>
			</param>
		</method>
		<field>
			<name>_skus</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CouponMinimumOrderException</name>
		<type>com.liferay.portlet.shopping.CouponMinimumOrderException</type>
		<author><![CDATA[Huang Jie]]></author>
		<method>
			<name>CouponMinimumOrderException</name>
		</method>
		<method>
			<name>CouponMinimumOrderException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CouponMinimumOrderException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CouponMinimumOrderException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CouponNameException</name>
		<type>com.liferay.portlet.shopping.CouponNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CouponNameException</name>
		</method>
		<method>
			<name>CouponNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CouponNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CouponNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CouponStartDateException</name>
		<type>com.liferay.portlet.shopping.CouponStartDateException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CouponStartDateException</name>
		</method>
		<method>
			<name>CouponStartDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>CouponStartDateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>CouponStartDateException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateCouponCodeException</name>
		<type>com.liferay.portlet.shopping.DuplicateCouponCodeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateCouponCodeException</name>
		</method>
		<method>
			<name>DuplicateCouponCodeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateCouponCodeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateCouponCodeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateItemSKUException</name>
		<type>com.liferay.portlet.shopping.DuplicateItemSKUException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateItemSKUException</name>
		</method>
		<method>
			<name>DuplicateItemSKUException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateItemSKUException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateItemSKUException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ItemLargeImageNameException</name>
		<type>com.liferay.portlet.shopping.ItemLargeImageNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ItemLargeImageNameException</name>
		</method>
		<method>
			<name>ItemLargeImageNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ItemLargeImageNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ItemLargeImageNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ItemLargeImageSizeException</name>
		<type>com.liferay.portlet.shopping.ItemLargeImageSizeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ItemLargeImageSizeException</name>
		</method>
		<method>
			<name>ItemLargeImageSizeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ItemLargeImageSizeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ItemLargeImageSizeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ItemMediumImageNameException</name>
		<type>com.liferay.portlet.shopping.ItemMediumImageNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ItemMediumImageNameException</name>
		</method>
		<method>
			<name>ItemMediumImageNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ItemMediumImageNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ItemMediumImageNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ItemMediumImageSizeException</name>
		<type>com.liferay.portlet.shopping.ItemMediumImageSizeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ItemMediumImageSizeException</name>
		</method>
		<method>
			<name>ItemMediumImageSizeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ItemMediumImageSizeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ItemMediumImageSizeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ItemNameException</name>
		<type>com.liferay.portlet.shopping.ItemNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ItemNameException</name>
		</method>
		<method>
			<name>ItemNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ItemNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ItemNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ItemSKUException</name>
		<type>com.liferay.portlet.shopping.ItemSKUException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ItemSKUException</name>
		</method>
		<method>
			<name>ItemSKUException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ItemSKUException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ItemSKUException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ItemSmallImageNameException</name>
		<type>com.liferay.portlet.shopping.ItemSmallImageNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ItemSmallImageNameException</name>
		</method>
		<method>
			<name>ItemSmallImageNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ItemSmallImageNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ItemSmallImageNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ItemSmallImageSizeException</name>
		<type>com.liferay.portlet.shopping.ItemSmallImageSizeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ItemSmallImageSizeException</name>
		</method>
		<method>
			<name>ItemSmallImageSizeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ItemSmallImageSizeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ItemSmallImageSizeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchCartException</name>
		<type>com.liferay.portlet.shopping.NoSuchCartException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchCartException</name>
		</method>
		<method>
			<name>NoSuchCartException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchCartException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchCartException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchCategoryException</name>
		<type>com.liferay.portlet.shopping.NoSuchCategoryException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchCategoryException</name>
		</method>
		<method>
			<name>NoSuchCategoryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchCategoryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchCategoryException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchCouponException</name>
		<type>com.liferay.portlet.shopping.NoSuchCouponException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchCouponException</name>
		</method>
		<method>
			<name>NoSuchCouponException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchCouponException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchCouponException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchItemException</name>
		<type>com.liferay.portlet.shopping.NoSuchItemException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchItemException</name>
		</method>
		<method>
			<name>NoSuchItemException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchItemException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchItemException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchItemFieldException</name>
		<type>com.liferay.portlet.shopping.NoSuchItemFieldException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchItemFieldException</name>
		</method>
		<method>
			<name>NoSuchItemFieldException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchItemFieldException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchItemFieldException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchItemPriceException</name>
		<type>com.liferay.portlet.shopping.NoSuchItemPriceException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchItemPriceException</name>
		</method>
		<method>
			<name>NoSuchItemPriceException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchItemPriceException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchItemPriceException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchOrderException</name>
		<type>com.liferay.portlet.shopping.NoSuchOrderException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchOrderException</name>
		</method>
		<method>
			<name>NoSuchOrderException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchOrderException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchOrderException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchOrderItemException</name>
		<type>com.liferay.portlet.shopping.NoSuchOrderItemException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchOrderItemException</name>
		</method>
		<method>
			<name>NoSuchOrderItemException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchOrderItemException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchOrderItemException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RequiredCouponException</name>
		<type>com.liferay.portlet.shopping.RequiredCouponException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RequiredCouponException</name>
		</method>
		<method>
			<name>RequiredCouponException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RequiredCouponException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RequiredCouponException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ShippingCityException</name>
		<type>com.liferay.portlet.shopping.ShippingCityException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ShippingCityException</name>
		</method>
		<method>
			<name>ShippingCityException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ShippingCityException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ShippingCityException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ShippingCountryException</name>
		<type>com.liferay.portlet.shopping.ShippingCountryException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ShippingCountryException</name>
		</method>
		<method>
			<name>ShippingCountryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ShippingCountryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ShippingCountryException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ShippingEmailAddressException</name>
		<type>com.liferay.portlet.shopping.ShippingEmailAddressException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ShippingEmailAddressException</name>
		</method>
		<method>
			<name>ShippingEmailAddressException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ShippingEmailAddressException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ShippingEmailAddressException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ShippingFirstNameException</name>
		<type>com.liferay.portlet.shopping.ShippingFirstNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ShippingFirstNameException</name>
		</method>
		<method>
			<name>ShippingFirstNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ShippingFirstNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ShippingFirstNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ShippingLastNameException</name>
		<type>com.liferay.portlet.shopping.ShippingLastNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ShippingLastNameException</name>
		</method>
		<method>
			<name>ShippingLastNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ShippingLastNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ShippingLastNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ShippingPhoneException</name>
		<type>com.liferay.portlet.shopping.ShippingPhoneException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ShippingPhoneException</name>
		</method>
		<method>
			<name>ShippingPhoneException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ShippingPhoneException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ShippingPhoneException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ShippingStateException</name>
		<type>com.liferay.portlet.shopping.ShippingStateException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ShippingStateException</name>
		</method>
		<method>
			<name>ShippingStateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ShippingStateException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ShippingStateException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ShippingStreetException</name>
		<type>com.liferay.portlet.shopping.ShippingStreetException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ShippingStreetException</name>
		</method>
		<method>
			<name>ShippingStreetException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ShippingStreetException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ShippingStreetException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ShippingZipException</name>
		<type>com.liferay.portlet.shopping.ShippingZipException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ShippingZipException</name>
		</method>
		<method>
			<name>ShippingZipException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ShippingZipException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ShippingZipException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.shopping.action.ActionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getCategory</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getCategory</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getCoupon</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getCoupon</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getItem</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getItem</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getOrder</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getOrder</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AddBookItemsAction</name>
		<type>com.liferay.portlet.shopping.action.AddBookItemsAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>quickAddItems</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CartAction</name>
		<type>com.liferay.portlet.shopping.action.CartAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateCart</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CheckoutAction</name>
		<type>com.liferay.portlet.shopping.action.CheckoutAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>forwardCheckout</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLatestOrder</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<method>
			<name>saveLatestOrder</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLatestOrder</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ConfigurationActionImpl</name>
		<type>com.liferay.portlet.shopping.action.ConfigurationActionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateEmailFrom</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>com.liferay.portlet.shopping.util.ShoppingPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateEmailOrderConfirmation</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>com.liferay.portlet.shopping.util.ShoppingPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateEmailOrderShipping</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>com.liferay.portlet.shopping.util.ShoppingPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateInsuranceCalculation</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>com.liferay.portlet.shopping.util.ShoppingPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePayment</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>com.liferay.portlet.shopping.util.ShoppingPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateShippingCalculation</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>preferences</name>
				<type>com.liferay.portlet.shopping.util.ShoppingPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditCategoryAction</name>
		<type>com.liferay.portlet.shopping.action.EditCategoryAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteCategory</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateCategory</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditCouponAction</name>
		<type>com.liferay.portlet.shopping.action.EditCouponAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Huang Jie]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteCoupons</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateCoupon</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditItemAction</name>
		<type>com.liferay.portlet.shopping.action.EditItemAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteItem</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateItem</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditOrderAction</name>
		<type>com.liferay.portlet.shopping.action.EditOrderAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteOrders</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>sendEmail</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateOrder</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PayPalNotificationAction</name>
		<type>com.liferay.portlet.shopping.action.PayPalNotificationAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ViewAction</name>
		<type>com.liferay.portlet.shopping.action.ViewAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ViewCouponAction</name>
		<type>com.liferay.portlet.shopping.action.ViewCouponAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingCartItem</name>
		<type>com.liferay.portlet.shopping.model.ShoppingCartItem</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getCartItemId</name>
		</method>
		<method>
			<name>getFields</name>
		</method>
		<method>
			<name>getFieldsArray</name>
		</method>
		<method>
			<name>getItem</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingCategoryConstants</name>
		<type>com.liferay.portlet.shopping.model.ShoppingCategoryConstants</type>
		<author><![CDATA[Alexander Chow]]></author>
		<field>
			<name>DEFAULT_PARENT_CATEGORY_ID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShoppingCouponConstants</name>
		<type>com.liferay.portlet.shopping.model.ShoppingCouponConstants</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>DISCOUNT_TYPE_ACTUAL</name>
		</field>
		<field>
			<name>DISCOUNT_TYPE_FREE_SHIPPING</name>
		</field>
		<field>
			<name>DISCOUNT_TYPE_PERCENTAGE</name>
		</field>
		<field>
			<name>DISCOUNT_TYPE_TAX_FREE</name>
		</field>
		<field>
			<name>DISCOUNT_TYPES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShoppingItemPriceConstants</name>
		<type>com.liferay.portlet.shopping.model.ShoppingItemPriceConstants</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>STATUS_ACTIVE</name>
		</field>
		<field>
			<name>STATUS_ACTIVE_DEFAULT</name>
		</field>
		<field>
			<name>STATUS_INACTIVE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShoppingOrderConstants</name>
		<type>com.liferay.portlet.shopping.model.ShoppingOrderConstants</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>STATUS_CHECKOUT</name>
		</field>
		<field>
			<name>STATUS_COMPLETED</name>
		</field>
		<field>
			<name>STATUS_DENIED</name>
		</field>
		<field>
			<name>STATUS_LATEST</name>
		</field>
		<field>
			<name>STATUS_PENDING</name>
		</field>
		<field>
			<name>STATUS_REFUNDED</name>
		</field>
		<field>
			<name>STATUSES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShoppingCartImpl</name>
		<type>com.liferay.portlet.shopping.model.impl.ShoppingCartImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ShoppingCartImpl</name>
		</method>
		<method>
			<name>addItemId</name>
			<param>
				<name>itemId</name>
				<type>long</type>
			</param>
			<param>
				<name>fields</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getCoupon</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getItems</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getItemsSize</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingCartItemImpl</name>
		<type>com.liferay.portlet.shopping.model.impl.ShoppingCartItemImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getFieldsArray</name>
			<param>
				<name>fields</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ShoppingCartItemImpl</name>
			<param>
				<name>item</name>
				<type>com.liferay.portlet.shopping.model.ShoppingItem</type>
			</param>
			<param>
				<name>fields</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>cartItem</name>
				<type>com.liferay.portlet.shopping.model.ShoppingCartItem</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getCartItemId</name>
		</method>
		<method>
			<name>getFields</name>
		</method>
		<method>
			<name>getFieldsArray</name>
		</method>
		<method>
			<name>getItem</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<field>
			<name>_fields</name>
		</field>
		<field>
			<name>_item</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShoppingCategoryImpl</name>
		<type>com.liferay.portlet.shopping.model.impl.ShoppingCategoryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ShoppingCategoryImpl</name>
		</method>
		<method>
			<name>isRoot</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingCouponImpl</name>
		<type>com.liferay.portlet.shopping.model.impl.ShoppingCouponImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ShoppingCouponImpl</name>
		</method>
		<method>
			<name>hasValidDateRange</name>
		</method>
		<method>
			<name>hasValidEndDate</name>
		</method>
		<method>
			<name>hasValidStartDate</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingItemFieldImpl</name>
		<type>com.liferay.portlet.shopping.model.impl.ShoppingItemFieldImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ShoppingItemFieldImpl</name>
		</method>
		<method>
			<name>getValuesArray</name>
		</method>
		<method>
			<name>setValues</name>
			<param>
				<name>values</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setValuesArray</name>
			<param>
				<name>valuesArray</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<field>
			<name>_valuesArray</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShoppingItemImpl</name>
		<type>com.liferay.portlet.shopping.model.impl.ShoppingItemImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ShoppingItemImpl</name>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>item</name>
				<type>com.liferay.portlet.shopping.model.ShoppingItem</type>
			</param>
		</method>
		<method>
			<name>getCategory</name>
		</method>
		<method>
			<name>getFieldsQuantitiesArray</name>
		</method>
		<method>
			<name>getItemPrices</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setFieldsQuantities</name>
			<param>
				<name>fieldsQuantities</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFieldsQuantitiesArray</name>
			<param>
				<name>fieldsQuantitiesArray</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_fieldsQuantitiesArray</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShoppingItemPriceImpl</name>
		<type>com.liferay.portlet.shopping.model.impl.ShoppingItemPriceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ShoppingItemPriceImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingOrderImpl</name>
		<type>com.liferay.portlet.shopping.model.impl.ShoppingOrderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ShoppingOrderImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingOrderItemImpl</name>
		<type>com.liferay.portlet.shopping.model.impl.ShoppingOrderItemImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ShoppingOrderItemImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>CouponDisplayTerms</name>
		<type>com.liferay.portlet.shopping.search.CouponDisplayTerms</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CouponDisplayTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getCode</name>
		</method>
		<method>
			<name>getDiscountType</name>
		</method>
		<method>
			<name>isActive</name>
		</method>
		<field>
			<name>ACTIVE</name>
		</field>
		<field>
			<name>CODE</name>
		</field>
		<field>
			<name>DISCOUNT_TYPE</name>
		</field>
		<field>
			<name>active</name>
		</field>
		<field>
			<name>code</name>
		</field>
		<field>
			<name>discountType</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CouponSearch</name>
		<type>com.liferay.portlet.shopping.search.CouponSearch</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CouponSearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<field>
			<name>headerNames</name>
		</field>
		<field>
			<name>EMPTY_RESULTS_MESSAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CouponSearchTerms</name>
		<type>com.liferay.portlet.shopping.search.CouponSearchTerms</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>CouponSearchTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>OrderDisplayTerms</name>
		<type>com.liferay.portlet.shopping.search.OrderDisplayTerms</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>OrderDisplayTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getEmailAddress</name>
		</method>
		<method>
			<name>getFirstName</name>
		</method>
		<method>
			<name>getLastName</name>
		</method>
		<method>
			<name>getNumber</name>
		</method>
		<method>
			<name>getStatus</name>
		</method>
		<field>
			<name>EMAIL_ADDRESS</name>
		</field>
		<field>
			<name>FIRST_NAME</name>
		</field>
		<field>
			<name>LAST_NAME</name>
		</field>
		<field>
			<name>NUMBER</name>
		</field>
		<field>
			<name>STATUS</name>
		</field>
		<field>
			<name>emailAddress</name>
		</field>
		<field>
			<name>firstName</name>
		</field>
		<field>
			<name>lastName</name>
		</field>
		<field>
			<name>number</name>
		</field>
		<field>
			<name>status</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OrderSearch</name>
		<type>com.liferay.portlet.shopping.search.OrderSearch</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>OrderSearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<field>
			<name>headerNames</name>
		</field>
		<field>
			<name>EMPTY_RESULTS_MESSAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OrderSearchTerms</name>
		<type>com.liferay.portlet.shopping.search.OrderSearchTerms</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>OrderSearchTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getStatus</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingCartLocalServiceImpl</name>
		<type>com.liferay.portlet.shopping.service.impl.ShoppingCartLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>deleteGroupCarts</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteUserCarts</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCart</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getItems</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>itemIds</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateCart</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>itemIds</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>couponCodes</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>altShipping</name>
				<type>int</type>
			</param>
			<param>
				<name>insure</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkItemIds</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>itemIds</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingCategoryLocalServiceImpl</name>
		<type>com.liferay.portlet.shopping.service.impl.ShoppingCategoryLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addCategory</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addCategoryResources</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addCategoryResources</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addCategoryResources</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.shopping.model.ShoppingCategory</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addCategoryResources</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.shopping.model.ShoppingCategory</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteCategories</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteCategory</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteCategory</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.shopping.model.ShoppingCategory</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategories</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategories</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategory</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getParentCategories</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getParentCategories</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.shopping.model.ShoppingCategory</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getParentCategory</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.shopping.model.ShoppingCategory</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubcategoryIds</name>
			<param>
				<name>categoryIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateCategory</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mergeWithParentCategory</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getParentCategoryId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getParentCategoryId</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.shopping.model.ShoppingCategory</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>mergeCategories</name>
			<param>
				<name>fromCategory</name>
				<type>com.liferay.portlet.shopping.model.ShoppingCategory</type>
			</param>
			<param>
				<name>toCategoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingCategoryServiceImpl</name>
		<type>com.liferay.portlet.shopping.service.impl.ShoppingCategoryServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addCategory</name>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteCategory</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategories</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategories</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategory</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSubcategoryIds</name>
			<param>
				<name>categoryIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateCategory</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>parentCategoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mergeWithParentCategory</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingCouponLocalServiceImpl</name>
		<type>com.liferay.portlet.shopping.service.impl.ShoppingCouponLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Huang Jie]]></author>
		<method>
			<name>addCoupon</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>code</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoCode</name>
				<type>boolean</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>neverExpire</name>
				<type>boolean</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>limitCategories</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>limitSkus</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>minOrder</name>
				<type>double</type>
			</param>
			<param>
				<name>discount</name>
				<type>double</type>
			</param>
			<param>
				<name>discountType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteCoupon</name>
			<param>
				<name>couponId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteCoupon</name>
			<param>
				<name>coupon</name>
				<type>com.liferay.portlet.shopping.model.ShoppingCoupon</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteCoupons</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCoupon</name>
			<param>
				<name>couponId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCoupon</name>
			<param>
				<name>code</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>code</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>discountType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>code</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>discountType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateCoupon</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>couponId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>neverExpire</name>
				<type>boolean</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>limitCategories</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>limitSkus</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>minOrder</name>
				<type>double</type>
			</param>
			<param>
				<name>discount</name>
				<type>double</type>
			</param>
			<param>
				<name>discountType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCode</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>code</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoCode</name>
				<type>boolean</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>limitCategories</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>limitSkus</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>minOrder</name>
				<type>double</type>
			</param>
			<param>
				<name>discount</name>
				<type>double</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>limitCategories</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>limitSkus</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>minOrder</name>
				<type>double</type>
			</param>
			<param>
				<name>discount</name>
				<type>double</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingCouponServiceImpl</name>
		<type>com.liferay.portlet.shopping.service.impl.ShoppingCouponServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addCoupon</name>
			<param>
				<name>code</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>autoCode</name>
				<type>boolean</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>neverExpire</name>
				<type>boolean</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>limitCategories</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>limitSkus</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>minOrder</name>
				<type>double</type>
			</param>
			<param>
				<name>discount</name>
				<type>double</type>
			</param>
			<param>
				<name>discountType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteCoupon</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>couponId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCoupon</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>couponId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>code</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>discountType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateCoupon</name>
			<param>
				<name>couponId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>startDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateDay</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateYear</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateHour</name>
				<type>int</type>
			</param>
			<param>
				<name>endDateMinute</name>
				<type>int</type>
			</param>
			<param>
				<name>neverExpire</name>
				<type>boolean</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>limitCategories</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>limitSkus</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>minOrder</name>
				<type>double</type>
			</param>
			<param>
				<name>discount</name>
				<type>double</type>
			</param>
			<param>
				<name>discountType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingItemFieldLocalServiceImpl</name>
		<type>com.liferay.portlet.shopping.service.impl.ShoppingItemFieldLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getItemFields</name>
			<param>
				<name>itemId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingItemLocalServiceImpl</name>
		<type>com.liferay.portlet.shopping.service.impl.ShoppingItemLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addBookItems</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>isbns</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addItem</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sku</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fieldsQuantities</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requiresShipping</name>
				<type>boolean</type>
			</param>
			<param>
				<name>stockQuantity</name>
				<type>int</type>
			</param>
			<param>
				<name>featured</name>
				<type>boolean</type>
			</param>
			<param>
				<name>sale</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImageFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>mediumImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>mediumImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mediumImageFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>largeImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>largeImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>largeImageFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>itemFields</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>itemPrices</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addItemResources</name>
			<param>
				<name>itemId</name>
				<type>long</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addItemResources</name>
			<param>
				<name>itemId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addItemResources</name>
			<param>
				<name>item</name>
				<type>com.liferay.portlet.shopping.model.ShoppingItem</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addItemResources</name>
			<param>
				<name>item</name>
				<type>com.liferay.portlet.shopping.model.ShoppingItem</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteItem</name>
			<param>
				<name>itemId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteItem</name>
			<param>
				<name>item</name>
				<type>com.liferay.portlet.shopping.model.ShoppingItem</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteItems</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoriesItemsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFeaturedItems</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>numOfItems</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getItem</name>
			<param>
				<name>itemId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getItem</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>sku</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getItemByLargeImageId</name>
			<param>
				<name>largeImageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getItemByMediumImageId</name>
			<param>
				<name>mediumImageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getItemBySmallImageId</name>
			<param>
				<name>smallImageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getItems</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getItems</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getItemsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getItemsPrevAndNext</name>
			<param>
				<name>itemId</name>
				<type>long</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getSaleItems</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>numOfItems</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateItem</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>itemId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sku</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fieldsQuantities</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requiresShipping</name>
				<type>boolean</type>
			</param>
			<param>
				<name>stockQuantity</name>
				<type>int</type>
			</param>
			<param>
				<name>featured</name>
				<type>boolean</type>
			</param>
			<param>
				<name>sale</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImageFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>mediumImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>mediumImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mediumImageFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>largeImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>largeImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>largeImageFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>itemFields</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>itemPrices</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkItemField</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>doAddBookItems</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>isbns</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBookProperties</name>
			<param>
				<name>amazonRankings</name>
				<type>com.liferay.portlet.amazonrankings.model.AmazonRankings</type>
			</param>
		</method>
		<method>
			<name>getCategory</name>
			<param>
				<name>item</name>
				<type>com.liferay.portlet.shopping.model.ShoppingItem</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>saveImages</name>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>smallImageFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>smallImageBytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>mediumImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>mediumImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>mediumImageFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>mediumImageBytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>largeImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>largeImageId</name>
				<type>long</type>
			</param>
			<param>
				<name>largeImageFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>largeImageBytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>itemId</name>
				<type>long</type>
			</param>
			<param>
				<name>sku</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallImageFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>smallImageBytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>mediumImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>mediumImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mediumImageFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>mediumImageBytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>largeImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>largeImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>largeImageFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>largeImageBytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingItemPriceLocalServiceImpl</name>
		<type>com.liferay.portlet.shopping.service.impl.ShoppingItemPriceLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getItemPrices</name>
			<param>
				<name>itemId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingItemServiceImpl</name>
		<type>com.liferay.portlet.shopping.service.impl.ShoppingItemServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addBookItems</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>isbns</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addItem</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sku</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fieldsQuantities</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requiresShipping</name>
				<type>boolean</type>
			</param>
			<param>
				<name>stockQuantity</name>
				<type>int</type>
			</param>
			<param>
				<name>featured</name>
				<type>boolean</type>
			</param>
			<param>
				<name>sale</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>mediumImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>mediumImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mediumFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>largeImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>largeImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>largeFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>itemFields</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>itemPrices</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteItem</name>
			<param>
				<name>itemId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoriesItemsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getItem</name>
			<param>
				<name>itemId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getItems</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getItems</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getItemsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getItemsPrevAndNext</name>
			<param>
				<name>itemId</name>
				<type>long</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateItem</name>
			<param>
				<name>itemId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>sku</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fieldsQuantities</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requiresShipping</name>
				<type>boolean</type>
			</param>
			<param>
				<name>stockQuantity</name>
				<type>int</type>
			</param>
			<param>
				<name>featured</name>
				<type>boolean</type>
			</param>
			<param>
				<name>sale</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>smallImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>smallImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>smallFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>mediumImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>mediumImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mediumFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>largeImage</name>
				<type>boolean</type>
			</param>
			<param>
				<name>largeImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>largeFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>itemFields</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>itemPrices</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingOrderItemLocalServiceImpl</name>
		<type>com.liferay.portlet.shopping.service.impl.ShoppingOrderItemLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getOrderItems</name>
			<param>
				<name>orderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingOrderLocalServiceImpl</name>
		<type>com.liferay.portlet.shopping.service.impl.ShoppingOrderLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addLatestOrder</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>completeOrder</name>
			<param>
				<name>number</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ppTxnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ppPaymentStatus</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ppPaymentGross</name>
				<type>double</type>
			</param>
			<param>
				<name>ppReceiverEmail</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ppPayerEmail</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>updateInventory</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteOrder</name>
			<param>
				<name>orderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteOrder</name>
			<param>
				<name>order</name>
				<type>com.liferay.portlet.shopping.model.ShoppingOrder</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteOrders</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLatestOrder</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrder</name>
			<param>
				<name>orderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrder</name>
			<param>
				<name>number</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPayPalTxnIdOrder</name>
			<param>
				<name>ppTxnId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>saveLatestOrder</name>
			<param>
				<name>cart</name>
				<type>com.liferay.portlet.shopping.model.ShoppingCart</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>number</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingFirstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingLastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingFirstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingLastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ppPaymentStatus</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>searchCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>number</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingFirstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingLastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingFirstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingLastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ppPaymentStatus</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>sendEmail</name>
			<param>
				<name>orderId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>sendEmail</name>
			<param>
				<name>order</name>
				<type>com.liferay.portlet.shopping.model.ShoppingOrder</type>
			</param>
			<param>
				<name>emailType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLatestOrder</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>billingFirstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingLastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingCompany</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingStreet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingCity</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingState</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingZip</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingCountry</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingPhone</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shipToBilling</name>
				<type>boolean</type>
			</param>
			<param>
				<name>shippingFirstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingLastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingCompany</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingStreet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingCity</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingState</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingZip</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingCountry</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingPhone</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ccName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ccType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ccNumber</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ccExpMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>ccExpYear</name>
				<type>int</type>
			</param>
			<param>
				<name>ccVerNumber</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>comments</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateOrder</name>
			<param>
				<name>orderId</name>
				<type>long</type>
			</param>
			<param>
				<name>ppTxnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ppPaymentStatus</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ppPaymentGross</name>
				<type>double</type>
			</param>
			<param>
				<name>ppReceiverEmail</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ppPayerEmail</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateOrder</name>
			<param>
				<name>orderId</name>
				<type>long</type>
			</param>
			<param>
				<name>billingFirstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingLastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingCompany</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingStreet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingCity</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingState</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingZip</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingCountry</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingPhone</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shipToBilling</name>
				<type>boolean</type>
			</param>
			<param>
				<name>shippingFirstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingLastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingCompany</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingStreet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingCity</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingState</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingZip</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingCountry</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingPhone</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ccName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ccType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ccNumber</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ccExpMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>ccExpYear</name>
				<type>int</type>
			</param>
			<param>
				<name>ccVerNumber</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>comments</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNumber</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>shoppingPrefs</name>
				<type>com.liferay.portlet.shopping.util.ShoppingPreferences</type>
			</param>
			<param>
				<name>billingFirstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingLastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingStreet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingCity</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingState</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingZip</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingCountry</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingPhone</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shipToBilling</name>
				<type>boolean</type>
			</param>
			<param>
				<name>shippingFirstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingLastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingStreet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingCity</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingState</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingZip</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingCountry</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingPhone</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ccName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ccType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ccNumber</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ccExpMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>ccExpYear</name>
				<type>int</type>
			</param>
			<param>
				<name>ccVerNumber</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingOrderServiceImpl</name>
		<type>com.liferay.portlet.shopping.service.impl.ShoppingOrderServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>completeOrder</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>number</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ppTxnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ppPaymentStatus</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ppPaymentGross</name>
				<type>double</type>
			</param>
			<param>
				<name>ppReceiverEmail</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ppPayerEmail</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteOrder</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>orderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrder</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>orderId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>sendEmail</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>orderId</name>
				<type>long</type>
			</param>
			<param>
				<name>emailType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateOrder</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>orderId</name>
				<type>long</type>
			</param>
			<param>
				<name>ppTxnId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ppPaymentStatus</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ppPaymentGross</name>
				<type>double</type>
			</param>
			<param>
				<name>ppReceiverEmail</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ppPayerEmail</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateOrder</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>orderId</name>
				<type>long</type>
			</param>
			<param>
				<name>billingFirstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingLastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingCompany</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingStreet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingCity</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingState</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingZip</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingCountry</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingPhone</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shipToBilling</name>
				<type>boolean</type>
			</param>
			<param>
				<name>shippingFirstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingLastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingCompany</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingStreet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingCity</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingState</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingZip</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingCountry</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingPhone</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ccName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ccType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ccNumber</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ccExpMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>ccExpYear</name>
				<type>int</type>
			</param>
			<param>
				<name>ccVerNumber</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>comments</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingCategoryPermission</name>
		<type>com.liferay.portlet.shopping.service.permission.ShoppingCategoryPermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.shopping.model.ShoppingCategory</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.shopping.model.ShoppingCategory</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingItemPermission</name>
		<type>com.liferay.portlet.shopping.service.permission.ShoppingItemPermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>itemId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>item</name>
				<type>com.liferay.portlet.shopping.model.ShoppingItem</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>itemId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>item</name>
				<type>com.liferay.portlet.shopping.model.ShoppingItem</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingOrderPermission</name>
		<type>com.liferay.portlet.shopping.service.permission.ShoppingOrderPermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>orderId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>order</name>
				<type>com.liferay.portlet.shopping.model.ShoppingOrder</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>orderId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>order</name>
				<type>com.liferay.portlet.shopping.model.ShoppingOrder</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingPermission</name>
		<type>com.liferay.portlet.shopping.service.permission.ShoppingPermission</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingCouponFinder</name>
		<type>com.liferay.portlet.shopping.service.persistence.ShoppingCouponFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_C_C_A_DT</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>code</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>discountType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_C_C_A_DT</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>code</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>discountType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingCouponFinderImpl</name>
		<type>com.liferay.portlet.shopping.service.persistence.ShoppingCouponFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_C_C_A_DT</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>code</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>discountType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_C_C_A_DT</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>code</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>discountType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>COUNT_BY_G_C_C_A_DT</name>
		</field>
		<field>
			<name>FIND_BY_G_C_C_A_DT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShoppingCouponFinderUtil</name>
		<type>com.liferay.portlet.shopping.service.persistence.ShoppingCouponFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_C_C_A_DT</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>code</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>discountType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_C_C_A_DT</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>code</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>discountType</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.shopping.service.persistence.ShoppingCouponFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShoppingItemFinder</name>
		<type>com.liferay.portlet.shopping.service.persistence.ShoppingItemFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_C</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByFeatured</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countBySale</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_C</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByFeatured</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>numOfItems</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findBySale</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>numOfItems</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingItemFinderImpl</name>
		<type>com.liferay.portlet.shopping.service.persistence.ShoppingItemFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_C</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByFeatured</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countBySale</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_C</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByFeatured</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>numOfItems</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findBySale</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>numOfItems</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doCountByG_C</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>inlineSQLHelper</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCategoryIds</name>
			<param>
				<name>categoryIds</name>
				<type>java.util.List</type>
			</param>
		</method>
		<field>
			<name>COUNT_BY_G_C</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShoppingItemFinderUtil</name>
		<type>com.liferay.portlet.shopping.service.persistence.ShoppingItemFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_C</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByFeatured</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByKeywords</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countBySale</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterCountByG_C</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByFeatured</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>numOfItems</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByKeywords</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findBySale</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>categoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>numOfItems</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.shopping.service.persistence.ShoppingItemFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShoppingOrderFinder</name>
		<type>com.liferay.portlet.shopping.service.persistence.ShoppingOrderFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_C_U_N_PPPS</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>number</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingFirstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingLastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingFirstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingLastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ppPaymentStatus</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_C_U_N_PPPS</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>number</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingFirstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingLastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingFirstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingLastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ppPaymentStatus</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ShoppingOrderFinderImpl</name>
		<type>com.liferay.portlet.shopping.service.persistence.ShoppingOrderFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_C_U_N_PPPS</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>number</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingFirstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingLastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingFirstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingLastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ppPaymentStatus</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_C_U_N_PPPS</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>number</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingFirstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingLastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingFirstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingLastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ppPaymentStatus</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>COUNT_BY_G_C_U_N_PPPS</name>
		</field>
		<field>
			<name>FIND_BY_G_C_U_N_PPPS</name>
		</field>
		<field>
			<name>USER_ID_SQL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShoppingOrderFinderUtil</name>
		<type>com.liferay.portlet.shopping.service.persistence.ShoppingOrderFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByG_C_U_N_PPPS</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>number</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingFirstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingLastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingFirstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingLastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ppPaymentStatus</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByG_C_U_N_PPPS</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>number</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingFirstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingLastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>billingEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingFirstName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingLastName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shippingEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ppPaymentStatus</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.shopping.service.persistence.ShoppingOrderFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShoppingPreferences</name>
		<type>com.liferay.portlet.shopping.util.ShoppingPreferences</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getInstance</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getAlternativeShipping</name>
		</method>
		<method>
			<name>getAlternativeShippingName</name>
			<param>
				<name>altShipping</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getCcTypes</name>
		</method>
		<method>
			<name>getCurrencyId</name>
		</method>
		<method>
			<name>getEmailFromAddress</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEmailFromName</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEmailOrderConfirmationBody</name>
		</method>
		<method>
			<name>getEmailOrderConfirmationEnabled</name>
		</method>
		<method>
			<name>getEmailOrderConfirmationSubject</name>
		</method>
		<method>
			<name>getEmailOrderShippingBody</name>
		</method>
		<method>
			<name>getEmailOrderShippingEnabled</name>
		</method>
		<method>
			<name>getEmailOrderShippingSubject</name>
		</method>
		<method>
			<name>getInsurance</name>
		</method>
		<method>
			<name>getInsuranceFormula</name>
		</method>
		<method>
			<name>getMinOrder</name>
		</method>
		<method>
			<name>getPayPalEmailAddress</name>
		</method>
		<method>
			<name>getShipping</name>
		</method>
		<method>
			<name>getShippingFormula</name>
		</method>
		<method>
			<name>getTaxRate</name>
		</method>
		<method>
			<name>getTaxState</name>
		</method>
		<method>
			<name>setAlternativeShipping</name>
			<param>
				<name>alternativeShipping</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>setCcTypes</name>
			<param>
				<name>ccTypes</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>setCurrencyId</name>
			<param>
				<name>currencyId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>setEmailFromAddress</name>
			<param>
				<name>emailFromAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>setEmailFromName</name>
			<param>
				<name>emailFromName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>setEmailOrderConfirmationBody</name>
			<param>
				<name>emailOrderConfirmationBody</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>setEmailOrderConfirmationEnabled</name>
			<param>
				<name>emailOrderConfirmationEnabled</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>setEmailOrderConfirmationSubject</name>
			<param>
				<name>emailOrderConfirmationSubject</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>setEmailOrderShippingBody</name>
			<param>
				<name>emailOrderShippingBody</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>setEmailOrderShippingEnabled</name>
			<param>
				<name>emailOrderShippingEnabled</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>setEmailOrderShippingSubject</name>
			<param>
				<name>emailOrderShippingSubject</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>setInsurance</name>
			<param>
				<name>insurance</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>setInsuranceFormula</name>
			<param>
				<name>insuranceFormula</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>setMinOrder</name>
			<param>
				<name>minOrder</name>
				<type>double</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>setPayPalEmailAddress</name>
			<param>
				<name>payPalEmailAddress</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>setShipping</name>
			<param>
				<name>shipping</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>setShippingFormula</name>
			<param>
				<name>shippingFormula</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>setTaxRate</name>
			<param>
				<name>taxRate</name>
				<type>double</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>setTaxState</name>
			<param>
				<name>taxState</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ReadOnlyException</name>
				<type>javax.portlet.ReadOnlyException</type>
			</throws>
		</method>
		<method>
			<name>store</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ValidatorException</name>
				<type>javax.portlet.ValidatorException</type>
			</throws>
		</method>
		<method>
			<name>useAlternativeShipping</name>
		</method>
		<method>
			<name>usePayPal</name>
		</method>
		<method>
			<name>ShoppingPreferences</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>CC_NONE</name>
		</field>
		<field>
			<name>CC_TYPES</name>
		</field>
		<field>
			<name>CURRENCY_IDS</name>
		</field>
		<field>
			<name>INSURANCE_RANGE</name>
		</field>
		<field>
			<name>SHIPPING_RANGE</name>
		</field>
		<field>
			<name>_portletPreferences</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ShoppingUtil</name>
		<type>com.liferay.portlet.shopping.util.ShoppingUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>calculateActualPrice</name>
			<param>
				<name>item</name>
				<type>com.liferay.portlet.shopping.model.ShoppingItem</type>
			</param>
		</method>
		<method>
			<name>calculateActualPrice</name>
			<param>
				<name>item</name>
				<type>com.liferay.portlet.shopping.model.ShoppingItem</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>calculateActualPrice</name>
			<param>
				<name>itemPrice</name>
				<type>com.liferay.portlet.shopping.model.ShoppingItemPrice</type>
			</param>
		</method>
		<method>
			<name>calculateActualSubtotal</name>
			<param>
				<name>orderItems</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>calculateActualSubtotal</name>
			<param>
				<name>items</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>calculateAlternativeShipping</name>
			<param>
				<name>items</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>altShipping</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>calculateCouponDiscount</name>
			<param>
				<name>items</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>coupon</name>
				<type>com.liferay.portlet.shopping.model.ShoppingCoupon</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>calculateCouponDiscount</name>
			<param>
				<name>items</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>stateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>coupon</name>
				<type>com.liferay.portlet.shopping.model.ShoppingCoupon</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>calculateDiscountPercent</name>
			<param>
				<name>items</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>calculateDiscountPrice</name>
			<param>
				<name>item</name>
				<type>com.liferay.portlet.shopping.model.ShoppingItem</type>
			</param>
		</method>
		<method>
			<name>calculateDiscountPrice</name>
			<param>
				<name>item</name>
				<type>com.liferay.portlet.shopping.model.ShoppingItem</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>calculateDiscountPrice</name>
			<param>
				<name>itemPrice</name>
				<type>com.liferay.portlet.shopping.model.ShoppingItemPrice</type>
			</param>
		</method>
		<method>
			<name>calculateDiscountSubtotal</name>
			<param>
				<name>items</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>calculateInsurance</name>
			<param>
				<name>items</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>calculatePrice</name>
			<param>
				<name>item</name>
				<type>com.liferay.portlet.shopping.model.ShoppingItem</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>calculateShipping</name>
			<param>
				<name>items</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>calculateSubtotal</name>
			<param>
				<name>items</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>calculateTax</name>
			<param>
				<name>items</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>stateId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>calculateTotal</name>
			<param>
				<name>items</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>stateId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>coupon</name>
				<type>com.liferay.portlet.shopping.model.ShoppingCoupon</type>
			</param>
			<param>
				<name>altShipping</name>
				<type>int</type>
			</param>
			<param>
				<name>insure</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>calculateTotal</name>
			<param>
				<name>order</name>
				<type>com.liferay.portlet.shopping.model.ShoppingOrder</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getBreadcrumbs</name>
			<param>
				<name>categoryId</name>
				<type>long</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getBreadcrumbs</name>
			<param>
				<name>category</name>
				<type>com.liferay.portlet.shopping.model.ShoppingCategory</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getCart</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCart</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getFieldsQuantitiesPos</name>
			<param>
				<name>item</name>
				<type>com.liferay.portlet.shopping.model.ShoppingItem</type>
			</param>
			<param>
				<name>itemFields</name>
				<type>com.liferay.portlet.shopping.model.ShoppingItemField[]</type>
			</param>
			<param>
				<name>fieldsArray</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getItemFields</name>
			<param>
				<name>itemId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getItemId</name>
			<param>
				<name>itemId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getItemOrderByComparator</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getMinQuantity</name>
			<param>
				<name>item</name>
				<type>com.liferay.portlet.shopping.model.ShoppingItem</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPayPalNotifyURL</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getPayPalRedirectURL</name>
			<param>
				<name>preferences</name>
				<type>com.liferay.portlet.shopping.util.ShoppingPreferences</type>
			</param>
			<param>
				<name>order</name>
				<type>com.liferay.portlet.shopping.model.ShoppingOrder</type>
			</param>
			<param>
				<name>total</name>
				<type>double</type>
			</param>
			<param>
				<name>returnURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>notifyURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPayPalReturnURL</name>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>order</name>
				<type>com.liferay.portlet.shopping.model.ShoppingOrder</type>
			</param>
		</method>
		<method>
			<name>getPpPaymentStatus</name>
			<param>
				<name>order</name>
				<type>com.liferay.portlet.shopping.model.ShoppingOrder</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
		</method>
		<method>
			<name>getPpPaymentStatus</name>
			<param>
				<name>ppPaymentStatus</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isInStock</name>
			<param>
				<name>item</name>
				<type>com.liferay.portlet.shopping.model.ShoppingItem</type>
			</param>
		</method>
		<method>
			<name>isInStock</name>
			<param>
				<name>item</name>
				<type>com.liferay.portlet.shopping.model.ShoppingItem</type>
			</param>
			<param>
				<name>itemFields</name>
				<type>com.liferay.portlet.shopping.model.ShoppingItemField[]</type>
			</param>
			<param>
				<name>fieldsArray</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>orderedQuantity</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>meetsMinOrder</name>
			<param>
				<name>preferences</name>
				<type>com.liferay.portlet.shopping.util.ShoppingPreferences</type>
			</param>
			<param>
				<name>items</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>_getItemPrice</name>
			<param>
				<name>item</name>
				<type>com.liferay.portlet.shopping.model.ShoppingItem</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ItemMinQuantityComparator</name>
		<type>com.liferay.portlet.shopping.util.comparator.ItemMinQuantityComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ItemMinQuantityComparator</name>
		</method>
		<method>
			<name>ItemMinQuantityComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ItemNameComparator</name>
		<type>com.liferay.portlet.shopping.util.comparator.ItemNameComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ItemNameComparator</name>
		</method>
		<method>
			<name>ItemNameComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ItemPriceComparator</name>
		<type>com.liferay.portlet.shopping.util.comparator.ItemPriceComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ItemPriceComparator</name>
		</method>
		<method>
			<name>ItemPriceComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ItemSKUComparator</name>
		<type>com.liferay.portlet.shopping.util.comparator.ItemSKUComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ItemSKUComparator</name>
		</method>
		<method>
			<name>ItemSKUComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OrderDateComparator</name>
		<type>com.liferay.portlet.shopping.util.comparator.OrderDateComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>OrderDateComparator</name>
		</method>
		<method>
			<name>OrderDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.sites.action.ActionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>copyPreferences</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>targetLayout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>sourceLayout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyPreferences</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>targetLayout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>sourceLayout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGroup</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGroup</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getMembershipRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getMembershipRequest</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTeam</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTeam</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditGroupAction</name>
		<type>com.liferay.portlet.sites.action.EditGroupAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteGroup</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRefererGroupId</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateActive</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>cmd</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateCloseRedirect</name>
			<param>
				<name>closeRedirect</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>oldFriendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldStagingFriendlyURL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateGroup</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_LAYOUT_SET_VISIBILITY_PRIVATE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EditGroupAssignmentsAction</name>
		<type>com.liferay.portlet.sites.action.EditGroupAssignmentsAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateGroupOrganizations</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateGroupUserGroups</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateGroupUsers</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateUserGroupGroupRole</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateUserGroupRole</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditTeamAction</name>
		<type>com.liferay.portlet.sites.action.EditTeamAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteTeam</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateTeam</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditTeamAssignmentsAction</name>
		<type>com.liferay.portlet.sites.action.EditTeamAssignmentsAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateTeamUserGroups</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateTeamUsers</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditUserGroupRolesAction</name>
		<type>com.liferay.portlet.sites.action.EditUserGroupRolesAction</type>
		<author><![CDATA[Brett Swaim]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateUserGroupGroupRoleUsers</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditUserRolesAction</name>
		<type>com.liferay.portlet.sites.action.EditUserRolesAction</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateUserGroupRoleUsers</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>PostMembershipRequestAction</name>
		<type>com.liferay.portlet.sites.action.PostMembershipRequestAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ReplyMembershipRequestAction</name>
		<type>com.liferay.portlet.sites.action.ReplyMembershipRequestAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ViewMembershipRequestsAction</name>
		<type>com.liferay.portlet.sites.action.ViewMembershipRequestsAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UserGroupGroupRoleRoleChecker</name>
		<type>com.liferay.portlet.sites.search.UserGroupGroupRoleRoleChecker</type>
		<author><![CDATA[Brett Swaim]]></author>
		<method>
			<name>UserGroupGroupRoleRoleChecker</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>userGroup</name>
				<type>com.liferay.portal.model.UserGroup</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
		</method>
		<method>
			<name>isChecked</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_group</name>
		</field>
		<field>
			<name>_userGroup</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserGroupGroupRoleUserGroupChecker</name>
		<type>com.liferay.portlet.sites.search.UserGroupGroupRoleUserGroupChecker</type>
		<author><![CDATA[Brett Swaim]]></author>
		<method>
			<name>UserGroupGroupRoleUserGroupChecker</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>role</name>
				<type>com.liferay.portal.model.Role</type>
			</param>
		</method>
		<method>
			<name>isChecked</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_group</name>
		</field>
		<field>
			<name>_role</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserGroupRoleRoleChecker</name>
		<type>com.liferay.portlet.sites.search.UserGroupRoleRoleChecker</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>UserGroupRoleRoleChecker</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
		</method>
		<method>
			<name>isChecked</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_group</name>
		</field>
		<field>
			<name>_user</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserGroupRoleUserChecker</name>
		<type>com.liferay.portlet.sites.search.UserGroupRoleUserChecker</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>UserGroupRoleUserChecker</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>role</name>
				<type>com.liferay.portal.model.Role</type>
			</param>
		</method>
		<method>
			<name>isChecked</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_group</name>
		</field>
		<field>
			<name>_role</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SitesUtil</name>
		<type>com.liferay.portlet.sites.util.SitesUtil</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Ryan Park]]></author>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>addPortletBreadcrumbEntries</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>pagesName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>redirectURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>applyLayoutPrototype</name>
			<param>
				<name>layoutPrototype</name>
				<type>com.liferay.portal.model.LayoutPrototype</type>
			</param>
			<param>
				<name>targetLayout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>linkEnabled</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyLayout</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceLayout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>targetLayout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyLookAndFeel</name>
			<param>
				<name>targetLayout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>sourceLayout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyPortletPermissions</name>
			<param>
				<name>targetLayout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>sourceLayout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyPortletSetups</name>
			<param>
				<name>sourceLayout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>targetLayout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>copyTypeSettings</name>
			<param>
				<name>sourceGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>targetGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteLayout</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteLayout</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteLayout</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportLayoutSetPrototype</name>
			<param>
				<name>layoutSetPrototype</name>
				<type>com.liferay.portal.model.LayoutSetPrototype</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLayoutSetPrototypeLayout</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getLayoutSetPrototypeParameters</name>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
		<method>
			<name>importLayoutSetPrototype</name>
			<param>
				<name>layoutSetPrototype</name>
				<type>com.liferay.portal.model.LayoutSetPrototype</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isLayoutDeleteable</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>isLayoutModifiedSinceLastMerge</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isLayoutSetPrototypeUpdateable</name>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
		</method>
		<method>
			<name>isLayoutUpdateable</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>isUserGroupLayoutSetViewable</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userGroupGroup</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>mergeLayoutProtypeLayout</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>mergeLayoutSetProtypeLayouts</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>layoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>resetPrototype</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLayoutScopes</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>sourceLayout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>targetLayout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>sourcePreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>targetPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>sourcePortletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLayoutSetPrototypesLinks</name>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
			<param>
				<name>publicLayoutSetPrototypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayoutSetPrototypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>publicLayoutSetPrototypeLinkEnabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>privateLayoutSetPrototypeLinkEnabled</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLayoutSetPrototypesParameters</name>
			<param>
				<name>importData</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>importLayoutSetPrototype</name>
			<param>
				<name>layoutSetPrototype</name>
				<type>com.liferay.portal.model.LayoutSetPrototype</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>importData</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setLayoutSetPrototypeLinkEnabledParameter</name>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>targetLayoutSet</name>
				<type>com.liferay.portal.model.LayoutSet</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
		</method>
		<method>
			<name>updateLayoutSetPrototypeLink</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>layoutSetPrototypeId</name>
				<type>long</type>
			</param>
			<param>
				<name>layoutSetPrototypeLinkEnabled</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_TEMP_DIR</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SiteCustomAttributesDisplay</name>
		<type>com.liferay.portlet.sitesadmin.SiteCustomAttributesDisplay</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SiteMembershipsControlPanelEntry</name>
		<type>com.liferay.portlet.sitesadmin.SiteMembershipsControlPanelEntry</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>isVisible</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isVisible</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>category</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SiteSettingsControlPanelEntry</name>
		<type>com.liferay.portlet.sitesadmin.SiteSettingsControlPanelEntry</type>
		<author><![CDATA[Eric Min]]></author>
		<method>
			<name>isVisible</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isVisible</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>category</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SitesControlPanelEntry</name>
		<type>com.liferay.portlet.sitesadmin.SitesControlPanelEntry</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Sergio González]]></author>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>isVisible</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isVisible</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>category</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>TeamDisplayTerms</name>
		<type>com.liferay.portlet.sitesadmin.search.TeamDisplayTerms</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TeamDisplayTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<field>
			<name>DESCRIPTION</name>
		</field>
		<field>
			<name>NAME</name>
		</field>
		<field>
			<name>description</name>
		</field>
		<field>
			<name>name</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TeamSearch</name>
		<type>com.liferay.portlet.sitesadmin.search.TeamSearch</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TeamSearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<field>
			<name>headerNames</name>
		</field>
		<field>
			<name>EMPTY_RESULTS_MESSAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TeamSearchTerms</name>
		<type>com.liferay.portlet.sitesadmin.search.TeamSearchTerms</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TeamSearchTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UserGroupTeamChecker</name>
		<type>com.liferay.portlet.sitesadmin.search.UserGroupTeamChecker</type>
		<author><![CDATA[Edward Han]]></author>
		<method>
			<name>UserGroupTeamChecker</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>team</name>
				<type>com.liferay.portal.model.Team</type>
			</param>
		</method>
		<method>
			<name>isChecked</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_team</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserTeamChecker</name>
		<type>com.liferay.portlet.sitesadmin.search.UserTeamChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserTeamChecker</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>team</name>
				<type>com.liferay.portal.model.Team</type>
			</param>
		</method>
		<method>
			<name>isChecked</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_team</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NoSuchActivityAchievementException</name>
		<type>com.liferay.portlet.social.NoSuchActivityAchievementException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchActivityAchievementException</name>
		</method>
		<method>
			<name>NoSuchActivityAchievementException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchActivityAchievementException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchActivityAchievementException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchActivityCounterException</name>
		<type>com.liferay.portlet.social.NoSuchActivityCounterException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchActivityCounterException</name>
		</method>
		<method>
			<name>NoSuchActivityCounterException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchActivityCounterException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchActivityCounterException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchActivityException</name>
		<type>com.liferay.portlet.social.NoSuchActivityException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchActivityException</name>
		</method>
		<method>
			<name>NoSuchActivityException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchActivityException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchActivityException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchActivityLimitException</name>
		<type>com.liferay.portlet.social.NoSuchActivityLimitException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchActivityLimitException</name>
		</method>
		<method>
			<name>NoSuchActivityLimitException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchActivityLimitException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchActivityLimitException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchActivitySettingException</name>
		<type>com.liferay.portlet.social.NoSuchActivitySettingException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchActivitySettingException</name>
		</method>
		<method>
			<name>NoSuchActivitySettingException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchActivitySettingException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchActivitySettingException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchRelationException</name>
		<type>com.liferay.portlet.social.NoSuchRelationException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchRelationException</name>
		</method>
		<method>
			<name>NoSuchRelationException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchRelationException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchRelationException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchRequestException</name>
		<type>com.liferay.portlet.social.NoSuchRequestException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchRequestException</name>
		</method>
		<method>
			<name>NoSuchRequestException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchRequestException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchRequestException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RelationUserIdException</name>
		<type>com.liferay.portlet.social.RelationUserIdException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RelationUserIdException</name>
		</method>
		<method>
			<name>RelationUserIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RelationUserIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RelationUserIdException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>RequestUserIdException</name>
		<type>com.liferay.portlet.social.RequestUserIdException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RequestUserIdException</name>
		</method>
		<method>
			<name>RequestUserIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>RequestUserIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>RequestUserIdException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BaseSocialAchievement</name>
		<type>com.liferay.portlet.social.model.BaseSocialAchievement</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>equals</name>
			<param>
				<name>socialAchievement</name>
				<type>com.liferay.portlet.social.model.SocialAchievement</type>
			</param>
		</method>
		<method>
			<name>getCounterIncrement</name>
		</method>
		<method>
			<name>getCounterName</name>
		</method>
		<method>
			<name>getCounterOwner</name>
		</method>
		<method>
			<name>getCounterPeriodLength</name>
		</method>
		<method>
			<name>getCounterThreshold</name>
		</method>
		<method>
			<name>getDescriptionKey</name>
		</method>
		<method>
			<name>getIcon</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getNameKey</name>
		</method>
		<method>
			<name>initialize</name>
			<param>
				<name>activityDefinition</name>
				<type>com.liferay.portlet.social.model.SocialActivityDefinition</type>
			</param>
		</method>
		<method>
			<name>processActivity</name>
			<param>
				<name>activity</name>
				<type>com.liferay.portlet.social.model.SocialActivity</type>
			</param>
		</method>
		<method>
			<name>setCounterIncrement</name>
			<param>
				<name>counterIncrement</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setCounterName</name>
			<param>
				<name>counterName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCounterOwner</name>
			<param>
				<name>counterOwner</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCounterPeriodLength</name>
			<param>
				<name>counterPeriodLength</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setCounterThreshold</name>
			<param>
				<name>counterThreshold</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setIcon</name>
			<param>
				<name>icon</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setProperty</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>doProcessActivity</name>
			<param>
				<name>activity</name>
				<type>com.liferay.portlet.social.model.SocialActivity</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_ACHIEVEMENT_DESCRIPTION_PREFIX</name>
		</field>
		<field>
			<name>_ACHIEVEMENT_NAME_PREFIX</name>
		</field>
		<field>
			<name>_ICON_SUFFIX</name>
		</field>
		<field>
			<name>_NAME_SUPPORTED_CHARS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_counterIncrement</name>
		</field>
		<field>
			<name>_counterName</name>
		</field>
		<field>
			<name>_counterOwner</name>
		</field>
		<field>
			<name>_counterPeriodLength</name>
		</field>
		<field>
			<name>_counterThreshold</name>
		</field>
		<field>
			<name>_icon</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_ownerType</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseSocialActivityInterpreter</name>
		<type>com.liferay.portlet.social.model.BaseSocialActivityInterpreter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Ryan Park]]></author>
		<method>
			<name>interpret</name>
			<param>
				<name>activity</name>
				<type>com.liferay.portlet.social.model.SocialActivity</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>cleanContent</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>doInterpret</name>
			<param>
				<name>activity</name>
				<type>com.liferay.portlet.social.model.SocialActivity</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getGroupName</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getUserName</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>extraData</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>wrapLink</name>
			<param>
				<name>link</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>wrapLink</name>
			<param>
				<name>link</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseSocialRequestInterpreter</name>
		<type>com.liferay.portlet.social.model.BaseSocialRequestInterpreter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>getUserName</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>getUserNameLink</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>interpret</name>
			<param>
				<name>request</name>
				<type>com.liferay.portlet.social.model.SocialRequest</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>processConfirmation</name>
			<param>
				<name>request</name>
				<type>com.liferay.portlet.social.model.SocialRequest</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>processDuplicateRequestsFromUser</name>
			<param>
				<name>request</name>
				<type>com.liferay.portlet.social.model.SocialRequest</type>
			</param>
			<param>
				<name>oldStatus</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>processDuplicateRequestsToUser</name>
			<param>
				<name>request</name>
				<type>com.liferay.portlet.social.model.SocialRequest</type>
			</param>
			<param>
				<name>oldStatus</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>processRejection</name>
			<param>
				<name>request</name>
				<type>com.liferay.portlet.social.model.SocialRequest</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>doInterpret</name>
			<param>
				<name>request</name>
				<type>com.liferay.portlet.social.model.SocialRequest</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doProcessConfirmation</name>
			<param>
				<name>request</name>
				<type>com.liferay.portlet.social.model.SocialRequest</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doProcessRejection</name>
			<param>
				<name>request</name>
				<type>com.liferay.portlet.social.model.SocialRequest</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialAchievement</name>
		<type>com.liferay.portlet.social.model.SocialAchievement</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>getDescriptionKey</name>
		</method>
		<method>
			<name>getIcon</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getNameKey</name>
		</method>
		<method>
			<name>initialize</name>
			<param>
				<name>activityDefinition</name>
				<type>com.liferay.portlet.social.model.SocialActivityDefinition</type>
			</param>
		</method>
		<method>
			<name>processActivity</name>
			<param>
				<name>activity</name>
				<type>com.liferay.portlet.social.model.SocialActivity</type>
			</param>
		</method>
		<method>
			<name>setIcon</name>
			<param>
				<name>icon</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setProperty</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SocialActivityConstants</name>
		<type>com.liferay.portlet.social.model.SocialActivityConstants</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>TYPE_ADD_ATTACHMENT</name>
		</field>
		<field>
			<name>TYPE_ADD_COMMENT</name>
		</field>
		<field>
			<name>TYPE_ADD_VOTE</name>
		</field>
		<field>
			<name>TYPE_SUBSCRIBE</name>
		</field>
		<field>
			<name>TYPE_UNSUBSCRIBE</name>
		</field>
		<field>
			<name>TYPE_VIEW</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialActivityCounterConstants</name>
		<type>com.liferay.portlet.social.model.SocialActivityCounterConstants</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>END_PERIOD_UNDEFINED</name>
		</field>
		<field>
			<name>NAME_ASSET_ACTIVITIES</name>
		</field>
		<field>
			<name>NAME_CONTRIBUTION</name>
		</field>
		<field>
			<name>NAME_PARTICIPATION</name>
		</field>
		<field>
			<name>NAME_POPULARITY</name>
		</field>
		<field>
			<name>NAME_USER_ACHIEVEMENTS</name>
		</field>
		<field>
			<name>NAME_USER_ACTIVITIES</name>
		</field>
		<field>
			<name>PERIOD_LENGTH_INFINITE</name>
		</field>
		<field>
			<name>PERIOD_LENGTH_SYSTEM</name>
		</field>
		<field>
			<name>TYPE_ACTOR</name>
		</field>
		<field>
			<name>TYPE_ALL</name>
		</field>
		<field>
			<name>TYPE_ASSET</name>
		</field>
		<field>
			<name>TYPE_CREATOR</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialActivityCounterDefinition</name>
		<type>com.liferay.portlet.social.model.SocialActivityCounterDefinition</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getIncrement</name>
		</method>
		<method>
			<name>getKey</name>
		</method>
		<method>
			<name>getLimitPeriod</name>
		</method>
		<method>
			<name>getLimitValue</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getOwnerType</name>
		</method>
		<method>
			<name>getPeriodLength</name>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>isLimitEnabled</name>
		</method>
		<method>
			<name>isTransient</name>
		</method>
		<method>
			<name>setEnabled</name>
			<param>
				<name>enabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setIncrement</name>
			<param>
				<name>increment</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setLimitEnabled</name>
			<param>
				<name>limitEnabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLimitPeriod</name>
			<param>
				<name>limitPeriod</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setLimitPeriod</name>
			<param>
				<name>limitPeriod</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLimitValue</name>
			<param>
				<name>limitValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setOwnerType</name>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setOwnerType</name>
			<param>
				<name>ownerType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPeriodLength</name>
			<param>
				<name>periodLength</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setTransient</name>
			<param>
				<name>transientCounter</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>LIMIT_PERIOD_DAY</name>
		</field>
		<field>
			<name>LIMIT_PERIOD_LIFETIME</name>
		</field>
		<field>
			<name>LIMIT_PERIOD_PERIOD</name>
		</field>
		<field>
			<name>_enabled</name>
		</field>
		<field>
			<name>_increment</name>
		</field>
		<field>
			<name>_limitEnabled</name>
		</field>
		<field>
			<name>_limitPeriod</name>
		</field>
		<field>
			<name>_limitValue</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_ownerType</name>
		</field>
		<field>
			<name>_periodLength</name>
		</field>
		<field>
			<name>_transient</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialActivityDefinition</name>
		<type>com.liferay.portlet.social.model.SocialActivityDefinition</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>addCounter</name>
			<param>
				<name>activityCounterDefinition</name>
				<type>com.liferay.portlet.social.model.SocialActivityCounterDefinition</type>
			</param>
		</method>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getAchievements</name>
		</method>
		<method>
			<name>getActivityCounterDefinition</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getActivityCounterDefinitions</name>
		</method>
		<method>
			<name>getActivityProcessor</name>
		</method>
		<method>
			<name>getActivityType</name>
		</method>
		<method>
			<name>getLanguageKey</name>
		</method>
		<method>
			<name>getModelName</name>
		</method>
		<method>
			<name>getName</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>isEnabled</name>
		</method>
		<method>
			<name>isLogActivity</name>
		</method>
		<method>
			<name>setActivityProcessor</name>
			<param>
				<name>activityProcessor</name>
				<type>com.liferay.portlet.social.model.SocialActivityProcessor</type>
			</param>
		</method>
		<method>
			<name>setActivityType</name>
			<param>
				<name>activityKey</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setCounters</name>
			<param>
				<name>activityCounterDefinitions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setEnabled</name>
			<param>
				<name>enabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLanguageKey</name>
			<param>
				<name>languageKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLogActivity</name>
			<param>
				<name>logActivity</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setModelName</name>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_achievements</name>
		</field>
		<field>
			<name>_activityCounterDefinitions</name>
		</field>
		<field>
			<name>_activityProcessor</name>
		</field>
		<field>
			<name>_activityType</name>
		</field>
		<field>
			<name>_enabled</name>
		</field>
		<field>
			<name>_languageKey</name>
		</field>
		<field>
			<name>_logActivity</name>
		</field>
		<field>
			<name>_modelName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialActivityFeedEntry</name>
		<type>com.liferay.portlet.social.model.SocialActivityFeedEntry</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SocialActivityFeedEntry</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>SocialActivityFeedEntry</name>
			<param>
				<name>link</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBody</name>
		</method>
		<method>
			<name>getLink</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>setBody</name>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLink</name>
			<param>
				<name>link</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTitle</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_body</name>
		</field>
		<field>
			<name>_link</name>
		</field>
		<field>
			<name>_portletId</name>
		</field>
		<field>
			<name>_title</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialActivityInterpreter</name>
		<type>com.liferay.portlet.social.model.SocialActivityInterpreter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>interpret</name>
			<param>
				<name>activity</name>
				<type>com.liferay.portlet.social.model.SocialActivity</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SocialActivityProcessor</name>
		<type>com.liferay.portlet.social.model.SocialActivityProcessor</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>processActivity</name>
			<param>
				<name>activity</name>
				<type>com.liferay.portlet.social.model.SocialActivity</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SocialActivitySettingConstants</name>
		<type>com.liferay.portlet.social.model.SocialActivitySettingConstants</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>NAME_ENABLED</name>
		</field>
		<field>
			<name>NAME_LOG_ENABLED</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialRelationConstants</name>
		<type>com.liferay.portlet.social.model.SocialRelationConstants</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>isTypeBi</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>isTypeUni</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>TYPE_BI_CONNECTION</name>
		</field>
		<field>
			<name>TYPE_BI_COWORKER</name>
		</field>
		<field>
			<name>TYPE_BI_FRIEND</name>
		</field>
		<field>
			<name>TYPE_BI_ROMANTIC_PARTNER</name>
		</field>
		<field>
			<name>TYPE_BI_SIBLING</name>
		</field>
		<field>
			<name>TYPE_BI_SPOUSE</name>
		</field>
		<field>
			<name>TYPE_UNI_CHILD</name>
		</field>
		<field>
			<name>TYPE_UNI_ENEMY</name>
		</field>
		<field>
			<name>TYPE_UNI_FOLLOWER</name>
		</field>
		<field>
			<name>TYPE_UNI_PARENT</name>
		</field>
		<field>
			<name>TYPE_UNI_SUBORDINATE</name>
		</field>
		<field>
			<name>TYPE_UNI_SUPERVISOR</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialRequestConstants</name>
		<type>com.liferay.portlet.social.model.SocialRequestConstants</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>STATUS_CONFIRM</name>
		</field>
		<field>
			<name>STATUS_IGNORE</name>
		</field>
		<field>
			<name>STATUS_PENDING</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialRequestFeedEntry</name>
		<type>com.liferay.portlet.social.model.SocialRequestFeedEntry</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SocialRequestFeedEntry</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBody</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>setBody</name>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTitle</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_body</name>
		</field>
		<field>
			<name>_portletId</name>
		</field>
		<field>
			<name>_title</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialRequestInterpreter</name>
		<type>com.liferay.portlet.social.model.SocialRequestInterpreter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>interpret</name>
			<param>
				<name>request</name>
				<type>com.liferay.portlet.social.model.SocialRequest</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>processConfirmation</name>
			<param>
				<name>request</name>
				<type>com.liferay.portlet.social.model.SocialRequest</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>processRejection</name>
			<param>
				<name>request</name>
				<type>com.liferay.portlet.social.model.SocialRequest</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SocialActivityAchievementImpl</name>
		<type>com.liferay.portlet.social.model.impl.SocialActivityAchievementImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SocialActivityAchievementImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>SocialActivityCounterImpl</name>
		<type>com.liferay.portlet.social.model.impl.SocialActivityCounterImpl</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>isActivePeriod</name>
			<param>
				<name>periodLength</name>
				<type>int</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SocialActivityImpl</name>
		<type>com.liferay.portlet.social.model.impl.SocialActivityImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>getAssetEntry</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setAssetEntry</name>
			<param>
				<name>assetEntry</name>
				<type>com.liferay.portlet.asset.model.AssetEntry</type>
			</param>
		</method>
		<field>
			<name>_assetEntry</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialActivityInterpreterImpl</name>
		<type>com.liferay.portlet.social.model.impl.SocialActivityInterpreterImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SocialActivityInterpreterImpl</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>activityInterpreter</name>
				<type>com.liferay.portlet.social.model.SocialActivityInterpreter</type>
			</param>
		</method>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>hasClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>interpret</name>
			<param>
				<name>activity</name>
				<type>com.liferay.portlet.social.model.SocialActivity</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>_activityInterpreter</name>
		</field>
		<field>
			<name>_classNames</name>
		</field>
		<field>
			<name>_portletId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialActivityLimitImpl</name>
		<type>com.liferay.portlet.social.model.impl.SocialActivityLimitImpl</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>getCount</name>
			<param>
				<name>limitPeriod</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setCount</name>
			<param>
				<name>limitPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SocialActivitySettingImpl</name>
		<type>com.liferay.portlet.social.model.impl.SocialActivitySettingImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SocialActivitySettingImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>SocialRelationImpl</name>
		<type>com.liferay.portlet.social.model.impl.SocialRelationImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SocialRelationImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>SocialRequestImpl</name>
		<type>com.liferay.portlet.social.model.impl.SocialRequestImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SocialRequestImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>SocialRequestInterpreterImpl</name>
		<type>com.liferay.portlet.social.model.impl.SocialRequestInterpreterImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SocialRequestInterpreterImpl</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>requestInterpreter</name>
				<type>com.liferay.portlet.social.model.SocialRequestInterpreter</type>
			</param>
		</method>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>hasClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>interpret</name>
			<param>
				<name>request</name>
				<type>com.liferay.portlet.social.model.SocialRequest</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>processConfirmation</name>
			<param>
				<name>request</name>
				<type>com.liferay.portlet.social.model.SocialRequest</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<method>
			<name>processRejection</name>
			<param>
				<name>request</name>
				<type>com.liferay.portlet.social.model.SocialRequest</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>_classNames</name>
		</field>
		<field>
			<name>_portletId</name>
		</field>
		<field>
			<name>_requestInterpreter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialActivityAchievementLocalServiceImpl</name>
		<type>com.liferay.portlet.social.service.impl.SocialActivityAchievementLocalServiceImpl</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addActivityAchievement</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>achievement</name>
				<type>com.liferay.portlet.social.model.SocialAchievement</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchUserAchievement</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupAchievements</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupAchievements</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupAchievementsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupAchievementsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupFirstAchievements</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getGroupFirstAchievementsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserAchievementCount</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserAchievements</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SocialActivityCounterLocalServiceImpl</name>
		<type>com.liferay.portlet.social.service.impl.SocialActivityCounterLocalServiceImpl</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>addActivityCounter</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>currentValue</name>
				<type>int</type>
			</param>
			<param>
				<name>totalValue</name>
				<type>int</type>
			</param>
			<param>
				<name>startPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>endPeriod</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addActivityCounter</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>currentValue</name>
				<type>int</type>
			</param>
			<param>
				<name>totalValue</name>
				<type>int</type>
			</param>
			<param>
				<name>startPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>endPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>previousActivityCounterId</name>
				<type>long</type>
			</param>
			<param>
				<name>periodLength</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addActivityCounters</name>
			<param>
				<name>activity</name>
				<type>com.liferay.portlet.social.model.SocialActivity</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>createActivityCounter</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>currentValue</name>
				<type>int</type>
			</param>
			<param>
				<name>totalValue</name>
				<type>int</type>
			</param>
			<param>
				<name>startPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>endPeriod</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<deprecated><![CDATA[{@link #createActivityCounter(long, long, long, String, int, int, int, int, int, long, int)}]]></deprecated>
		</method>
		<method>
			<name>createActivityCounter</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>currentValue</name>
				<type>int</type>
			</param>
			<param>
				<name>totalValue</name>
				<type>int</type>
			</param>
			<param>
				<name>startPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>endPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>previousActivityCounterId</name>
				<type>long</type>
			</param>
			<param>
				<name>periodLength</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteActivityCounters</name>
			<param>
				<name>assetEntry</name>
				<type>com.liferay.portlet.asset.model.AssetEntry</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteActivityCounters</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchActivityCounterByEndPeriod</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>endPeriod</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchActivityCounterByStartPeriod</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>startPeriod</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>fetchLatestActivityCounter</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOffsetActivityCounters</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startOffset</name>
				<type>int</type>
			</param>
			<param>
				<name>endOffset</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOffsetDistributionActivityCounters</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startOffset</name>
				<type>int</type>
			</param>
			<param>
				<name>endOffset</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPeriodActivityCounters</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>endPeriod</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPeriodDistributionActivityCounters</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>endPeriod</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserActivityCounters</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>rankingNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>selectedNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserActivityCountersCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>rankingNames</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>incrementUserAchievementCounter</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addActivityCounter</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>assetEntryUser</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>activityCounterDefinition</name>
				<type>com.liferay.portlet.social.model.SocialActivityCounterDefinition</type>
			</param>
		</method>
		<method>
			<name>checkActivityLimit</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>activity</name>
				<type>com.liferay.portlet.social.model.SocialActivity</type>
			</param>
			<param>
				<name>activityCounterDefinition</name>
				<type>com.liferay.portlet.social.model.SocialActivityCounterDefinition</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLockKey</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>incrementActivityCounter</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>increment</name>
				<type>int</type>
			</param>
			<param>
				<name>periodLength</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>incrementActivityCounter</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>assetEntry</name>
				<type>com.liferay.portlet.asset.model.AssetEntry</type>
			</param>
			<param>
				<name>activityCounterDefinition</name>
				<type>com.liferay.portlet.social.model.SocialActivityCounterDefinition</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialActivityInterpreterLocalServiceImpl</name>
		<type>com.liferay.portlet.social.service.impl.SocialActivityInterpreterLocalServiceImpl</type>
		<comment><![CDATA[The social activity interpreter local service. Activity interpreters are classes responsible for translating activity records into human readable form. This service holds a list of interpreters and provides methods to add or remove items from this list.

<p>
Activity interpreters use the language files to get text fragments based on the activity's type and the type of asset on which the activity was done. Interpreters are created for specific asset types and are only capable of translating activities done on assets of those types. As an example, there is an interpreter BlogsActivityInterpreter that can only translate activity records for blog entries.
</p>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addActivityInterpreter</name>
			<comment><![CDATA[Adds the activity interpreter to the list of available interpreters.]]></comment>
			<param>
				<name>activityInterpreter</name>
				<type>com.liferay.portlet.social.model.SocialActivityInterpreter</type>
				<comment><![CDATA[the activity interpreter]]></comment>
			</param>
		</method>
		<method>
			<name>deleteActivityInterpreter</name>
			<comment><![CDATA[Removes the activity interpreter from the list of available interpreters.]]></comment>
			<param>
				<name>activityInterpreter</name>
				<type>com.liferay.portlet.social.model.SocialActivityInterpreter</type>
				<comment><![CDATA[the activity interpreter]]></comment>
			</param>
		</method>
		<method>
			<name>interpret</name>
			<comment><![CDATA[Creates a human readable activity feed entry for the activity using an available compatible activity interpreter.

<p>
This method finds the appropriate interpreter for the activity by going through the available interpreters and asking them if they can handle the asset type of the activity.
</p>]]></comment>
			<param>
				<name>activity</name>
				<type>com.liferay.portlet.social.model.SocialActivity</type>
				<comment><![CDATA[the activity to be translated to human readable form]]></comment>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
				<comment><![CDATA[the theme display needed by interpreters to create links and get localized text fragments]]></comment>
			</param>
			<return>
				<comment><![CDATA[the activity feed that is a human readable form of the activity record or <code>null</code> if a compatible interpreter is not found]]></comment>
			</return>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_activityInterpreters</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialActivityLimitLocalServiceImpl</name>
		<type>com.liferay.portlet.social.service.impl.SocialActivityLimitLocalServiceImpl</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>addActivityLimit</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>activityType</name>
				<type>int</type>
			</param>
			<param>
				<name>activityCounterName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>limitPeriod</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SocialActivityLocalServiceImpl</name>
		<type>com.liferay.portlet.social.service.impl.SocialActivityLocalServiceImpl</type>
		<comment><![CDATA[The social activity local service. This service provides the means to record and list social activities in groups and organizations.

<p>
Social activities are identified by their type and the type of asset they are done on. Each activity records the exact time of the action as well as human readable information needed for activity feeds.
</p>

<p>
Most of the <i>get-</i> methods in this service order activities in descending order by their execution times, so the most recent activities are listed first.
</p>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addActivity</name>
			<comment><![CDATA[Records an activity with the given time in the database.

<p>
This method records a social activity done on an asset, identified by its class name and class primary key, in the database. Additional information (such as the original message ID for a reply to a forum post) is passed in via the <code>extraData</code> in JSON format. For activities affecting another user, a mirror activity is generated that describes the action from the user's point of view. The target user's ID is passed in via the <code>receiverUserId</code>.
</p>

<p>
Example for a mirrored activity:<br> When a user replies to a message boards post, the reply action is stored in the database with the <code>receiverUserId</code> being the ID of the author of the original message. The <code>extraData</code> contains the ID of the original message in JSON format. A mirror activity is generated with the values of the <code>userId</code> and the <code>receiverUserId</code> swapped. This mirror activity basically describes a "replied to" event.
</p>

<p>
Mirror activities are most often used in relation to friend requests and activities.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the acting user]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>createDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the activity's date]]></comment>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the target asset's class name]]></comment>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the target asset]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the activity's type]]></comment>
			</param>
			<param>
				<name>extraData</name>
				<type>java.lang.String</type>
				<comment><![CDATA[any extra data regarding the activity]]></comment>
			</param>
			<param>
				<name>receiverUserId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the receiving user]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user or group could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addActivity</name>
			<comment><![CDATA[Records an activity in the database, using a time based on the current time in an attempt to make the activity's time unique.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the acting user]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the target asset's class name]]></comment>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the target asset]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the activity's type]]></comment>
			</param>
			<param>
				<name>extraData</name>
				<type>java.lang.String</type>
				<comment><![CDATA[any extra data regarding the activity]]></comment>
			</param>
			<param>
				<name>receiverUserId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the receiving user]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user or group could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addActivity</name>
			<param>
				<name>activity</name>
				<type>com.liferay.portlet.social.model.SocialActivity</type>
			</param>
			<param>
				<name>mirrorActivity</name>
				<type>com.liferay.portlet.social.model.SocialActivity</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addUniqueActivity</name>
			<comment><![CDATA[Records an activity in the database, but only if there isn't already an activity with the same parameters.

<p>
For the main functionality see {@link #addActivity(long, long, Date, String, long, int, String, long)}
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the acting user]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>createDate</name>
				<type>java.util.Date</type>
				<comment><![CDATA[the activity's date]]></comment>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the target asset's class name]]></comment>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the target asset]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the activity's type]]></comment>
			</param>
			<param>
				<name>extraData</name>
				<type>java.lang.String</type>
				<comment><![CDATA[any extra data regarding the activity]]></comment>
			</param>
			<param>
				<name>receiverUserId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the receiving user]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user or group could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>addUniqueActivity</name>
			<comment><![CDATA[Records an activity with the current time in the database, but only if there isn't one with the same parameters.

<p>
For the main functionality see {@link #addActivity(long, long, Date, String, long, int, String, long)}
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the acting user]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the target asset's class name]]></comment>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the target asset]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the activity's type]]></comment>
			</param>
			<param>
				<name>extraData</name>
				<type>java.lang.String</type>
				<comment><![CDATA[any extra data regarding the activity]]></comment>
			</param>
			<param>
				<name>receiverUserId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the receiving user]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the user or group could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteActivities</name>
			<comment><![CDATA[Removes stored activities for the asset identified by the class name ID and class primary key.]]></comment>
			<param>
				<name>assetEntry</name>
				<type>com.liferay.portlet.asset.model.AssetEntry</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteActivities</name>
			<comment><![CDATA[Removes stored activities for the asset identified by the class name and class primary key.]]></comment>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the target asset's class name]]></comment>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the target asset]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteActivity</name>
			<comment><![CDATA[Removes the stored activity from the database.]]></comment>
			<param>
				<name>activityId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the stored activity]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the activity could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteActivity</name>
			<comment><![CDATA[Removes the stored activity and its mirror activity from the database.]]></comment>
			<param>
				<name>activity</name>
				<type>com.liferay.portlet.social.model.SocialActivity</type>
				<comment><![CDATA[the activity to be removed]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteUserActivities</name>
			<comment><![CDATA[Removes the user's stored activities from the database.

<p>
This method removes all activities where the user is either the actor or the receiver.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getActivities</name>
			<comment><![CDATA[Returns a range of all the activities done on assets identified by the class name ID.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>classNameId</name>
				<type>long</type>
				<comment><![CDATA[the target asset's class name ID]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getActivities</name>
			<comment><![CDATA[Returns a range of all the activities done on the asset identified by the class name ID and class primary key that are mirrors of the activity identified by the mirror activity ID.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>mirrorActivityId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the mirror activity]]></comment>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
				<comment><![CDATA[the target asset's class name ID]]></comment>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the target asset]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getActivities</name>
			<comment><![CDATA[Returns a range of all the activities done on the asset identified by the class name and the class primary key that are mirrors of the activity identified by the mirror activity ID.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>mirrorActivityId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the mirror activity]]></comment>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the target asset's class name]]></comment>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the target asset]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getActivities</name>
			<comment><![CDATA[Returns a range of all the activities done on assets identified by the class name.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the target asset's class name]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getActivitiesCount</name>
			<comment><![CDATA[Returns the number of activities done on assets identified by the class name ID.]]></comment>
			<param>
				<name>classNameId</name>
				<type>long</type>
				<comment><![CDATA[the target asset's class name ID]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getActivitiesCount</name>
			<comment><![CDATA[Returns the number of activities done on the asset identified by the class name ID and class primary key that are mirrors of the activity identified by the mirror activity ID.]]></comment>
			<param>
				<name>mirrorActivityId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the mirror activity]]></comment>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
				<comment><![CDATA[the target asset's class name ID]]></comment>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the target asset]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getActivitiesCount</name>
			<comment><![CDATA[Returns the number of activities done on the asset identified by the class name and class primary key that are mirrors of the activity identified by the mirror activity ID.]]></comment>
			<param>
				<name>mirrorActivityId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the mirror activity]]></comment>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the target asset's class name]]></comment>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the target asset]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getActivitiesCount</name>
			<comment><![CDATA[Returns the number of activities done on assets identified by class name.]]></comment>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the target asset's class name]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getActivity</name>
			<comment><![CDATA[Returns the activity identified by its primary key.]]></comment>
			<param>
				<name>activityId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the activity]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the activity]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the activity could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroupActivities</name>
			<comment><![CDATA[Returns a range of all the activities done in the group.

<p>
This method only finds activities without mirrors.
</p>

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroupActivitiesCount</name>
			<comment><![CDATA[Returns the number of activities done in the group.

<p>
This method only counts activities without mirrors.
</p>]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroupUsersActivities</name>
			<comment><![CDATA[Returns a range of activities done by users that are members of the group.

<p>
This method only finds activities without mirrors.
</p>

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getGroupUsersActivitiesCount</name>
			<comment><![CDATA[Returns the number of activities done by users that are members of the group.

<p>
This method only counts activities without mirrors.
</p>]]></comment>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getMirrorActivity</name>
			<comment><![CDATA[Returns the activity that has the mirror activity.]]></comment>
			<param>
				<name>mirrorActivityId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the mirror activity]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the mirror activity]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the mirror activity could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getOrganizationActivities</name>
			<comment><![CDATA[Returns a range of all the activities done in the organization. This method only finds activities without mirrors.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getOrganizationActivitiesCount</name>
			<comment><![CDATA[Returns the number of activities done in the organization. This method only counts activities without mirrors.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getOrganizationUsersActivities</name>
			<comment><![CDATA[Returns a range of all the activities done by users of the organization. This method only finds activities without mirrors.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getOrganizationUsersActivitiesCount</name>
			<comment><![CDATA[Returns the number of activities done by users of the organization. This method only counts activities without mirrors.]]></comment>
			<param>
				<name>organizationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the organization]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRelationActivities</name>
			<comment><![CDATA[Returns a range of all the activities done by users in a relationship with the user identified by the user ID.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRelationActivities</name>
			<comment><![CDATA[Returns a range of all the activities done by users in a relationship of type <code>type</code> with the user identified by <code>userId</code>. This method only finds activities without mirrors.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the relationship type]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRelationActivitiesCount</name>
			<comment><![CDATA[Returns the number of activities done by users in a relationship with the user identified by userId.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRelationActivitiesCount</name>
			<comment><![CDATA[Returns the number of activities done by users in a relationship of type <code>type</code> with the user identified by <code>userId</code>. This method only counts activities without mirrors.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the relationship type]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserActivities</name>
			<comment><![CDATA[Returns a range of all the activities done by the user.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserActivitiesCount</name>
			<comment><![CDATA[Returns the number of activities done by the user.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroupsActivities</name>
			<comment><![CDATA[Returns a range of all the activities done in the user's groups. This method only finds activities without mirrors.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroupsActivitiesCount</name>
			<comment><![CDATA[Returns the number of activities done in user's groups. This method only counts activities without mirrors.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroupsAndOrganizationsActivities</name>
			<comment><![CDATA[Returns a range of all the activities done in the user's groups and organizations. This method only finds activities without mirrors.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserGroupsAndOrganizationsActivitiesCount</name>
			<comment><![CDATA[Returns the number of activities done in user's groups and organizations. This method only counts activities without mirrors.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserOrganizationsActivities</name>
			<comment><![CDATA[Returns a range of all activities done in the user's organizations. This method only finds activities without mirrors.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserOrganizationsActivitiesCount</name>
			<comment><![CDATA[Returns the number of activities done in the user's organizations. This method only counts activities without mirrors.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching activities]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SocialActivitySettingLocalServiceImpl</name>
		<type>com.liferay.portlet.social.service.impl.SocialActivitySettingLocalServiceImpl</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>getActivityDefinition</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>activityType</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getActivityDefinitions</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getActivitySettings</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isEnabled</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateActivitySetting</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>enabled</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateActivitySetting</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>activityType</name>
				<type>int</type>
			</param>
			<param>
				<name>activityCounterDefinition</name>
				<type>com.liferay.portlet.social.model.SocialActivityCounterDefinition</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateActivitySettings</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>activityType</name>
				<type>int</type>
			</param>
			<param>
				<name>activityCounterDefinitions</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>encodeKey</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>activityType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getActivityDefinition</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>activityType</name>
				<type>int</type>
			</param>
			<param>
				<name>defaultActivityDefinition</name>
				<type>com.liferay.portlet.social.model.SocialActivityDefinition</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getActivitySettings</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>activityType</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>toJSON</name>
			<param>
				<name>activityCounterDefinition</name>
				<type>com.liferay.portlet.social.model.SocialActivityCounterDefinition</type>
			</param>
		</method>
		<field>
			<name>_activityDefinitions</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialActivitySettingServiceImpl</name>
		<type>com.liferay.portlet.social.service.impl.SocialActivitySettingServiceImpl</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>getActivityDefinition</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>activityType</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getActivityDefinitions</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getJSONActivityDefinitions</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateActivitySetting</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>enabled</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateActivitySetting</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>activityType</name>
				<type>int</type>
			</param>
			<param>
				<name>activityCounterDefinition</name>
				<type>com.liferay.portlet.social.model.SocialActivityCounterDefinition</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateActivitySettings</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>activityType</name>
				<type>int</type>
			</param>
			<param>
				<name>activityCounterDefinitions</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>checkPermission</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SocialRelationLocalServiceImpl</name>
		<type>com.liferay.portlet.social.service.impl.SocialRelationLocalServiceImpl</type>
		<comment><![CDATA[The social relation local service. This service provides methods to handle unidirectional or bidirectional relations between users.

<p>
Relations between users can be unidirectional or bidirectional. The type of relation is determined by an integer constant. Some example relations are <i>co-worker, friend, romantic partner, sibling, spouse, child, enemy, follower, parent, subordinate, supervisor</i>.
</p>

<p>
The two users participating in the relation are designated as User1 and User2. In case of unidirectional relations User1 should always be the subject of the relation. You can use the following English sentence to find out which user to use as User1 and which to use as User2:
</p>

<p>
User1 is <i>&lt;relation&gt;</i> of User2 (e.g. User1 is parent of User2; User1 is supervisor of User2)
</p>

<p>
For bidirectional relations, the service automatically generates the inverse relation.
</p>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addRelation</name>
			<comment><![CDATA[Adds a social relation between the two users to the database.]]></comment>
			<param>
				<name>userId1</name>
				<type>long</type>
				<comment><![CDATA[the user that is the subject of the relation]]></comment>
			</param>
			<param>
				<name>userId2</name>
				<type>long</type>
				<comment><![CDATA[the user at the other end of the relation]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the type of the relation]]></comment>
			</param>
			<return>
				<comment><![CDATA[the social relation]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the users could not be found, if the users were not from the same company, or if either of the users was the default user]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteRelation</name>
			<comment><![CDATA[Removes the relation (and its inverse in case of a bidirectional relation) from the database.]]></comment>
			<param>
				<name>relationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the relation]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the relation could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteRelation</name>
			<comment><![CDATA[Removes the matching relation (and its inverse in case of a bidirectional relation) from the database.]]></comment>
			<param>
				<name>userId1</name>
				<type>long</type>
				<comment><![CDATA[the user that is the subject of the relation]]></comment>
			</param>
			<param>
				<name>userId2</name>
				<type>long</type>
				<comment><![CDATA[the user at the other end of the relation]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the relation's type]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the relation or its inverse relation (if applicable) could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteRelation</name>
			<comment><![CDATA[Removes the relation (and its inverse in case of a bidirectional relation) from the database.]]></comment>
			<param>
				<name>relation</name>
				<type>com.liferay.portlet.social.model.SocialRelation</type>
				<comment><![CDATA[the relation to be removed]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the relation is bidirectional and its inverse relation could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteRelations</name>
			<comment><![CDATA[Removes all relations involving the user from the database.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteRelations</name>
			<comment><![CDATA[Removes all relations between User1 and User2.]]></comment>
			<param>
				<name>userId1</name>
				<type>long</type>
				<comment><![CDATA[the user that is the subject of the relation]]></comment>
			</param>
			<param>
				<name>userId2</name>
				<type>long</type>
				<comment><![CDATA[the user at the other end of the relation]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the inverse relation could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getInverseRelations</name>
			<comment><![CDATA[Returns a range of all the inverse relations of the given type for which the user is User2 of the relation.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the relation's type]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of matching relations]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getInverseRelationsCount</name>
			<comment><![CDATA[Returns the number of inverse relations of the given type for which the user is User2 of the relation.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the relation's type]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching relations]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRelation</name>
			<comment><![CDATA[Returns the relation identified by its primary key.]]></comment>
			<param>
				<name>relationId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the relation]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the relation]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the relation could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRelation</name>
			<comment><![CDATA[Returns the relation of the given type between User1 and User2.]]></comment>
			<param>
				<name>userId1</name>
				<type>long</type>
				<comment><![CDATA[the user that is the subject of the relation]]></comment>
			</param>
			<param>
				<name>userId2</name>
				<type>long</type>
				<comment><![CDATA[the user at the other end of the relation]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the relation's type]]></comment>
			</param>
			<return>
				<comment><![CDATA[Returns the relation]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the relation could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRelations</name>
			<comment><![CDATA[Returns a range of all the relations of the given type where the user is the subject of the relation.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the relation's type]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of relations]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRelations</name>
			<comment><![CDATA[Returns a range of all the relations between User1 and User2.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>userId1</name>
				<type>long</type>
				<comment><![CDATA[the user that is the subject of the relation]]></comment>
			</param>
			<param>
				<name>userId2</name>
				<type>long</type>
				<comment><![CDATA[the user at the other end of the relation]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of relations]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRelationsCount</name>
			<comment><![CDATA[Returns the number of relations of the given type where the user is the subject of the relation.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the relation's type]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of relations]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getRelationsCount</name>
			<comment><![CDATA[Returns the number of relations between User1 and User2.]]></comment>
			<param>
				<name>userId1</name>
				<type>long</type>
				<comment><![CDATA[the user that is the subject of the relation]]></comment>
			</param>
			<param>
				<name>userId2</name>
				<type>long</type>
				<comment><![CDATA[the user at the other end of the relation]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of relations]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasRelation</name>
			<comment><![CDATA[Returns <code>true</code> if a relation of the given type exists where the user with primary key <code>userId1</code> is User1 of the relation and the user with the primary key <code>userId2</code> is User2 of the relation.]]></comment>
			<param>
				<name>userId1</name>
				<type>long</type>
				<comment><![CDATA[the user that is the subject of the relation]]></comment>
			</param>
			<param>
				<name>userId2</name>
				<type>long</type>
				<comment><![CDATA[the user at the other end of the relation]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the relation's type]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the relation exists; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>isRelatable</name>
			<comment><![CDATA[Returns <code>true</code> if the users can be in a relation of the given type where the user with primary key <code>userId1</code> is User1 of the relation and the user with the primary key <code>userId2</code> is User2 of the relation.

<p>
This method returns <code>false</code> if User1 and User2 are the same, if either user is the default user, or if a matching relation already exists.
</p>]]></comment>
			<param>
				<name>userId1</name>
				<type>long</type>
				<comment><![CDATA[the user that is the subject of the relation]]></comment>
			</param>
			<param>
				<name>userId2</name>
				<type>long</type>
				<comment><![CDATA[the user at the other end of the relation]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the relation's type]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the two users can be in a new relation of the given type; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SocialRequestInterpreterLocalServiceImpl</name>
		<type>com.liferay.portlet.social.service.impl.SocialRequestInterpreterLocalServiceImpl</type>
		<comment><![CDATA[The social request interpreter local service. Social request interpreters are responsible for translating social requests into human readable form as well as handling social request confirmations and rejections. This service holds a list of interpreters and provides methods to add or remove items from this list.

<p>
Social request interpreters use the language files to get text fragments based on the request's type. An interpreter is created for a specific request type and is only capable of handling requests of that type. As an example, there is an interpreter FriendsRequestInterpreter in the social networking portlet can only translate and handle interpretation, confirmation, and rejection of friend requests.
</p>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addRequestInterpreter</name>
			<comment><![CDATA[Adds the social request interpreter to the list of available interpreters.]]></comment>
			<param>
				<name>requestInterpreter</name>
				<type>com.liferay.portlet.social.model.SocialRequestInterpreter</type>
				<comment><![CDATA[the social request interpreter]]></comment>
			</param>
		</method>
		<method>
			<name>deleteRequestInterpreter</name>
			<comment><![CDATA[Removes the social request interpreter from the list of available interpreters.]]></comment>
			<param>
				<name>requestInterpreter</name>
				<type>com.liferay.portlet.social.model.SocialRequestInterpreter</type>
				<comment><![CDATA[the social request interpreter]]></comment>
			</param>
		</method>
		<method>
			<name>interpret</name>
			<comment><![CDATA[Creates a human readable request feed entry for the social request using an available compatible request interpreter.

<p>
This method finds the appropriate interpreter for the request by going through the available interpreters to find one that can handle the asset type of the request.
</p>]]></comment>
			<param>
				<name>request</name>
				<type>com.liferay.portlet.social.model.SocialRequest</type>
				<comment><![CDATA[the social request to be translated to human readable form]]></comment>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
				<comment><![CDATA[the theme display needed by interpreters to create links and get localized text fragments]]></comment>
			</param>
			<return>
				<comment><![CDATA[the social request feed entry]]></comment>
			</return>
		</method>
		<method>
			<name>processConfirmation</name>
			<comment><![CDATA[Processes the confirmation of the social request.

<p>
Confirmations are handled by finding the appropriate social request interpreter and calling its processConfirmation() method. To find the appropriate interpreter this method goes through the available interpreters to find one that can handle the asset type of the request.
</p>]]></comment>
			<param>
				<name>request</name>
				<type>com.liferay.portlet.social.model.SocialRequest</type>
				<comment><![CDATA[the social request being confirmed]]></comment>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
				<comment><![CDATA[the theme display needed by interpreters to create links and get localized text fragments]]></comment>
			</param>
		</method>
		<method>
			<name>processRejection</name>
			<comment><![CDATA[Processes the rejection of the social request.

<p>
Rejections are handled by finding the appropriate social request interpreters and calling their processRejection() methods. To find the appropriate interpreters this method goes through the available interpreters and asks them if they can handle the asset type of the request.
</p>]]></comment>
			<param>
				<name>request</name>
				<type>com.liferay.portlet.social.model.SocialRequest</type>
				<comment><![CDATA[the social request being rejected]]></comment>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
				<comment><![CDATA[the theme display needed by interpreters to create links and get localized text fragments]]></comment>
			</param>
		</method>
		<field>
			<name>_requestInterpreters</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialRequestLocalServiceImpl</name>
		<type>com.liferay.portlet.social.service.impl.SocialRequestLocalServiceImpl</type>
		<comment><![CDATA[The social request local service responsible for handling social requests (e.g. friend requests).]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addRequest</name>
			<comment><![CDATA[Adds a social request to the database.

<p>
In order to add a social request, both the requesting user and the receiving user must be from the same company and neither of them can be the default user.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the requesting user]]></comment>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the group]]></comment>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the class name of the asset that is the subject of the request]]></comment>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the asset that is the subject of the request]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the request's type]]></comment>
			</param>
			<param>
				<name>extraData</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the extra data regarding the request]]></comment>
			</param>
			<param>
				<name>receiverUserId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the user receiving the request]]></comment>
			</param>
			<return>
				<comment><![CDATA[the social request]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the users could not be found, if the users were not from the same company, or if either of the users was the default user]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteReceiverUserRequests</name>
			<comment><![CDATA[Removes all the social requests for the receiving user.]]></comment>
			<param>
				<name>receiverUserId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the receiving user]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteRequest</name>
			<comment><![CDATA[Removes the social request identified by its primary key from the database.]]></comment>
			<param>
				<name>requestId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the social request]]></comment>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the social request could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteRequest</name>
			<comment><![CDATA[Removes the social request from the database.]]></comment>
			<param>
				<name>request</name>
				<type>com.liferay.portlet.social.model.SocialRequest</type>
				<comment><![CDATA[the social request to be removed]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>deleteUserRequests</name>
			<comment><![CDATA[Removes all the social requests for the requesting user.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the requesting user]]></comment>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getReceiverUserRequests</name>
			<comment><![CDATA[Returns a range of all the social requests for the receiving user.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>receiverUserId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the receiving user]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of matching social requests]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getReceiverUserRequests</name>
			<comment><![CDATA[Returns a range of all the social requests with the given status for the receiving user.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>receiverUserId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the receiving user]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the social request's status]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of matching social requests]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getReceiverUserRequestsCount</name>
			<comment><![CDATA[Returns the number of social requests for the receiving user.]]></comment>
			<param>
				<name>receiverUserId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the receiving user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching social requests]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getReceiverUserRequestsCount</name>
			<comment><![CDATA[Returns the number of social requests with the given status for the receiving user.]]></comment>
			<param>
				<name>receiverUserId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the receiving user]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the social request's status]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching social requests]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserRequests</name>
			<comment><![CDATA[Returns a range of all the social requests for the requesting user.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the requesting user]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of matching social requests]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserRequests</name>
			<comment><![CDATA[Returns a range of all the social requests with the given status for the requesting user.

<p>
Useful when paginating results. Returns a maximum of <code>end - start</code> instances. <code>start</code> and <code>end</code> are not primary keys, they are indexes in the result set. Thus, <code>0</code> refers to the first result in the set. Setting both <code>start</code> and <code>end</code> to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.
</p>]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the requesting user]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the social request's status]]></comment>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
				<comment><![CDATA[the lower bound of the range of results]]></comment>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
				<comment><![CDATA[the upper bound of the range of results (not inclusive)]]></comment>
			</param>
			<return>
				<comment><![CDATA[the range of matching social requests]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserRequestsCount</name>
			<comment><![CDATA[Returns the number of social requests for the requesting user.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the requesting user]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching social requests]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>getUserRequestsCount</name>
			<comment><![CDATA[Returns the number of social requests with the given status for the requesting user.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the requesting user]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the social request's status]]></comment>
			</param>
			<return>
				<comment><![CDATA[the number of matching social request]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasRequest</name>
			<comment><![CDATA[Returns <code>true</code> if a matching social requests exists in the database.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the requesting user]]></comment>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the class name of the asset that is the subject of the request]]></comment>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the asset that is the subject of the request]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the request's type]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the social request's status]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the request exists; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>hasRequest</name>
			<comment><![CDATA[Returns <code>true</code> if a matching social request exists in the database.]]></comment>
			<param>
				<name>userId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the requesting user]]></comment>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
				<comment><![CDATA[the class name of the asset that is the subject of the request]]></comment>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the asset that is the subject of the request]]></comment>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
				<comment><![CDATA[the request's type]]></comment>
			</param>
			<param>
				<name>receiverUserId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the receiving user]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the social request's status]]></comment>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the social request exists; <code>false</code> otherwise]]></comment>
			</return>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
		<method>
			<name>updateRequest</name>
			<comment><![CDATA[Updates the social request replacing its status.

<p>
If the status is updated to {@link com.liferay.portlet.social.model.SocialRequestConstants#STATUS_CONFIRM} then {@link com.liferay.portlet.social.service.SocialRequestInterpreterLocalService#processConfirmation( SocialRequest, ThemeDisplay)} is called. If the status is updated to {@link com.liferay.portlet.social.model.SocialRequestConstants#STATUS_IGNORE} then {@link com.liferay.portlet.social.service.SocialRequestInterpreterLocalService#processRejection( SocialRequest, ThemeDisplay)} is called.
</p>]]></comment>
			<param>
				<name>requestId</name>
				<type>long</type>
				<comment><![CDATA[the primary key of the social request]]></comment>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
				<comment><![CDATA[the new status]]></comment>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
				<comment><![CDATA[the theme display]]></comment>
			</param>
			<return>
				<comment><![CDATA[the updated social request]]></comment>
			</return>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
				<comment><![CDATA[if the social request could not be found]]></comment>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
				<comment><![CDATA[if a system exception occurred]]></comment>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SocialActivityCounterFinder</name>
		<type>com.liferay.portlet.social.service.persistence.SocialActivityCounterFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countU_ByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findAC_ByG_N_S_E_1</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>endPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>periodLength</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findAC_ByG_N_S_E_2</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>counterName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>endPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>periodLength</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findAC_By_G_C_C_N_S_E</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findU_ByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SocialActivityCounterFinderImpl</name>
		<type>com.liferay.portlet.social.service.persistence.SocialActivityCounterFinderImpl</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>countU_ByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findAC_ByG_N_S_E_1</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>endPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>periodLength</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findAC_ByG_N_S_E_2</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>counterName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>endPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>periodLength</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findAC_By_G_C_C_N_S_E</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findU_ByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNames</name>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>setNames</name>
			<param>
				<name>qPos</name>
				<type>com.liferay.portal.kernel.dao.orm.QueryPos</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<field>
			<name>COUNT_U_BY_G_C_N_S_E</name>
		</field>
		<field>
			<name>FIND_AC_BY_G_N_S_E_1</name>
		</field>
		<field>
			<name>FIND_AC_BY_G_N_S_E_2</name>
		</field>
		<field>
			<name>FIND_AC_BY_G_C_C_N_S_E</name>
		</field>
		<field>
			<name>FIND_U_BY_G_C_N_S_E</name>
		</field>
		<field>
			<name>_activityCounters</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialActivityCounterFinderUtil</name>
		<type>com.liferay.portlet.social.service.persistence.SocialActivityCounterFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countU_ByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findAC_ByG_N_S_E_1</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>endPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>periodLength</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findAC_ByG_N_S_E_2</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>counterName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>endPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>periodLength</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findAC_By_G_C_C_N_S_E</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userIds</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findU_ByG_N</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>names</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.social.service.persistence.SocialActivityCounterFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialActivityFinder</name>
		<type>com.liferay.portlet.social.service.persistence.SocialActivityFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByGroupUsers</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByOrganizationId</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByOrganizationUsers</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByRelation</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByRelationType</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByUserGroups</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByUserGroupsAndOrganizations</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByUserOrganizations</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByGroupUsers</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByOrganizationId</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByOrganizationUsers</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByRelation</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByRelationType</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByUserGroups</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByUserGroupsAndOrganizations</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByUserOrganizations</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SocialActivityFinderImpl</name>
		<type>com.liferay.portlet.social.service.persistence.SocialActivityFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByGroupUsers</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByOrganizationId</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByOrganizationUsers</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByRelation</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByRelationType</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByUserGroups</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByUserGroupsAndOrganizations</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByUserOrganizations</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByGroupUsers</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByOrganizationId</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByOrganizationUsers</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByRelation</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByRelationType</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByUserGroups</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByUserGroupsAndOrganizations</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByUserOrganizations</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>COUNT_BY_GROUP_ID</name>
		</field>
		<field>
			<name>COUNT_BY_GROUP_USERS</name>
		</field>
		<field>
			<name>COUNT_BY_ORGANIZATION_ID</name>
		</field>
		<field>
			<name>COUNT_BY_ORGANIZATION_USERS</name>
		</field>
		<field>
			<name>COUNT_BY_RELATION</name>
		</field>
		<field>
			<name>COUNT_BY_RELATION_TYPE</name>
		</field>
		<field>
			<name>COUNT_BY_USER_GROUPS</name>
		</field>
		<field>
			<name>COUNT_BY_USER_GROUPS_AND_ORGANIZATIONS</name>
		</field>
		<field>
			<name>COUNT_BY_USER_ORGANIZATIONS</name>
		</field>
		<field>
			<name>FIND_BY_GROUP_ID</name>
		</field>
		<field>
			<name>FIND_BY_GROUP_USERS</name>
		</field>
		<field>
			<name>FIND_BY_ORGANIZATION_ID</name>
		</field>
		<field>
			<name>FIND_BY_ORGANIZATION_USERS</name>
		</field>
		<field>
			<name>FIND_BY_RELATION</name>
		</field>
		<field>
			<name>FIND_BY_RELATION_TYPE</name>
		</field>
		<field>
			<name>FIND_BY_USER_GROUPS</name>
		</field>
		<field>
			<name>FIND_BY_USER_GROUPS_AND_ORGANIZATIONS</name>
		</field>
		<field>
			<name>FIND_BY_USER_ORGANIZATIONS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialActivityFinderUtil</name>
		<type>com.liferay.portlet.social.service.persistence.SocialActivityFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByGroupUsers</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByOrganizationId</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByOrganizationUsers</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByRelation</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByRelationType</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByUserGroups</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByUserGroupsAndOrganizations</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByUserOrganizations</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByGroupUsers</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByOrganizationId</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByOrganizationUsers</name>
			<param>
				<name>organizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByRelation</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByRelationType</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByUserGroups</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByUserGroupsAndOrganizations</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByUserOrganizations</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.social.service.persistence.SocialActivityFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FacebookUtil</name>
		<type>com.liferay.portlet.social.util.FacebookUtil</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getFacebookData</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>isFacebook</name>
			<param>
				<name>currentURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>FACEBOOK_APPS_URL</name>
		</field>
		<field>
			<name>FACEBOOK_SERVLET_PATH</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalActivityInterpreter</name>
		<type>com.liferay.portlet.social.util.PortalActivityInterpreter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>doInterpret</name>
			<param>
				<name>activity</name>
				<type>com.liferay.portlet.social.model.SocialActivity</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CLASS_NAMES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalRequestInterpreter</name>
		<type>com.liferay.portlet.social.util.PortalRequestInterpreter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>doInterpret</name>
			<param>
				<name>request</name>
				<type>com.liferay.portlet.social.model.SocialRequest</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doProcessConfirmation</name>
			<param>
				<name>request</name>
				<type>com.liferay.portlet.social.model.SocialRequest</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>_CLASS_NAMES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialConfigurationUtil</name>
		<type>com.liferay.portlet.social.util.SocialConfigurationUtil</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>getActivityCounterNames</name>
		</method>
		<method>
			<name>getActivityCounterNames</name>
			<param>
				<name>transientCounter</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getActivityCounterNames</name>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getActivityCounterNames</name>
			<param>
				<name>ownerType</name>
				<type>int</type>
			</param>
			<param>
				<name>transientCounter</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getActivityDefinition</name>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>activityType</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getActivityDefinitions</name>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getActivityModelNames</name>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>xmls</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>removeActivityDefinition</name>
			<param>
				<name>activityDefinition</name>
				<type>com.liferay.portlet.social.model.SocialActivityDefinition</type>
			</param>
		</method>
		<method>
			<name>_read</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>objects</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_readAchievement</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>objects</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>activityDefinition</name>
				<type>com.liferay.portlet.social.model.SocialActivityDefinition</type>
			</param>
			<param>
				<name>achievementElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_readAchievementProperty</name>
			<param>
				<name>achievement</name>
				<type>com.liferay.portlet.social.model.SocialAchievement</type>
			</param>
			<param>
				<name>propertyElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>_readActivity</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>activityElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>activityDefinition</name>
				<type>com.liferay.portlet.social.model.SocialActivityDefinition</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_readActivity</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>objects</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>activityElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_readActivityContribution</name>
			<param>
				<name>activityElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>activityDefinition</name>
				<type>com.liferay.portlet.social.model.SocialActivityDefinition</type>
			</param>
		</method>
		<method>
			<name>_readActivityParticipation</name>
			<param>
				<name>activityElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>activityDefinition</name>
				<type>com.liferay.portlet.social.model.SocialActivityDefinition</type>
			</param>
		</method>
		<method>
			<name>_readCounter</name>
			<param>
				<name>objects</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>activityDefinition</name>
				<type>com.liferay.portlet.social.model.SocialActivityDefinition</type>
			</param>
			<param>
				<name>counterElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_activityDefinitions</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialCounterPeriodUtil</name>
		<type>com.liferay.portlet.social.util.SocialCounterPeriodUtil</type>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>getActivityDay</name>
		</method>
		<method>
			<name>getActivityDay</name>
			<param>
				<name>calendar</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>getActivityDay</name>
			<param>
				<name>time</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getDate</name>
			<param>
				<name>activityDay</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getEndPeriod</name>
		</method>
		<method>
			<name>getEndPeriod</name>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getEndPeriod</name>
			<param>
				<name>time</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>getFirstActivityDayOfYear</name>
		</method>
		<method>
			<name>getOffset</name>
			<param>
				<name>activityDay</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getPeriodLength</name>
		</method>
		<method>
			<name>getPeriodLength</name>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getStartPeriod</name>
		</method>
		<method>
			<name>getStartPeriod</name>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getStartPeriod</name>
			<param>
				<name>time</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>_isMonthlyPeriod</name>
		</method>
		<method>
			<name>_isWithinPeriod</name>
			<param>
				<name>startPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>endPeriod</name>
				<type>int</type>
			</param>
			<param>
				<name>activityDay</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_BASE_TIME</name>
		</field>
		<field>
			<name>_SOCIAL_ACTIVITY_COUNTER_PERIOD_LENGTH</name>
		</field>
		<field>
			<name>_endPeriod</name>
		</field>
		<field>
			<name>_periodLength</name>
		</field>
		<field>
			<name>_startPeriod</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialActivityCounterNameComparator</name>
		<type>com.liferay.portlet.social.util.comparator.SocialActivityCounterNameComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SocialActivityCounterNameComparator</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>activityCounterName1</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>activityCounterName2</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_locale</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialActivityDefinitionNameComparator</name>
		<type>com.liferay.portlet.social.util.comparator.SocialActivityDefinitionNameComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SocialActivityDefinitionNameComparator</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>activityDefinition1</name>
				<type>com.liferay.portlet.social.model.SocialActivityDefinition</type>
			</param>
			<param>
				<name>activityDefinition2</name>
				<type>com.liferay.portlet.social.model.SocialActivityDefinition</type>
			</param>
		</method>
		<field>
			<name>_locale</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialActivityAdminControlPanelEntry</name>
		<type>com.liferay.portlet.socialactivity.SocialActivityAdminControlPanelEntry</type>
		<author><![CDATA[Zsolt Szabó]]></author>
		<method>
			<name>isVisible</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isVisible</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<param>
				<name>category</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ViewAction</name>
		<type>com.liferay.portlet.socialactivity.action.ViewAction</type>
		<author><![CDATA[Zsolt Szabó]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateActivityCounterDefinition</name>
			<param>
				<name>actionJSONObject</name>
				<type>com.liferay.portal.kernel.json.JSONObject</type>
			</param>
			<param>
				<name>activityDefinition</name>
				<type>com.liferay.portlet.social.model.SocialActivityDefinition</type>
			</param>
			<param>
				<name>activityCounterName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateActivitySettings</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateProductEntryModuleIdException</name>
		<type>com.liferay.portlet.softwarecatalog.DuplicateProductEntryModuleIdException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateProductEntryModuleIdException</name>
		</method>
		<method>
			<name>DuplicateProductEntryModuleIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateProductEntryModuleIdException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateProductEntryModuleIdException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateProductVersionDirectDownloadURLException</name>
		<type>com.liferay.portlet.softwarecatalog.DuplicateProductVersionDirectDownloadURLException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateProductVersionDirectDownloadURLException</name>
		</method>
		<method>
			<name>DuplicateProductVersionDirectDownloadURLException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateProductVersionDirectDownloadURLException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateProductVersionDirectDownloadURLException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FrameworkVersionNameException</name>
		<type>com.liferay.portlet.softwarecatalog.FrameworkVersionNameException</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>FrameworkVersionNameException</name>
		</method>
		<method>
			<name>FrameworkVersionNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>FrameworkVersionNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>FrameworkVersionNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LicenseNameException</name>
		<type>com.liferay.portlet.softwarecatalog.LicenseNameException</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>LicenseNameException</name>
		</method>
		<method>
			<name>LicenseNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>LicenseNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>LicenseNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchFrameworkVersionException</name>
		<type>com.liferay.portlet.softwarecatalog.NoSuchFrameworkVersionException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchFrameworkVersionException</name>
		</method>
		<method>
			<name>NoSuchFrameworkVersionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchFrameworkVersionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchFrameworkVersionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchLicenseException</name>
		<type>com.liferay.portlet.softwarecatalog.NoSuchLicenseException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchLicenseException</name>
		</method>
		<method>
			<name>NoSuchLicenseException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchLicenseException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchLicenseException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchProductEntryException</name>
		<type>com.liferay.portlet.softwarecatalog.NoSuchProductEntryException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchProductEntryException</name>
		</method>
		<method>
			<name>NoSuchProductEntryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchProductEntryException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchProductEntryException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchProductScreenshotException</name>
		<type>com.liferay.portlet.softwarecatalog.NoSuchProductScreenshotException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchProductScreenshotException</name>
		</method>
		<method>
			<name>NoSuchProductScreenshotException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchProductScreenshotException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchProductScreenshotException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchProductVersionException</name>
		<type>com.liferay.portlet.softwarecatalog.NoSuchProductVersionException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchProductVersionException</name>
		</method>
		<method>
			<name>NoSuchProductVersionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchProductVersionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchProductVersionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ProductEntryAuthorException</name>
		<type>com.liferay.portlet.softwarecatalog.ProductEntryAuthorException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ProductEntryAuthorException</name>
		</method>
		<method>
			<name>ProductEntryAuthorException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ProductEntryAuthorException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ProductEntryAuthorException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ProductEntryLicenseException</name>
		<type>com.liferay.portlet.softwarecatalog.ProductEntryLicenseException</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>ProductEntryLicenseException</name>
		</method>
		<method>
			<name>ProductEntryLicenseException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ProductEntryLicenseException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ProductEntryLicenseException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ProductEntryNameException</name>
		<type>com.liferay.portlet.softwarecatalog.ProductEntryNameException</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>ProductEntryNameException</name>
		</method>
		<method>
			<name>ProductEntryNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ProductEntryNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ProductEntryNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ProductEntryPageURLException</name>
		<type>com.liferay.portlet.softwarecatalog.ProductEntryPageURLException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ProductEntryPageURLException</name>
		</method>
		<method>
			<name>ProductEntryPageURLException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ProductEntryPageURLException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ProductEntryPageURLException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ProductEntryScreenshotsException</name>
		<type>com.liferay.portlet.softwarecatalog.ProductEntryScreenshotsException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ProductEntryScreenshotsException</name>
		</method>
		<method>
			<name>ProductEntryScreenshotsException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ProductEntryScreenshotsException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ProductEntryScreenshotsException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ProductEntryShortDescriptionException</name>
		<type>com.liferay.portlet.softwarecatalog.ProductEntryShortDescriptionException</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>ProductEntryShortDescriptionException</name>
		</method>
		<method>
			<name>ProductEntryShortDescriptionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ProductEntryShortDescriptionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ProductEntryShortDescriptionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ProductEntryTypeException</name>
		<type>com.liferay.portlet.softwarecatalog.ProductEntryTypeException</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>ProductEntryTypeException</name>
		</method>
		<method>
			<name>ProductEntryTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ProductEntryTypeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ProductEntryTypeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ProductVersionChangeLogException</name>
		<type>com.liferay.portlet.softwarecatalog.ProductVersionChangeLogException</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>ProductVersionChangeLogException</name>
		</method>
		<method>
			<name>ProductVersionChangeLogException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ProductVersionChangeLogException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ProductVersionChangeLogException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ProductVersionDownloadURLException</name>
		<type>com.liferay.portlet.softwarecatalog.ProductVersionDownloadURLException</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>ProductVersionDownloadURLException</name>
		</method>
		<method>
			<name>ProductVersionDownloadURLException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ProductVersionDownloadURLException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ProductVersionDownloadURLException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ProductVersionFrameworkVersionException</name>
		<type>com.liferay.portlet.softwarecatalog.ProductVersionFrameworkVersionException</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>ProductVersionFrameworkVersionException</name>
		</method>
		<method>
			<name>ProductVersionFrameworkVersionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ProductVersionFrameworkVersionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ProductVersionFrameworkVersionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ProductVersionNameException</name>
		<type>com.liferay.portlet.softwarecatalog.ProductVersionNameException</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>ProductVersionNameException</name>
		</method>
		<method>
			<name>ProductVersionNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ProductVersionNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ProductVersionNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UnavailableProductVersionDirectDownloadURLException</name>
		<type>com.liferay.portlet.softwarecatalog.UnavailableProductVersionDirectDownloadURLException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UnavailableProductVersionDirectDownloadURLException</name>
		</method>
		<method>
			<name>UnavailableProductVersionDirectDownloadURLException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>UnavailableProductVersionDirectDownloadURLException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>UnavailableProductVersionDirectDownloadURLException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.softwarecatalog.action.ActionUtil</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getFrameworkVersion</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFrameworkVersion</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLicense</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLicense</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getProductEntry</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getProductEntry</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getProductVersion</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getProductVersion</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditFrameworkVersionAction</name>
		<type>com.liferay.portlet.softwarecatalog.action.EditFrameworkVersionAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteFrameworkVersion</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateFrameworkVersion</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditLicenseAction</name>
		<type>com.liferay.portlet.softwarecatalog.action.EditLicenseAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteLicense</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLicense</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditProductEntryAction</name>
		<type>com.liferay.portlet.softwarecatalog.action.EditProductEntryAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteProductEntry</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFullImages</name>
			<param>
				<name>uploadPortletRequest</name>
				<type>com.liferay.portal.kernel.upload.UploadPortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getImages</name>
			<param>
				<name>uploadPortletRequest</name>
				<type>com.liferay.portal.kernel.upload.UploadPortletRequest</type>
			</param>
			<param>
				<name>imagePrefix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getProductScreenshot</name>
			<param>
				<name>uploadPortletRequest</name>
				<type>com.liferay.portal.kernel.upload.UploadPortletRequest</type>
			</param>
			<param>
				<name>priority</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getSortedParameterNames</name>
			<param>
				<name>uploadPortletRequest</name>
				<type>com.liferay.portal.kernel.upload.UploadPortletRequest</type>
			</param>
			<param>
				<name>imagePrefix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThumbnails</name>
			<param>
				<name>uploadPortletRequest</name>
				<type>com.liferay.portal.kernel.upload.UploadPortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateProductEntry</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditProductVersionAction</name>
		<type>com.liferay.portlet.softwarecatalog.action.EditProductVersionAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteProductVersion</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateProductVersion</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ViewProductEntryAction</name>
		<type>com.liferay.portlet.softwarecatalog.action.ViewProductEntryAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SCFrameworkVersionImpl</name>
		<type>com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SCFrameworkVersionImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>SCLicenseImpl</name>
		<type>com.liferay.portlet.softwarecatalog.model.impl.SCLicenseImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SCLicenseImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>SCProductEntryImpl</name>
		<type>com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SCProductEntryImpl</name>
		</method>
		<method>
			<name>getLatestVersion</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLicenses</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getScreenshots</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SCProductScreenshotImpl</name>
		<type>com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SCProductScreenshotImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>SCProductVersionImpl</name>
		<type>com.liferay.portlet.softwarecatalog.model.impl.SCProductVersionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SCProductVersionImpl</name>
		</method>
		<method>
			<name>getFrameworkVersions</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProductEntry</name>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SCFrameworkVersionLocalServiceImpl</name>
		<type>com.liferay.portlet.softwarecatalog.service.impl.SCFrameworkVersionLocalServiceImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addFrameworkVersion</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>priority</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFrameworkVersionResources</name>
			<param>
				<name>frameworkVersionId</name>
				<type>long</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFrameworkVersionResources</name>
			<param>
				<name>frameworkVersionId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFrameworkVersionResources</name>
			<param>
				<name>frameworkVersion</name>
				<type>com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addFrameworkVersionResources</name>
			<param>
				<name>frameworkVersion</name>
				<type>com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFrameworkVersion</name>
			<param>
				<name>frameworkVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFrameworkVersion</name>
			<param>
				<name>frameworkVersion</name>
				<type>com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFrameworkVersions</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFrameworkVersion</name>
			<param>
				<name>frameworkVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFrameworkVersions</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFrameworkVersions</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFrameworkVersions</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFrameworkVersionsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFrameworkVersionsCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProductVersionFrameworkVersions</name>
			<param>
				<name>productVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFrameworkVersion</name>
			<param>
				<name>frameworkVersionId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>priority</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SCFrameworkVersionServiceImpl</name>
		<type>com.liferay.portlet.softwarecatalog.service.impl.SCFrameworkVersionServiceImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addFrameworkVersion</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>priority</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteFrameworkVersion</name>
			<param>
				<name>frameworkVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFrameworkVersion</name>
			<param>
				<name>frameworkVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFrameworkVersions</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFrameworkVersions</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateFrameworkVersion</name>
			<param>
				<name>frameworkVersionId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>priority</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SCLicenseLocalServiceImpl</name>
		<type>com.liferay.portlet.softwarecatalog.service.impl.SCLicenseLocalServiceImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addLicense</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>openSource</name>
				<type>boolean</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>recommended</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLicense</name>
			<param>
				<name>licenseId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLicense</name>
			<param>
				<name>license</name>
				<type>com.liferay.portlet.softwarecatalog.model.SCLicense</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLicense</name>
			<param>
				<name>licenseId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLicenses</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLicenses</name>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>recommended</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLicenses</name>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>recommended</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLicenses</name>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLicensesCount</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLicensesCount</name>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>recommended</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProductEntryLicenses</name>
			<param>
				<name>productEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLicense</name>
			<param>
				<name>licenseId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>openSource</name>
				<type>boolean</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>recommended</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SCLicenseServiceImpl</name>
		<type>com.liferay.portlet.softwarecatalog.service.impl.SCLicenseServiceImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addLicense</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>openSource</name>
				<type>boolean</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>recommended</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteLicense</name>
			<param>
				<name>licenseId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getLicense</name>
			<param>
				<name>licenseId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateLicense</name>
			<param>
				<name>licenseId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>openSource</name>
				<type>boolean</type>
			</param>
			<param>
				<name>active</name>
				<type>boolean</type>
			</param>
			<param>
				<name>recommended</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SCProductEntryLocalServiceImpl</name>
		<type>com.liferay.portlet.softwarecatalog.service.impl.SCProductEntryLocalServiceImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addProductEntry</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shortDescription</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>longDescription</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>author</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>repoGroupId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>repoArtifactId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>licenseIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>thumbnails</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>fullImages</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addProductEntryResources</name>
			<param>
				<name>productEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addProductEntryResources</name>
			<param>
				<name>productEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addProductEntryResources</name>
			<param>
				<name>productEntry</name>
				<type>com.liferay.portlet.softwarecatalog.model.SCProductEntry</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addProductEntryResources</name>
			<param>
				<name>productEntry</name>
				<type>com.liferay.portlet.softwarecatalog.model.SCProductEntry</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteProductEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteProductEntry</name>
			<param>
				<name>productEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteProductEntry</name>
			<param>
				<name>productEntry</name>
				<type>com.liferay.portlet.softwarecatalog.model.SCProductEntry</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyProductEntries</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyProductEntriesCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProductEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProductEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProductEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProductEntries</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProductEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProductEntriesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProductEntry</name>
			<param>
				<name>productEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryXML</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>baseImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldestDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>maxNumOfVersions</name>
				<type>int</type>
			</param>
			<param>
				<name>repoSettings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRepositoryXML</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>baseImageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>oldestDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>maxNumOfVersions</name>
				<type>int</type>
			</param>
			<param>
				<name>repoSettings</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateProductEntry</name>
			<param>
				<name>productEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shortDescription</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>longDescription</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>author</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>repoGroupId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>repoArtifactId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>licenseIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>thumbnails</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>fullImages</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTags</name>
			<param>
				<name>tags</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isVersionSupported</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>frameworkVersions</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>populatePluginPackageElement</name>
			<param>
				<name>el</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>productEntry</name>
				<type>com.liferay.portlet.softwarecatalog.model.SCProductEntry</type>
			</param>
			<param>
				<name>productVersion</name>
				<type>com.liferay.portlet.softwarecatalog.model.SCProductVersion</type>
			</param>
			<param>
				<name>baseImageURL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>populateSettingsElement</name>
			<param>
				<name>el</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>repoSettings</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>saveProductScreenshots</name>
			<param>
				<name>productEntry</name>
				<type>com.liferay.portlet.softwarecatalog.model.SCProductEntry</type>
			</param>
			<param>
				<name>thumbnails</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>fullImages</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>productEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shortDescription</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>author</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>repoGroupId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>repoArtifactId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>licenseIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>thumbnails</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>fullImages</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SCProductEntryServiceImpl</name>
		<type>com.liferay.portlet.softwarecatalog.service.impl.SCProductEntryServiceImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addProductEntry</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shortDescription</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>longDescription</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>author</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>repoGroupId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>repoArtifactId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>licenseIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>thumbnails</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>fullImages</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteProductEntry</name>
			<param>
				<name>productEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProductEntry</name>
			<param>
				<name>productEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateProductEntry</name>
			<param>
				<name>productEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tags</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>shortDescription</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>longDescription</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>author</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>repoGroupId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>repoArtifactId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>licenseIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>thumbnails</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>fullImages</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SCProductScreenshotLocalServiceImpl</name>
		<type>com.liferay.portlet.softwarecatalog.service.impl.SCProductScreenshotLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>deleteProductScreenshot</name>
			<param>
				<name>productScreenshot</name>
				<type>com.liferay.portlet.softwarecatalog.model.SCProductScreenshot</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteProductScreenshots</name>
			<param>
				<name>productEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProductScreenshot</name>
			<param>
				<name>productEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>priority</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProductScreenshotByFullImageId</name>
			<param>
				<name>fullImageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProductScreenshotByThumbnailId</name>
			<param>
				<name>thumbnailId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProductScreenshots</name>
			<param>
				<name>productEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SCProductVersionLocalServiceImpl</name>
		<type>com.liferay.portlet.softwarecatalog.service.impl.SCProductVersionLocalServiceImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addProductVersion</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>productEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>downloadPageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>directDownloadURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>testDirectDownloadURL</name>
				<type>boolean</type>
			</param>
			<param>
				<name>repoStoreArtifact</name>
				<type>boolean</type>
			</param>
			<param>
				<name>frameworkVersionIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteProductVersion</name>
			<param>
				<name>productVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteProductVersion</name>
			<param>
				<name>productVersion</name>
				<type>com.liferay.portlet.softwarecatalog.model.SCProductVersion</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteProductVersions</name>
			<param>
				<name>productEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProductVersion</name>
			<param>
				<name>productVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProductVersionByDirectDownloadURL</name>
			<param>
				<name>directDownloadURL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProductVersions</name>
			<param>
				<name>productEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProductVersionsCount</name>
			<param>
				<name>productEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateProductVersion</name>
			<param>
				<name>productVersionId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>downloadPageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>directDownloadURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>testDirectDownloadURL</name>
				<type>boolean</type>
			</param>
			<param>
				<name>repoStoreArtifact</name>
				<type>boolean</type>
			</param>
			<param>
				<name>frameworkVersionIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>testDirectDownloadURL</name>
			<param>
				<name>directDownloadURL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>productVersionId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>downloadPageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>directDownloadURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>testDirectDownloadURL</name>
				<type>boolean</type>
			</param>
			<param>
				<name>frameworkVersionIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SCProductVersionServiceImpl</name>
		<type>com.liferay.portlet.softwarecatalog.service.impl.SCProductVersionServiceImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addProductVersion</name>
			<param>
				<name>productEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>downloadPageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>directDownloadURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>testDirectDownloadURL</name>
				<type>boolean</type>
			</param>
			<param>
				<name>repoStoreArtifact</name>
				<type>boolean</type>
			</param>
			<param>
				<name>frameworkVersionIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteProductVersion</name>
			<param>
				<name>productVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProductVersion</name>
			<param>
				<name>productVersionId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProductVersions</name>
			<param>
				<name>productEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getProductVersionsCount</name>
			<param>
				<name>productEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateProductVersion</name>
			<param>
				<name>productVersionId</name>
				<type>long</type>
			</param>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>changeLog</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>downloadPageURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>directDownloadURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>testDirectDownloadURL</name>
				<type>boolean</type>
			</param>
			<param>
				<name>repoStoreArtifact</name>
				<type>boolean</type>
			</param>
			<param>
				<name>frameworkVersionIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SCFrameworkVersionPermission</name>
		<type>com.liferay.portlet.softwarecatalog.service.permission.SCFrameworkVersionPermission</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>frameworkVersionId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>frameworkVersion</name>
				<type>com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>frameworkVersionId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>frameworkVersion</name>
				<type>com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SCLicensePermission</name>
		<type>com.liferay.portlet.softwarecatalog.service.permission.SCLicensePermission</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>productEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>license</name>
				<type>com.liferay.portlet.softwarecatalog.model.SCLicense</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>licenseId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>license</name>
				<type>com.liferay.portlet.softwarecatalog.model.SCLicense</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SCPermission</name>
		<type>com.liferay.portlet.softwarecatalog.service.permission.SCPermission</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SCProductEntryPermission</name>
		<type>com.liferay.portlet.softwarecatalog.service.permission.SCProductEntryPermission</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>productEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>productEntry</name>
				<type>com.liferay.portlet.softwarecatalog.model.SCProductEntry</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>productEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>productEntry</name>
				<type>com.liferay.portlet.softwarecatalog.model.SCProductEntry</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SCIndexer</name>
		<type>com.liferay.portlet.softwarecatalog.util.SCIndexer</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Harry Mark]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>SCIndexer</name>
		</method>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>addReindexCriteria</name>
			<param>
				<name>dynamicQuery</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>doDelete</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetDocument</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetSummary</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>snippet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortletId</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>postProcessFullQuery</name>
			<param>
				<name>fullQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexProductEntries</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexProductEntries</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>startProductEntryId</name>
				<type>long</type>
			</param>
			<param>
				<name>endProductEntryId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>CLASS_NAMES</name>
		</field>
		<field>
			<name>PORTLET_ID</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SCUtil</name>
		<type>com.liferay.portlet.softwarecatalog.util.SCUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getProductEntryOrderByComparator</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ProductEntryCreateDateComparator</name>
		<type>com.liferay.portlet.softwarecatalog.util.comparator.ProductEntryCreateDateComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ProductEntryCreateDateComparator</name>
		</method>
		<method>
			<name>ProductEntryCreateDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ProductEntryModifiedDateComparator</name>
		<type>com.liferay.portlet.softwarecatalog.util.comparator.ProductEntryModifiedDateComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ProductEntryModifiedDateComparator</name>
		</method>
		<method>
			<name>ProductEntryModifiedDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ProductEntryNameComparator</name>
		<type>com.liferay.portlet.softwarecatalog.util.comparator.ProductEntryNameComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ProductEntryNameComparator</name>
		</method>
		<method>
			<name>ProductEntryNameComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ProductEntryTypeComparator</name>
		<type>com.liferay.portlet.softwarecatalog.util.comparator.ProductEntryTypeComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ProductEntryTypeComparator</name>
		</method>
		<method>
			<name>ProductEntryTypeComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EditLayoutBranchAction</name>
		<type>com.liferay.portlet.stagingbar.action.EditLayoutBranchAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutBranch</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLayoutBranch</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditLayoutSetBranchAction</name>
		<type>com.liferay.portlet.stagingbar.action.EditLayoutSetBranchAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteLayoutSetBranch</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>mergeLayoutSetBranch</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLayoutSetBranch</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>TagsCompilerFriendlyURLMapper</name>
		<type>com.liferay.portlet.tagscompiler.TagsCompilerFriendlyURLMapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>buildPath</name>
			<param>
				<name>liferayPortletURL</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletURL</type>
			</param>
		</method>
		<method>
			<name>isCheckMappingWithPrefix</name>
		</method>
		<method>
			<name>populateParams</name>
			<param>
				<name>friendlyURLPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<field>
			<name>_CHECK_MAPPING_WITH_PREFIX</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TagsCompilerPortlet</name>
		<type>com.liferay.portlet.tagscompiler.TagsCompilerPortlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>render</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TagsCompilerSessionUtil</name>
		<type>com.liferay.portlet.tagscompiler.util.TagsCompilerSessionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addEntries</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>entries</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>addEntry</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>entry</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>clearEntries</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getEntries</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>removeEntries</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>entries</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setEntries</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>entries</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>_getEntriesSet</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TranslatorPortlet</name>
		<type>com.liferay.portlet.translator.TranslatorPortlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>Translation</name>
		<type>com.liferay.portlet.translator.model.Translation</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>Translation</name>
			<param>
				<name>translationId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromText</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>Translation</name>
			<param>
				<name>translationId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromText</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toText</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFromText</name>
		</method>
		<method>
			<name>getToText</name>
		</method>
		<method>
			<name>getTranslationId</name>
		</method>
		<method>
			<name>setFromText</name>
			<param>
				<name>fromText</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setToText</name>
			<param>
				<name>toText</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_fromText</name>
		</field>
		<field>
			<name>_toText</name>
		</field>
		<field>
			<name>_translationId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TranslationWebCacheItem</name>
		<type>com.liferay.portlet.translator.util.TranslationWebCacheItem</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>TranslationWebCacheItem</name>
			<param>
				<name>translationId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromText</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>convert</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>WebCacheException</name>
				<type>com.liferay.portal.kernel.webcache.WebCacheException</type>
			</throws>
		</method>
		<method>
			<name>getRefreshTime</name>
		</method>
		<field>
			<name>_REFRESH_TIME</name>
		</field>
		<field>
			<name>_fromText</name>
		</field>
		<field>
			<name>_translationId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TranslatorUtil</name>
		<type>com.liferay.portlet.translator.util.TranslatorUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getTranslation</name>
			<param>
				<name>translationId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fromText</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>WebCacheException</name>
				<type>com.liferay.portal.kernel.webcache.WebCacheException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>Conversion</name>
		<type>com.liferay.portlet.unitconverter.model.Conversion</type>
		<author><![CDATA[James Lefeu]]></author>
		<method>
			<name>Conversion</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>fromId</name>
				<type>int</type>
			</param>
			<param>
				<name>toId</name>
				<type>int</type>
			</param>
			<param>
				<name>fromValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>Conversion</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>fromId</name>
				<type>int</type>
			</param>
			<param>
				<name>toId</name>
				<type>int</type>
			</param>
			<param>
				<name>fromValue</name>
				<type>double</type>
			</param>
			<param>
				<name>toValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getFromId</name>
		</method>
		<method>
			<name>getFromValue</name>
		</method>
		<method>
			<name>getToId</name>
		</method>
		<method>
			<name>getToValue</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>setFromValue</name>
			<param>
				<name>fromValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>setToValue</name>
			<param>
				<name>toValue</name>
				<type>double</type>
			</param>
		</method>
		<field>
			<name>_fromId</name>
		</field>
		<field>
			<name>_fromValue</name>
		</field>
		<field>
			<name>_toId</name>
		</field>
		<field>
			<name>_toValue</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ConverterUtil</name>
		<type>com.liferay.portlet.unitconverter.util.ConverterUtil</type>
		<author><![CDATA[James Lefeu]]></author>
		<method>
			<name>convertArea</name>
			<param>
				<name>fromId</name>
				<type>int</type>
			</param>
			<param>
				<name>toId</name>
				<type>int</type>
			</param>
			<param>
				<name>fromValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>convertLength</name>
			<param>
				<name>fromId</name>
				<type>int</type>
			</param>
			<param>
				<name>toId</name>
				<type>int</type>
			</param>
			<param>
				<name>fromValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>convertMass</name>
			<param>
				<name>fromId</name>
				<type>int</type>
			</param>
			<param>
				<name>toId</name>
				<type>int</type>
			</param>
			<param>
				<name>fromValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>convertTemperature</name>
			<param>
				<name>fromId</name>
				<type>int</type>
			</param>
			<param>
				<name>toId</name>
				<type>int</type>
			</param>
			<param>
				<name>fromValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>convertVolume</name>
			<param>
				<name>fromId</name>
				<type>int</type>
			</param>
			<param>
				<name>toId</name>
				<type>int</type>
			</param>
			<param>
				<name>fromValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getConversion</name>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<param>
				<name>fromId</name>
				<type>int</type>
			</param>
			<param>
				<name>toId</name>
				<type>int</type>
			</param>
			<param>
				<name>fromValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>_fromTemperature</name>
			<param>
				<name>toId</name>
				<type>int</type>
			</param>
			<param>
				<name>fromValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>_toTemperature</name>
			<param>
				<name>fromId</name>
				<type>int</type>
			</param>
			<param>
				<name>fromValue</name>
				<type>double</type>
			</param>
		</method>
		<field>
			<name>TEMPERATURE_CELSIUS</name>
		</field>
		<field>
			<name>TEMPERATURE_FAHRENHEIHT</name>
		</field>
		<field>
			<name>_AREA</name>
		</field>
		<field>
			<name>_LENGTH</name>
		</field>
		<field>
			<name>_MASS</name>
		</field>
		<field>
			<name>_VOLUME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.usergroupsadmin.action.ActionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getUserGroup</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUserGroup</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditUserGroupAction</name>
		<type>com.liferay.portlet.usergroupsadmin.action.EditUserGroupAction</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteUserGroups</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateUserGroup</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditUserGroupAssignmentsAction</name>
		<type>com.liferay.portlet.usergroupsadmin.action.EditUserGroupAssignmentsAction</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateUserGroupUsers</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UserGroupChecker</name>
		<type>com.liferay.portlet.usergroupsadmin.search.UserGroupChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserGroupChecker</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
		</method>
		<method>
			<name>isChecked</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_group</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserGroupDisplayTerms</name>
		<type>com.liferay.portlet.usergroupsadmin.search.UserGroupDisplayTerms</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>UserGroupDisplayTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<field>
			<name>DESCRIPTION</name>
		</field>
		<field>
			<name>NAME</name>
		</field>
		<field>
			<name>description</name>
		</field>
		<field>
			<name>name</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserGroupGroupChecker</name>
		<type>com.liferay.portlet.usergroupsadmin.search.UserGroupGroupChecker</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>UserGroupGroupChecker</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
		</method>
		<method>
			<name>isChecked</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_group</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserGroupSearch</name>
		<type>com.liferay.portlet.usergroupsadmin.search.UserGroupSearch</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>UserGroupSearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<field>
			<name>headerNames</name>
		</field>
		<field>
			<name>orderableHeaders</name>
		</field>
		<field>
			<name>EMPTY_RESULTS_MESSAGE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserGroupSearchTerms</name>
		<type>com.liferay.portlet.usergroupsadmin.search.UserGroupSearchTerms</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>UserGroupSearchTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UserUserGroupChecker</name>
		<type>com.liferay.portlet.usergroupsadmin.search.UserUserGroupChecker</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>UserUserGroupChecker</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>userGroup</name>
				<type>com.liferay.portal.model.UserGroup</type>
			</param>
		</method>
		<method>
			<name>isChecked</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_userGroup</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutCustomAttributesDisplay</name>
		<type>com.liferay.portlet.usersadmin.LayoutCustomAttributesDisplay</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OrganizationCustomAttributesDisplay</name>
		<type>com.liferay.portlet.usersadmin.OrganizationCustomAttributesDisplay</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserCustomAttributesDisplay</name>
		<type>com.liferay.portlet.usersadmin.UserCustomAttributesDisplay</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UsersControlPanelEntry</name>
		<type>com.liferay.portlet.usersadmin.UsersControlPanelEntry</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>isVisible</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.usersadmin.action.ActionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>getAddress</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getAddress</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getEmailAddress</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getEmailAddress</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getOrganization</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getOrganization</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getOrgLabor</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getOrgLabor</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPhone</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPhone</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getWebsite</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getWebsite</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditOrgLaborAction</name>
		<type>com.liferay.portlet.usersadmin.action.EditOrgLaborAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteOrgLabor</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateOrgLabor</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditOrganizationAction</name>
		<type>com.liferay.portlet.usersadmin.action.EditOrganizationAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteOrganizations</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateOrganization</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditOrganizationAssignmentsAction</name>
		<type>com.liferay.portlet.usersadmin.action.EditOrganizationAssignmentsAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateOrganizationUserGroups</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateOrganizationUsers</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditOrganizationLogoAction</name>
		<type>com.liferay.portlet.usersadmin.action.EditOrganizationLogoAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateLogo</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditUserAction</name>
		<type>com.liferay.portlet.usersadmin.action.EditUserAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addUser</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteRole</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteUsers</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getAnnouncementsDeliveries</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>getAnnouncementsDeliveries</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getLongArray</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>updateLockout</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateUser</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditUserPortraitAction</name>
		<type>com.liferay.portlet.usersadmin.action.EditUserPortraitAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePortrait</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExportUsersAction</name>
		<type>com.liferay.portlet.usersadmin.action.ExportUsersAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUserCSV</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getUsers</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUsersCSV</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>FindUserAction</name>
		<type>com.liferay.portlet.usersadmin.action.FindUserAction</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getGroupId</name>
			<param>
				<name>primaryKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPrimaryKeyParameterName</name>
		</method>
		<method>
			<name>getStrutsAction</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>initPortletIds</name>
		</method>
	</javadoc>
	<javadoc>
		<name>GetUsersCountAction</name>
		<type>com.liferay.portlet.usersadmin.action.GetUsersCountAction</type>
		<author><![CDATA[Gavin Wan]]></author>
		<method>
			<name>getText</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getOrganizationUsersCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getUserGroupUsersCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>userGroupIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UserAtomCollectionAdapter</name>
		<type>com.liferay.portlet.usersadmin.atom.UserAtomCollectionAdapter</type>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>getCollectionName</name>
		</method>
		<method>
			<name>getEntryAuthors</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getEntryContent</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
		</method>
		<method>
			<name>getEntryId</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getEntrySummary</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getEntryTitle</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getEntryUpdated</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>getFeedTitle</name>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
		</method>
		<method>
			<name>doGetEntry</name>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetFeedEntries</name>
			<param>
				<name>atomRequestContext</name>
				<type>com.liferay.portal.kernel.atom.AtomRequestContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_COLLECTION_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GroupDisplayTerms</name>
		<type>com.liferay.portlet.usersadmin.search.GroupDisplayTerms</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GroupDisplayTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getDescription</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<field>
			<name>DESCRIPTION</name>
		</field>
		<field>
			<name>NAME</name>
		</field>
		<field>
			<name>description</name>
		</field>
		<field>
			<name>name</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GroupPermissionChecker</name>
		<type>com.liferay.portlet.usersadmin.search.GroupPermissionChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GroupPermissionChecker</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>role</name>
				<type>com.liferay.portal.model.Role</type>
			</param>
			<param>
				<name>resourceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isChecked</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_actionId</name>
		</field>
		<field>
			<name>_resourceName</name>
		</field>
		<field>
			<name>_role</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GroupSearch</name>
		<type>com.liferay.portlet.usersadmin.search.GroupSearch</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GroupSearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<field>
			<name>headerNames</name>
		</field>
		<field>
			<name>orderableHeaders</name>
		</field>
		<field>
			<name>EMPTY_RESULTS_MESSAGE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GroupSearchTerms</name>
		<type>com.liferay.portlet.usersadmin.search.GroupSearchTerms</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GroupSearchTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>OrganizationDisplayTerms</name>
		<type>com.liferay.portlet.usersadmin.search.OrganizationDisplayTerms</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>OrganizationDisplayTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getCity</name>
		</method>
		<method>
			<name>getCountryId</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getParentOrganizationId</name>
		</method>
		<method>
			<name>getRegionId</name>
		</method>
		<method>
			<name>getStreet</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>getZip</name>
		</method>
		<method>
			<name>setType</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>CITY</name>
		</field>
		<field>
			<name>COUNTRY_ID</name>
		</field>
		<field>
			<name>NAME</name>
		</field>
		<field>
			<name>PARENT_ORGANIZATION_ID</name>
		</field>
		<field>
			<name>REGION_ID</name>
		</field>
		<field>
			<name>STREET</name>
		</field>
		<field>
			<name>TYPE</name>
		</field>
		<field>
			<name>ZIP</name>
		</field>
		<field>
			<name>city</name>
		</field>
		<field>
			<name>countryId</name>
		</field>
		<field>
			<name>name</name>
		</field>
		<field>
			<name>parentOrganizationId</name>
		</field>
		<field>
			<name>regionId</name>
		</field>
		<field>
			<name>street</name>
		</field>
		<field>
			<name>type</name>
		</field>
		<field>
			<name>zip</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OrganizationGroupChecker</name>
		<type>com.liferay.portlet.usersadmin.search.OrganizationGroupChecker</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>OrganizationGroupChecker</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>group</name>
				<type>com.liferay.portal.model.Group</type>
			</param>
		</method>
		<method>
			<name>isChecked</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isDisabled</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_group</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OrganizationSearch</name>
		<type>com.liferay.portlet.usersadmin.search.OrganizationSearch</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>OrganizationSearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>OrganizationSearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>curParam</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<field>
			<name>headerNames</name>
		</field>
		<field>
			<name>orderableHeaders</name>
		</field>
		<field>
			<name>EMPTY_RESULTS_MESSAGE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OrganizationSearchTerms</name>
		<type>com.liferay.portlet.usersadmin.search.OrganizationSearchTerms</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>OrganizationSearchTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getCountryIdObj</name>
		</method>
		<method>
			<name>getCountryName</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRegionIdObj</name>
		</method>
		<method>
			<name>getRegionName</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasSearchTerms</name>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RoleUserChecker</name>
		<type>com.liferay.portlet.usersadmin.search.RoleUserChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>RoleUserChecker</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
		</method>
		<method>
			<name>isChecked</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_user</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserDisplayTerms</name>
		<type>com.liferay.portlet.usersadmin.search.UserDisplayTerms</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserDisplayTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getEmailAddress</name>
		</method>
		<method>
			<name>getFirstName</name>
		</method>
		<method>
			<name>getLastName</name>
		</method>
		<method>
			<name>getMiddleName</name>
		</method>
		<method>
			<name>getOrganizationId</name>
		</method>
		<method>
			<name>getRoleId</name>
		</method>
		<method>
			<name>getScreenName</name>
		</method>
		<method>
			<name>getStatus</name>
		</method>
		<method>
			<name>getUserGroupId</name>
		</method>
		<method>
			<name>isActive</name>
		</method>
		<method>
			<name>setStatus</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>EMAIL_ADDRESS</name>
		</field>
		<field>
			<name>FIRST_NAME</name>
		</field>
		<field>
			<name>LAST_NAME</name>
		</field>
		<field>
			<name>MIDDLE_NAME</name>
		</field>
		<field>
			<name>ORGANIZATION_ID</name>
		</field>
		<field>
			<name>ROLE_ID</name>
		</field>
		<field>
			<name>SCREEN_NAME</name>
		</field>
		<field>
			<name>STATUS</name>
		</field>
		<field>
			<name>USER_GROUP_ID</name>
		</field>
		<field>
			<name>emailAddress</name>
		</field>
		<field>
			<name>firstName</name>
		</field>
		<field>
			<name>lastName</name>
		</field>
		<field>
			<name>middleName</name>
		</field>
		<field>
			<name>organizationId</name>
		</field>
		<field>
			<name>roleId</name>
		</field>
		<field>
			<name>screenName</name>
		</field>
		<field>
			<name>status</name>
		</field>
		<field>
			<name>userGroupId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserOrganizationChecker</name>
		<type>com.liferay.portlet.usersadmin.search.UserOrganizationChecker</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserOrganizationChecker</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>organization</name>
				<type>com.liferay.portal.model.Organization</type>
			</param>
		</method>
		<method>
			<name>isChecked</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isDisabled</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_organization</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserSearch</name>
		<type>com.liferay.portlet.usersadmin.search.UserSearch</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserSearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>UserSearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>curParam</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<field>
			<name>headerNames</name>
		</field>
		<field>
			<name>orderableHeaders</name>
		</field>
		<field>
			<name>EMPTY_RESULTS_MESSAGE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserSearchTerms</name>
		<type>com.liferay.portlet.usersadmin.search.UserSearchTerms</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>UserSearchTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>OrganizationIndexer</name>
		<type>com.liferay.portlet.usersadmin.util.OrganizationIndexer</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Zsigmond Rab]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>OrganizationIndexer</name>
		</method>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>isIndexerEnabled</name>
		</method>
		<method>
			<name>isPermissionAware</name>
		</method>
		<method>
			<name>postProcessContextQuery</name>
			<param>
				<name>contextQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>postProcessSearchQuery</name>
			<param>
				<name>searchQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addReindexCriteria</name>
			<param>
				<name>dynamicQuery</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>doDelete</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetDocument</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetSortField</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>doGetSummary</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>snippet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortletId</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>reindexOrganizations</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexOrganizations</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>startOrganizationId</name>
				<type>long</type>
			</param>
			<param>
				<name>endOrganizationId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>CLASS_NAMES</name>
		</field>
		<field>
			<name>PORTLET_ID</name>
		</field>
		<field>
			<name>_PERMISSION_AWARE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserIndexer</name>
		<type>com.liferay.portlet.usersadmin.util.UserIndexer</type>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Zsigmond Rab]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>UserIndexer</name>
		</method>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>isIndexerEnabled</name>
		</method>
		<method>
			<name>isPermissionAware</name>
		</method>
		<method>
			<name>postProcessContextQuery</name>
			<param>
				<name>contextQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>postProcessSearchQuery</name>
			<param>
				<name>searchQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addContextQueryParams</name>
			<param>
				<name>contextQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addReindexCriteria</name>
			<param>
				<name>dynamicQuery</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>doDelete</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetDocument</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetSortField</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>doGetSummary</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>snippet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getAncestorOrganizationIds</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>organizationIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortletId</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>reindexUsers</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexUsers</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>startUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>endUserId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>CLASS_NAMES</name>
		</field>
		<field>
			<name>PORTLET_ID</name>
		</field>
		<field>
			<name>_PERMISSION_AWARE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UsersAdmin</name>
		<type>com.liferay.portlet.usersadmin.util.UsersAdmin</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>addPortletBreadcrumbEntries</name>
			<param>
				<name>organization</name>
				<type>com.liferay.portal.model.Organization</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addRequiredRoles</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addRequiredRoles</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterGroupRoles</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterGroups</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterOrganizations</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>organizations</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterRoles</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>filterUserGroupRoles</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userGroupRoles</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterUserGroups</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userGroups</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getAddresses</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>getAddresses</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>defaultAddresses</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getEmailAddresses</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>getEmailAddresses</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>defaultEmailAddresses</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getGroupOrderByComparator</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOrganizationIds</name>
			<param>
				<name>organizations</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getOrganizationOrderByComparator</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOrganizations</name>
			<param>
				<name>hits</name>
				<type>com.liferay.portal.kernel.search.Hits</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrgLabors</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>getPhones</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>getPhones</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>defaultPhones</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getRoleOrderByComparator</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserGroupOrderByComparator</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserGroupRoles</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserOrderByComparator</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUsers</name>
			<param>
				<name>hits</name>
				<type>com.liferay.portal.kernel.search.Hits</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getWebsites</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>getWebsites</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>defaultWebsites</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>hasUpdateEmailAddress</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasUpdateScreenName</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeRequiredRoles</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeRequiredRoles</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAddresses</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>addresses</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateEmailAddresses</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateOrgLabors</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>orgLabors</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updatePhones</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>phones</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateWebsites</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>websites</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>CUSTOM_QUESTION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UsersAdminImpl</name>
		<type>com.liferay.portlet.usersadmin.util.UsersAdminImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>addPortletBreadcrumbEntries</name>
			<param>
				<name>organization</name>
				<type>com.liferay.portal.model.Organization</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addRequiredRoles</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addRequiredRoles</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterGroupRoles</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterGroups</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterOrganizations</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>organizations</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterRoles</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>filterUserGroupRoles</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userGroupRoles</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterUserGroups</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userGroups</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getAddresses</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>getAddresses</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>defaultAddresses</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getEmailAddresses</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>getEmailAddresses</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>defaultEmailAddresses</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getGroupOrderByComparator</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOrganizationIds</name>
			<param>
				<name>organizations</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getOrganizationOrderByComparator</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOrganizations</name>
			<param>
				<name>hits</name>
				<type>com.liferay.portal.kernel.search.Hits</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrgLabors</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>getPhones</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>getPhones</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>defaultPhones</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getRoleOrderByComparator</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserGroupOrderByComparator</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserGroupRoles</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserOrderByComparator</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUsers</name>
			<param>
				<name>hits</name>
				<type>com.liferay.portal.kernel.search.Hits</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getWebsites</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>getWebsites</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>defaultWebsites</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>hasUpdateEmailAddress</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasUpdateScreenName</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeRequiredRoles</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeRequiredRoles</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAddresses</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>addresses</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateEmailAddresses</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateOrgLabors</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>orgLabors</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updatePhones</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>phones</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateWebsites</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>websites</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>UsersAdminUtil</name>
		<type>com.liferay.portlet.usersadmin.util.UsersAdminUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>addPortletBreadcrumbEntries</name>
			<param>
				<name>organization</name>
				<type>com.liferay.portal.model.Organization</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addRequiredRoles</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addRequiredRoles</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterGroupRoles</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterGroups</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groups</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterOrganizations</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>organizations</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterRoles</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>filterUserGroupRoles</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userGroupRoles</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>filterUserGroups</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>userGroups</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getAddresses</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>getAddresses</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>defaultAddresses</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getEmailAddresses</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>getEmailAddresses</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>defaultEmailAddresses</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getGroupOrderByComparator</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOrganizationIds</name>
			<param>
				<name>organizations</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getOrganizationOrderByComparator</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOrganizations</name>
			<param>
				<name>hits</name>
				<type>com.liferay.portal.kernel.search.Hits</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrgLabors</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>getPhones</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>getPhones</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>defaultPhones</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getRoleOrderByComparator</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserGroupOrderByComparator</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserGroupRoles</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUserOrderByComparator</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUsers</name>
			<param>
				<name>hits</name>
				<type>com.liferay.portal.kernel.search.Hits</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getUsersAdmin</name>
		</method>
		<method>
			<name>getWebsites</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
		<method>
			<name>getWebsites</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>defaultWebsites</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>hasUpdateEmailAddress</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>hasUpdateScreenName</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeRequiredRoles</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>removeRequiredRoles</name>
			<param>
				<name>user</name>
				<type>com.liferay.portal.model.User</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAddresses</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>addresses</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateEmailAddresses</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>emailAddresses</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateOrgLabors</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>orgLabors</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updatePhones</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>phones</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateWebsites</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>websites</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>setUsersAdmin</name>
			<param>
				<name>usersAdmin</name>
				<type>com.liferay.portlet.usersadmin.util.UsersAdmin</type>
			</param>
		</method>
		<field>
			<name>CUSTOM_QUESTION</name>
		</field>
		<field>
			<name>_usersAdmin</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WebProxyPortlet</name>
		<type>com.liferay.portlet.webproxy.WebProxyPortlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doView</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>init</name>
		</method>
		<method>
			<name>printError</name>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_enabled</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ConfigurationActionImpl</name>
		<type>com.liferay.portlet.webproxy.action.ConfigurationActionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicateNodeNameException</name>
		<type>com.liferay.portlet.wiki.DuplicateNodeNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicateNodeNameException</name>
		</method>
		<method>
			<name>DuplicateNodeNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicateNodeNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicateNodeNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DuplicatePageException</name>
		<type>com.liferay.portlet.wiki.DuplicatePageException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>DuplicatePageException</name>
		</method>
		<method>
			<name>DuplicatePageException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>DuplicatePageException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>DuplicatePageException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ImportFilesException</name>
		<type>com.liferay.portlet.wiki.ImportFilesException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ImportFilesException</name>
		</method>
		<method>
			<name>ImportFilesException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ImportFilesException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>ImportFilesException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchNodeException</name>
		<type>com.liferay.portlet.wiki.NoSuchNodeException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchNodeException</name>
		</method>
		<method>
			<name>NoSuchNodeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchNodeException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchNodeException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchPageException</name>
		<type>com.liferay.portlet.wiki.NoSuchPageException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchPageException</name>
		</method>
		<method>
			<name>NoSuchPageException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchPageException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchPageException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NoSuchPageResourceException</name>
		<type>com.liferay.portlet.wiki.NoSuchPageResourceException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NoSuchPageResourceException</name>
		</method>
		<method>
			<name>NoSuchPageResourceException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NoSuchPageResourceException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NoSuchPageResourceException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NodeNameException</name>
		<type>com.liferay.portlet.wiki.NodeNameException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NodeNameException</name>
		</method>
		<method>
			<name>NodeNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>NodeNameException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>NodeNameException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PageContentException</name>
		<type>com.liferay.portlet.wiki.PageContentException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PageContentException</name>
		</method>
		<method>
			<name>PageContentException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PageContentException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>PageContentException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PageTitleException</name>
		<type>com.liferay.portlet.wiki.PageTitleException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PageTitleException</name>
		</method>
		<method>
			<name>PageTitleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PageTitleException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>PageTitleException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PageVersionException</name>
		<type>com.liferay.portlet.wiki.PageVersionException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PageVersionException</name>
		</method>
		<method>
			<name>PageVersionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PageVersionException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>PageVersionException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WikiFormatException</name>
		<type>com.liferay.portlet.wiki.WikiFormatException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>WikiFormatException</name>
		</method>
		<method>
			<name>WikiFormatException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>WikiFormatException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>WikiFormatException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WikiFriendlyURLMapper</name>
		<type>com.liferay.portlet.wiki.WikiFriendlyURLMapper</type>
		<author><![CDATA[Shinn Lok]]></author>
		<method>
			<name>buildPath</name>
			<param>
				<name>liferayPortletURL</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletURL</type>
			</param>
		</method>
		<method>
			<name>populateParams</name>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>namespace</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>routeParameters</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<field>
			<name>_ESCAPED_CHARS</name>
		</field>
		<field>
			<name>_UNESCAPED_CHARS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WikiPageCustomAttributesDisplay</name>
		<type>com.liferay.portlet.wiki.WikiPageCustomAttributesDisplay</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.wiki.action.ActionUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getFirstVisibleNode</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNode</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPage</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPage</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>CompareVersionsAction</name>
		<type>com.liferay.portlet.wiki.action.CompareVersionsAction</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>compareVersions</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ConfigurationActionImpl</name>
		<type>com.liferay.portlet.wiki.action.ConfigurationActionImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateDisplaySettings</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateEmailFrom</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateEmailPageAdded</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateEmailPageUpdated</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditNodeAction</name>
		<type>com.liferay.portlet.wiki.action.EditNodeAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteNode</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getNodeName</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>subscribeNode</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>unsubscribeNode</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateNode</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePreferences</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>oldName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditPageAction</name>
		<type>com.liferay.portlet.wiki.action.EditPageAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deletePage</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPage</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getSaveAndContinueRedirect</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>redirect</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<method>
			<name>revertPage</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>subscribePage</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>unsubscribePage</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updatePage</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EditPageAttachmentAction</name>
		<type>com.liferay.portlet.wiki.action.EditPageAttachmentAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addAttachment</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addMultipleFileEntries</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<param>
				<name>selectedFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validFileNames</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>invalidFileNameKVPs</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addTempAttachment</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteAttachment</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteTempAttachment</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_TEMP_FOLDER_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ExportPageAction</name>
		<type>com.liferay.portlet.wiki.action.ExportPageAction</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>targetExtension</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>editPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
		<field>
			<name>_LOCALHOST</name>
		</field>
		<field>
			<name>_LOCALHOST_IP</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FindPageAction</name>
		<type>com.liferay.portlet.wiki.action.FindPageAction</type>
		<author><![CDATA[Samuel Kong]]></author>
		<method>
			<name>getGroupId</name>
			<param>
				<name>primaryKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPrimaryKeyParameterName</name>
		</method>
		<method>
			<name>getStrutsAction</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>initPortletIds</name>
		</method>
		<method>
			<name>processPortletURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>GetPageAttachmentAction</name>
		<type>com.liferay.portlet.wiki.action.GetPageAttachmentAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>strutsExecute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFile</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ImportPagesAction</name>
		<type>com.liferay.portlet.wiki.action.ImportPagesAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importPages</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MovePageAction</name>
		<type>com.liferay.portlet.wiki.action.MovePageAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>changeParentPage</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<method>
			<name>renamePage</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RSSAction</name>
		<type>com.liferay.portlet.wiki.action.RSSAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>strutsExecute</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getRSS</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ViewNodeAction</name>
		<type>com.liferay.portlet.wiki.action.ViewNodeAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Jack Li]]></author>
		<method>
			<name>viewNode</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>defaultForward</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ViewPageAction</name>
		<type>com.liferay.portlet.wiki.action.ViewPageAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getNode</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
	</javadoc>
	<javadoc>
		<name>WikiPageAssetRenderer</name>
		<type>com.liferay.portlet.wiki.asset.WikiPageAssetRenderer</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>WikiPageAssetRenderer</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
		</method>
		<method>
			<name>getClassPK</name>
		</method>
		<method>
			<name>getDiscussionPath</name>
		</method>
		<method>
			<name>getGroupId</name>
		</method>
		<method>
			<name>getSummary</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>getURLEdit</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getURLExport</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
		</method>
		<method>
			<name>getURLView</name>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<param>
				<name>windowState</name>
				<type>javax.portlet.WindowState</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getURLViewInContext</name>
			<param>
				<name>liferayPortletRequest</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletRequest</type>
			</param>
			<param>
				<name>liferayPortletResponse</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletResponse</type>
			</param>
			<param>
				<name>noSuchEntryRedirect</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getUserName</name>
		</method>
		<method>
			<name>getUuid</name>
		</method>
		<method>
			<name>hasEditPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
		</method>
		<method>
			<name>hasViewPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
		</method>
		<method>
			<name>isConvertible</name>
		</method>
		<method>
			<name>isPrintable</name>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>template</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>_page</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WikiPageAssetRendererFactory</name>
		<type>com.liferay.portlet.wiki.asset.WikiPageAssetRendererFactory</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>getAssetRenderer</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>type</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<method>
			<name>hasPermission</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isLinkable</name>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
		<field>
			<name>TYPE</name>
		</field>
		<field>
			<name>_LINKABLE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HtmlEngine</name>
		<type>com.liferay.portlet.wiki.engines.HtmlEngine</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Zsigmond Rab]]></author>
		<method>
			<name>HtmlEngine</name>
		</method>
		<method>
			<name>convert</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>viewPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>editPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>attachmentURLPrefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOutgoingLinks</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<throws>
				<name>PageContentException</name>
				<type>com.liferay.portlet.wiki.PageContentException</type>
			</throws>
		</method>
		<method>
			<name>setInterWikiConfiguration</name>
			<param>
				<name>interWikiConfiguration</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMainConfiguration</name>
			<param>
				<name>mainConfiguration</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>newContent</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getOutgoingLinks</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_friendlyURLMapping</name>
		</field>
		<field>
			<name>_router</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TextEngine</name>
		<type>com.liferay.portlet.wiki.engines.TextEngine</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>convert</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>viewPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>editPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>attachmentURLPrefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOutgoingLinks</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
		</method>
		<method>
			<name>setInterWikiConfiguration</name>
			<param>
				<name>interWikiConfiguration</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMainConfiguration</name>
			<param>
				<name>mainConfiguration</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>newContent</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WikiEngine</name>
		<type>com.liferay.portlet.wiki.engines.WikiEngine</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>convert</name>
			<comment><![CDATA[Convert the content of the given page to HTML using the view and edit URLs to build links.]]></comment>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>viewPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>editPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>attachmentURLPrefix</name>
				<type>java.lang.String</type>
			</param>
			<return>
				<comment><![CDATA[HTML string]]></comment>
			</return>
			<throws>
				<name>PageContentException</name>
				<type>com.liferay.portlet.wiki.PageContentException</type>
			</throws>
		</method>
		<method>
			<name>getOutgoingLinks</name>
			<comment><![CDATA[Get a map with the links included in the given page. The key of each map entry is the title of the linked page. The value is a Boolean object that indicates if the linked page exists or not.]]></comment>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<return>
				<comment><![CDATA[a map of links]]></comment>
			</return>
			<throws>
				<name>PageContentException</name>
				<type>com.liferay.portlet.wiki.PageContentException</type>
			</throws>
		</method>
		<method>
			<name>setInterWikiConfiguration</name>
			<comment><![CDATA[Set the configuraton to support quick links to other wikis. The format of the configuration is specific to the wiki engine.]]></comment>
			<param>
				<name>interWikiConfiguration</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMainConfiguration</name>
			<comment><![CDATA[Set the main wiki configuraiton as a String. The format of the configuration is specific to the wiki engine.]]></comment>
			<param>
				<name>mainConfiguration</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<comment><![CDATA[Validate the content of a wiki page for this engine.]]></comment>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<return>
				<comment><![CDATA[<code>true</code> if the content is valid]]></comment>
			</return>
		</method>
	</javadoc>
	<javadoc>
		<name>CreoleWikiEngine</name>
		<type>com.liferay.portlet.wiki.engines.antlrwiki.CreoleWikiEngine</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>convert</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>viewPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>editPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>attachmentURLPrefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOutgoingLinks</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<throws>
				<name>PageContentException</name>
				<type>com.liferay.portlet.wiki.PageContentException</type>
			</throws>
		</method>
		<method>
			<name>setInterWikiConfiguration</name>
			<param>
				<name>interWikiConfiguration</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMainConfiguration</name>
			<param>
				<name>mainConfiguration</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>build</name>
			<param>
				<name>creoleCode</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>parse</name>
			<param>
				<name>creoleCode</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TableOfContentsVisitor</name>
		<type>com.liferay.portlet.wiki.engines.antlrwiki.translator.TableOfContentsVisitor</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>compose</name>
			<param>
				<name>wikiPageNode</name>
				<type>com.liferay.portal.parsers.creole.ast.WikiPageNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>headingNode</name>
				<type>com.liferay.portal.parsers.creole.ast.HeadingNode</type>
			</param>
		</method>
		<method>
			<name>addHeadingNode</name>
			<param>
				<name>treeNode</name>
				<type>com.liferay.portal.kernel.util.TreeNode</type>
			</param>
			<param>
				<name>headingNode</name>
				<type>com.liferay.portal.parsers.creole.ast.HeadingNode</type>
			</param>
		</method>
		<method>
			<name>isLastHeadingNode</name>
			<param>
				<name>treeNode</name>
				<type>com.liferay.portal.kernel.util.TreeNode</type>
			</param>
			<param>
				<name>headingNode</name>
				<type>com.liferay.portal.parsers.creole.ast.HeadingNode</type>
			</param>
		</method>
		<field>
			<name>_headingNode</name>
		</field>
	</javadoc>
	<javadoc>
		<name>XhtmlTranslator</name>
		<type>com.liferay.portlet.wiki.engines.antlrwiki.translator.XhtmlTranslator</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>translate</name>
			<param>
				<name>wikiPage</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>viewPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>editPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>attachmentURLPrefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wikiPageNode</name>
				<type>com.liferay.portal.parsers.creole.ast.WikiPageNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>headingNode</name>
				<type>com.liferay.portal.parsers.creole.ast.HeadingNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>imageNode</name>
				<type>com.liferay.portal.parsers.creole.ast.ImageNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>linkNode</name>
				<type>com.liferay.portal.parsers.creole.ast.link.LinkNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>tableOfContentsNode</name>
				<type>com.liferay.portal.parsers.creole.ast.extension.TableOfContentsNode</type>
			</param>
		</method>
		<method>
			<name>appendAbsoluteHref</name>
			<param>
				<name>linkNode</name>
				<type>com.liferay.portal.parsers.creole.ast.link.LinkNode</type>
			</param>
		</method>
		<method>
			<name>appendHref</name>
			<param>
				<name>linkNode</name>
				<type>com.liferay.portal.parsers.creole.ast.link.LinkNode</type>
			</param>
		</method>
		<method>
			<name>appendTableOfContents</name>
			<param>
				<name>tableOfContents</name>
				<type>com.liferay.portal.kernel.util.TreeNode</type>
			</param>
			<param>
				<name>depth</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>appendWikiHref</name>
			<param>
				<name>linkNode</name>
				<type>com.liferay.portal.parsers.creole.ast.link.LinkNode</type>
			</param>
		</method>
		<method>
			<name>getHeadingMarkup</name>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getUnformattedHeadingText</name>
			<param>
				<name>headingNode</name>
				<type>com.liferay.portal.parsers.creole.ast.HeadingNode</type>
			</param>
		</method>
		<method>
			<name>searchLinkInAttachments</name>
			<param>
				<name>linkNode</name>
				<type>com.liferay.portal.parsers.creole.ast.link.LinkNode</type>
			</param>
		</method>
		<field>
			<name>_HEADING_ANCHOR_PREFIX</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_attachmentURLPrefix</name>
		</field>
		<field>
			<name>_editPageURL</name>
		</field>
		<field>
			<name>_rootWikiPageNode</name>
		</field>
		<field>
			<name>_viewPageURL</name>
		</field>
		<field>
			<name>_wikiPage</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UnformattedHeadingTextVisitor</name>
		<type>com.liferay.portlet.wiki.engines.antlrwiki.translator.internal.UnformattedHeadingTextVisitor</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>getUnformattedText</name>
			<param>
				<name>headingNode</name>
				<type>com.liferay.portal.parsers.creole.ast.HeadingNode</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UnformattedLinksTextVisitor</name>
		<type>com.liferay.portlet.wiki.engines.antlrwiki.translator.internal.UnformattedLinksTextVisitor</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>getUnformattedText</name>
			<param>
				<name>linkNode</name>
				<type>com.liferay.portal.parsers.creole.ast.link.LinkNode</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UnformattedTextVisitor</name>
		<type>com.liferay.portlet.wiki.engines.antlrwiki.translator.internal.UnformattedTextVisitor</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>getText</name>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>boldTextNode</name>
				<type>com.liferay.portal.parsers.creole.ast.BoldTextNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>formattedTextNode</name>
				<type>com.liferay.portal.parsers.creole.ast.FormattedTextNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>italicTextNode</name>
				<type>com.liferay.portal.parsers.creole.ast.ItalicTextNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>linkNode</name>
				<type>com.liferay.portal.parsers.creole.ast.link.LinkNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>noWikiSectionNode</name>
				<type>com.liferay.portal.parsers.creole.ast.NoWikiSectionNode</type>
			</param>
		</method>
		<method>
			<name>visit</name>
			<param>
				<name>unformattedTextNode</name>
				<type>com.liferay.portal.parsers.creole.ast.UnformattedTextNode</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_sb</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSPWikiEngine</name>
		<type>com.liferay.portlet.wiki.engines.jspwiki.JSPWikiEngine</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>decodeJSPWikiName</name>
			<param>
				<name>jspWikiName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>convert</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>viewPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>editPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>attachmentURLPrefix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PageContentException</name>
				<type>com.liferay.portlet.wiki.PageContentException</type>
			</throws>
		</method>
		<method>
			<name>getOutgoingLinks</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<throws>
				<name>PageContentException</name>
				<type>com.liferay.portlet.wiki.PageContentException</type>
			</throws>
		</method>
		<method>
			<name>setInterWikiConfiguration</name>
			<param>
				<name>interWikiConfiguration</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMainConfiguration</name>
			<param>
				<name>mainConfiguration</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>newContent</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>convert</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<throws>
				<name>WikiException</name>
				<type>com.ecyrd.jspwiki.WikiException</type>
			</throws>
		</method>
		<method>
			<name>getEngine</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>WikiException</name>
				<type>com.ecyrd.jspwiki.WikiException</type>
			</throws>
		</method>
		<method>
			<name>setProperties</name>
			<param>
				<name>configuration</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_decodeJSPWikiContent</name>
			<param>
				<name>jspWikiContent</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_encodeJSPWikiContent</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_encodeJSPWikiName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_encodeLink</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wikiLinkMatcher</name>
				<type>java.util.regex.Matcher</type>
			</param>
		</method>
		<field>
			<name>_JSP_WIKI_NAME_1</name>
		</field>
		<field>
			<name>_JSP_WIKI_NAME_2</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_wikiCommentPattern</name>
		</field>
		<field>
			<name>_wikiLinkPattern</name>
		</field>
		<field>
			<name>_engines</name>
		</field>
		<field>
			<name>_properties</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayAttachmentProvider</name>
		<type>com.liferay.portlet.wiki.engines.jspwiki.LiferayAttachmentProvider</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>deleteAttachment</name>
			<param>
				<name>attachment</name>
				<type>com.ecyrd.jspwiki.attachment.Attachment</type>
			</param>
		</method>
		<method>
			<name>deleteVersion</name>
			<param>
				<name>attachment</name>
				<type>com.ecyrd.jspwiki.attachment.Attachment</type>
			</param>
		</method>
		<method>
			<name>findAttachments</name>
			<param>
				<name>query</name>
				<type>com.ecyrd.jspwiki.QueryItem[]</type>
			</param>
		</method>
		<method>
			<name>getAttachmentData</name>
			<param>
				<name>attachment</name>
				<type>com.ecyrd.jspwiki.attachment.Attachment</type>
			</param>
		</method>
		<method>
			<name>getAttachmentInfo</name>
			<param>
				<name>page</name>
				<type>com.ecyrd.jspwiki.WikiPage</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>int</type>
			</param>
			<throws>
				<name>ProviderException</name>
				<type>com.ecyrd.jspwiki.providers.ProviderException</type>
			</throws>
		</method>
		<method>
			<name>getProviderInfo</name>
		</method>
		<method>
			<name>getVersionHistory</name>
			<param>
				<name>attachment</name>
				<type>com.ecyrd.jspwiki.attachment.Attachment</type>
			</param>
		</method>
		<method>
			<name>initialize</name>
			<param>
				<name>engine</name>
				<type>com.ecyrd.jspwiki.WikiEngine</type>
			</param>
			<param>
				<name>props</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>listAllChanged</name>
			<param>
				<name>timestamp</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>listAttachments</name>
			<param>
				<name>page</name>
				<type>com.ecyrd.jspwiki.WikiPage</type>
			</param>
		</method>
		<method>
			<name>moveAttachmentsForPage</name>
			<param>
				<name>oldParent</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newParent</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>putAttachmentData</name>
			<param>
				<name>attachment</name>
				<type>com.ecyrd.jspwiki.attachment.Attachment</type>
			</param>
			<param>
				<name>data</name>
				<type>java.io.InputStream</type>
			</param>
		</method>
		<field>
			<name>_EMPTY_STREAM</name>
		</field>
		<field>
			<name>_engine</name>
		</field>
		<field>
			<name>_nodeId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayGroupDatabase</name>
		<type>com.liferay.portlet.wiki.engines.jspwiki.LiferayGroupDatabase</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>commit</name>
		</method>
		<method>
			<name>delete</name>
			<param>
				<name>group</name>
				<type>com.ecyrd.jspwiki.auth.authorize.Group</type>
			</param>
		</method>
		<method>
			<name>groups</name>
		</method>
		<method>
			<name>initialize</name>
			<param>
				<name>engine</name>
				<type>com.ecyrd.jspwiki.WikiEngine</type>
			</param>
			<param>
				<name>props</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>save</name>
			<param>
				<name>group</name>
				<type>com.ecyrd.jspwiki.auth.authorize.Group</type>
			</param>
			<param>
				<name>modifier</name>
				<type>java.security.Principal</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LiferayJSPWikiEngine</name>
		<type>com.liferay.portlet.wiki.engines.jspwiki.LiferayJSPWikiEngine</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>LiferayJSPWikiEngine</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>WikiException</name>
				<type>com.ecyrd.jspwiki.WikiException</type>
			</throws>
		</method>
		<method>
			<name>LiferayJSPWikiEngine</name>
			<param>
				<name>context</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>appId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>props</name>
				<type>java.util.Properties</type>
			</param>
			<throws>
				<name>WikiException</name>
				<type>com.ecyrd.jspwiki.WikiException</type>
			</throws>
		</method>
		<method>
			<name>scanWikiLinks</name>
			<param>
				<name>page</name>
				<type>com.ecyrd.jspwiki.WikiPage</type>
			</param>
			<param>
				<name>pageData</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LiferayPageProvider</name>
		<type>com.liferay.portlet.wiki.engines.jspwiki.LiferayPageProvider</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>toJSPWikiPage</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>engine</name>
				<type>com.ecyrd.jspwiki.WikiEngine</type>
			</param>
		</method>
		<method>
			<name>deletePage</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deleteVersion</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>findPages</name>
			<param>
				<name>query</name>
				<type>com.ecyrd.jspwiki.QueryItem[]</type>
			</param>
		</method>
		<method>
			<name>getAllChangedSince</name>
			<param>
				<name>date</name>
				<type>java.util.Date</type>
			</param>
		</method>
		<method>
			<name>getAllPages</name>
			<throws>
				<name>ProviderException</name>
				<type>com.ecyrd.jspwiki.providers.ProviderException</type>
			</throws>
		</method>
		<method>
			<name>getPageCount</name>
			<throws>
				<name>ProviderException</name>
				<type>com.ecyrd.jspwiki.providers.ProviderException</type>
			</throws>
		</method>
		<method>
			<name>getPageInfo</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>int</type>
			</param>
			<throws>
				<name>ProviderException</name>
				<type>com.ecyrd.jspwiki.providers.ProviderException</type>
			</throws>
		</method>
		<method>
			<name>getPageText</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>int</type>
			</param>
			<throws>
				<name>ProviderException</name>
				<type>com.ecyrd.jspwiki.providers.ProviderException</type>
			</throws>
		</method>
		<method>
			<name>getProviderInfo</name>
		</method>
		<method>
			<name>getVersionHistory</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>initialize</name>
			<param>
				<name>engine</name>
				<type>com.ecyrd.jspwiki.WikiEngine</type>
			</param>
			<param>
				<name>props</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>movePage</name>
			<param>
				<name>from</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>to</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>pageExists</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>putPageText</name>
			<param>
				<name>page</name>
				<type>com.ecyrd.jspwiki.WikiPage</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_engine</name>
		</field>
		<field>
			<name>_nodeId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferaySearchProvider</name>
		<type>com.liferay.portlet.wiki.engines.jspwiki.LiferaySearchProvider</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>findPages</name>
			<param>
				<name>query</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getProviderInfo</name>
		</method>
		<method>
			<name>initialize</name>
			<param>
				<name>engine</name>
				<type>com.ecyrd.jspwiki.WikiEngine</type>
			</param>
			<param>
				<name>props</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>pageRemoved</name>
			<param>
				<name>page</name>
				<type>com.ecyrd.jspwiki.WikiPage</type>
			</param>
		</method>
		<method>
			<name>reindexPage</name>
			<param>
				<name>page</name>
				<type>com.ecyrd.jspwiki.WikiPage</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LiferayURLConstructor</name>
		<type>com.liferay.portlet.wiki.engines.jspwiki.LiferayURLConstructor</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getForwardPage</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>initialize</name>
			<param>
				<name>engine</name>
				<type>com.ecyrd.jspwiki.WikiEngine</type>
			</param>
			<param>
				<name>props</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>makeURL</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>absolute</name>
				<type>boolean</type>
			</param>
			<param>
				<name>parameters</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>parsePage</name>
			<param>
				<name>context</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>encoding</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_escapeName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_ESCAPED_CHARS</name>
		</field>
		<field>
			<name>_UNESCAPED_CHARS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CreoleFilter</name>
		<type>com.liferay.portlet.wiki.engines.jspwiki.filters.CreoleFilter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Samuel Liu]]></author>
		<method>
			<name>destroy</name>
			<param>
				<name>wikiEngine</name>
				<type>com.ecyrd.jspwiki.WikiEngine</type>
			</param>
		</method>
		<method>
			<name>initialize</name>
			<param>
				<name>wikiEngine</name>
				<type>com.ecyrd.jspwiki.WikiEngine</type>
			</param>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>postSave</name>
			<param>
				<name>wikiContext</name>
				<type>com.ecyrd.jspwiki.WikiContext</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>FilterException</name>
				<type>com.ecyrd.jspwiki.filters.FilterException</type>
			</throws>
		</method>
		<method>
			<name>postTranslate</name>
			<param>
				<name>wikiContext</name>
				<type>com.ecyrd.jspwiki.WikiContext</type>
			</param>
			<param>
				<name>htmlContent</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>FilterException</name>
				<type>com.ecyrd.jspwiki.filters.FilterException</type>
			</throws>
		</method>
		<method>
			<name>preSave</name>
			<param>
				<name>wikiContext</name>
				<type>com.ecyrd.jspwiki.WikiContext</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>FilterException</name>
				<type>com.ecyrd.jspwiki.filters.FilterException</type>
			</throws>
		</method>
		<method>
			<name>preTranslate</name>
			<param>
				<name>wikiContext</name>
				<type>com.ecyrd.jspwiki.WikiContext</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>FilterException</name>
				<type>com.ecyrd.jspwiki.filters.FilterException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TableOfContents</name>
		<type>com.liferay.portlet.wiki.engines.jspwiki.plugin.TableOfContents</type>
		<comment><![CDATA[<p>
This is a modification of JSPWiki's core TableOfContents plugin for use within Liferay. This plugin modifies the original behavior by producing ordered lists and making contents collapsable.
</p>]]></comment>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>execute</name>
			<param>
				<name>context</name>
				<type>com.ecyrd.jspwiki.WikiContext</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PluginException</name>
				<type>com.ecyrd.jspwiki.plugin.PluginException</type>
			</throws>
		</method>
		<method>
			<name>headingAdded</name>
			<param>
				<name>context</name>
				<type>com.ecyrd.jspwiki.WikiContext</type>
			</param>
			<param>
				<name>heading</name>
				<type>com.ecyrd.jspwiki.parser.Heading</type>
			</param>
		</method>
		<field>
			<name>_count</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DummyDataHandler</name>
		<type>com.liferay.portlet.wiki.engines.mediawiki.DummyDataHandler</type>
		<author><![CDATA[Jonathan Potter]]></author>
		<method>
			<name>authenticate</name>
			<param>
				<name>username</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>canMoveTopic</name>
			<param>
				<name>fromTopic</name>
				<type>org.jamwiki.model.Topic</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deleteInterwiki</name>
			<param>
				<name>interwiki</name>
				<type>org.jamwiki.model.Interwiki</type>
			</param>
		</method>
		<method>
			<name>deleteTopic</name>
			<param>
				<name>topic</name>
				<type>org.jamwiki.model.Topic</type>
			</param>
			<param>
				<name>topicVersion</name>
				<type>org.jamwiki.model.TopicVersion</type>
			</param>
		</method>
		<method>
			<name>executeUpgradeQuery</name>
			<param>
				<name>prop</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>conn</name>
				<type>java.sql.Connection</type>
			</param>
		</method>
		<method>
			<name>executeUpgradeUpdate</name>
			<param>
				<name>prop</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>conn</name>
				<type>java.sql.Connection</type>
			</param>
		</method>
		<method>
			<name>getAllCategories</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pagination</name>
				<type>org.jamwiki.utils.Pagination</type>
			</param>
		</method>
		<method>
			<name>getAllRoles</name>
		</method>
		<method>
			<name>getAllTopicNames</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includeDeleted</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getAllWikiFileVersions</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>topicName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>descending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getLogItems</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>logType</name>
				<type>int</type>
			</param>
			<param>
				<name>pagination</name>
				<type>org.jamwiki.utils.Pagination</type>
			</param>
			<param>
				<name>descending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getRecentChanges</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pagination</name>
				<type>org.jamwiki.utils.Pagination</type>
			</param>
			<param>
				<name>descending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getRoleMapByLogin</name>
			<param>
				<name>loginFragment</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRoleMapByRole</name>
			<param>
				<name>roleName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRoleMapGroup</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRoleMapGroups</name>
		</method>
		<method>
			<name>getRoleMapUser</name>
			<param>
				<name>login</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getTopicHistory</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>topicName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pagination</name>
				<type>org.jamwiki.utils.Pagination</type>
			</param>
			<param>
				<name>descending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getTopicsAdmin</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pagination</name>
				<type>org.jamwiki.utils.Pagination</type>
			</param>
		</method>
		<method>
			<name>getUserContributions</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pagination</name>
				<type>org.jamwiki.utils.Pagination</type>
			</param>
			<param>
				<name>descending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getVirtualWikiList</name>
		</method>
		<method>
			<name>getWatchlist</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userId</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getWatchlist</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userId</name>
				<type>int</type>
			</param>
			<param>
				<name>pagination</name>
				<type>org.jamwiki.utils.Pagination</type>
			</param>
		</method>
		<method>
			<name>lookupCategoryTopics</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>categoryName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>lookupConfiguration</name>
		</method>
		<method>
			<name>lookupInterwiki</name>
			<param>
				<name>interwikiPrefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>lookupInterwikis</name>
		</method>
		<method>
			<name>lookupNamespace</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespaceString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>lookupNamespaceById</name>
			<param>
				<name>namespaceId</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>lookupNamespaces</name>
		</method>
		<method>
			<name>lookupTopic</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>topicName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deleteOK</name>
				<type>boolean</type>
			</param>
			<param>
				<name>conn</name>
				<type>java.sql.Connection</type>
			</param>
		</method>
		<method>
			<name>lookupTopicById</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>topicId</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>lookupTopicByType</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>topicType1</name>
				<type>org.jamwiki.model.TopicType</type>
			</param>
			<param>
				<name>topicType2</name>
				<type>org.jamwiki.model.TopicType</type>
			</param>
			<param>
				<name>namespaceId</name>
				<type>java.lang.Integer</type>
			</param>
			<param>
				<name>pagination</name>
				<type>org.jamwiki.utils.Pagination</type>
			</param>
		</method>
		<method>
			<name>lookupTopicCount</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespaceId</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>lookupTopicId</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>topicName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>lookupTopicLinkOrphans</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespaceId</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>lookupTopicLinks</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>topicName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>lookupTopicName</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>topicName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>lookupTopicVersion</name>
			<param>
				<name>topicVersionId</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>lookupTopicVersionNextId</name>
			<param>
				<name>topicVersionId</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>lookupVirtualWiki</name>
			<param>
				<name>virtualWikiName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>lookupWikiFile</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>topicName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>lookupWikiFileCount</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>lookupWikiGroup</name>
			<param>
				<name>groupName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>lookupWikiUser</name>
			<param>
				<name>userId</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>lookupWikiUser</name>
			<param>
				<name>username</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>lookupWikiUserCount</name>
		</method>
		<method>
			<name>lookupWikiUserEncryptedPassword</name>
			<param>
				<name>username</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>lookupWikiUsers</name>
			<param>
				<name>pagination</name>
				<type>org.jamwiki.utils.Pagination</type>
			</param>
		</method>
		<method>
			<name>moveTopic</name>
			<param>
				<name>fromTopic</name>
				<type>org.jamwiki.model.Topic</type>
			</param>
			<param>
				<name>fromVersion</name>
				<type>org.jamwiki.model.TopicVersion</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>orderTopicVersions</name>
			<param>
				<name>topic</name>
				<type>org.jamwiki.model.Topic</type>
			</param>
			<param>
				<name>topicVersionIdList</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>reloadLogItems</name>
		</method>
		<method>
			<name>reloadRecentChanges</name>
		</method>
		<method>
			<name>setup</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>user</name>
				<type>org.jamwiki.model.WikiUser</type>
			</param>
			<param>
				<name>username</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>encryptedPassword</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setupSpecialPages</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>user</name>
				<type>org.jamwiki.model.WikiUser</type>
			</param>
			<param>
				<name>virtualWiki</name>
				<type>org.jamwiki.model.VirtualWiki</type>
			</param>
		</method>
		<method>
			<name>undeleteTopic</name>
			<param>
				<name>topic</name>
				<type>org.jamwiki.model.Topic</type>
			</param>
			<param>
				<name>topicVersion</name>
				<type>org.jamwiki.model.TopicVersion</type>
			</param>
		</method>
		<method>
			<name>updateSpecialPage</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>topicName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userDisplay</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>writeConfiguration</name>
			<param>
				<name>configuration</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>writeFile</name>
			<param>
				<name>wikiFile</name>
				<type>org.jamwiki.model.WikiFile</type>
			</param>
			<param>
				<name>wikiFileVersion</name>
				<type>org.jamwiki.model.WikiFileVersion</type>
			</param>
		</method>
		<method>
			<name>writeInterwiki</name>
			<param>
				<name>interwiki</name>
				<type>org.jamwiki.model.Interwiki</type>
			</param>
		</method>
		<method>
			<name>writeNamespace</name>
			<param>
				<name>mainNamespace</name>
				<type>org.jamwiki.model.Namespace</type>
			</param>
			<param>
				<name>commentsNamespace</name>
				<type>org.jamwiki.model.Namespace</type>
			</param>
		</method>
		<method>
			<name>writeNamespaceTranslations</name>
			<param>
				<name>namespaces</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>writeRole</name>
			<param>
				<name>role</name>
				<type>org.jamwiki.model.Role</type>
			</param>
			<param>
				<name>update</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>writeRoleMapGroup</name>
			<param>
				<name>groupId</name>
				<type>int</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>writeRoleMapUser</name>
			<param>
				<name>username</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roles</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>writeTopic</name>
			<param>
				<name>topic</name>
				<type>org.jamwiki.model.Topic</type>
			</param>
			<param>
				<name>topicVersion</name>
				<type>org.jamwiki.model.TopicVersion</type>
			</param>
			<param>
				<name>categories</name>
				<type>java.util.LinkedHashMap</type>
			</param>
			<param>
				<name>links</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>writeTopicVersion</name>
			<param>
				<name>topic</name>
				<type>org.jamwiki.model.Topic</type>
			</param>
			<param>
				<name>topicVersion</name>
				<type>org.jamwiki.model.TopicVersion</type>
			</param>
		</method>
		<method>
			<name>writeVirtualWiki</name>
			<param>
				<name>virtualWiki</name>
				<type>org.jamwiki.model.VirtualWiki</type>
			</param>
		</method>
		<method>
			<name>writeWatchlistEntry</name>
			<param>
				<name>watchlist</name>
				<type>org.jamwiki.model.Watchlist</type>
			</param>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>topicName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>userId</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>writeWikiGroup</name>
			<param>
				<name>group</name>
				<type>org.jamwiki.model.WikiGroup</type>
			</param>
		</method>
		<method>
			<name>writeWikiUser</name>
			<param>
				<name>user</name>
				<type>org.jamwiki.model.WikiUser</type>
			</param>
			<param>
				<name>username</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>encryptedPassword</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LiferayDataHandler</name>
		<type>com.liferay.portlet.wiki.engines.mediawiki.LiferayDataHandler</type>
		<author><![CDATA[Jonathan Potter]]></author>
		<method>
			<name>lookupNamespace</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespaceString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>lookupNamespaceById</name>
			<param>
				<name>namespaceId</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>lookupTopic</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>topicName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deleteOK</name>
				<type>boolean</type>
			</param>
			<param>
				<name>conn</name>
				<type>java.sql.Connection</type>
			</param>
		</method>
		<method>
			<name>lookupTopicId</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>topicName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNodeId</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_fileNamespace</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferaySearchEngine</name>
		<type>com.liferay.portlet.wiki.engines.mediawiki.LiferaySearchEngine</type>
		<author><![CDATA[Jonathan Potter]]></author>
		<method>
			<name>addToIndex</name>
			<param>
				<name>arg0</name>
				<type>org.jamwiki.model.Topic</type>
			</param>
		</method>
		<method>
			<name>addToIndex</name>
			<param>
				<name>topic</name>
				<type>org.jamwiki.model.Topic</type>
			</param>
			<param>
				<name>links</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>commit</name>
			<param>
				<name>arg0</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deleteFromIndex</name>
			<param>
				<name>topic</name>
				<type>org.jamwiki.model.Topic</type>
			</param>
		</method>
		<method>
			<name>findLinkedTo</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>topicName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>findResults</name>
			<param>
				<name>virtualWiki</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>refreshIndex</name>
		</method>
		<method>
			<name>setAutoCommit</name>
			<param>
				<name>autoCommit</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>shutdown</name>
		</method>
		<method>
			<name>updateInIndex</name>
			<param>
				<name>topic</name>
				<type>org.jamwiki.model.Topic</type>
			</param>
		</method>
		<method>
			<name>updateInIndex</name>
			<param>
				<name>topic</name>
				<type>org.jamwiki.model.Topic</type>
			</param>
			<param>
				<name>links</name>
				<type>java.util.List</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MediaWikiEngine</name>
		<type>com.liferay.portlet.wiki.engines.mediawiki.MediaWikiEngine</type>
		<author><![CDATA[Jonathan Potter]]></author>
		<method>
			<name>convert</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>viewPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>editPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>attachmentURLPrefix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PageContentException</name>
				<type>com.liferay.portlet.wiki.PageContentException</type>
			</throws>
		</method>
		<method>
			<name>getOutgoingLinks</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<throws>
				<name>PageContentException</name>
				<type>com.liferay.portlet.wiki.PageContentException</type>
			</throws>
		</method>
		<method>
			<name>setInterWikiConfiguration</name>
			<param>
				<name>interWikiConfiguration</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMainConfiguration</name>
			<param>
				<name>mainConfiguration</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParserInput</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>topicName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParserOutput</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<throws>
				<name>PageContentException</name>
				<type>com.liferay.portlet.wiki.PageContentException</type>
			</throws>
		</method>
		<method>
			<name>parsePage</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>parserOutput</name>
				<type>org.jamwiki.parser.ParserOutput</type>
			</param>
			<throws>
				<name>PageContentException</name>
				<type>com.liferay.portlet.wiki.PageContentException</type>
			</throws>
		</method>
		<method>
			<name>postParsePage</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>editPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>attachmentURLPrefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>EditURLMatcher</name>
		<type>com.liferay.portlet.wiki.engines.mediawiki.matchers.EditURLMatcher</type>
		<author><![CDATA[Jonathan Potter]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EditURLMatcher</name>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<field>
			<name>_REGEX</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ImageTagMatcher</name>
		<type>com.liferay.portlet.wiki.engines.mediawiki.matchers.ImageTagMatcher</type>
		<author><![CDATA[Shinn Lok]]></author>
		<method>
			<name>ImageTagMatcher</name>
		</method>
		<method>
			<name>replaceMatches</name>
			<param>
				<name>charSequence</name>
				<type>java.lang.CharSequence</type>
			</param>
		</method>
		<field>
			<name>_REGEX</name>
		</field>
		<field>
			<name>_callBack</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ImageURLMatcher</name>
		<type>com.liferay.portlet.wiki.engines.mediawiki.matchers.ImageURLMatcher</type>
		<author><![CDATA[Jonathan Potter]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ImageURLMatcher</name>
			<param>
				<name>attachmentURLPrefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replaceMatches</name>
			<param>
				<name>charSequence</name>
				<type>java.lang.CharSequence</type>
			</param>
		</method>
		<field>
			<name>_REGEX</name>
		</field>
		<field>
			<name>_attachmentURLPrefix</name>
		</field>
		<field>
			<name>_callBack</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletURLMatcher</name>
		<type>com.liferay.portlet.wiki.engines.mediawiki.matchers.PortletURLMatcher</type>
		<author><![CDATA[Jonathan Potter]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PortletURLMatcher</name>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>replaceMatches</name>
			<param>
				<name>charSequence</name>
				<type>java.lang.CharSequence</type>
			</param>
		</method>
		<field>
			<name>_TITLE_PLACEHOLDER</name>
		</field>
		<field>
			<name>_callBack</name>
		</field>
		<field>
			<name>_portletURL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ViewURLMatcher</name>
		<type>com.liferay.portlet.wiki.engines.mediawiki.matchers.ViewURLMatcher</type>
		<author><![CDATA[Jonathan Potter]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ViewURLMatcher</name>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<field>
			<name>_REGEX</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WikiImporter</name>
		<type>com.liferay.portlet.wiki.importers.WikiImporter</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>importPages</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>node</name>
				<type>com.liferay.portlet.wiki.model.WikiNode</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream[]</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>WikiImporterKeys</name>
		<type>com.liferay.portlet.wiki.importers.WikiImporterKeys</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Daniel Kocsis]]></author>
		<field>
			<name>OPTIONS_FRONT_PAGE</name>
		</field>
		<field>
			<name>OPTIONS_IMPORT_LATEST_VERSION</name>
		</field>
		<field>
			<name>OPTIONS_STRICT_IMPORT_MODE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MediaWikiImporter</name>
		<type>com.liferay.portlet.wiki.importers.mediawiki.MediaWikiImporter</type>
		<author><![CDATA[Alvaro del Castillo]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>importPages</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>node</name>
				<type>com.liferay.portlet.wiki.model.WikiNode</type>
			</param>
			<param>
				<name>inputStreams</name>
				<type>java.io.InputStream[]</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>getUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>node</name>
				<type>com.liferay.portlet.wiki.model.WikiNode</type>
			</param>
			<param>
				<name>author</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>usersMap</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>importPage</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>author</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>node</name>
				<type>com.liferay.portlet.wiki.model.WikiNode</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>usersMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>strictImportMode</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>isSpecialMediaWikiPage</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>specialNamespaces</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>isValidImage</name>
			<param>
				<name>paths</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
		</method>
		<method>
			<name>moveFrontPage</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>node</name>
				<type>com.liferay.portlet.wiki.model.WikiNode</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>normalize</name>
			<param>
				<name>categoryName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>normalizeDescription</name>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>normalizeTitle</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>processImages</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>node</name>
				<type>com.liferay.portlet.wiki.model.WikiNode</type>
			</param>
			<param>
				<name>imagesInputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processRegularPages</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>node</name>
				<type>com.liferay.portlet.wiki.model.WikiNode</type>
			</param>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>specialNamespaces</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>usersMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>imagesInputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>processSpecialPages</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>node</name>
				<type>com.liferay.portlet.wiki.model.WikiNode</type>
			</param>
			<param>
				<name>rootElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>specialNamespaces</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>readAssetTagNames</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>node</name>
				<type>com.liferay.portlet.wiki.model.WikiNode</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>readParentTitle</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>readRedirectTitle</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>readSpecialNamespaces</name>
			<param>
				<name>root</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<throws>
				<name>ImportFilesException</name>
				<type>com.liferay.portlet.wiki.ImportFilesException</type>
			</throws>
		</method>
		<method>
			<name>readUsersFile</name>
			<param>
				<name>usersInputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>SHARED_IMAGES_CONTENT</name>
		</field>
		<field>
			<name>SHARED_IMAGES_TITLE</name>
		</field>
		<field>
			<name>_SPECIAL_MEDIA_WIKI_DIRS</name>
		</field>
		<field>
			<name>_WORK_IN_PROGRESS</name>
		</field>
		<field>
			<name>_WORK_IN_PROGRESS_TAG</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_categoriesPattern</name>
		</field>
		<field>
			<name>_parentPattern</name>
		</field>
		<field>
			<name>_redirectPattern</name>
		</field>
		<field>
			<name>_translator</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WikiDisplayPortletDataHandlerImpl</name>
		<type>com.liferay.portlet.wiki.lar.WikiDisplayPortletDataHandlerImpl</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getDataPortletPreferences</name>
		</method>
		<method>
			<name>getExportControls</name>
		</method>
		<method>
			<name>getExportMetadataControls</name>
		</method>
		<method>
			<name>getImportControls</name>
		</method>
		<method>
			<name>getImportMetadataControls</name>
		</method>
		<method>
			<name>importData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortletDataException</name>
				<type>com.liferay.portal.kernel.lar.PortletDataException</type>
			</throws>
		</method>
		<method>
			<name>doDeleteData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doExportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_NAMESPACE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_nodesAndPages</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WikiPortletDataHandlerImpl</name>
		<type>com.liferay.portlet.wiki.lar.WikiPortletDataHandlerImpl</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>exportNode</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>nodesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>pagesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>node</name>
				<type>com.liferay.portlet.wiki.model.WikiNode</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getMetadataControls</name>
		</method>
		<method>
			<name>importNode</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>node</name>
				<type>com.liferay.portlet.wiki.model.WikiNode</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>importPage</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>pageElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getExportControls</name>
		</method>
		<method>
			<name>getExportMetadataControls</name>
		</method>
		<method>
			<name>getImportControls</name>
		</method>
		<method>
			<name>getImportMetadataControls</name>
		</method>
		<method>
			<name>importData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortletDataException</name>
				<type>com.liferay.portal.kernel.lar.PortletDataException</type>
			</throws>
		</method>
		<method>
			<name>exportNode</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>nodesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>exportPage</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>nodesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>pagesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlFileEntryTypesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlFoldersElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlFileEntriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlFileRanksElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlRepositoriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>dlRepositoryEntriesElement</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>checkDateRange</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getNodeName</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>node</name>
				<type>com.liferay.portlet.wiki.model.WikiNode</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getNodePath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>node</name>
				<type>com.liferay.portlet.wiki.model.WikiNode</type>
			</param>
		</method>
		<method>
			<name>getPageAttachementBinPath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getPageImagePath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPagePath</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
		</method>
		<method>
			<name>doDeleteData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doExportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doImportData</name>
			<param>
				<name>portletDataContext</name>
				<type>com.liferay.portal.kernel.lar.PortletDataContext</type>
			</param>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>data</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_NAMESPACE</name>
		</field>
		<field>
			<name>_metadataControls</name>
		</field>
		<field>
			<name>_nodesAndPages</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WikiPageConstants</name>
		<type>com.liferay.portlet.wiki.model.WikiPageConstants</type>
		<author><![CDATA[Alexander Chow]]></author>
		<field>
			<name>DEFAULT_FORMAT</name>
		</field>
		<field>
			<name>FORMATS</name>
		</field>
		<field>
			<name>FRONT_PAGE</name>
		</field>
		<field>
			<name>MOVED</name>
		</field>
		<field>
			<name>NEW</name>
		</field>
		<field>
			<name>REVERTED</name>
		</field>
		<field>
			<name>VERSION_DEFAULT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WikiPageDisplay</name>
		<type>com.liferay.portlet.wiki.model.WikiPageDisplay</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getAttachments</name>
		</method>
		<method>
			<name>getContent</name>
		</method>
		<method>
			<name>getFormat</name>
		</method>
		<method>
			<name>getFormattedContent</name>
		</method>
		<method>
			<name>getHead</name>
		</method>
		<method>
			<name>getNodeId</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getVersion</name>
		</method>
		<method>
			<name>isHead</name>
		</method>
		<method>
			<name>setAttachments</name>
			<param>
				<name>attachments</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>setContent</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFormat</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFormattedContent</name>
			<param>
				<name>formattedContent</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setHead</name>
			<param>
				<name>head</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setNodeId</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setTitle</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setVersion</name>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WikiNodeImpl</name>
		<type>com.liferay.portlet.wiki.model.impl.WikiNodeImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>WikiNodeImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>WikiPageDisplayImpl</name>
		<type>com.liferay.portlet.wiki.model.impl.WikiPageDisplayImpl</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>WikiPageDisplayImpl</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>formattedContent</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>head</name>
				<type>boolean</type>
			</param>
			<param>
				<name>attachments</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>getAttachments</name>
		</method>
		<method>
			<name>getContent</name>
		</method>
		<method>
			<name>getFormat</name>
		</method>
		<method>
			<name>getFormattedContent</name>
		</method>
		<method>
			<name>getHead</name>
		</method>
		<method>
			<name>getNodeId</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>getUserId</name>
		</method>
		<method>
			<name>getVersion</name>
		</method>
		<method>
			<name>isHead</name>
		</method>
		<method>
			<name>setAttachments</name>
			<param>
				<name>attachments</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>setContent</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFormat</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFormattedContent</name>
			<param>
				<name>formattedContent</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setHead</name>
			<param>
				<name>head</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setNodeId</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setTitle</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setVersion</name>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
		</method>
		<field>
			<name>_attachments</name>
		</field>
		<field>
			<name>_content</name>
		</field>
		<field>
			<name>_format</name>
		</field>
		<field>
			<name>_formattedContent</name>
		</field>
		<field>
			<name>_head</name>
		</field>
		<field>
			<name>_nodeId</name>
		</field>
		<field>
			<name>_title</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
		<field>
			<name>_version</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WikiPageImpl</name>
		<type>com.liferay.portlet.wiki.model.impl.WikiPageImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>WikiPageImpl</name>
		</method>
		<method>
			<name>getAttachmentsDir</name>
		</method>
		<method>
			<name>getAttachmentsFiles</name>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getChildPages</name>
		</method>
		<method>
			<name>getNode</name>
		</method>
		<method>
			<name>getParentPage</name>
		</method>
		<method>
			<name>getParentPages</name>
		</method>
		<method>
			<name>getRedirectPage</name>
		</method>
		<method>
			<name>isResourceMain</name>
		</method>
		<method>
			<name>setAttachmentsDir</name>
			<param>
				<name>attachmentsDir</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_attachmentDirs</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WikiPageResourceImpl</name>
		<type>com.liferay.portlet.wiki.model.impl.WikiPageResourceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>WikiPageResourceImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>WikiPermissionPropagatorImpl</name>
		<type>com.liferay.portlet.wiki.security.permission.WikiPermissionPropagatorImpl</type>
		<author><![CDATA[Hugo Huijser]]></author>
		<author><![CDATA[Angelo Jefferson]]></author>
		<method>
			<name>propagateRolePermissions</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>primKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>WikiNodeLocalServiceImpl</name>
		<type>com.liferay.portlet.wiki.service.impl.WikiNodeLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Charles May]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addDefaultNode</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addNode</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addNodeResources</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addNodeResources</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addNodeResources</name>
			<param>
				<name>node</name>
				<type>com.liferay.portlet.wiki.model.WikiNode</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addNodeResources</name>
			<param>
				<name>node</name>
				<type>com.liferay.portlet.wiki.model.WikiNode</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteNode</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteNode</name>
			<param>
				<name>node</name>
				<type>com.liferay.portlet.wiki.model.WikiNode</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteNodes</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyNodes</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getCompanyNodesCount</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNode</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNode</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>nodeName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNodes</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNodes</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNodesCount</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>importPages</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>importer</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStreams</name>
				<type>java.io.InputStream[]</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>subscribeNode</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unsubscribeNode</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateNode</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addDefaultNode</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getWikiImporter</name>
			<param>
				<name>importer</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_wikiImporters</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WikiNodeServiceImpl</name>
		<type>com.liferay.portlet.wiki.service.impl.WikiNodeServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>addNode</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteNode</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNode</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNode</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>importPages</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>importer</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStreams</name>
				<type>java.io.InputStream[]</type>
			</param>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>subscribeNode</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unsubscribeNode</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateNode</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>WikiPageLocalServiceImpl</name>
		<type>com.liferay.portlet.wiki.service.impl.WikiPageLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Wesley Gong]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Zsigmond Rab]]></author>
		<author><![CDATA[Zsolt Berentey]]></author>
		<method>
			<name>addPage</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>minorEdit</name>
				<type>boolean</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>head</name>
				<type>boolean</type>
			</param>
			<param>
				<name>parentTitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>redirectTitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPage</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>minorEdit</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPageAttachment</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPageAttachment</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPageAttachment</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>dirName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modifiedDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPageAttachments</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStreams</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPageResources</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPageResources</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPageResources</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>addGroupPermissions</name>
				<type>boolean</type>
			</param>
			<param>
				<name>addGuestPermissions</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPageResources</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>groupPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>guestPermissions</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addTempPageAttachment</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tempFolderName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>changeParent</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newParentTitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deletePage</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deletePage</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deletePage</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deletePageAttachment</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deletePages</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTempPageAttachment</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tempFolderName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getChildren</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>head</name>
				<type>boolean</type>
			</param>
			<param>
				<name>parentTitle</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDraftPage</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getIncomingLinks</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNoAssetPages</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOrphans</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getOutgoingLinks</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPage</name>
			<param>
				<name>resourcePrimKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPage</name>
			<param>
				<name>resourcePrimKey</name>
				<type>long</type>
			</param>
			<param>
				<name>head</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPage</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPage</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>head</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPage</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPageByPageId</name>
			<param>
				<name>pageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPageDisplay</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>editPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>attachmentURLPrefix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPageDisplay</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>viewPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>editPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>attachmentURLPrefix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPages</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>head</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPages</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>head</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPages</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPages</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPages</name>
			<param>
				<name>resourcePrimKey</name>
				<type>long</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPages</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPages</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>head</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPages</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPages</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPages</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPagesCount</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPagesCount</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>head</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPagesCount</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPagesCount</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPagesCount</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>head</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPagesCount</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecentChanges</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getRecentChangesCount</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTempPageAttachmentNames</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>tempFolderName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hasDraftPage</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>movePage</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newTitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>movePage</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newTitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>revertPage</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>subscribePage</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unsubscribePage</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateAsset</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>assetCategoryIds</name>
				<type>long[]</type>
			</param>
			<param>
				<name>assetTagNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>assetLinkEntryIds</name>
				<type>long[]</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updatePage</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>minorEdit</name>
				<type>boolean</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parentTitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>redirectTitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStatus</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourcePrimKey</name>
				<type>long</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updateStatus</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>validateTitle</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>clearPageCache</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
		</method>
		<method>
			<name>getParentPageTitle</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
		</method>
		<method>
			<name>getPreviousVersionPage</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>isLinkedTo</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>targetTitle</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>isUsedTitle</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>notifySubscribers</name>
			<param>
				<name>node</name>
				<type>com.liferay.portlet.wiki.model.WikiNode</type>
			</param>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<param>
				<name>update</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>replaceStyles</name>
			<param>
				<name>html</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>WikiPageResourceLocalServiceImpl</name>
		<type>com.liferay.portlet.wiki.service.impl.WikiPageResourceLocalServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addPageResource</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deletePageResource</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPageResource</name>
			<param>
				<name>pageResourcePrimKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPageResource</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPageResourcePrimKey</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>WikiPageServiceImpl</name>
		<type>com.liferay.portlet.wiki.service.impl.WikiPageServiceImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addPage</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>minorEdit</name>
				<type>boolean</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPage</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>minorEdit</name>
				<type>boolean</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parentTitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>redirectTitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPageAttachment</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPageAttachment</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addPageAttachments</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>addTempPageAttachment</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tempFolderName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>changeParent</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newParentTitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deletePage</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deletePage</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deletePageAttachment</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>deleteTempPageAttachment</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>fileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>tempFolderName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getDraftPage</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNodePages</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getNodePagesRSS</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>displayStyle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>feedURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entryURL</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPage</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPage</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>head</name>
				<type>java.lang.Boolean</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPage</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPagesRSS</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>displayStyle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>feedURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entryURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getTempPageAttachmentNames</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>tempFolderName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>movePage</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>newTitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>revertPage</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>subscribePage</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>unsubscribePage</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>updatePage</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>summary</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>minorEdit</name>
				<type>boolean</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parentTitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>redirectTitle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceContext</name>
				<type>com.liferay.portal.service.ServiceContext</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>exportToRSS</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>description</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>displayStyle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>feedURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>entryURL</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pages</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>diff</name>
				<type>boolean</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getPageDiff</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>latestPage</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>WikiNodePermission</name>
		<type>com.liferay.portlet.wiki.service.permission.WikiNodePermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>node</name>
				<type>com.liferay.portlet.wiki.model.WikiNode</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>node</name>
				<type>com.liferay.portlet.wiki.model.WikiNode</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WikiPagePermission</name>
		<type>com.liferay.portlet.wiki.service.permission.WikiPagePermission</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>resourcePrimKey</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>resourcePrimKey</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WikiPermission</name>
		<type>com.liferay.portlet.wiki.service.permission.WikiPermission</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>check</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>actionId</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WikiPageFinder</name>
		<type>com.liferay.portlet.wiki.service.persistence.WikiPageFinder</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByCreateDate</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>before</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByCreateDate</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>before</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByResourcePrimKey</name>
			<param>
				<name>resourcePrimKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<throws>
				<name>NoSuchPageException</name>
				<type>com.liferay.portlet.wiki.NoSuchPageException</type>
			</throws>
		</method>
		<method>
			<name>findByCreateDate</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>before</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByCreateDate</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>before</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoAssets</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>WikiPageFinderImpl</name>
		<type>com.liferay.portlet.wiki.service.persistence.WikiPageFinderImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByCreateDate</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>before</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByCreateDate</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>before</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByResourcePrimKey</name>
			<param>
				<name>resourcePrimKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>NoSuchPageException</name>
				<type>com.liferay.portlet.wiki.NoSuchPageException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByCreateDate</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>before</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByCreateDate</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>before</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoAssets</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<field>
			<name>COUNT_BY_CREATE_DATE</name>
		</field>
		<field>
			<name>FIND_BY_RESOURCE_PRIM_KEY</name>
		</field>
		<field>
			<name>FIND_BY_CREATE_DATE</name>
		</field>
		<field>
			<name>FIND_BY_NO_ASSETS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WikiPageFinderUtil</name>
		<type>com.liferay.portlet.wiki.service.persistence.WikiPageFinderUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>countByCreateDate</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>before</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>countByCreateDate</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>before</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByResourcePrimKey</name>
			<param>
				<name>resourcePrimKey</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
			<throws>
				<name>NoSuchPageException</name>
				<type>com.liferay.portlet.wiki.NoSuchPageException</type>
			</throws>
		</method>
		<method>
			<name>findByCreateDate</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.util.Date</type>
			</param>
			<param>
				<name>before</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByCreateDate</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>createDate</name>
				<type>java.sql.Timestamp</type>
			</param>
			<param>
				<name>before</name>
				<type>boolean</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>findByNoAssets</name>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getFinder</name>
		</method>
		<method>
			<name>setFinder</name>
			<param>
				<name>finder</name>
				<type>com.liferay.portlet.wiki.service.persistence.WikiPageFinder</type>
			</param>
		</method>
		<field>
			<name>_finder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WikiActivityInterpreter</name>
		<type>com.liferay.portlet.wiki.social.WikiActivityInterpreter</type>
		<author><![CDATA[Samuel Kong]]></author>
		<author><![CDATA[Ryan Park]]></author>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>doInterpret</name>
			<param>
				<name>activity</name>
				<type>com.liferay.portlet.social.model.SocialActivity</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CLASS_NAMES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WikiActivityKeys</name>
		<type>com.liferay.portlet.wiki.social.WikiActivityKeys</type>
		<author><![CDATA[Samuel Kong]]></author>
		<field>
			<name>ADD_COMMENT</name>
		</field>
		<field>
			<name>ADD_PAGE</name>
		</field>
		<field>
			<name>UPDATE_PAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseTranslator</name>
		<type>com.liferay.portlet.wiki.translators.BaseTranslator</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>translate</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>postProcess</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>preProcess</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>protectText</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>markupRegex</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>runRegexp</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>regexp</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>replacement</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>runRegexps</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>unprotectNowikiText</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_normalizeLineBreaks</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>nowikiRegexps</name>
		</field>
		<field>
			<name>regexps</name>
		</field>
		<field>
			<name>_protectedMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ClassicToCreoleTranslator</name>
		<type>com.liferay.portlet.wiki.translators.ClassicToCreoleTranslator</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>ClassicToCreoleTranslator</name>
		</method>
		<method>
			<name>initRegexps</name>
		</method>
	</javadoc>
	<javadoc>
		<name>MediaWikiToCreoleTranslator</name>
		<type>com.liferay.portlet.wiki.translators.MediaWikiToCreoleTranslator</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Daniel Kocsis]]></author>
		<method>
			<name>MediaWikiToCreoleTranslator</name>
		</method>
		<method>
			<name>isStrictImportMode</name>
		</method>
		<method>
			<name>setStrictImportMode</name>
			<param>
				<name>strictImportMode</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>initNowikiRegexps</name>
		</method>
		<method>
			<name>initRegexps</name>
		</method>
		<method>
			<name>postProcess</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>TABLE_OF_CONTENTS</name>
		</field>
		<field>
			<name>_HTML_TAGS</name>
		</field>
		<field>
			<name>_strictImportMode</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WikiCacheThreadLocal</name>
		<type>com.liferay.portlet.wiki.util.WikiCacheThreadLocal</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>isClearCache</name>
		</method>
		<method>
			<name>setClearCache</name>
			<param>
				<name>clearCache</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_clearCache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WikiCacheUtil</name>
		<type>com.liferay.portlet.wiki.util.WikiCacheUtil</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>clearCache</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>clearCache</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDisplay</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>editPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>attachmentURLPrefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOutgoingLinks</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<throws>
				<name>PageContentException</name>
				<type>com.liferay.portlet.wiki.PageContentException</type>
			</throws>
		</method>
		<method>
			<name>_encodeKey</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>postfix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getPageDisplay</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>viewPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>editPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>attachmentURLPrefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_CACHE_NAME</name>
		</field>
		<field>
			<name>_OUTGOING_LINKS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_portalCache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WikiIndexer</name>
		<type>com.liferay.portlet.wiki.util.WikiIndexer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Harry Mark]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>isPermissionAware</name>
		</method>
		<method>
			<name>postProcessContextQuery</name>
			<param>
				<name>contextQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addReindexCriteria</name>
			<param>
				<name>dynamicQuery</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>addReindexCriteria</name>
			<param>
				<name>dynamicQuery</name>
				<type>com.liferay.portal.kernel.dao.orm.DynamicQuery</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>doDelete</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetDocument</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doGetSummary</name>
			<param>
				<name>document</name>
				<type>com.liferay.portal.kernel.search.Document</type>
			</param>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
			<param>
				<name>snippet</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortletId</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>reindexNodes</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexNodes</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>startNodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>endNodeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexPages</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexPages</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>startPageId</name>
				<type>long</type>
			</param>
			<param>
				<name>endPageId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>CLASS_NAMES</name>
		</field>
		<field>
			<name>PORTLET_ID</name>
		</field>
		<field>
			<name>_PERMISSION_AWARE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WikiOpenSearchImpl</name>
		<type>com.liferay.portlet.wiki.util.WikiOpenSearchImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getIndexer</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getSearchPath</name>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>SEARCH_PATH</name>
		</field>
		<field>
			<name>TITLE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WikiUtil</name>
		<type>com.liferay.portlet.wiki.util.WikiUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>convert</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>viewPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>editPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>attachmentURLPrefix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PageContentException</name>
				<type>com.liferay.portlet.wiki.PageContentException</type>
			</throws>
			<throws>
				<name>WikiFormatException</name>
				<type>com.liferay.portlet.wiki.WikiFormatException</type>
			</throws>
		</method>
		<method>
			<name>diffHtml</name>
			<param>
				<name>sourcePage</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>targetPage</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>viewPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>editPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>attachmentURLPrefix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getEditPage</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getEmailFromAddress</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEmailFromName</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getEmailPageAddedBody</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailPageAddedEnabled</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailPageAddedSignature</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailPageAddedSubjectPrefix</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailPageUpdatedBody</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailPageUpdatedEnabled</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailPageUpdatedSignature</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getEmailPageUpdatedSubjectPrefix</name>
			<param>
				<name>preferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
		</method>
		<method>
			<name>getFirstNode</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getHelpPage</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getHelpURL</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLinks</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<throws>
				<name>PageContentException</name>
				<type>com.liferay.portlet.wiki.PageContentException</type>
			</throws>
		</method>
		<method>
			<name>getNodeNames</name>
			<param>
				<name>nodes</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>getNodes</name>
			<param>
				<name>nodes</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>hiddenNodes</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>permissionChecker</name>
				<type>com.liferay.portal.security.permission.PermissionChecker</type>
			</param>
		</method>
		<method>
			<name>getPageOrderByComparator</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>orderNodes</name>
			<param>
				<name>nodes</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>visibleNodeNames</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>processContent</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>WikiFormatException</name>
				<type>com.liferay.portlet.wiki.WikiFormatException</type>
			</throws>
		</method>
		<method>
			<name>_convert</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<param>
				<name>viewPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>editPageURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>attachmentURLPrefix</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PageContentException</name>
				<type>com.liferay.portlet.wiki.PageContentException</type>
			</throws>
			<throws>
				<name>WikiFormatException</name>
				<type>com.liferay.portlet.wiki.WikiFormatException</type>
			</throws>
		</method>
		<method>
			<name>_convertURLs</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>matcher</name>
				<type>java.util.regex.Matcher</type>
			</param>
		</method>
		<method>
			<name>_getEditPage</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getEngine</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>WikiFormatException</name>
				<type>com.liferay.portlet.wiki.WikiFormatException</type>
			</throws>
		</method>
		<method>
			<name>_getHelpPage</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getHelpURL</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getLinks</name>
			<param>
				<name>page</name>
				<type>com.liferay.portlet.wiki.model.WikiPage</type>
			</param>
			<throws>
				<name>PageContentException</name>
				<type>com.liferay.portlet.wiki.PageContentException</type>
			</throws>
		</method>
		<method>
			<name>_readConfigurationFile</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_replaceAttachments</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>attachmentURLPrefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_validate</name>
			<param>
				<name>nodeId</name>
				<type>long</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>WikiFormatException</name>
				<type>com.liferay.portlet.wiki.WikiFormatException</type>
			</throws>
		</method>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_editPageURLPattern</name>
		</field>
		<field>
			<name>_viewPageURLPattern</name>
		</field>
		<field>
			<name>_engines</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PageCreateDateComparator</name>
		<type>com.liferay.portlet.wiki.util.comparator.PageCreateDateComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PageCreateDateComparator</name>
		</method>
		<method>
			<name>PageCreateDateComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PageTitleComparator</name>
		<type>com.liferay.portlet.wiki.util.comparator.PageTitleComparator</type>
		<author><![CDATA[Samuel Liu]]></author>
		<method>
			<name>PageTitleComparator</name>
		</method>
		<method>
			<name>PageTitleComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PageVersionComparator</name>
		<type>com.liferay.portlet.wiki.util.comparator.PageVersionComparator</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>PageVersionComparator</name>
		</method>
		<method>
			<name>PageVersionComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getOrderBy</name>
		</method>
		<method>
			<name>getOrderByFields</name>
		</method>
		<method>
			<name>isAscending</name>
		</method>
		<field>
			<name>ORDER_BY_ASC</name>
		</field>
		<field>
			<name>ORDER_BY_DESC</name>
		</field>
		<field>
			<name>ORDER_BY_FIELDS</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WikiPageWorkflowHandler</name>
		<type>com.liferay.portlet.wiki.workflow.WikiPageWorkflowHandler</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getType</name>
			<param>
				<name>locale</name>
				<type>java.util.Locale</type>
			</param>
		</method>
		<method>
			<name>updateStatus</name>
			<param>
				<name>status</name>
				<type>int</type>
			</param>
			<param>
				<name>workflowContext</name>
				<type>java.util.Map</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>getIconPath</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
		</method>
		<field>
			<name>CLASS_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ViewAction</name>
		<type>com.liferay.portlet.wikidisplay.action.ViewAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditWorkflowDefinitionLinkAction</name>
		<type>com.liferay.portlet.workflowdefinitionlinks.action.EditWorkflowDefinitionLinkAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateWorkflowDefinitionLinks</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_PREFIX</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.workflowdefinitions.action.ActionUtil</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>getWorkflowDefinition</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowDefinition</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditWorkflowDefinitionAction</name>
		<type>com.liferay.portlet.workflowdefinitions.action.EditWorkflowDefinitionAction</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteWorkflowDefinition</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getTitle</name>
			<param>
				<name>titleMap</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<method>
			<name>updateWorkflowDefinition</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.workflowinstances.action.ActionUtil</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getWorkflowInstance</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowInstance</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditWorkflowInstanceAction</name>
		<type>com.liferay.portlet.workflowinstances.action.EditWorkflowInstanceAction</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>deleteInstance</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<method>
			<name>signalInstance</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ActionUtil</name>
		<type>com.liferay.portlet.workflowtasks.action.ActionUtil</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>getWorkflowTask</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getWorkflowTask</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditDiscussionAction</name>
		<type>com.liferay.portlet.workflowtasks.action.EditDiscussionAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>EditWorkflowTaskAction</name>
		<type>com.liferay.portlet.workflowtasks.action.EditWorkflowTaskAction</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Marcellus Tavares]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>assignTask</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>completeTask</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCheckMethodOnProcessAction</name>
		</method>
		<method>
			<name>updateTask</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CHECK_METHOD_ON_PROCESS_ACTION</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WorkflowTaskDisplayTerms</name>
		<type>com.liferay.portlet.workflowtasks.search.WorkflowTaskDisplayTerms</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>WorkflowTaskDisplayTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getType</name>
		</method>
		<field>
			<name>NAME</name>
		</field>
		<field>
			<name>TYPE</name>
		</field>
		<field>
			<name>name</name>
		</field>
		<field>
			<name>type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WorkflowTaskSearch</name>
		<type>com.liferay.portlet.workflowtasks.search.WorkflowTaskSearch</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>WorkflowTaskSearch</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>getOrderByComparator</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>headerNames</name>
		</field>
		<field>
			<name>orderableHeaders</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WorkflowTaskSearchTerms</name>
		<type>com.liferay.portlet.workflowtasks.search.WorkflowTaskSearchTerms</type>
		<author><![CDATA[Marcellus Tavares]]></author>
		<method>
			<name>WorkflowTaskSearchTerms</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ConfigurationActionImpl</name>
		<type>com.liferay.portlet.xslcontent.action.ConfigurationActionImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Hugo Huijser]]></author>
		<method>
			<name>processAction</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>validateUrls</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ViewAction</name>
		<type>com.liferay.portlet.xslcontent.action.ViewAction</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>render</name>
			<param>
				<name>mapping</name>
				<type>org.apache.struts.action.ActionMapping</type>
			</param>
			<param>
				<name>form</name>
				<type>org.apache.struts.action.ActionForm</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>XSLContentUtil</name>
		<type>com.liferay.portlet.xslcontent.util.XSLContentUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>transform</name>
			<param>
				<name>xmlUrl</name>
				<type>java.net.URL</type>
			</param>
			<param>
				<name>xslUrl</name>
				<type>java.net.URL</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>TransformerException</name>
				<type>javax.xml.transform.TransformerException</type>
			</throws>
		</method>
		<field>
			<name>DEFAULT_XML_URL</name>
		</field>
		<field>
			<name>DEFAULT_XSL_URL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ATag</name>
		<type>com.liferay.taglib.aui.ATag</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>isOpensNewWindow</name>
		</method>
		<method>
			<name>processEndTag</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processStartTag</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getNamespace</name>
		</method>
	</javadoc>
	<javadoc>
		<name>AUIUtil</name>
		<type>com.liferay.taglib.aui.AUIUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>buildCss</name>
			<param>
				<name>prefix</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>baseTypeCss</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inlineField</name>
				<type>boolean</type>
			</param>
			<param>
				<name>disabled</name>
				<type>boolean</type>
			</param>
			<param>
				<name>choiceField</name>
				<type>boolean</type>
			</param>
			<param>
				<name>first</name>
				<type>boolean</type>
			</param>
			<param>
				<name>last</name>
				<type>boolean</type>
			</param>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>buildData</name>
			<param>
				<name>data</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>buildLabel</name>
			<param>
				<name>inlineLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>showForLabel</name>
				<type>boolean</type>
			</param>
			<param>
				<name>forLabel</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[{@link #buildLabel(String, boolean, String, boolean)}]]></deprecated>
		</method>
		<method>
			<name>buildLabel</name>
			<param>
				<name>inlineLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>showForLabel</name>
				<type>boolean</type>
			</param>
			<param>
				<name>forLabel</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>choiceField</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>BUTTON_INPUT_PREFIX</name>
		</field>
		<field>
			<name>BUTTON_PREFIX</name>
		</field>
		<field>
			<name>FIELD_PREFIX</name>
		</field>
		<field>
			<name>INPUT_PREFIX</name>
		</field>
		<field>
			<name>LABEL_CHOICE_PREFIX</name>
		</field>
		<field>
			<name>LABEL_FIELD_PREFIX</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ButtonItemTag</name>
		<type>com.liferay.taglib.aui.ButtonItemTag</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Bruno Basto]]></author>
		<author><![CDATA[Nathan Cavanaugh]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Antonio Junior]]></author>
	</javadoc>
	<javadoc>
		<name>ButtonRowTag</name>
		<type>com.liferay.taglib.aui.ButtonRowTag</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>isCleanUpSetAttributes</name>
		</method>
		<method>
			<name>processEndTag</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CLEAN_UP_SET_ATTRIBUTES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ButtonTag</name>
		<type>com.liferay.taglib.aui.ButtonTag</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>isCleanUpSetAttributes</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_CLEAN_UP_SET_ATTRIBUTES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ColumnTag</name>
		<type>com.liferay.taglib.aui.ColumnTag</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>isCleanUpSetAttributes</name>
		</method>
		<method>
			<name>processEndTag</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CLEAN_UP_SET_ATTRIBUTES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ComponentTag</name>
		<type>com.liferay.taglib.aui.ComponentTag</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Bruno Basto]]></author>
		<method>
			<name>isEventAttribute</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isValidAttribute</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>proccessAttributes</name>
			<param>
				<name>options</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>jsonifiedOptions</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>processEventAttribute</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>afterEventOptions</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>onEventsOptions</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FieldWrapperTag</name>
		<type>com.liferay.taglib.aui.FieldWrapperTag</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>isCleanUpSetAttributes</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_CLEAN_UP_SET_ATTRIBUTES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FieldsetTag</name>
		<type>com.liferay.taglib.aui.FieldsetTag</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>isCleanUpSetAttributes</name>
		</method>
		<method>
			<name>processEndTag</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CLEAN_UP_SET_ATTRIBUTES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FormTag</name>
		<type>com.liferay.taglib.aui.FormTag</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getAction</name>
		</method>
		<method>
			<name>setAction</name>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>isCleanUpSetAttributes</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_CLEAN_UP_SET_ATTRIBUTES</name>
		</field>
		<field>
			<name>_validatorTagsMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InputTag</name>
		<type>com.liferay.taglib.aui.InputTag</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>addModelValidators</name>
		</method>
		<method>
			<name>addValidatorTag</name>
			<param>
				<name>validatorName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>validatorTag</name>
				<type>com.liferay.portal.kernel.servlet.taglib.aui.ValidatorTag</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>isCleanUpSetAttributes</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>setEndAttributes</name>
		</method>
		<method>
			<name>updateFormValidators</name>
		</method>
		<field>
			<name>_CLEAN_UP_SET_ATTRIBUTES</name>
		</field>
		<field>
			<name>_forLabel</name>
		</field>
		<field>
			<name>_inputName</name>
		</field>
		<field>
			<name>_validators</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LayoutTag</name>
		<type>com.liferay.taglib.aui.LayoutTag</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>isCleanUpSetAttributes</name>
		</method>
		<method>
			<name>processEndTag</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CLEAN_UP_SET_ATTRIBUTES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ModelContextTag</name>
		<type>com.liferay.taglib.aui.ModelContextTag</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>OptionTag</name>
		<type>com.liferay.taglib.aui.OptionTag</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>isCleanUpSetAttributes</name>
		</method>
		<method>
			<name>processEndTag</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_CLEAN_UP_SET_ATTRIBUTES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PanelTag</name>
		<type>com.liferay.taglib.aui.PanelTag</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addToolTag</name>
			<param>
				<name>toolTag</name>
				<type>com.liferay.taglib.aui.ToolTag</type>
			</param>
		</method>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>getToolTags</name>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>isCleanUpSetAttributes</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_CLEAN_UP_SET_ATTRIBUTES</name>
		</field>
		<field>
			<name>_toolTags</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ScriptTag</name>
		<type>com.liferay.taglib.aui.ScriptTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>doTag</name>
			<param>
				<name>position</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>use</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>bodyContentString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>previousBodyContent</name>
				<type>javax.servlet.jsp.tagext.BodyContent</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>flushScriptData</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>processEndTag</name>
			<param>
				<name>scriptData</name>
				<type>com.liferay.portal.kernel.servlet.taglib.aui.ScriptData</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>SelectTag</name>
		<type>com.liferay.taglib.aui.SelectTag</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>isCleanUpSetAttributes</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_CLEAN_UP_SET_ATTRIBUTES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ToolTag</name>
		<type>com.liferay.taglib.aui.ToolTag</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doStartTag</name>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ValidatorTagImpl</name>
		<type>com.liferay.taglib.aui.ValidatorTagImpl</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ValidatorTagImpl</name>
		</method>
		<method>
			<name>ValidatorTagImpl</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>errorMessage</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>custom</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>doAfterBody</name>
		</method>
		<method>
			<name>doEndTag</name>
		</method>
		<method>
			<name>getBody</name>
		</method>
		<method>
			<name>getErrorMessage</name>
		</method>
		<method>
			<name>isCustom</name>
		</method>
		<method>
			<name>setBody</name>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>processCustom</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_body</name>
		</field>
		<field>
			<name>_custom</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WorkflowStatusTag</name>
		<type>com.liferay.taglib.aui.WorkflowStatusTag</type>
		<author><![CDATA[Julio Camarero]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>isCleanUpSetAttributes</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_CLEAN_UP_SET_ATTRIBUTES</name>
		</field>
		<field>
			<name>_HELP_MESSAGE_DEFAULT</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ChooseTag</name>
		<type>com.liferay.taglib.core.ChooseTag</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>canRun</name>
		</method>
		<method>
			<name>doStartTag</name>
		</method>
		<method>
			<name>markRan</name>
		</method>
		<method>
			<name>release</name>
		</method>
		<field>
			<name>_ran</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ConditionalTagSupport</name>
		<type>com.liferay.taglib.core.ConditionalTagSupport</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspTagException</name>
				<type>javax.servlet.jsp.JspTagException</type>
			</throws>
		</method>
		<method>
			<name>release</name>
		</method>
		<method>
			<name>setScope</name>
			<param>
				<name>scope</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setVar</name>
			<param>
				<name>var</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>condition</name>
		</method>
		<field>
			<name>_result</name>
		</field>
		<field>
			<name>_scope</name>
		</field>
		<field>
			<name>_var</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IfTag</name>
		<type>com.liferay.taglib.core.IfTag</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>release</name>
		</method>
		<method>
			<name>setTest</name>
			<param>
				<name>test</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>condition</name>
		</method>
		<field>
			<name>_test</name>
		</field>
	</javadoc>
	<javadoc>
		<name>OtherwiseTag</name>
		<type>com.liferay.taglib.core.OtherwiseTag</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>condition</name>
		</method>
	</javadoc>
	<javadoc>
		<name>WhenTag</name>
		<type>com.liferay.taglib.core.WhenTag</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspTagException</name>
				<type>javax.servlet.jsp.JspTagException</type>
			</throws>
		</method>
		<method>
			<name>release</name>
		</method>
		<method>
			<name>setTest</name>
			<param>
				<name>test</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>condition</name>
		</method>
		<field>
			<name>_test</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PhoneNumberConverter</name>
		<type>com.liferay.taglib.faces.converter.PhoneNumberConverter</type>
		<comment><![CDATA[<p>
This class is a JSF converter that can be used to convert phone numbers. Since phone numbers in the United States of America always have 10 digits, this converter provides automatic conversion of 10 digit phone numbers to a desired format. The format is specified by the unitedStatesFormat component attribute.
</p>]]></comment>
		<author><![CDATA[Neil Griffin]]></author>
		<method>
			<name>getAsObject</name>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
			<param>
				<name>uiComponent</name>
				<type>javax.faces.component.UIComponent</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAsString</name>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
			<param>
				<name>uiComponent</name>
				<type>javax.faces.component.UIComponent</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ConverterException</name>
				<type>javax.faces.convert.ConverterException</type>
			</throws>
		</method>
		<method>
			<name>getUnitedStatesFormat</name>
		</method>
		<method>
			<name>isTransient</name>
		</method>
		<method>
			<name>restoreState</name>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>saveState</name>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
		</method>
		<method>
			<name>setTransient</name>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setUnitedStatesFormat</name>
			<param>
				<name>unitedStatesFormat</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_transient</name>
		</field>
		<field>
			<name>_unitedStatesFormat</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PhoneNumberConverterTag</name>
		<type>com.liferay.taglib.faces.converter.PhoneNumberConverterTag</type>
		<author><![CDATA[Neil Griffin]]></author>
		<method>
			<name>PhoneNumberConverterTag</name>
		</method>
		<method>
			<name>release</name>
		</method>
		<method>
			<name>setUnitedStatesFormat</name>
			<param>
				<name>unitedStatesFormat</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>createConverter</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<field>
			<name>_unitedStatesFormat</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSFTagUtil</name>
		<type>com.liferay.taglib.faces.util.JSFTagUtil</type>
		<author><![CDATA[Neil Griffin]]></author>
		<method>
			<name>eval</name>
			<param>
				<name>expr</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>EmailAddressValidator</name>
		<type>com.liferay.taglib.faces.validator.EmailAddressValidator</type>
		<author><![CDATA[Neil Griffin]]></author>
		<method>
			<name>isTransient</name>
		</method>
		<method>
			<name>restoreState</name>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>saveState</name>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
		</method>
		<method>
			<name>setTransient</name>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
			<param>
				<name>uiComponent</name>
				<type>javax.faces.component.UIComponent</type>
			</param>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>ValidatorException</name>
				<type>javax.faces.validator.ValidatorException</type>
			</throws>
		</method>
		<field>
			<name>_transient</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EmailAddressValidatorTag</name>
		<type>com.liferay.taglib.faces.validator.EmailAddressValidatorTag</type>
		<author><![CDATA[Neil Griffin]]></author>
		<method>
			<name>EmailAddressValidatorTag</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ActionURLTag</name>
		<type>com.liferay.taglib.portlet.ActionURLTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doTag</name>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>windowState</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>var</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>varImpl</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secure</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>copyCurrentRenderParameters</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>escapeXml</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourceID</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cacheability</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>refererPlid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>anchor</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>encrypt</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>doAsGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>doAsUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletConfiguration</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>removedParameterNames</name>
				<type>java.util.Set</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>doStartTag</name>
		</method>
		<method>
			<name>getLifecycle</name>
		</method>
		<method>
			<name>setAnchor</name>
			<param>
				<name>anchor</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setCacheability</name>
			<param>
				<name>cacheability</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCopyCurrentRenderParameters</name>
			<param>
				<name>copyCurrentRenderParameters</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setDoAsGroupId</name>
			<param>
				<name>doAsGroupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setDoAsUserId</name>
			<param>
				<name>doAsUserId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setEncrypt</name>
			<param>
				<name>encrypt</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setEscapeXml</name>
			<param>
				<name>escapeXml</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setId</name>
			<param>
				<name>resourceID</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPlid</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setPortletConfiguration</name>
			<param>
				<name>portletConfiguration</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setPortletMode</name>
			<param>
				<name>portletMode</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletName</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRefererPlid</name>
			<param>
				<name>refererPlid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setSecure</name>
			<param>
				<name>secure</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setVar</name>
			<param>
				<name>var</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setVarImpl</name>
			<param>
				<name>varImpl</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setWindowState</name>
			<param>
				<name>windowState</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getLiferayPortletURL</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getPortletName</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_anchor</name>
		</field>
		<field>
			<name>_cacheability</name>
		</field>
		<field>
			<name>_copyCurrentRenderParameters</name>
		</field>
		<field>
			<name>_doAsGroupId</name>
		</field>
		<field>
			<name>_doAsUserId</name>
		</field>
		<field>
			<name>_encrypt</name>
		</field>
		<field>
			<name>_escapeXml</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_plid</name>
		</field>
		<field>
			<name>_portletConfiguration</name>
		</field>
		<field>
			<name>_portletMode</name>
		</field>
		<field>
			<name>_portletName</name>
		</field>
		<field>
			<name>_refererPlid</name>
		</field>
		<field>
			<name>_resourceID</name>
		</field>
		<field>
			<name>_secure</name>
		</field>
		<field>
			<name>_var</name>
		</field>
		<field>
			<name>_varImpl</name>
		</field>
		<field>
			<name>_windowState</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ActionURLTei</name>
		<type>com.liferay.taglib.portlet.ActionURLTei</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getVariableInfo</name>
			<param>
				<name>tagData</name>
				<type>javax.servlet.jsp.tagext.TagData</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DefineObjectsTag</name>
		<type>com.liferay.taglib.portlet.DefineObjectsTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doStartTag</name>
		</method>
	</javadoc>
	<javadoc>
		<name>DefineObjectsTei</name>
		<type>com.liferay.taglib.portlet.DefineObjectsTei</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getVariableInfo</name>
			<param>
				<name>tagData</name>
				<type>javax.servlet.jsp.tagext.TagData</type>
			</param>
		</method>
		<field>
			<name>_variableInfo</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NamespaceTag</name>
		<type>com.liferay.taglib.portlet.NamespaceTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>RenderURLParamsTag</name>
		<type>com.liferay.taglib.portlet.RenderURLParamsTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doTag</name>
			<param>
				<name>varImpl</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>setVarImpl</name>
			<param>
				<name>varImpl</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_toParamsString</name>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_varImpl</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RenderURLTag</name>
		<type>com.liferay.taglib.portlet.RenderURLTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getLifecycle</name>
		</method>
	</javadoc>
	<javadoc>
		<name>RenderURLTei</name>
		<type>com.liferay.taglib.portlet.RenderURLTei</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
	</javadoc>
	<javadoc>
		<name>ResourceURLTag</name>
		<type>com.liferay.taglib.portlet.ResourceURLTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getLifecycle</name>
		</method>
	</javadoc>
	<javadoc>
		<name>ResourceURLTei</name>
		<type>com.liferay.taglib.portlet.ResourceURLTei</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
	</javadoc>
	<javadoc>
		<name>IconBackTag</name>
		<type>com.liferay.taglib.portletext.IconBackTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IconCloseTag</name>
		<type>com.liferay.taglib.portletext.IconCloseTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IconConfigurationTag</name>
		<type>com.liferay.taglib.portletext.IconConfigurationTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IconEditDefaultsTag</name>
		<type>com.liferay.taglib.portletext.IconEditDefaultsTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IconEditGuestTag</name>
		<type>com.liferay.taglib.portletext.IconEditGuestTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IconEditTag</name>
		<type>com.liferay.taglib.portletext.IconEditTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IconExportImportTag</name>
		<type>com.liferay.taglib.portletext.IconExportImportTag</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IconHelpTag</name>
		<type>com.liferay.taglib.portletext.IconHelpTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IconMaximizeTag</name>
		<type>com.liferay.taglib.portletext.IconMaximizeTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IconMinimizeTag</name>
		<type>com.liferay.taglib.portletext.IconMinimizeTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IconOptionsTag</name>
		<type>com.liferay.taglib.portletext.IconOptionsTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IconPortletCssTag</name>
		<type>com.liferay.taglib.portletext.IconPortletCssTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IconPortletTag</name>
		<type>com.liferay.taglib.portletext.IconPortletTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>setPortlet</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_portlet</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IconPrintTag</name>
		<type>com.liferay.taglib.portletext.IconPrintTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IconRefreshTag</name>
		<type>com.liferay.taglib.portletext.IconRefreshTag</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PreviewTag</name>
		<type>com.liferay.taglib.portletext.PreviewTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doTag</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>showBorders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>width</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doTag</name>
			<param>
				<name>page</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>showBorders</name>
				<type>boolean</type>
			</param>
			<param>
				<name>width</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>setPortletName</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setQueryString</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setShowBorders</name>
			<param>
				<name>showBorders</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setWidth</name>
			<param>
				<name>width</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_portletName</name>
		</field>
		<field>
			<name>_queryString</name>
		</field>
		<field>
			<name>_showBorders</name>
		</field>
		<field>
			<name>_width</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RuntimeTag</name>
		<type>com.liferay.taglib.portletext.RuntimeTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doTag</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doTag</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doTag</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultPreferences</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>setDefaultPreferences</name>
			<param>
				<name>defaultPreferences</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletName</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setQueryString</name>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_defaultPreferences</name>
		</field>
		<field>
			<name>_portletName</name>
		</field>
		<field>
			<name>_queryString</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DoAsURLTag</name>
		<type>com.liferay.taglib.security.DoAsURLTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doTag</name>
			<param>
				<name>doAsUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>var</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>setDoAsUserId</name>
			<param>
				<name>doAsUserId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setVar</name>
			<param>
				<name>var</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_COMPANY_DEFAULT_HOME_URL</name>
		</field>
		<field>
			<name>_doAsUserId</name>
		</field>
		<field>
			<name>_var</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DoAsURLTei</name>
		<type>com.liferay.taglib.security.DoAsURLTei</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getVariableInfo</name>
			<param>
				<name>tagData</name>
				<type>javax.servlet.jsp.tagext.TagData</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>EncryptTag</name>
		<type>com.liferay.taglib.security.EncryptTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setProtocol</name>
			<param>
				<name>protocol</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setStyle</name>
			<param>
				<name>style</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTarget</name>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUnencryptedParams</name>
			<param>
				<name>unencryptedParams</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUrl</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_protocol</name>
		</field>
		<field>
			<name>_style</name>
		</field>
		<field>
			<name>_target</name>
		</field>
		<field>
			<name>_unencryptedParamsSet</name>
		</field>
		<field>
			<name>_url</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PermissionsURLTag</name>
		<type>com.liferay.taglib.security.PermissionsURLTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doTag</name>
			<param>
				<name>redirect</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modelResource</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modelResourceDescription</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourceGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourcePrimKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>windowState</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>var</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleTypes</name>
				<type>int[]</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>setModelResource</name>
			<param>
				<name>modelResource</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModelResourceDescription</name>
			<param>
				<name>modelResourceDescription</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRedirect</name>
			<param>
				<name>redirect</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setResourceGroupId</name>
			<param>
				<name>resourceGroupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setResourcePrimKey</name>
			<param>
				<name>resourcePrimKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRoleTypes</name>
			<param>
				<name>roleTypes</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>setVar</name>
			<param>
				<name>var</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setWindowState</name>
			<param>
				<name>windowState</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_modelResource</name>
		</field>
		<field>
			<name>_modelResourceDescription</name>
		</field>
		<field>
			<name>_redirect</name>
		</field>
		<field>
			<name>_resourceGroupId</name>
		</field>
		<field>
			<name>_resourcePrimKey</name>
		</field>
		<field>
			<name>_roleTypes</name>
		</field>
		<field>
			<name>_var</name>
		</field>
		<field>
			<name>_windowState</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PermissionsURLTei</name>
		<type>com.liferay.taglib.security.PermissionsURLTei</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getVariableInfo</name>
			<param>
				<name>tagData</name>
				<type>javax.servlet.jsp.tagext.TagData</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DefineObjectsTag</name>
		<type>com.liferay.taglib.theme.DefineObjectsTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doStartTag</name>
		</method>
	</javadoc>
	<javadoc>
		<name>DefineObjectsTei</name>
		<type>com.liferay.taglib.theme.DefineObjectsTei</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getVariableInfo</name>
			<param>
				<name>tagData</name>
				<type>javax.servlet.jsp.tagext.TagData</type>
			</param>
		</method>
		<field>
			<name>_variableInfo</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IncludeTag</name>
		<type>com.liferay.taglib.theme.IncludeTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>LayoutIconTag</name>
		<type>com.liferay.taglib.theme.LayoutIconTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doTag</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doTag</name>
			<param>
				<name>page</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setRequestAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>doStartTag</name>
		</method>
		<method>
			<name>setLayout</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_layout</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MetaTagsTag</name>
		<type>com.liferay.taglib.theme.MetaTagsTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doTag</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doTag</name>
			<param>
				<name>page</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WrapPortletTag</name>
		<type>com.liferay.taglib.theme.WrapPortletTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doTag</name>
			<param>
				<name>wrapPage</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPage</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>doStartTag</name>
		</method>
		<method>
			<name>setPage</name>
			<param>
				<name>page</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_CONTENT_WRAPPER_POST</name>
		</field>
		<field>
			<name>_CONTENT_WRAPPER_PRE</name>
		</field>
		<field>
			<name>_page</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetCategoriesErrorTag</name>
		<type>com.liferay.taglib.ui.AssetCategoriesErrorTag</type>
		<author><![CDATA[Juan Fernández]]></author>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetCategoriesNavigationTag</name>
		<type>com.liferay.taglib.ui.AssetCategoriesNavigationTag</type>
		<author><![CDATA[Alvaro del Castillo]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>setHidePortletWhenEmpty</name>
			<param>
				<name>hidePortletWhenEmpty</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setVocabularyIds</name>
			<param>
				<name>vocabularyIds</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_hidePortletWhenEmpty</name>
		</field>
		<field>
			<name>_vocabularyIds</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetCategoriesSelectorTag</name>
		<type>com.liferay.taglib.ui.AssetCategoriesSelectorTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClassPK</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setContentCallback</name>
			<param>
				<name>contentCallback</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCurCategoryIds</name>
			<param>
				<name>curCategoryIds</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFocus</name>
			<param>
				<name>focus</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setHiddenInput</name>
			<param>
				<name>hiddenInput</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_classPK</name>
		</field>
		<field>
			<name>_contentCallback</name>
		</field>
		<field>
			<name>_curCategoryIds</name>
		</field>
		<field>
			<name>_focus</name>
		</field>
		<field>
			<name>_hiddenInput</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetCategoriesSummaryTag</name>
		<type>com.liferay.taglib.ui.AssetCategoriesSummaryTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>getPortletURL</name>
		</method>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClassPK</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setMessage</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletURL</name>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_classPK</name>
		</field>
		<field>
			<name>_message</name>
		</field>
		<field>
			<name>_portletURL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetLinksTag</name>
		<type>com.liferay.taglib.ui.AssetLinksTag</type>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getAssetEntryId</name>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getClassPK</name>
		</method>
		<method>
			<name>setAssetEntryId</name>
			<param>
				<name>assetEntryId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClassPK</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_assetEntryId</name>
		</field>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_classPK</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetTagsErrorTag</name>
		<type>com.liferay.taglib.ui.AssetTagsErrorTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetTagsNavigationTag</name>
		<type>com.liferay.taglib.ui.AssetTagsNavigationTag</type>
		<author><![CDATA[Alvaro del Castillo]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>setClassNameId</name>
			<param>
				<name>classNameId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setDisplayStyle</name>
			<param>
				<name>displayStyle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setHidePortletWhenEmpty</name>
			<param>
				<name>hidePortletWhenEmpty</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setMaxAssetTags</name>
			<param>
				<name>maxAssetTags</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setShowAssetCount</name>
			<param>
				<name>showAssetCount</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowZeroAssetCount</name>
			<param>
				<name>showZeroAssetCount</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_classNameId</name>
		</field>
		<field>
			<name>_displayStyle</name>
		</field>
		<field>
			<name>_hidePortletWhenEmpty</name>
		</field>
		<field>
			<name>_maxAssetTags</name>
		</field>
		<field>
			<name>_showAssetCount</name>
		</field>
		<field>
			<name>_showZeroAssetCount</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetTagsSelectorTag</name>
		<type>com.liferay.taglib.ui.AssetTagsSelectorTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClassPK</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setContentCallback</name>
			<param>
				<name>contentCallback</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCurTags</name>
			<param>
				<name>curTags</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFocus</name>
			<param>
				<name>focus</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setHiddenInput</name>
			<param>
				<name>hiddenInput</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setId</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_classPK</name>
		</field>
		<field>
			<name>_contentCallback</name>
		</field>
		<field>
			<name>_curTags</name>
		</field>
		<field>
			<name>_focus</name>
		</field>
		<field>
			<name>_hiddenInput</name>
		</field>
		<field>
			<name>_id</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AssetTagsSummaryTag</name>
		<type>com.liferay.taglib.ui.AssetTagsSummaryTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getAssetTagNames</name>
		</method>
		<method>
			<name>getPortletURL</name>
		</method>
		<method>
			<name>setAssetTagNames</name>
			<param>
				<name>assetTagNames</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClassPK</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setMessage</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletURL</name>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_assetTagNames</name>
		</field>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_classPK</name>
		</field>
		<field>
			<name>_message</name>
		</field>
		<field>
			<name>_portletURL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BreadcrumbTag</name>
		<type>com.liferay.taglib.ui.BreadcrumbTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setDisplayStyle</name>
			<param>
				<name>displayStyle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletURL</name>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>setSelLayout</name>
			<param>
				<name>selLayout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
		</method>
		<method>
			<name>setSelLayoutParam</name>
			<param>
				<name>selLayoutParam</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setShowCurrentGroup</name>
			<param>
				<name>showCurrentGroup</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowCurrentPortlet</name>
			<param>
				<name>showCurrentPortlet</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowGuestGroup</name>
			<param>
				<name>showGuestGroup</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowLayout</name>
			<param>
				<name>showLayout</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowParentGroups</name>
			<param>
				<name>showParentGroups</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowPortletBreadcrumb</name>
			<param>
				<name>showPortletBreadcrumb</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_DISPLAY_STYLE</name>
		</field>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_SHOW_GUEST_GROUP</name>
		</field>
		<field>
			<name>_SHOW_PARENT_GROUPS</name>
		</field>
		<field>
			<name>_displayStyle</name>
		</field>
		<field>
			<name>_portletURL</name>
		</field>
		<field>
			<name>_selLayout</name>
		</field>
		<field>
			<name>_selLayoutParam</name>
		</field>
		<field>
			<name>_showCurrentGroup</name>
		</field>
		<field>
			<name>_showCurrentPortlet</name>
		</field>
		<field>
			<name>_showGuestGroup</name>
		</field>
		<field>
			<name>_showLayout</name>
		</field>
		<field>
			<name>_showParentGroups</name>
		</field>
		<field>
			<name>_showPortletBreadcrumb</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CalendarTag</name>
		<type>com.liferay.taglib.ui.CalendarTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setData</name>
			<param>
				<name>data</name>
				<type>java.util.Set</type>
			</param>
		</method>
		<method>
			<name>setDay</name>
			<param>
				<name>day</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setHeaderFormat</name>
			<param>
				<name>headerFormat</name>
				<type>java.text.Format</type>
			</param>
		</method>
		<method>
			<name>setHeaderPattern</name>
			<param>
				<name>headerPattern</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMonth</name>
			<param>
				<name>month</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setShowAllPotentialWeeks</name>
			<param>
				<name>showAllPotentialWeeks</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setYear</name>
			<param>
				<name>year</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_data</name>
		</field>
		<field>
			<name>_day</name>
		</field>
		<field>
			<name>_headerFormat</name>
		</field>
		<field>
			<name>_headerPattern</name>
		</field>
		<field>
			<name>_month</name>
		</field>
		<field>
			<name>_showAllPotentialWeeks</name>
		</field>
		<field>
			<name>_year</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CaptchaTag</name>
		<type>com.liferay.taglib.ui.CaptchaTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setUrl</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_url</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CategorizationFilterTag</name>
		<type>com.liferay.taglib.ui.CategorizationFilterTag</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>setAssetType</name>
			<param>
				<name>assetType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletURL</name>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_assetType</name>
		</field>
		<field>
			<name>_portletURL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CustomAttributeListTag</name>
		<type>com.liferay.taglib.ui.CustomAttributeListTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClassPK</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setEditable</name>
			<param>
				<name>editable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLabel</name>
			<param>
				<name>label</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_classPK</name>
		</field>
		<field>
			<name>_editable</name>
		</field>
		<field>
			<name>_label</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CustomAttributeTag</name>
		<type>com.liferay.taglib.ui.CustomAttributeTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClassPK</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setEditable</name>
			<param>
				<name>editable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLabel</name>
			<param>
				<name>label</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_classPK</name>
		</field>
		<field>
			<name>_editable</name>
		</field>
		<field>
			<name>_label</name>
		</field>
		<field>
			<name>_name</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CustomAttributesAvailableTag</name>
		<type>com.liferay.taglib.ui.CustomAttributesAvailableTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClassPK</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setCompanyId</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setEditable</name>
			<param>
				<name>editable</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_classPK</name>
		</field>
		<field>
			<name>_companyId</name>
		</field>
		<field>
			<name>_editable</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DiffHtmlTag</name>
		<type>com.liferay.taglib.ui.DiffHtmlTag</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>setDiffHtmlResults</name>
			<param>
				<name>diffHtmlResults</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_diffHtmlResults</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DiffTag</name>
		<type>com.liferay.taglib.ui.DiffTag</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>setDiffResults</name>
			<param>
				<name>diffResults</name>
				<type>java.util.List[]</type>
			</param>
		</method>
		<method>
			<name>setSourceName</name>
			<param>
				<name>sourceName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTargetName</name>
			<param>
				<name>targetName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_diffResults</name>
		</field>
		<field>
			<name>_sourceName</name>
		</field>
		<field>
			<name>_targetName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DiscussionTag</name>
		<type>com.liferay.taglib.ui.DiscussionTag</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>setAssetEntryVisible</name>
			<param>
				<name>assetEntryVisible</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClassPK</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setFormAction</name>
			<param>
				<name>formAction</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFormName</name>
			<param>
				<name>formName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setHideControls</name>
			<param>
				<name>hideControls</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setPermissionClassName</name>
			<param>
				<name>permissionClassName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPermissionClassPK</name>
			<param>
				<name>permissionClassPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setRatingsEnabled</name>
			<param>
				<name>ratingsEnabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setRedirect</name>
			<param>
				<name>redirect</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSubject</name>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_assetEntryVisible</name>
		</field>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_classPK</name>
		</field>
		<field>
			<name>_formAction</name>
		</field>
		<field>
			<name>_formName</name>
		</field>
		<field>
			<name>_hideControls</name>
		</field>
		<field>
			<name>_permissionClassName</name>
		</field>
		<field>
			<name>_permissionClassPK</name>
		</field>
		<field>
			<name>_ratingsEnabled</name>
		</field>
		<field>
			<name>_redirect</name>
		</field>
		<field>
			<name>_subject</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ErrorMarkerTag</name>
		<type>com.liferay.taglib.ui.ErrorMarkerTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setKey</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_key</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ErrorTag</name>
		<type>com.liferay.taglib.ui.ErrorTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>setEndPage</name>
			<param>
				<name>endPage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setException</name>
			<param>
				<name>exception</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>setKey</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMessage</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRowBreak</name>
			<param>
				<name>rowBreak</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setStartPage</name>
			<param>
				<name>startPage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTranslateMessage</name>
			<param>
				<name>translateMessage</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getEndPage</name>
		</method>
		<method>
			<name>getStartPage</name>
		</method>
		<field>
			<name>_END_PAGE</name>
		</field>
		<field>
			<name>_START_PAGE</name>
		</field>
		<field>
			<name>_endPage</name>
		</field>
		<field>
			<name>_exception</name>
		</field>
		<field>
			<name>_key</name>
		</field>
		<field>
			<name>_message</name>
		</field>
		<field>
			<name>_rowBreak</name>
		</field>
		<field>
			<name>_startPage</name>
		</field>
		<field>
			<name>_translateMessage</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ErrorTei</name>
		<type>com.liferay.taglib.ui.ErrorTei</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getVariableInfo</name>
			<param>
				<name>tagData</name>
				<type>javax.servlet.jsp.tagext.TagData</type>
			</param>
		</method>
		<field>
			<name>_variableInfo</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FlagsTag</name>
		<type>com.liferay.taglib.ui.FlagsTag</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClassPK</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setContentTitle</name>
			<param>
				<name>contentTitle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLabel</name>
			<param>
				<name>label</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setMessage</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setReportedUserId</name>
			<param>
				<name>reportedUserId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_classPK</name>
		</field>
		<field>
			<name>_contentTitle</name>
		</field>
		<field>
			<name>_label</name>
		</field>
		<field>
			<name>_message</name>
		</field>
		<field>
			<name>_reportedUserId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FlashTag</name>
		<type>com.liferay.taglib.ui.FlashTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setAlign</name>
			<param>
				<name>align</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setAllowFullScreen</name>
			<param>
				<name>allowFullScreen</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setAllowScriptAccess</name>
			<param>
				<name>allowScriptAccess</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setBase</name>
			<param>
				<name>base</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setBgcolor</name>
			<param>
				<name>bgcolor</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDevicefont</name>
			<param>
				<name>devicefont</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFlashvars</name>
			<param>
				<name>flashvars</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setHeight</name>
			<param>
				<name>height</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setId</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLoop</name>
			<param>
				<name>loop</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMenu</name>
			<param>
				<name>menu</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMovie</name>
			<param>
				<name>movie</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPlay</name>
			<param>
				<name>play</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setQuality</name>
			<param>
				<name>quality</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSalign</name>
			<param>
				<name>salign</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setScale</name>
			<param>
				<name>scale</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSwliveconnect</name>
			<param>
				<name>swliveconnect</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setVersion</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setWidth</name>
			<param>
				<name>width</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setWmode</name>
			<param>
				<name>wmode</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_align</name>
		</field>
		<field>
			<name>_allowFullScreen</name>
		</field>
		<field>
			<name>_allowScriptAccess</name>
		</field>
		<field>
			<name>_base</name>
		</field>
		<field>
			<name>_bgcolor</name>
		</field>
		<field>
			<name>_devicefont</name>
		</field>
		<field>
			<name>_flashvars</name>
		</field>
		<field>
			<name>_height</name>
		</field>
		<field>
			<name>_id</name>
		</field>
		<field>
			<name>_loop</name>
		</field>
		<field>
			<name>_menu</name>
		</field>
		<field>
			<name>_movie</name>
		</field>
		<field>
			<name>_play</name>
		</field>
		<field>
			<name>_quality</name>
		</field>
		<field>
			<name>_salign</name>
		</field>
		<field>
			<name>_scale</name>
		</field>
		<field>
			<name>_swliveconnect</name>
		</field>
		<field>
			<name>_version</name>
		</field>
		<field>
			<name>_width</name>
		</field>
		<field>
			<name>_wmode</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FormNavigatorTag</name>
		<type>com.liferay.taglib.ui.FormNavigatorTag</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>doStartTag</name>
		</method>
		<method>
			<name>setBackURL</name>
			<param>
				<name>backURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCategoryNames</name>
			<param>
				<name>categoryNames</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>setCategorySections</name>
			<param>
				<name>categorySections</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>setFormName</name>
			<param>
				<name>formName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setHtmlBottom</name>
			<param>
				<name>htmlBottom</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setHtmlTop</name>
			<param>
				<name>htmlTop</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setJspPath</name>
			<param>
				<name>jspPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setShowButtons</name>
			<param>
				<name>showButtons</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_backURL</name>
		</field>
		<field>
			<name>_categoryNames</name>
		</field>
		<field>
			<name>_categorySections</name>
		</field>
		<field>
			<name>_formName</name>
		</field>
		<field>
			<name>_htmlBottom</name>
		</field>
		<field>
			<name>_htmlTop</name>
		</field>
		<field>
			<name>_jspPath</name>
		</field>
		<field>
			<name>_showButtons</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GroupSearchTag</name>
		<type>com.liferay.taglib.ui.GroupSearchTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setGroupParams</name>
			<param>
				<name>groupParams</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<method>
			<name>setPortletURL</name>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>setRowChecker</name>
			<param>
				<name>rowChecker</name>
				<type>com.liferay.portal.kernel.dao.search.RowChecker</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getEndPage</name>
		</method>
		<method>
			<name>getStartPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_END_PAGE</name>
		</field>
		<field>
			<name>_START_PAGE</name>
		</field>
		<field>
			<name>_groupParams</name>
		</field>
		<field>
			<name>_portletURL</name>
		</field>
		<field>
			<name>_rowChecker</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HeaderTag</name>
		<type>com.liferay.taglib.ui.HeaderTag</type>
		<author><![CDATA[Sergio González]]></author>
		<method>
			<name>setBackLabel</name>
			<param>
				<name>backLabel</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setBackURL</name>
			<param>
				<name>backURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCssClass</name>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setEscapeXml</name>
			<param>
				<name>escapeXml</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLocalizeTitle</name>
			<param>
				<name>localizeTitle</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowBackURL</name>
			<param>
				<name>showBackURL</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setTitle</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>isCleanUpSetAttributes</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_CLEAN_UP_SET_ATTRIBUTES</name>
		</field>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_backLabel</name>
		</field>
		<field>
			<name>_backURL</name>
		</field>
		<field>
			<name>_cssClass</name>
		</field>
		<field>
			<name>_escapeXml</name>
		</field>
		<field>
			<name>_localizeTitle</name>
		</field>
		<field>
			<name>_showBackURL</name>
		</field>
		<field>
			<name>_title</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IconDeactivateTag</name>
		<type>com.liferay.taglib.ui.IconDeactivateTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IconDeleteTag</name>
		<type>com.liferay.taglib.ui.IconDeleteTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>setConfirmation</name>
			<param>
				<name>confirmation</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_confirmation</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IconHelpTag</name>
		<type>com.liferay.taglib.ui.IconHelpTag</type>
		<author><![CDATA[Scott Lee]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>processEndTag</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IconListTag</name>
		<type>com.liferay.taglib.ui.IconListTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>doAfterBody</name>
		</method>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>doStartTag</name>
		</method>
		<method>
			<name>setEndPage</name>
			<param>
				<name>endPage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setShowWhenSingleIcon</name>
			<param>
				<name>showWhenSingleIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setStartPage</name>
			<param>
				<name>startPage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getEndPage</name>
		</method>
		<method>
			<name>getStartPage</name>
		</method>
		<field>
			<name>_END_PAGE</name>
		</field>
		<field>
			<name>_START_PAGE</name>
		</field>
		<field>
			<name>_endPage</name>
		</field>
		<field>
			<name>_showWhenSingleIcon</name>
		</field>
		<field>
			<name>_startPage</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IconMenuTag</name>
		<type>com.liferay.taglib.ui.IconMenuTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>doAfterBody</name>
		</method>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>doStartTag</name>
		</method>
		<method>
			<name>setAlign</name>
			<param>
				<name>align</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCssClass</name>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDirection</name>
			<param>
				<name>direction</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDisabled</name>
			<param>
				<name>disabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setEndPage</name>
			<param>
				<name>endPage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setExtended</name>
			<param>
				<name>extended</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setIcon</name>
			<param>
				<name>icon</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setId</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMaxDisplayItems</name>
			<param>
				<name>maxDisplayItems</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setMessage</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setShowArrow</name>
			<param>
				<name>showArrow</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowExpanded</name>
			<param>
				<name>showExpanded</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowWhenSingleIcon</name>
			<param>
				<name>showWhenSingleIcon</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setStartPage</name>
			<param>
				<name>startPage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getEndPage</name>
		</method>
		<method>
			<name>getStartPage</name>
		</method>
		<method>
			<name>processEndTag</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_DEFAULT_MAX_DISPLAY_ITEMS</name>
		</field>
		<field>
			<name>_END_PAGE</name>
		</field>
		<field>
			<name>_START_PAGE</name>
		</field>
		<field>
			<name>_align</name>
		</field>
		<field>
			<name>_cssClass</name>
		</field>
		<field>
			<name>_direction</name>
		</field>
		<field>
			<name>_disabled</name>
		</field>
		<field>
			<name>_endPage</name>
		</field>
		<field>
			<name>_extended</name>
		</field>
		<field>
			<name>_icon</name>
		</field>
		<field>
			<name>_id</name>
		</field>
		<field>
			<name>_maxDisplayItems</name>
		</field>
		<field>
			<name>_message</name>
		</field>
		<field>
			<name>_showArrow</name>
		</field>
		<field>
			<name>_showExpanded</name>
		</field>
		<field>
			<name>_showWhenSingleIcon</name>
		</field>
		<field>
			<name>_startPage</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IconTag</name>
		<type>com.liferay.taglib.ui.IconTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doStartTag</name>
		</method>
		<method>
			<name>setAlt</name>
			<param>
				<name>alt</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCssClass</name>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setData</name>
			<param>
				<name>data</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setId</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setImage</name>
			<param>
				<name>image</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setImageHover</name>
			<param>
				<name>imageHover</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLabel</name>
			<param>
				<name>label</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLang</name>
			<param>
				<name>lang</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMessage</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMethod</name>
			<param>
				<name>method</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setOnClick</name>
			<param>
				<name>onClick</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSrc</name>
			<param>
				<name>src</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSrcHover</name>
			<param>
				<name>srcHover</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTarget</name>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setToolTip</name>
			<param>
				<name>toolTip</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setUrl</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getMessage</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>getUrl</name>
		</method>
		<method>
			<name>isCleanUpSetAttributes</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_CLEAN_UP_SET_ATTRIBUTES</name>
		</field>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_alt</name>
		</field>
		<field>
			<name>_cssClass</name>
		</field>
		<field>
			<name>_data</name>
		</field>
		<field>
			<name>_id</name>
		</field>
		<field>
			<name>_image</name>
		</field>
		<field>
			<name>_imageHover</name>
		</field>
		<field>
			<name>_label</name>
		</field>
		<field>
			<name>_lang</name>
		</field>
		<field>
			<name>_message</name>
		</field>
		<field>
			<name>_method</name>
		</field>
		<field>
			<name>_onClick</name>
		</field>
		<field>
			<name>_src</name>
		</field>
		<field>
			<name>_srcHover</name>
		</field>
		<field>
			<name>_target</name>
		</field>
		<field>
			<name>_toolTip</name>
		</field>
		<field>
			<name>_url</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InputAssetLinksTag</name>
		<type>com.liferay.taglib.ui.InputAssetLinksTag</type>
		<author><![CDATA[Juan Fernández]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InputCheckBoxTag</name>
		<type>com.liferay.taglib.ui.InputCheckBoxTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setCssClass</name>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDefaultValue</name>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setDisabled</name>
			<param>
				<name>disabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setFormName</name>
			<param>
				<name>formName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setId</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setOnClick</name>
			<param>
				<name>onClick</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParam</name>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_cssClass</name>
		</field>
		<field>
			<name>_defaultValue</name>
		</field>
		<field>
			<name>_disabled</name>
		</field>
		<field>
			<name>_formName</name>
		</field>
		<field>
			<name>_id</name>
		</field>
		<field>
			<name>_onClick</name>
		</field>
		<field>
			<name>_param</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InputDateTag</name>
		<type>com.liferay.taglib.ui.InputDateTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setCssClass</name>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDayNullable</name>
			<param>
				<name>dayNullable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setDayParam</name>
			<param>
				<name>dayParam</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDayValue</name>
			<param>
				<name>dayValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setDisabled</name>
			<param>
				<name>disabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setDisableNamespace</name>
			<param>
				<name>disableNamespace</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setFirstDayOfWeek</name>
			<param>
				<name>firstDayOfWeek</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setFormName</name>
			<param>
				<name>formName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setImageInputId</name>
			<param>
				<name>imageInputId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMonthAndYearNullable</name>
			<param>
				<name>monthAndYearNullable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setMonthAndYearParam</name>
			<param>
				<name>monthAndYearParam</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMonthNullable</name>
			<param>
				<name>monthNullable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setMonthParam</name>
			<param>
				<name>monthParam</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMonthValue</name>
			<param>
				<name>monthValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setYearNullable</name>
			<param>
				<name>yearNullable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setYearParam</name>
			<param>
				<name>yearParam</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setYearRangeEnd</name>
			<param>
				<name>yearRangeEnd</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setYearRangeStart</name>
			<param>
				<name>yearRangeStart</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setYearValue</name>
			<param>
				<name>yearValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_cssClass</name>
		</field>
		<field>
			<name>_dayNullable</name>
		</field>
		<field>
			<name>_dayParam</name>
		</field>
		<field>
			<name>_dayValue</name>
		</field>
		<field>
			<name>_disabled</name>
		</field>
		<field>
			<name>_disableNamespace</name>
		</field>
		<field>
			<name>_firstDayOfWeek</name>
		</field>
		<field>
			<name>_formName</name>
		</field>
		<field>
			<name>_imageInputId</name>
		</field>
		<field>
			<name>_monthAndYearNullable</name>
		</field>
		<field>
			<name>_monthAndYearParam</name>
		</field>
		<field>
			<name>_monthNullable</name>
		</field>
		<field>
			<name>_monthParam</name>
		</field>
		<field>
			<name>_monthValue</name>
		</field>
		<field>
			<name>_yearNullable</name>
		</field>
		<field>
			<name>_yearParam</name>
		</field>
		<field>
			<name>_yearRangeEnd</name>
		</field>
		<field>
			<name>_yearRangeStart</name>
		</field>
		<field>
			<name>_yearValue</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InputEditorTag</name>
		<type>com.liferay.taglib.ui.InputEditorTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setConfigParams</name>
			<param>
				<name>configParams</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setCssClass</name>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setEditorImpl</name>
			<param>
				<name>editorImpl</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFileBrowserParams</name>
			<param>
				<name>fileBrowserParams</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setHeight</name>
			<param>
				<name>height</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setInitMethod</name>
			<param>
				<name>initMethod</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setOnChangeMethod</name>
			<param>
				<name>onChangeMethod</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setResizable</name>
			<param>
				<name>resizable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setSkipEditorLoading</name>
			<param>
				<name>skipEditorLoading</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setToolbarSet</name>
			<param>
				<name>toolbarSet</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setWidth</name>
			<param>
				<name>width</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_configParams</name>
		</field>
		<field>
			<name>_cssClass</name>
		</field>
		<field>
			<name>_editorImpl</name>
		</field>
		<field>
			<name>_fileBrowserParams</name>
		</field>
		<field>
			<name>_height</name>
		</field>
		<field>
			<name>_initMethod</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_onChangeMethod</name>
		</field>
		<field>
			<name>_page</name>
		</field>
		<field>
			<name>_resizable</name>
		</field>
		<field>
			<name>_skipEditorLoading</name>
		</field>
		<field>
			<name>_toolbarSet</name>
		</field>
		<field>
			<name>_width</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InputFieldTag</name>
		<type>com.liferay.taglib.ui.InputFieldTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setBean</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setCssClass</name>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDefaultLanguageId</name>
			<param>
				<name>defaultLanguageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDefaultValue</name>
			<param>
				<name>defaultValue</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setDisabled</name>
			<param>
				<name>disabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setField</name>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFieldParam</name>
			<param>
				<name>fieldParam</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFormat</name>
			<param>
				<name>format</name>
				<type>java.text.Format</type>
			</param>
		</method>
		<method>
			<name>setFormName</name>
			<param>
				<name>formName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setId</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setIgnoreRequestValue</name>
			<param>
				<name>ignoreRequestValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLanguageId</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModel</name>
			<param>
				<name>model</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>setPlaceholder</name>
			<param>
				<name>placeholder</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_bean</name>
		</field>
		<field>
			<name>_cssClass</name>
		</field>
		<field>
			<name>_defaultLanguageId</name>
		</field>
		<field>
			<name>_defaultValue</name>
		</field>
		<field>
			<name>_disabled</name>
		</field>
		<field>
			<name>_field</name>
		</field>
		<field>
			<name>_fieldParam</name>
		</field>
		<field>
			<name>_format</name>
		</field>
		<field>
			<name>_formName</name>
		</field>
		<field>
			<name>_id</name>
		</field>
		<field>
			<name>_ignoreRequestValue</name>
		</field>
		<field>
			<name>_languageId</name>
		</field>
		<field>
			<name>_model</name>
		</field>
		<field>
			<name>_placeholder</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InputLocalizedTag</name>
		<type>com.liferay.taglib.ui.InputLocalizedTag</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>setCssClass</name>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDefaultLanguageId</name>
			<param>
				<name>defaultLanguageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDisabled</name>
			<param>
				<name>disabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setFormName</name>
			<param>
				<name>formName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setId</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setIgnoreRequestValue</name>
			<param>
				<name>ignoreRequestValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setLanguageId</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMaxLength</name>
			<param>
				<name>maxLength</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setType</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setXml</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_cssClass</name>
		</field>
		<field>
			<name>_defaultLanguageId</name>
		</field>
		<field>
			<name>_disabled</name>
		</field>
		<field>
			<name>_formName</name>
		</field>
		<field>
			<name>_id</name>
		</field>
		<field>
			<name>_ignoreRequestValue</name>
		</field>
		<field>
			<name>_languageId</name>
		</field>
		<field>
			<name>_maxLength</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_type</name>
		</field>
		<field>
			<name>_xml</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InputMoveBoxesTag</name>
		<type>com.liferay.taglib.ui.InputMoveBoxesTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setCssClass</name>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLeftBoxName</name>
			<param>
				<name>leftBoxName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLeftList</name>
			<param>
				<name>leftList</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setLeftOnChange</name>
			<param>
				<name>leftOnChange</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLeftReorder</name>
			<param>
				<name>leftReorder</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLeftTitle</name>
			<param>
				<name>leftTitle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRightBoxName</name>
			<param>
				<name>rightBoxName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRightList</name>
			<param>
				<name>rightList</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setRightOnChange</name>
			<param>
				<name>rightOnChange</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRightReorder</name>
			<param>
				<name>rightReorder</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRightTitle</name>
			<param>
				<name>rightTitle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_cssClass</name>
		</field>
		<field>
			<name>_leftBoxName</name>
		</field>
		<field>
			<name>_leftList</name>
		</field>
		<field>
			<name>_leftOnChange</name>
		</field>
		<field>
			<name>_leftReorder</name>
		</field>
		<field>
			<name>_leftTitle</name>
		</field>
		<field>
			<name>_rightBoxName</name>
		</field>
		<field>
			<name>_rightList</name>
		</field>
		<field>
			<name>_rightOnChange</name>
		</field>
		<field>
			<name>_rightReorder</name>
		</field>
		<field>
			<name>_rightTitle</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InputPermissionsParamsTag</name>
		<type>com.liferay.taglib.ui.InputPermissionsParamsTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<see><![CDATA[com.liferay.portal.servlet.taglib.ui.InputPermissionsParamsTagUtil]]></see>
		<method>
			<name>doTag</name>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getDefaultViewRole</name>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<throws>
				<name>PortalException</name>
				<type>com.liferay.portal.kernel.exception.PortalException</type>
			</throws>
			<throws>
				<name>SystemException</name>
				<type>com.liferay.portal.kernel.exception.SystemException</type>
			</throws>
		</method>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>setModelName</name>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_modelName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InputPermissionsTag</name>
		<type>com.liferay.taglib.ui.InputPermissionsTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Wilson S. Man]]></author>
		<see><![CDATA[com.liferay.portal.servlet.taglib.ui.InputPermissionsTagUtil]]></see>
		<method>
			<name>doTag</name>
			<param>
				<name>formName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doTag</name>
			<param>
				<name>page</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>formName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>setFormName</name>
			<param>
				<name>formName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModelName</name>
			<param>
				<name>modelName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_formName</name>
		</field>
		<field>
			<name>_modelName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InputRepeatTag</name>
		<type>com.liferay.taglib.ui.InputRepeatTag</type>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>setCssClass</name>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setEvent</name>
			<param>
				<name>event</name>
				<type>com.liferay.portlet.calendar.model.CalEvent</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_cssClass</name>
		</field>
		<field>
			<name>_event</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InputResourceTag</name>
		<type>com.liferay.taglib.ui.InputResourceTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setCssClass</name>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUrl</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_cssClass</name>
		</field>
		<field>
			<name>_url</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InputSchedulerTag</name>
		<type>com.liferay.taglib.ui.InputSchedulerTag</type>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InputSelectTag</name>
		<type>com.liferay.taglib.ui.InputSelectTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setCssClass</name>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDefaultValue</name>
			<param>
				<name>defaultValue</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setDisabled</name>
			<param>
				<name>disabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setFormName</name>
			<param>
				<name>formName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParam</name>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_cssClass</name>
		</field>
		<field>
			<name>_defaultValue</name>
		</field>
		<field>
			<name>_disabled</name>
		</field>
		<field>
			<name>_formName</name>
		</field>
		<field>
			<name>_param</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InputTextAreaTag</name>
		<type>com.liferay.taglib.ui.InputTextAreaTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setCssClass</name>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDefaultValue</name>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDisabled</name>
			<param>
				<name>disabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setParam</name>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_cssClass</name>
		</field>
		<field>
			<name>_defaultValue</name>
		</field>
		<field>
			<name>_disabled</name>
		</field>
		<field>
			<name>_param</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InputTimeTag</name>
		<type>com.liferay.taglib.ui.InputTimeTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setAmPmNullable</name>
			<param>
				<name>amPmNullable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setAmPmParam</name>
			<param>
				<name>amPmParam</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setAmPmValue</name>
			<param>
				<name>amPmValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setCssClass</name>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDisabled</name>
			<param>
				<name>disabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setHourNullable</name>
			<param>
				<name>hourNullable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setHourParam</name>
			<param>
				<name>hourParam</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setHourValue</name>
			<param>
				<name>hourValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setMinuteInterval</name>
			<param>
				<name>minuteInterval</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setMinuteNullable</name>
			<param>
				<name>minuteNullable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setMinuteParam</name>
			<param>
				<name>minuteParam</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMinuteValue</name>
			<param>
				<name>minuteValue</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_amPmNullable</name>
		</field>
		<field>
			<name>_amPmParam</name>
		</field>
		<field>
			<name>_amPmValue</name>
		</field>
		<field>
			<name>_cssClass</name>
		</field>
		<field>
			<name>_disabled</name>
		</field>
		<field>
			<name>_hourNullable</name>
		</field>
		<field>
			<name>_hourParam</name>
		</field>
		<field>
			<name>_hourValue</name>
		</field>
		<field>
			<name>_minuteInterval</name>
		</field>
		<field>
			<name>_minuteNullable</name>
		</field>
		<field>
			<name>_minuteParam</name>
		</field>
		<field>
			<name>_minuteValue</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InputTimeZoneTag</name>
		<type>com.liferay.taglib.ui.InputTimeZoneTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>InputTimeZoneTag</name>
		</method>
		<method>
			<name>setCssClass</name>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDaylight</name>
			<param>
				<name>daylight</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setDisabled</name>
			<param>
				<name>disabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setDisplayStyle</name>
			<param>
				<name>displayStyle</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setNullable</name>
			<param>
				<name>nullable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_cssClass</name>
		</field>
		<field>
			<name>_daylight</name>
		</field>
		<field>
			<name>_disabled</name>
		</field>
		<field>
			<name>_displayStyle</name>
		</field>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_nullable</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalArticleTag</name>
		<type>com.liferay.taglib.ui.JournalArticleTag</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>setArticleId</name>
			<param>
				<name>articleId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setArticlePage</name>
			<param>
				<name>articlePage</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setArticleResourcePrimKey</name>
			<param>
				<name>articleResourcePrimKey</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setLanguageId</name>
			<param>
				<name>languageId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setShowAvailableLocales</name>
			<param>
				<name>showAvailableLocales</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setShowTitle</name>
			<param>
				<name>showTitle</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setTemplateId</name>
			<param>
				<name>templateId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setXmlRequest</name>
			<param>
				<name>xmlRequest</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_articleId</name>
		</field>
		<field>
			<name>_articlePage</name>
		</field>
		<field>
			<name>_articleResourcePrimKey</name>
		</field>
		<field>
			<name>_groupId</name>
		</field>
		<field>
			<name>_languageId</name>
		</field>
		<field>
			<name>_showAvailableLocales</name>
		</field>
		<field>
			<name>_showTitle</name>
		</field>
		<field>
			<name>_templateId</name>
		</field>
		<field>
			<name>_xmlRequest</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JournalContentSearchTag</name>
		<type>com.liferay.taglib.ui.JournalContentSearchTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getEndPage</name>
		</method>
		<method>
			<name>getStartPage</name>
		</method>
		<method>
			<name>processEndTag</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_END_PAGE</name>
		</field>
		<field>
			<name>_START_PAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LanguageTag</name>
		<type>com.liferay.taglib.ui.LanguageTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setDisplayStyle</name>
			<param>
				<name>displayStyle</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setFormAction</name>
			<param>
				<name>formAction</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFormName</name>
			<param>
				<name>formName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLanguageIds</name>
			<param>
				<name>languageIds</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>LIST_ICON</name>
		</field>
		<field>
			<name>LIST_LONG_TEXT</name>
		</field>
		<field>
			<name>LIST_SHORT_TEXT</name>
		</field>
		<field>
			<name>SELECT_BOX</name>
		</field>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_displayStyle</name>
		</field>
		<field>
			<name>_formAction</name>
		</field>
		<field>
			<name>_formName</name>
		</field>
		<field>
			<name>_languageIds</name>
		</field>
		<field>
			<name>_name</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LogoSelectorTag</name>
		<type>com.liferay.taglib.ui.LogoSelectorTag</type>
		<author><![CDATA[Julio Camarero]]></author>
		<method>
			<name>setDefaultLogoURL</name>
			<param>
				<name>defaultLogoURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setEditLogoURL</name>
			<param>
				<name>editLogoURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setImageId</name>
			<param>
				<name>imageId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setLogoDisplaySelector</name>
			<param>
				<name>logoDisplaySelector</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setShowBackground</name>
			<param>
				<name>showBackground</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_defaultLogoURL</name>
		</field>
		<field>
			<name>_editLogoURL</name>
		</field>
		<field>
			<name>_imageId</name>
		</field>
		<field>
			<name>_logoDisplaySelector</name>
		</field>
		<field>
			<name>_showBackground</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MessageTag</name>
		<type>com.liferay.taglib.ui.MessageTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>setArguments</name>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setArguments</name>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>setKey</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTranslateArguments</name>
			<param>
				<name>translateArguments</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setUnicode</name>
			<param>
				<name>unicode</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_arguments</name>
		</field>
		<field>
			<name>_key</name>
		</field>
		<field>
			<name>_translateArguments</name>
		</field>
		<field>
			<name>_unicode</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MySitesTag</name>
		<type>com.liferay.taglib.ui.MySitesTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setMax</name>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_max</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NavigationTag</name>
		<type>com.liferay.taglib.ui.NavigationTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>setBulletStyle</name>
			<param>
				<name>bulletStyle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDisplayStyle</name>
			<param>
				<name>displayStyle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setHeaderType</name>
			<param>
				<name>headerType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setIncludedLayouts</name>
			<param>
				<name>includedLayouts</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setNestedChildren</name>
			<param>
				<name>nestedChildren</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setRootLayoutLevel</name>
			<param>
				<name>rootLayoutLevel</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setRootLayoutType</name>
			<param>
				<name>rootLayoutType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_bulletStyle</name>
		</field>
		<field>
			<name>_displayStyle</name>
		</field>
		<field>
			<name>_headerType</name>
		</field>
		<field>
			<name>_includedLayouts</name>
		</field>
		<field>
			<name>_nestedChildren</name>
		</field>
		<field>
			<name>_rootLayoutLevel</name>
		</field>
		<field>
			<name>_rootLayoutType</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PageIteratorTag</name>
		<type>com.liferay.taglib.ui.PageIteratorTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setCur</name>
			<param>
				<name>cur</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setCurParam</name>
			<param>
				<name>curParam</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDelta</name>
			<param>
				<name>delta</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setDeltaConfigurable</name>
			<param>
				<name>deltaConfigurable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setDeltaParam</name>
			<param>
				<name>deltaParam</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFormName</name>
			<param>
				<name>formName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setId</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setJsCall</name>
			<param>
				<name>jsCall</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMaxPages</name>
			<param>
				<name>maxPages</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setTarget</name>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTotal</name>
			<param>
				<name>total</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setType</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUrl</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getEndPage</name>
		</method>
		<method>
			<name>getStartPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_END_PAGE</name>
		</field>
		<field>
			<name>_START_PAGE</name>
		</field>
		<field>
			<name>_cur</name>
		</field>
		<field>
			<name>_curParam</name>
		</field>
		<field>
			<name>_delta</name>
		</field>
		<field>
			<name>_deltaConfigurable</name>
		</field>
		<field>
			<name>_deltaParam</name>
		</field>
		<field>
			<name>_formName</name>
		</field>
		<field>
			<name>_id</name>
		</field>
		<field>
			<name>_jsCall</name>
		</field>
		<field>
			<name>_maxPages</name>
		</field>
		<field>
			<name>_pages</name>
		</field>
		<field>
			<name>_target</name>
		</field>
		<field>
			<name>_total</name>
		</field>
		<field>
			<name>_type</name>
		</field>
		<field>
			<name>_url</name>
		</field>
		<field>
			<name>_urlAnchor</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PanelContainerTag</name>
		<type>com.liferay.taglib.ui.PanelContainerTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doAfterBody</name>
		</method>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>doStartTag</name>
		</method>
		<method>
			<name>getId</name>
		</method>
		<method>
			<name>setAccordion</name>
			<param>
				<name>accordion</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setCssClass</name>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setEndPage</name>
			<param>
				<name>endPage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setExtended</name>
			<param>
				<name>extended</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>setId</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPersistState</name>
			<param>
				<name>persistState</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setStartPage</name>
			<param>
				<name>startPage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getEndPage</name>
		</method>
		<method>
			<name>getStartPage</name>
		</method>
		<field>
			<name>_END_PAGE</name>
		</field>
		<field>
			<name>_START_PAGE</name>
		</field>
		<field>
			<name>_accordion</name>
		</field>
		<field>
			<name>_cssClass</name>
		</field>
		<field>
			<name>_endPage</name>
		</field>
		<field>
			<name>_extended</name>
		</field>
		<field>
			<name>_id</name>
		</field>
		<field>
			<name>_persistState</name>
		</field>
		<field>
			<name>_startPage</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PanelFloatingContainerTag</name>
		<type>com.liferay.taglib.ui.PanelFloatingContainerTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doAfterBody</name>
		</method>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>doStartTag</name>
		</method>
		<method>
			<name>getId</name>
		</method>
		<method>
			<name>setAccordion</name>
			<param>
				<name>accordion</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setCssClass</name>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setEndPage</name>
			<param>
				<name>endPage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setExtended</name>
			<param>
				<name>extended</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>setId</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPaging</name>
			<param>
				<name>paging</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setPagingElements</name>
			<param>
				<name>pagingElements</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPersistState</name>
			<param>
				<name>persistState</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setResultsPerPage</name>
			<param>
				<name>resultsPerPage</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setStartPage</name>
			<param>
				<name>startPage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTrigger</name>
			<param>
				<name>trigger</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setWidth</name>
			<param>
				<name>width</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getEndPage</name>
		</method>
		<method>
			<name>getStartPage</name>
		</method>
		<field>
			<name>_END_PAGE</name>
		</field>
		<field>
			<name>_START_PAGE</name>
		</field>
		<field>
			<name>_accordion</name>
		</field>
		<field>
			<name>_cssClass</name>
		</field>
		<field>
			<name>_endPage</name>
		</field>
		<field>
			<name>_extended</name>
		</field>
		<field>
			<name>_id</name>
		</field>
		<field>
			<name>_paging</name>
		</field>
		<field>
			<name>_pagingElements</name>
		</field>
		<field>
			<name>_persistState</name>
		</field>
		<field>
			<name>_resultsPerPage</name>
		</field>
		<field>
			<name>_startPage</name>
		</field>
		<field>
			<name>_trigger</name>
		</field>
		<field>
			<name>_width</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PanelTag</name>
		<type>com.liferay.taglib.ui.PanelTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>setCollapsible</name>
			<param>
				<name>collapsible</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setCssClass</name>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDefaultState</name>
			<param>
				<name>defaultState</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setEndPage</name>
			<param>
				<name>endPage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setExtended</name>
			<param>
				<name>extended</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setHelpMessage</name>
			<param>
				<name>helpMessage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setId</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPersistState</name>
			<param>
				<name>persistState</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setStartPage</name>
			<param>
				<name>startPage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTitle</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getEndPage</name>
		</method>
		<method>
			<name>getStartPage</name>
		</method>
		<field>
			<name>_END_PAGE</name>
		</field>
		<field>
			<name>_START_PAGE</name>
		</field>
		<field>
			<name>_collapsible</name>
		</field>
		<field>
			<name>_cssClass</name>
		</field>
		<field>
			<name>_defaultState</name>
		</field>
		<field>
			<name>_endPage</name>
		</field>
		<field>
			<name>_extended</name>
		</field>
		<field>
			<name>_helpMessage</name>
		</field>
		<field>
			<name>_id</name>
		</field>
		<field>
			<name>_persistState</name>
		</field>
		<field>
			<name>_startPage</name>
		</field>
		<field>
			<name>_title</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PngImageTag</name>
		<type>com.liferay.taglib.ui.PngImageTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setHeight</name>
			<param>
				<name>height</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setImage</name>
			<param>
				<name>image</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setWidth</name>
			<param>
				<name>width</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_height</name>
		</field>
		<field>
			<name>_image</name>
		</field>
		<field>
			<name>_width</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RatingsScoreTag</name>
		<type>com.liferay.taglib.ui.RatingsScoreTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setScore</name>
			<param>
				<name>score</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_score</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RatingsTag</name>
		<type>com.liferay.taglib.ui.RatingsTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClassPK</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setNumberOfStars</name>
			<param>
				<name>numberOfStars</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setRatingsEntry</name>
			<param>
				<name>ratingsEntry</name>
				<type>com.liferay.portlet.ratings.model.RatingsEntry</type>
			</param>
		</method>
		<method>
			<name>setRatingsStats</name>
			<param>
				<name>ratingsStats</name>
				<type>com.liferay.portlet.ratings.model.RatingsStats</type>
			</param>
		</method>
		<method>
			<name>setType</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUrl</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>isCleanUpSetAttributes</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_CLEAN_UP_SET_ATTRIBUTES</name>
		</field>
		<field>
			<name>_DEFAULT_NUMBER_OF_STARS</name>
		</field>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_classPK</name>
		</field>
		<field>
			<name>_numberOfStars</name>
		</field>
		<field>
			<name>_ratingsEntry</name>
		</field>
		<field>
			<name>_ratingsStats</name>
		</field>
		<field>
			<name>_setRatingsEntry</name>
		</field>
		<field>
			<name>_setRatingsStats</name>
		</field>
		<field>
			<name>_type</name>
		</field>
		<field>
			<name>_url</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SearchContainerColumnButtonTag</name>
		<type>com.liferay.taglib.ui.SearchContainerColumnButtonTag</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>doEndTag</name>
		</method>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>getHref</name>
		</method>
		<method>
			<name>setHref</name>
			<param>
				<name>href</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_href</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SearchContainerColumnJSPTag</name>
		<type>com.liferay.taglib.ui.SearchContainerColumnJSPTag</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>doEndTag</name>
		</method>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>getPath</name>
		</method>
		<method>
			<name>setPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_path</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SearchContainerColumnTag</name>
		<type>com.liferay.taglib.ui.SearchContainerColumnTag</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>getAlign</name>
		</method>
		<method>
			<name>getColspan</name>
		</method>
		<method>
			<name>getCssClass</name>
		</method>
		<method>
			<name>getIndex</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>getValign</name>
		</method>
		<method>
			<name>setAlign</name>
			<param>
				<name>align</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setColspan</name>
			<param>
				<name>colspan</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setCssClass</name>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setIndex</name>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setValign</name>
			<param>
				<name>valign</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>align</name>
		</field>
		<field>
			<name>colspan</name>
		</field>
		<field>
			<name>cssClass</name>
		</field>
		<field>
			<name>index</name>
		</field>
		<field>
			<name>name</name>
		</field>
		<field>
			<name>valign</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SearchContainerColumnTextTag</name>
		<type>com.liferay.taglib.ui.SearchContainerColumnTextTag</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>doEndTag</name>
		</method>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>getBuffer</name>
		</method>
		<method>
			<name>getHref</name>
		</method>
		<method>
			<name>getOrderableProperty</name>
		</method>
		<method>
			<name>getProperty</name>
		</method>
		<method>
			<name>getTarget</name>
		</method>
		<method>
			<name>getTitle</name>
		</method>
		<method>
			<name>getValue</name>
		</method>
		<method>
			<name>isOrderable</name>
		</method>
		<method>
			<name>setBuffer</name>
			<param>
				<name>buffer</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setHref</name>
			<param>
				<name>href</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setOrderable</name>
			<param>
				<name>orderable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setOrderableProperty</name>
			<param>
				<name>orderableProperty</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setProperty</name>
			<param>
				<name>property</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTarget</name>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTitle</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTranslate</name>
			<param>
				<name>translate</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_buffer</name>
		</field>
		<field>
			<name>_href</name>
		</field>
		<field>
			<name>_orderable</name>
		</field>
		<field>
			<name>_orderableProperty</name>
		</field>
		<field>
			<name>_property</name>
		</field>
		<field>
			<name>_sb</name>
		</field>
		<field>
			<name>_target</name>
		</field>
		<field>
			<name>_title</name>
		</field>
		<field>
			<name>_translate</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SearchContainerColumnTextTei</name>
		<type>com.liferay.taglib.ui.SearchContainerColumnTextTei</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getVariableInfo</name>
			<param>
				<name>tagData</name>
				<type>javax.servlet.jsp.tagext.TagData</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SearchContainerResultsTag</name>
		<type>com.liferay.taglib.ui.SearchContainerResultsTag</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>getResults</name>
		</method>
		<method>
			<name>getResultsVar</name>
		</method>
		<method>
			<name>getTotal</name>
		</method>
		<method>
			<name>getTotalVar</name>
		</method>
		<method>
			<name>setResults</name>
			<param>
				<name>results</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setResultsVar</name>
			<param>
				<name>resultsVar</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTotal</name>
			<param>
				<name>total</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setTotalVar</name>
			<param>
				<name>totalVar</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>DEFAULT_RESULTS_VAR</name>
		</field>
		<field>
			<name>DEFAULT_TOTAL_VAR</name>
		</field>
		<field>
			<name>_results</name>
		</field>
		<field>
			<name>_resultsVar</name>
		</field>
		<field>
			<name>_total</name>
		</field>
		<field>
			<name>_totalVar</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SearchContainerResultsTei</name>
		<type>com.liferay.taglib.ui.SearchContainerResultsTei</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getVariableInfo</name>
			<param>
				<name>tagData</name>
				<type>javax.servlet.jsp.tagext.TagData</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SearchContainerRowParameterTag</name>
		<type>com.liferay.taglib.ui.SearchContainerRowParameterTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SearchContainerRowTag</name>
		<type>com.liferay.taglib.ui.SearchContainerRowTag</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>addParam</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>doAfterBody</name>
		</method>
		<method>
			<name>doEndTag</name>
		</method>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>getClassName</name>
		</method>
		<method>
			<name>getHeaderNames</name>
		</method>
		<method>
			<name>getIndexVar</name>
		</method>
		<method>
			<name>getKeyProperty</name>
		</method>
		<method>
			<name>getModelVar</name>
		</method>
		<method>
			<name>getOrderableHeaders</name>
		</method>
		<method>
			<name>getRow</name>
		</method>
		<method>
			<name>getRowVar</name>
		</method>
		<method>
			<name>isBold</name>
		</method>
		<method>
			<name>isEscapedModel</name>
		</method>
		<method>
			<name>isHeaderNamesAssigned</name>
		</method>
		<method>
			<name>isStringKey</name>
		</method>
		<method>
			<name>setBold</name>
			<param>
				<name>bold</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setEscapedModel</name>
			<param>
				<name>escapedModel</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setHeaderNames</name>
			<param>
				<name>headerNames</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setHeaderNamesAssigned</name>
			<param>
				<name>headerNamesAssigned</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setIndexVar</name>
			<param>
				<name>indexVar</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setKeyProperty</name>
			<param>
				<name>keyProperty</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setModelVar</name>
			<param>
				<name>var</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setOrderableHeaders</name>
			<param>
				<name>orderableHeaders</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setRow</name>
			<param>
				<name>row</name>
				<type>com.liferay.portal.kernel.dao.search.ResultRow</type>
			</param>
		</method>
		<method>
			<name>setRowIdProperty</name>
			<param>
				<name>rowIdProperty</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRowVar</name>
			<param>
				<name>rowVar</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setServletContext</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>setStringKey</name>
			<param>
				<name>stringKey</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>processRow</name>
		</method>
		<field>
			<name>DEFAULT_INDEX_VAR</name>
		</field>
		<field>
			<name>DEFAULT_MODEL_VAR</name>
		</field>
		<field>
			<name>DEFAULT_ROW_VAR</name>
		</field>
		<field>
			<name>_bold</name>
		</field>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_escapedModel</name>
		</field>
		<field>
			<name>_headerNames</name>
		</field>
		<field>
			<name>_headerNamesAssigned</name>
		</field>
		<field>
			<name>_indexVar</name>
		</field>
		<field>
			<name>_keyProperty</name>
		</field>
		<field>
			<name>_modelVar</name>
		</field>
		<field>
			<name>_orderableHeaders</name>
		</field>
		<field>
			<name>_resultRow</name>
		</field>
		<field>
			<name>_resultRows</name>
		</field>
		<field>
			<name>_results</name>
		</field>
		<field>
			<name>_rowIdProperty</name>
		</field>
		<field>
			<name>_rowIndex</name>
		</field>
		<field>
			<name>_rowVar</name>
		</field>
		<field>
			<name>_stringKey</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SearchContainerRowTei</name>
		<type>com.liferay.taglib.ui.SearchContainerRowTei</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getVariableInfo</name>
			<param>
				<name>tagData</name>
				<type>javax.servlet.jsp.tagext.TagData</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SearchContainerTag</name>
		<type>com.liferay.taglib.ui.SearchContainerTag</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>doEndTag</name>
		</method>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>getCurParam</name>
		</method>
		<method>
			<name>getDelta</name>
		</method>
		<method>
			<name>getDeltaParam</name>
		</method>
		<method>
			<name>getDisplayTerms</name>
		</method>
		<method>
			<name>getEmptyResultsMessage</name>
		</method>
		<method>
			<name>getIteratorURL</name>
		</method>
		<method>
			<name>getOrderByCol</name>
		</method>
		<method>
			<name>getOrderByColParam</name>
		</method>
		<method>
			<name>getOrderByComparator</name>
		</method>
		<method>
			<name>getOrderByType</name>
		</method>
		<method>
			<name>getOrderByTypeParam</name>
		</method>
		<method>
			<name>getRowChecker</name>
		</method>
		<method>
			<name>getSearchContainer</name>
		</method>
		<method>
			<name>getSearchTerms</name>
		</method>
		<method>
			<name>getVar</name>
		</method>
		<method>
			<name>isDeltaConfigurable</name>
		</method>
		<method>
			<name>isHasResults</name>
		</method>
		<method>
			<name>isHover</name>
		</method>
		<method>
			<name>setCurParam</name>
			<param>
				<name>curParam</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDelta</name>
			<param>
				<name>delta</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setDeltaConfigurable</name>
			<param>
				<name>deltaConfigurable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setDeltaParam</name>
			<param>
				<name>deltaParam</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDisplayTerms</name>
			<param>
				<name>displayTerms</name>
				<type>com.liferay.portal.kernel.dao.search.DisplayTerms</type>
			</param>
		</method>
		<method>
			<name>setEmptyResultsMessage</name>
			<param>
				<name>emptyResultsMessage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setHasResults</name>
			<param>
				<name>hasResults</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setHeaderNames</name>
			<param>
				<name>headerNames</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setHover</name>
			<param>
				<name>hover</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setId</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setIteratorURL</name>
			<param>
				<name>iteratorURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>setOrderByCol</name>
			<param>
				<name>orderByCol</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setOrderByColParam</name>
			<param>
				<name>orderByColParam</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setOrderByComparator</name>
			<param>
				<name>orderByComparator</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>setOrderByType</name>
			<param>
				<name>orderByType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setOrderByTypeParam</name>
			<param>
				<name>orderByTypeParam</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRowChecker</name>
			<param>
				<name>rowChecker</name>
				<type>com.liferay.portal.kernel.dao.search.RowChecker</type>
			</param>
		</method>
		<method>
			<name>setSearchContainer</name>
			<param>
				<name>searchContainer</name>
				<type>com.liferay.portal.kernel.dao.search.SearchContainer</type>
			</param>
		</method>
		<method>
			<name>setSearchTerms</name>
			<param>
				<name>searchTerms</name>
				<type>com.liferay.portal.kernel.dao.search.DisplayTerms</type>
			</param>
		</method>
		<method>
			<name>setVar</name>
			<param>
				<name>var</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>DEFAULT_VAR</name>
		</field>
		<field>
			<name>_curParam</name>
		</field>
		<field>
			<name>_delta</name>
		</field>
		<field>
			<name>_deltaConfigurable</name>
		</field>
		<field>
			<name>_deltaParam</name>
		</field>
		<field>
			<name>_displayTerms</name>
		</field>
		<field>
			<name>_emptyResultsMessage</name>
		</field>
		<field>
			<name>_hasResults</name>
		</field>
		<field>
			<name>_headerNames</name>
		</field>
		<field>
			<name>_hover</name>
		</field>
		<field>
			<name>_id</name>
		</field>
		<field>
			<name>_iteratorURL</name>
		</field>
		<field>
			<name>_orderByCol</name>
		</field>
		<field>
			<name>_orderByColParam</name>
		</field>
		<field>
			<name>_orderByComparator</name>
		</field>
		<field>
			<name>_orderByType</name>
		</field>
		<field>
			<name>_orderByTypeParam</name>
		</field>
		<field>
			<name>_rowChecker</name>
		</field>
		<field>
			<name>_searchContainer</name>
		</field>
		<field>
			<name>_searchTerms</name>
		</field>
		<field>
			<name>_var</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SearchContainerTei</name>
		<type>com.liferay.taglib.ui.SearchContainerTei</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>getVariableInfo</name>
			<param>
				<name>tagData</name>
				<type>javax.servlet.jsp.tagext.TagData</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SearchFormTag</name>
		<type>com.liferay.taglib.ui.SearchFormTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setSearchContainer</name>
			<param>
				<name>searchContainer</name>
				<type>com.liferay.portal.kernel.dao.search.SearchContainer</type>
			</param>
		</method>
		<method>
			<name>setShowAddButton</name>
			<param>
				<name>showAddButton</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_searchContainer</name>
		</field>
		<field>
			<name>_showAddButton</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SearchIteratorTag</name>
		<type>com.liferay.taglib.ui.SearchIteratorTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setPaginate</name>
			<param>
				<name>paginate</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>page</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_paginate</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SearchPaginatorTag</name>
		<type>com.liferay.taglib.ui.SearchPaginatorTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setId</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setType</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_id</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SearchSpeedTag</name>
		<type>com.liferay.taglib.ui.SearchSpeedTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setHits</name>
			<param>
				<name>hits</name>
				<type>com.liferay.portal.kernel.search.Hits</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_hits</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SearchTag</name>
		<type>com.liferay.taglib.ui.SearchTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getEndPage</name>
		</method>
		<method>
			<name>getStartPage</name>
		</method>
		<method>
			<name>processEndTag</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_END_PAGE</name>
		</field>
		<field>
			<name>_START_PAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SearchToggleTag</name>
		<type>com.liferay.taglib.ui.SearchToggleTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setButtonLabel</name>
			<param>
				<name>buttonLabel</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDisplayTerms</name>
			<param>
				<name>displayTerms</name>
				<type>com.liferay.portal.kernel.dao.search.DisplayTerms</type>
			</param>
		</method>
		<method>
			<name>setId</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getEndPage</name>
		</method>
		<method>
			<name>getStartPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_END_PAGE</name>
		</field>
		<field>
			<name>_START_PAGE</name>
		</field>
		<field>
			<name>_buttonLabel</name>
		</field>
		<field>
			<name>_displayTerms</name>
		</field>
		<field>
			<name>_id</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SectionTag</name>
		<type>com.liferay.taglib.ui.SectionTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>getEndPage</name>
		</method>
		<method>
			<name>getStartPage</name>
		</method>
		<method>
			<name>processEndTag</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_END_PAGE</name>
		</field>
		<field>
			<name>_START_PAGE</name>
		</field>
		<field>
			<name>_sectionSelected</name>
		</field>
		<field>
			<name>_tabsTag</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SectionTei</name>
		<type>com.liferay.taglib.ui.SectionTei</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getVariableInfo</name>
			<param>
				<name>tagData</name>
				<type>javax.servlet.jsp.tagext.TagData</type>
			</param>
		</method>
		<field>
			<name>_variableInfo</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialActivitiesTag</name>
		<type>com.liferay.taglib.ui.SocialActivitiesTag</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>setActivities</name>
			<param>
				<name>activities</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setClassName</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setClassPK</name>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setDisplayRSSFeed</name>
			<param>
				<name>displayRSSFeed</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setFeedEnabled</name>
			<param>
				<name>feedEnabled</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setFeedLink</name>
			<param>
				<name>feedLink</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFeedLinkMessage</name>
			<param>
				<name>feedLinkMessage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFeedTitle</name>
			<param>
				<name>feedTitle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_activities</name>
		</field>
		<field>
			<name>_className</name>
		</field>
		<field>
			<name>_classPK</name>
		</field>
		<field>
			<name>_displayRSSFeed</name>
		</field>
		<field>
			<name>_feedEnabled</name>
		</field>
		<field>
			<name>_feedLink</name>
		</field>
		<field>
			<name>_feedLinkMessage</name>
		</field>
		<field>
			<name>_feedTitle</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialBookmarkTag</name>
		<type>com.liferay.taglib.ui.SocialBookmarkTag</type>
		<author><![CDATA[David Truong]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setTarget</name>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTitle</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setType</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUrl</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>getPostUrl</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_jspPaths</name>
		</field>
		<field>
			<name>_jspPath</name>
		</field>
		<field>
			<name>_target</name>
		</field>
		<field>
			<name>_title</name>
		</field>
		<field>
			<name>_type</name>
		</field>
		<field>
			<name>_url</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SocialBookmarksTag</name>
		<type>com.liferay.taglib.ui.SocialBookmarksTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>setDisplayStyle</name>
			<param>
				<name>displayStyle</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTarget</name>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTitle</name>
			<param>
				<name>title</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTypes</name>
			<param>
				<name>types</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUrl</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_displayStyle</name>
		</field>
		<field>
			<name>_target</name>
		</field>
		<field>
			<name>_title</name>
		</field>
		<field>
			<name>_types</name>
		</field>
		<field>
			<name>_url</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StagingTag</name>
		<type>com.liferay.taglib.ui.StagingTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setCssClass</name>
			<param>
				<name>cssClass</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setExtended</name>
			<param>
				<name>extended</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setGroupId</name>
			<param>
				<name>groupId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setIcon</name>
			<param>
				<name>icon</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setLayoutSetBranchId</name>
			<param>
				<name>layoutSetBranchId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setMessage</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPrivateLayout</name>
			<param>
				<name>privateLayout</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setSelPlid</name>
			<param>
				<name>selPlid</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setShowManageBranches</name>
			<param>
				<name>showManageBranches</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_cssClass</name>
		</field>
		<field>
			<name>_extended</name>
		</field>
		<field>
			<name>_groupId</name>
		</field>
		<field>
			<name>_icon</name>
		</field>
		<field>
			<name>_layoutSetBranchId</name>
		</field>
		<field>
			<name>_message</name>
		</field>
		<field>
			<name>_privateLayout</name>
		</field>
		<field>
			<name>_selPlid</name>
		</field>
		<field>
			<name>_showManageBranches</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SuccessTag</name>
		<type>com.liferay.taglib.ui.SuccessTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doStartTag</name>
		</method>
		<method>
			<name>setKey</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMessage</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTranslateMessage</name>
			<param>
				<name>translateMessage</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_key</name>
		</field>
		<field>
			<name>_message</name>
		</field>
		<field>
			<name>_translateMessage</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TableIteratorTag</name>
		<type>com.liferay.taglib.ui.TableIteratorTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doAfterBody</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>getBodyPage</name>
		</method>
		<method>
			<name>setBodyPage</name>
			<param>
				<name>bodyPage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setEndPage</name>
			<param>
				<name>endPage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setList</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setListType</name>
			<param>
				<name>listType</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRowBreak</name>
			<param>
				<name>rowBreak</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRowLength</name>
			<param>
				<name>rowLength</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRowPadding</name>
			<param>
				<name>rowPadding</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRowValign</name>
			<param>
				<name>rowValign</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setStartPage</name>
			<param>
				<name>startPage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setWidth</name>
			<param>
				<name>width</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getEndPage</name>
		</method>
		<method>
			<name>getStartPage</name>
		</method>
		<field>
			<name>_BODY_PAGE</name>
		</field>
		<field>
			<name>_END_PAGE</name>
		</field>
		<field>
			<name>_START_PAGE</name>
		</field>
		<field>
			<name>_bodyPage</name>
		</field>
		<field>
			<name>_endPage</name>
		</field>
		<field>
			<name>_list</name>
		</field>
		<field>
			<name>_listPos</name>
		</field>
		<field>
			<name>_rowBreak</name>
		</field>
		<field>
			<name>_rowLength</name>
		</field>
		<field>
			<name>_rowPadding</name>
		</field>
		<field>
			<name>_rowValign</name>
		</field>
		<field>
			<name>_startPage</name>
		</field>
		<field>
			<name>_width</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TableIteratorTei</name>
		<type>com.liferay.taglib.ui.TableIteratorTei</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getVariableInfo</name>
			<param>
				<name>tagData</name>
				<type>javax.servlet.jsp.tagext.TagData</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>TabsTag</name>
		<type>com.liferay.taglib.ui.TabsTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>getOnClick</name>
		</method>
		<method>
			<name>getParam</name>
		</method>
		<method>
			<name>getSectionName</name>
		</method>
		<method>
			<name>getSectionSelected</name>
		</method>
		<method>
			<name>incrementSection</name>
		</method>
		<method>
			<name>isRefresh</name>
		</method>
		<method>
			<name>setBackLabel</name>
			<param>
				<name>backLabel</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setBackURL</name>
			<param>
				<name>backURL</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setEndPage</name>
			<param>
				<name>endPage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setFormName</name>
			<param>
				<name>formName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setNames</name>
			<param>
				<name>names</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setOnClick</name>
			<param>
				<name>onClick</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setParam</name>
			<param>
				<name>param</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletURL</name>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>setRefresh</name>
			<param>
				<name>refresh</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setStartPage</name>
			<param>
				<name>startPage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setTabsValues</name>
			<param>
				<name>tabsValues</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUrl</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUrl0</name>
			<param>
				<name>url0</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUrl1</name>
			<param>
				<name>url1</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUrl2</name>
			<param>
				<name>url2</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUrl3</name>
			<param>
				<name>url3</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUrl4</name>
			<param>
				<name>url4</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUrl5</name>
			<param>
				<name>url5</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUrl6</name>
			<param>
				<name>url6</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUrl7</name>
			<param>
				<name>url7</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUrl8</name>
			<param>
				<name>url8</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUrl9</name>
			<param>
				<name>url9</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getEndPage</name>
		</method>
		<method>
			<name>getStartPage</name>
		</method>
		<field>
			<name>_END_PAGE</name>
		</field>
		<field>
			<name>_START_PAGE</name>
		</field>
		<field>
			<name>_backLabel</name>
		</field>
		<field>
			<name>_backURL</name>
		</field>
		<field>
			<name>_endPage</name>
		</field>
		<field>
			<name>_formName</name>
		</field>
		<field>
			<name>_names</name>
		</field>
		<field>
			<name>_namesPos</name>
		</field>
		<field>
			<name>_onClick</name>
		</field>
		<field>
			<name>_param</name>
		</field>
		<field>
			<name>_portletURL</name>
		</field>
		<field>
			<name>_refresh</name>
		</field>
		<field>
			<name>_startPage</name>
		</field>
		<field>
			<name>_tabsValues</name>
		</field>
		<field>
			<name>_url</name>
		</field>
		<field>
			<name>_url0</name>
		</field>
		<field>
			<name>_url1</name>
		</field>
		<field>
			<name>_url2</name>
		</field>
		<field>
			<name>_url3</name>
		</field>
		<field>
			<name>_url4</name>
		</field>
		<field>
			<name>_url5</name>
		</field>
		<field>
			<name>_url6</name>
		</field>
		<field>
			<name>_url7</name>
		</field>
		<field>
			<name>_url8</name>
		</field>
		<field>
			<name>_url9</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ToggleAreaTag</name>
		<type>com.liferay.taglib.ui.ToggleAreaTag</type>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>setAlign</name>
			<param>
				<name>align</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setDefaultShowContent</name>
			<param>
				<name>defaultShowContent</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setEndPage</name>
			<param>
				<name>endPage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setHideImage</name>
			<param>
				<name>hideImage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setHideMessage</name>
			<param>
				<name>hideMessage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setId</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setShowImage</name>
			<param>
				<name>showImage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setShowMessage</name>
			<param>
				<name>showMessage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setStartPage</name>
			<param>
				<name>startPage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setStateVar</name>
			<param>
				<name>stateVar</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getEndPage</name>
		</method>
		<method>
			<name>getStartPage</name>
		</method>
		<field>
			<name>_END_PAGE</name>
		</field>
		<field>
			<name>_START_PAGE</name>
		</field>
		<field>
			<name>_align</name>
		</field>
		<field>
			<name>_defaultShowContent</name>
		</field>
		<field>
			<name>_endPage</name>
		</field>
		<field>
			<name>_hideImage</name>
		</field>
		<field>
			<name>_hideMessage</name>
		</field>
		<field>
			<name>_id</name>
		</field>
		<field>
			<name>_showImage</name>
		</field>
		<field>
			<name>_showMessage</name>
		</field>
		<field>
			<name>_startPage</name>
		</field>
		<field>
			<name>_stateVar</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ToggleTag</name>
		<type>com.liferay.taglib.ui.ToggleTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doTag</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>showImage</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>hideImage</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>showMessage</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>hideMessage</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultShowContent</name>
				<type>boolean</type>
			</param>
			<param>
				<name>stateVar</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doTag</name>
			<param>
				<name>page</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>showImage</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>hideImage</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>showMessage</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>hideMessage</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultShowContent</name>
				<type>boolean</type>
			</param>
			<param>
				<name>stateVar</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>setDefaultShowContent</name>
			<param>
				<name>defaultShowContent</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setHideImage</name>
			<param>
				<name>hideImage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setHideMessage</name>
			<param>
				<name>hideMessage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setId</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setShowImage</name>
			<param>
				<name>showImage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setShowMessage</name>
			<param>
				<name>showMessage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setStateVar</name>
			<param>
				<name>stateVar</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_defaultShowContent</name>
		</field>
		<field>
			<name>_hideImage</name>
		</field>
		<field>
			<name>_hideMessage</name>
		</field>
		<field>
			<name>_id</name>
		</field>
		<field>
			<name>_showImage</name>
		</field>
		<field>
			<name>_showMessage</name>
		</field>
		<field>
			<name>_stateVar</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ToggleValueTag</name>
		<type>com.liferay.taglib.ui.ToggleValueTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doTag</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>doTag</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>setDefaultValue</name>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setId</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_defaultValue</name>
		</field>
		<field>
			<name>_id</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UploadProgressTag</name>
		<type>com.liferay.taglib.ui.UploadProgressTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Keith R. Davis]]></author>
		<method>
			<name>setId</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setIframeSrc</name>
			<param>
				<name>iframeSrc</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setMessage</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setRedirect</name>
			<param>
				<name>redirect</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_id</name>
		</field>
		<field>
			<name>_iframeSrc</name>
		</field>
		<field>
			<name>_message</name>
		</field>
		<field>
			<name>_redirect</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserDisplayTag</name>
		<type>com.liferay.taglib.ui.UserDisplayTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>setDisplayStyle</name>
			<param>
				<name>displayStyle</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setEndPage</name>
			<param>
				<name>endPage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setStartPage</name>
			<param>
				<name>startPage</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUrl</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setUserId</name>
			<param>
				<name>userId</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setUserName</name>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getEndPage</name>
		</method>
		<method>
			<name>getStartPage</name>
		</method>
		<field>
			<name>_END_PAGE</name>
		</field>
		<field>
			<name>_START_PAGE</name>
		</field>
		<field>
			<name>_displayStyle</name>
		</field>
		<field>
			<name>_endPage</name>
		</field>
		<field>
			<name>_startPage</name>
		</field>
		<field>
			<name>_url</name>
		</field>
		<field>
			<name>_userId</name>
		</field>
		<field>
			<name>_userName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserDisplayTei</name>
		<type>com.liferay.taglib.ui.UserDisplayTei</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getVariableInfo</name>
			<param>
				<name>tagData</name>
				<type>javax.servlet.jsp.tagext.TagData</type>
			</param>
		</method>
		<field>
			<name>_variableInfo</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UserSearchTag</name>
		<type>com.liferay.taglib.ui.UserSearchTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setPortletURL</name>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>setRowChecker</name>
			<param>
				<name>rowChecker</name>
				<type>com.liferay.portal.kernel.dao.search.RowChecker</type>
			</param>
		</method>
		<method>
			<name>setUserParams</name>
			<param>
				<name>userParams</name>
				<type>java.util.LinkedHashMap</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getEndPage</name>
		</method>
		<method>
			<name>getStartPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_END_PAGE</name>
		</field>
		<field>
			<name>_START_PAGE</name>
		</field>
		<field>
			<name>_portletURL</name>
		</field>
		<field>
			<name>_rowChecker</name>
		</field>
		<field>
			<name>_userParams</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WebDAVTag</name>
		<type>com.liferay.taglib.ui.WebDAVTag</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_path</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WriteTag</name>
		<type>com.liferay.taglib.ui.WriteTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>setBean</name>
			<param>
				<name>bean</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setProperty</name>
			<param>
				<name>property</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_PAGE</name>
		</field>
		<field>
			<name>_bean</name>
		</field>
		<field>
			<name>_property</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AttributesTagSupport</name>
		<type>com.liferay.taglib.util.AttributesTagSupport</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>clearDynamicAttributes</name>
		</method>
		<method>
			<name>getAttributeNamespace</name>
		</method>
		<method>
			<name>getCustomAttributes</name>
		</method>
		<method>
			<name>getDynamicAttribute</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getNamespacedAttribute</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getScopedAttribute</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getScopedAttributes</name>
		</method>
		<method>
			<name>setAttributeNamespace</name>
			<param>
				<name>attributeNamespace</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setCustomAttributes</name>
			<param>
				<name>customAttributes</name>
				<type>com.liferay.portal.kernel.servlet.taglib.CustomAttributes</type>
			</param>
		</method>
		<method>
			<name>setDynamicAttribute</name>
			<param>
				<name>uri</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>localName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setNamespacedAttribute</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setScopedAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getDynamicAttributes</name>
		</method>
		<method>
			<name>writeDynamicAttributes</name>
			<param>
				<name>jspWriter</name>
				<type>javax.servlet.jsp.JspWriter</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_encodeKey</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_attributeNamespace</name>
		</field>
		<field>
			<name>_customAttributes</name>
		</field>
		<field>
			<name>_dynamicAttributes</name>
		</field>
		<field>
			<name>_scopedAttributes</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BodyBottomTag</name>
		<type>com.liferay.taglib.util.BodyBottomTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BodyBottomTag</name>
		</method>
	</javadoc>
	<javadoc>
		<name>BodyTopTag</name>
		<type>com.liferay.taglib.util.BodyTopTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BodyTopTag</name>
		</method>
	</javadoc>
	<javadoc>
		<name>BufferTag</name>
		<type>com.liferay.taglib.util.BufferTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doEndTag</name>
		</method>
		<method>
			<name>doStartTag</name>
		</method>
		<method>
			<name>setVar</name>
			<param>
				<name>var</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_var</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BufferTei</name>
		<type>com.liferay.taglib.util.BufferTei</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getVariableInfo</name>
			<param>
				<name>tagData</name>
				<type>javax.servlet.jsp.tagext.TagData</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>GetUrlTag</name>
		<type>com.liferay.taglib.util.GetUrlTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>setExpires</name>
			<param>
				<name>expires</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setUrl</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setVar</name>
			<param>
				<name>var</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_expires</name>
		</field>
		<field>
			<name>_url</name>
		</field>
		<field>
			<name>_var</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GetUrlTei</name>
		<type>com.liferay.taglib.util.GetUrlTei</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getVariableInfo</name>
			<param>
				<name>tagData</name>
				<type>javax.servlet.jsp.tagext.TagData</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>GetUrlWebCacheItem</name>
		<type>com.liferay.taglib.util.GetUrlWebCacheItem</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GetUrlWebCacheItem</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>refreshTime</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>convert</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>WebCacheException</name>
				<type>com.liferay.portal.kernel.webcache.WebCacheException</type>
			</throws>
		</method>
		<method>
			<name>getRefreshTime</name>
		</method>
		<field>
			<name>_refreshTime</name>
		</field>
		<field>
			<name>_url</name>
		</field>
	</javadoc>
	<javadoc>
		<name>HtmlBottomTag</name>
		<type>com.liferay.taglib.util.HtmlBottomTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>HtmlBottomTag</name>
		</method>
	</javadoc>
	<javadoc>
		<name>HtmlTopTag</name>
		<type>com.liferay.taglib.util.HtmlTopTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>HtmlTopTag</name>
		</method>
	</javadoc>
	<javadoc>
		<name>IncludeTag</name>
		<type>com.liferay.taglib.util.IncludeTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>getServletContext</name>
		</method>
		<method>
			<name>runEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>runStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>runTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>setPage</name>
			<param>
				<name>page</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setStrict</name>
			<param>
				<name>strict</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setUseCustomPage</name>
			<param>
				<name>useCustomPage</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>callSetAttributes</name>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>cleanUpSetAttributes</name>
		</method>
		<method>
			<name>doInclude</name>
			<param>
				<name>page</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>doIncludeTheme</name>
			<param>
				<name>page</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getCustomPage</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>getEndPage</name>
		</method>
		<method>
			<name>getPage</name>
		</method>
		<method>
			<name>getStartPage</name>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>page</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>isCleanUpSetAttributes</name>
		</method>
		<method>
			<name>isTrimNewLines</name>
		</method>
		<method>
			<name>isUseCustomPage</name>
		</method>
		<method>
			<name>processEndTag</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processStartTag</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setAttributes</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>setCalledSetAttributes</name>
			<param>
				<name>calledSetAttributes</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>themeResourceExists</name>
			<param>
				<name>page</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_CLEAN_UP_SET_ATTRIBUTES</name>
		</field>
		<field>
			<name>_THEME_JSP_OVERRIDE_ENABLED</name>
		</field>
		<field>
			<name>_TRIM_NEW_LINES</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_calledSetAttributes</name>
		</field>
		<field>
			<name>_page</name>
		</field>
		<field>
			<name>_portletId</name>
		</field>
		<field>
			<name>_strict</name>
		</field>
		<field>
			<name>_trackedRequest</name>
		</field>
		<field>
			<name>_useCustomPage</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InlineUtil</name>
		<type>com.liferay.taglib.util.InlineUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>buildDynamicAttributes</name>
			<param>
				<name>dynamicAttributes</name>
				<type>java.util.Map</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>OutputTag</name>
		<type>com.liferay.taglib.util.OutputTag</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>OutputTag</name>
			<param>
				<name>stringBundlerKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>doEndTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>doStartTag</name>
		</method>
		<method>
			<name>setOutputKey</name>
			<param>
				<name>outputKey</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getOutputKeys</name>
		</method>
		<field>
			<name>_output</name>
		</field>
		<field>
			<name>_outputKey</name>
		</field>
		<field>
			<name>_webKey</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ParamAncestorTag</name>
		<type>com.liferay.taglib.util.ParamAncestorTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addParam</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ParamAndPropertyAncestorTagImpl</name>
		<type>com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>addParam</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addProperty</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>clearParams</name>
		</method>
		<method>
			<name>clearProperties</name>
		</method>
		<method>
			<name>getParams</name>
		</method>
		<method>
			<name>getProperties</name>
		</method>
		<method>
			<name>getRemovedParameterNames</name>
		</method>
		<method>
			<name>getServletContext</name>
		</method>
		<method>
			<name>getServletRequest</name>
		</method>
		<method>
			<name>getServletResponse</name>
		</method>
		<method>
			<name>isAllowEmptyParam</name>
		</method>
		<method>
			<name>setAllowEmptyParam</name>
			<param>
				<name>allowEmptyParam</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setServletContext</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<field>
			<name>_allowEmptyParam</name>
		</field>
		<field>
			<name>_params</name>
		</field>
		<field>
			<name>_properties</name>
		</field>
		<field>
			<name>_removedParameterNames</name>
		</field>
		<field>
			<name>_servletContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ParamTag</name>
		<type>com.liferay.taglib.util.ParamTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortalIncludeUtil</name>
		<type>com.liferay.taglib.util.PortalIncludeUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.servlet.PortalIncludeUtil}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>PositionTagSupport</name>
		<type>com.liferay.taglib.util.PositionTagSupport</type>
		<author><![CDATA[Eduardo Lundgren]]></author>
		<method>
			<name>getPosition</name>
		</method>
		<method>
			<name>isPositionAuto</name>
		</method>
		<method>
			<name>isPositionInLine</name>
		</method>
		<method>
			<name>setPosition</name>
			<param>
				<name>position</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>cleanUp</name>
		</method>
		<method>
			<name>getPositionValue</name>
		</method>
		<field>
			<name>_POSITION_AUTO</name>
		</field>
		<field>
			<name>_POSITION_INLINE</name>
		</field>
		<field>
			<name>_position</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PropertyAncestorTag</name>
		<type>com.liferay.taglib.util.PropertyAncestorTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addProperty</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PropertyTag</name>
		<type>com.liferay.taglib.util.PropertyTag</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doStartTag</name>
			<throws>
				<name>JspException</name>
				<type>javax.servlet.jsp.JspException</type>
			</throws>
		</method>
		<method>
			<name>setName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_name</name>
		</field>
		<field>
			<name>_value</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThemeUtil</name>
		<type>com.liferay.taglib.util.ThemeUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<author><![CDATA[Mika Koivisto]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>getPortletId</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>theme</name>
				<type>com.liferay.portal.model.Theme</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>includeFTL</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>theme</name>
				<type>com.liferay.portal.model.Theme</type>
			</param>
			<param>
				<name>write</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>includeJSP</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>theme</name>
				<type>com.liferay.portal.model.Theme</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>includeVM</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>theme</name>
				<type>com.liferay.portal.model.Theme</type>
			</param>
			<param>
				<name>write</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doDispatch</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>theme</name>
				<type>com.liferay.portal.model.Theme</type>
			</param>
			<param>
				<name>write</name>
				<type>boolean</type>
			</param>
			<param>
				<name>extension</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doIncludeFTL</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>theme</name>
				<type>com.liferay.portal.model.Theme</type>
			</param>
			<param>
				<name>write</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doIncludeJSP</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>theme</name>
				<type>com.liferay.portal.model.Theme</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doIncludeVM</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
			<param>
				<name>page</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>theme</name>
				<type>com.liferay.portal.model.Theme</type>
			</param>
			<param>
				<name>write</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>insertTilesVariables</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>VelocityTaglib</name>
		<type>com.liferay.taglib.util.VelocityTaglib</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>VelocityTaglib</name>
		</method>
		<method>
			<name>VelocityTaglib</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
		</method>
		<method>
			<name>actionURL</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>actionURL</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>actionURL</name>
			<param>
				<name>windowState</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secure</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>copyCurrentRenderParameters</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>escapeXml</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>refererPlid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>anchor</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>encrypt</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>doAsUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletConfiguration</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[{@link #actionURL(String, String, Boolean, Boolean, Boolean, String, long, long, String, Boolean, Boolean, long, long, Boolean, String)}]]></deprecated>
		</method>
		<method>
			<name>actionURL</name>
			<param>
				<name>windowState</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secure</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>copyCurrentRenderParameters</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>escapeXml</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>refererPlid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>anchor</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>encrypt</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>doAsGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>doAsUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletConfiguration</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>actionURL</name>
			<param>
				<name>windowState</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>actionURL</name>
			<param>
				<name>windowState</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>breadcrumb</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>breadcrumb</name>
			<param>
				<name>displayStyle</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>showGuestGroup</name>
				<type>boolean</type>
			</param>
			<param>
				<name>showParentGroups</name>
				<type>boolean</type>
			</param>
			<param>
				<name>showLayout</name>
				<type>boolean</type>
			</param>
			<param>
				<name>showPortletBreadcrumb</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doAsURL</name>
			<param>
				<name>doAsUserId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getBreadcrumbTag</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getMySitesTag</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPngImageTag</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getSetting</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>iconBack</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>iconClose</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>iconConfiguration</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>iconEdit</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>iconEditDefaults</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>iconEditGuest</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>iconHelp</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>iconMaximize</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>iconMinimize</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>iconOptions</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>iconPortlet</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>iconPortlet</name>
			<param>
				<name>portlet</name>
				<type>com.liferay.portal.model.Portlet</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>iconPortletCss</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>iconPrint</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>iconRefresh</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>page</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>page</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
		</method>
		<method>
			<name>journalContentSearch</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>language</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>language</name>
			<param>
				<name>formName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>formAction</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>displayStyle</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>language</name>
			<param>
				<name>formName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>formAction</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>languageIds</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>displayStyle</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>layoutIcon</name>
			<param>
				<name>layout</name>
				<type>com.liferay.portal.model.Layout</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>metaTags</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>myPlaces</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[{@link #mySites}]]></deprecated>
		</method>
		<method>
			<name>myPlaces</name>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[{@link #mySites(int)}]]></deprecated>
		</method>
		<method>
			<name>mySites</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>mySites</name>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>permissionsURL</name>
			<param>
				<name>redirect</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modelResource</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modelResourceDescription</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourceGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>resourcePrimKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>windowState</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleTypes</name>
				<type>int[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>permissionsURL</name>
			<param>
				<name>redirect</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modelResource</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>modelResourceDescription</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourcePrimKey</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>windowState</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>roleTypes</name>
				<type>int[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[{@link #permissionsURL(String, String, String, long, String, String, int[])}]]></deprecated>
		</method>
		<method>
			<name>renderURL</name>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>renderURL</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>renderURL</name>
			<param>
				<name>windowState</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secure</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>copyCurrentRenderParameters</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>escapeXml</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>refererPlid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>anchor</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>encrypt</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>doAsGroupId</name>
				<type>long</type>
			</param>
			<param>
				<name>doAsUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletConfiguration</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>renderURL</name>
			<param>
				<name>windowState</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>secure</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>copyCurrentRenderParameters</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>escapeXml</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>anchor</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>encrypt</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>doAsUserId</name>
				<type>long</type>
			</param>
			<param>
				<name>portletConfiguration</name>
				<type>java.lang.Boolean</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
			<deprecated><![CDATA[{@link #renderURL(String, String, Boolean, Boolean, Boolean, long, long, String, Boolean, Boolean, long, long, Boolean, String)}]]></deprecated>
		</method>
		<method>
			<name>renderURL</name>
			<param>
				<name>windowState</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>plid</name>
				<type>long</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>renderURL</name>
			<param>
				<name>windowState</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletMode</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>runtime</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>runtime</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>runtime</name>
			<param>
				<name>portletName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>queryString</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultPreferences</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>search</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>staging</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>toggle</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>showImage</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>hideImage</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>showMessage</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>hideMessage</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultShowContent</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>wrapPortlet</name>
			<param>
				<name>wrapPage</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletPage</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setUp</name>
			<param>
				<name>tagSupport</name>
				<type>com.liferay.portal.kernel.servlet.taglib.TagSupport</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_pageContext</name>
		</field>
		<field>
			<name>_request</name>
		</field>
		<field>
			<name>_response</name>
		</field>
		<field>
			<name>_servletContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Autocomplete</name>
		<type>com.liferay.util.Autocomplete</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>arrayToJson</name>
			<param>
				<name>array</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>arrayToJson</name>
			<param>
				<name>array</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>arrayToXml</name>
			<param>
				<name>array</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>arrayToXml</name>
			<param>
				<name>array</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>max</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>listToArray</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>textParam</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valueParam</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>listToJson</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>textParam</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valueParam</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>listToXml</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>textParam</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>valueParam</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_singleToPairArray</name>
			<param>
				<name>array</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BeanParamUtil</name>
		<type>com.liferay.util.BeanParamUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.bean.BeanParamUtil}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>ColorUtil</name>
		<type>com.liferay.util.ColorUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Ming-Gih Lam]]></author>
		<author><![CDATA[David Truong]]></author>
		<method>
			<name>blend</name>
			<param>
				<name>color1</name>
				<type>java.awt.Color</type>
			</param>
			<param>
				<name>color2</name>
				<type>java.awt.Color</type>
			</param>
			<param>
				<name>ratio</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>blend</name>
			<param>
				<name>color1</name>
				<type>int[]</type>
			</param>
			<param>
				<name>color2</name>
				<type>int[]</type>
			</param>
			<param>
				<name>ratio</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>darker</name>
			<param>
				<name>color</name>
				<type>int[]</type>
			</param>
			<param>
				<name>ratio</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getHex</name>
			<param>
				<name>rgb</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>getRGB</name>
			<param>
				<name>hex</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>lighter</name>
			<param>
				<name>color</name>
				<type>int[]</type>
			</param>
			<param>
				<name>ratio</name>
				<type>double</type>
			</param>
		</method>
		<field>
			<name>_KEY</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ContentUtil</name>
		<type>com.liferay.util.ContentUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>get</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>all</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>all</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>ContentUtil</name>
		</method>
		<method>
			<name>_get</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>all</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>_get</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>all</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>_put</name>
			<param>
				<name>location</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_contentPool</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ContextReplace</name>
		<type>com.liferay.util.ContextReplace</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ContextReplace</name>
		</method>
		<method>
			<name>ContextReplace</name>
			<param>
				<name>context</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>addValue</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>clone</name>
		</method>
		<method>
			<name>replace</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_updateArrays</name>
		</method>
		<field>
			<name>_context</name>
		</field>
		<field>
			<name>_keys</name>
		</field>
		<field>
			<name>_values</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CookieUtil</name>
		<type>com.liferay.util.CookieUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>toUpperCase</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>_getCookieMap</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>CreditCard</name>
		<type>com.liferay.util.CreditCard</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>hide</name>
			<param>
				<name>number</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>hide</name>
			<param>
				<name>number</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>x</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isValidExpirationDate</name>
			<param>
				<name>expirationMonth</name>
				<type>int</type>
			</param>
			<param>
				<name>expirationYear</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>isValidNumber</name>
			<param>
				<name>number</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Distance</name>
		<type>com.liferay.util.Distance</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>calculate</name>
			<param>
				<name>lat1</name>
				<type>double</type>
			</param>
			<param>
				<name>lon1</name>
				<type>double</type>
			</param>
			<param>
				<name>lat2</name>
				<type>double</type>
			</param>
			<param>
				<name>lon2</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>kmToMiles</name>
			<param>
				<name>km</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>milesToKm</name>
			<param>
				<name>miles</name>
				<type>double</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Encryptor</name>
		<type>com.liferay.util.Encryptor</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>decrypt</name>
			<param>
				<name>key</name>
				<type>java.security.Key</type>
			</param>
			<param>
				<name>encryptedString</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>EncryptorException</name>
				<type>com.liferay.util.EncryptorException</type>
			</throws>
		</method>
		<method>
			<name>decryptUnencodedAsBytes</name>
			<param>
				<name>key</name>
				<type>java.security.Key</type>
			</param>
			<param>
				<name>encryptedBytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>EncryptorException</name>
				<type>com.liferay.util.EncryptorException</type>
			</throws>
		</method>
		<method>
			<name>decryptUnencodedAsString</name>
			<param>
				<name>key</name>
				<type>java.security.Key</type>
			</param>
			<param>
				<name>encryptedBytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>EncryptorException</name>
				<type>com.liferay.util.EncryptorException</type>
			</throws>
		</method>
		<method>
			<name>digest</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>digest</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>encrypt</name>
			<param>
				<name>key</name>
				<type>java.security.Key</type>
			</param>
			<param>
				<name>plainText</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>EncryptorException</name>
				<type>com.liferay.util.EncryptorException</type>
			</throws>
		</method>
		<method>
			<name>encryptUnencoded</name>
			<param>
				<name>key</name>
				<type>java.security.Key</type>
			</param>
			<param>
				<name>plainBytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>EncryptorException</name>
				<type>com.liferay.util.EncryptorException</type>
			</throws>
		</method>
		<method>
			<name>encryptUnencoded</name>
			<param>
				<name>key</name>
				<type>java.security.Key</type>
			</param>
			<param>
				<name>plainText</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>EncryptorException</name>
				<type>com.liferay.util.EncryptorException</type>
			</throws>
		</method>
		<method>
			<name>generateKey</name>
			<throws>
				<name>EncryptorException</name>
				<type>com.liferay.util.EncryptorException</type>
			</throws>
		</method>
		<method>
			<name>generateKey</name>
			<param>
				<name>algorithm</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>EncryptorException</name>
				<type>com.liferay.util.EncryptorException</type>
			</throws>
		</method>
		<method>
			<name>getProvider</name>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
			<throws>
				<name>IllegalAccessException</name>
				<type>java.lang.IllegalAccessException</type>
			</throws>
			<throws>
				<name>InstantiationException</name>
				<type>java.lang.InstantiationException</type>
			</throws>
		</method>
		<field>
			<name>ENCODING</name>
		</field>
		<field>
			<name>IBM_PROVIDER_CLASS</name>
		</field>
		<field>
			<name>KEY_ALGORITHM</name>
		</field>
		<field>
			<name>KEY_SIZE</name>
		</field>
		<field>
			<name>PROVIDER_CLASS</name>
		</field>
		<field>
			<name>SUN_PROVIDER_CLASS</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_decryptCipherMap</name>
		</field>
		<field>
			<name>_encryptCipherMap</name>
		</field>
	</javadoc>
	<javadoc>
		<name>EncryptorException</name>
		<type>com.liferay.util.EncryptorException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EncryptorException</name>
		</method>
		<method>
			<name>EncryptorException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>EncryptorException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>EncryptorException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FiniteStack</name>
		<type>com.liferay.util.FiniteStack</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FiniteStack</name>
			<param>
				<name>maxSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>push</name>
			<param>
				<name>item</name>
				<type>E</type>
			</param>
		</method>
		<field>
			<name>_maxSize</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FiniteUniqueStack</name>
		<type>com.liferay.util.FiniteUniqueStack</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>FiniteUniqueStack</name>
			<param>
				<name>maxSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>push</name>
			<param>
				<name>item</name>
				<type>E</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>HTMLParser</name>
		<type>com.liferay.util.HTMLParser</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>HTMLParser</name>
			<param>
				<name>reader</name>
				<type>java.io.Reader</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getImages</name>
		</method>
		<method>
			<name>getLinks</name>
		</method>
		<field>
			<name>_images</name>
		</field>
		<field>
			<name>_links</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InetAddressTask</name>
		<type>com.liferay.util.InetAddressTask</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>execute</name>
			<throws>
				<name>BuildException</name>
				<type>org.apache.tools.ant.BuildException</type>
			</throws>
		</method>
		<method>
			<name>setHostAddressProperty</name>
			<param>
				<name>hostAddressProperty</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setHostNameProperty</name>
			<param>
				<name>hostNameProperty</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setVmId1Property</name>
			<param>
				<name>vmId1Property</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setVmId2Property</name>
			<param>
				<name>vmId2Property</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_hostAddressProperty</name>
		</field>
		<field>
			<name>_hostNameProperty</name>
		</field>
		<field>
			<name>_vmId1Property</name>
		</field>
		<field>
			<name>_vmId2Property</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JS</name>
		<type>com.liferay.util.JS</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>decodeURIComponent</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>encodeURIComponent</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>escape</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[Use <code>encodeURIComponent</code>.]]></deprecated>
		</method>
		<method>
			<name>getSafeName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toScript</name>
			<param>
				<name>array</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>unescape</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
			<deprecated><![CDATA[Use <code>decodeURIComponent</code>.]]></deprecated>
		</method>
	</javadoc>
	<javadoc>
		<name>License</name>
		<type>com.liferay.util.License</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<deprecated><![CDATA[{@link com.liferay.portal.kernel.plugin.License}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>LocalizationUtil</name>
		<type>com.liferay.util.LocalizationUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[{@link com.liferay.portal.kernel.util.LocalizationUtil}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>MapUtil</name>
		<type>com.liferay.util.MapUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Aug�]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.util.MapUtil}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>MathUtil</name>
		<type>com.liferay.util.MathUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.util.MathUtil}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>Normalizer</name>
		<type>com.liferay.util.Normalizer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>normalizeToAscii</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_hasNonASCIICode</name>
			<param>
				<name>s</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_NORMALIZED_TEXT</name>
		</field>
		<field>
			<name>_UNICODE_TEXT</name>
		</field>
		<field>
			<name>_transliterator</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NumberFormatUtil</name>
		<type>com.liferay.util.NumberFormatUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>format</name>
			<param>
				<name>numberFormat</name>
				<type>java.text.NumberFormat</type>
			</param>
			<param>
				<name>number</name>
				<type>double</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>format</name>
			<param>
				<name>numberFormat</name>
				<type>java.text.NumberFormat</type>
			</param>
			<param>
				<name>number</name>
				<type>float</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>float</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PKParser</name>
		<type>com.liferay.util.PKParser</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>PKParser</name>
			<param>
				<name>pk</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getBoolean</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getDouble</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInteger</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getLong</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getShort</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getString</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_fields</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PropertyComparator</name>
		<type>com.liferay.util.PropertyComparator</type>
		<author><![CDATA[Patrick Brady]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>PropertyComparator</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PropertyComparator</name>
			<param>
				<name>propertyNames</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>PropertyComparator</name>
			<param>
				<name>propertyName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
			<param>
				<name>caseSensitive</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>PropertyComparator</name>
			<param>
				<name>propertyNames</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
			<param>
				<name>caseSensitive</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_ascending</name>
		</field>
		<field>
			<name>_caseSensitive</name>
		</field>
		<field>
			<name>_propertyNames</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PwdGenerator</name>
		<type>com.liferay.util.PwdGenerator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Amos Fong]]></author>
		<method>
			<name>getPassword</name>
		</method>
		<method>
			<name>getPassword</name>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getPassword</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getPassword</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<param>
				<name>useAllKeys</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getPinNumber</name>
		</method>
		<method>
			<name>_getPassword</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<param>
				<name>useAllKeys</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>KEY1</name>
		</field>
		<field>
			<name>KEY2</name>
		</field>
		<field>
			<name>KEY3</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RSSThreadLocal</name>
		<type>com.liferay.util.RSSThreadLocal</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>isExportRSS</name>
		</method>
		<method>
			<name>setExportRSS</name>
			<param>
				<name>exportRSS</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>_exportRSS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RSSUtil</name>
		<type>com.liferay.util.RSSUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>export</name>
			<param>
				<name>feed</name>
				<type>com.sun.syndication.feed.synd.SyndFeed</type>
			</param>
			<throws>
				<name>FeedException</name>
				<type>com.sun.syndication.io.FeedException</type>
			</throws>
		</method>
		<method>
			<name>getFeedType</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>version</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>getFormatType</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFormatVersion</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_regexpStrip</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_regexpStrip</name>
			<param>
				<name>syndFeed</name>
				<type>com.sun.syndication.feed.synd.SyndFeed</type>
			</param>
		</method>
		<field>
			<name>ATOM</name>
		</field>
		<field>
			<name>ATOM_VERSIONS</name>
		</field>
		<field>
			<name>DISPLAY_STYLE_ABSTRACT</name>
		</field>
		<field>
			<name>DISPLAY_STYLE_FULL_CONTENT</name>
		</field>
		<field>
			<name>DISPLAY_STYLE_TITLE</name>
		</field>
		<field>
			<name>ENTRY_TYPE_DEFAULT</name>
		</field>
		<field>
			<name>FEED_TYPE_DEFAULT</name>
		</field>
		<field>
			<name>RSS</name>
		</field>
		<field>
			<name>RSS_VERSIONS</name>
		</field>
		<field>
			<name>TYPE_DEFAULT</name>
		</field>
		<field>
			<name>VERSION_DEFAULT</name>
		</field>
		<field>
			<name>_REGEXP_STRIP</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ResourceBundleUtil</name>
		<type>com.liferay.util.ResourceBundleUtil</type>
		<author><![CDATA[Neil Griffin]]></author>
		<deprecated><![CDATA[{@link com.liferay.portal.kernel.util.ResourceBundleUtil}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>Screenshot</name>
		<type>com.liferay.util.Screenshot</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<deprecated><![CDATA[{@link com.liferay.portal.kernel.plugin.Screenshot}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>SerializableUtil</name>
		<type>com.liferay.util.SerializableUtil</type>
		<author><![CDATA[Alexander Chow]]></author>
		<author><![CDATA[Igor Spasic]]></author>
		<method>
			<name>clone</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>deserialize</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
		</method>
		<method>
			<name>serialize</name>
			<param>
				<name>object</name>
				<type>java.lang.Object</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SetUtil</name>
		<type>com.liferay.util.SetUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.util.SetUtil}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>SimpleCounter</name>
		<type>com.liferay.util.SimpleCounter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SimpleCounter</name>
		</method>
		<method>
			<name>SimpleCounter</name>
			<param>
				<name>counter</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>get</name>
		</method>
		<method>
			<name>getString</name>
		</method>
		<field>
			<name>_DEFAULT_COUNTER</name>
		</field>
		<field>
			<name>_counter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>State</name>
		<type>com.liferay.util.State</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>State</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>compareTo</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getId</name>
		</method>
		<method>
			<name>getName</name>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<field>
			<name>_id</name>
		</field>
		<field>
			<name>_name</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StateUtil</name>
		<type>com.liferay.util.StateUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>isState</name>
			<param>
				<name>state</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isStateId</name>
			<param>
				<name>stateId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>STATE_IDS</name>
		</field>
		<field>
			<name>STATE_IDS_ORDERED</name>
		</field>
		<field>
			<name>STATES</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ThirdPartyThreadLocalRegistry</name>
		<type>com.liferay.util.ThirdPartyThreadLocalRegistry</type>
		<comment><![CDATA[<p>
See http://issues.liferay.com/browse/LPS-7864.
</p>]]></comment>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>registerThreadLocal</name>
			<param>
				<name>threadLocal</name>
				<type>java.lang.ThreadLocal</type>
			</param>
		</method>
		<method>
			<name>resetThreadLocals</name>
		</method>
		<field>
			<name>_threadLocalSet</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TimeZoneSensitive</name>
		<type>com.liferay.util.TimeZoneSensitive</type>
		<author><![CDATA[Samuel Kong]]></author>
		<method>
			<name>TimeZoneSensitive</name>
		</method>
		<method>
			<name>TimeZoneSensitive</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>TimeZoneSensitive</name>
			<param>
				<name>list</name>
				<type>net.fortuna.ical4j.model.ParameterList</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setValue</name>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<field>
			<name>PROPERTY_NAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>UniqueList</name>
		<type>com.liferay.util.UniqueList</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<deprecated><![CDATA[{@link com.liferay.portal.kernel.util.UniqueList}]]></deprecated>
		<method>
			<name>UniqueList</name>
		</method>
		<method>
			<name>UniqueList</name>
			<param>
				<name>c</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>UniqueList</name>
			<param>
				<name>initialCapacity</name>
				<type>int</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Version</name>
		<type>com.liferay.util.Version</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<deprecated><![CDATA[{@link com.liferay.portal.kernel.plugin.Version}]]></deprecated>
		<method>
			<name>Version</name>
			<param>
				<name>version</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AntUtil</name>
		<type>com.liferay.util.ant.AntUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getProject</name>
		</method>
	</javadoc>
	<javadoc>
		<name>CopyTask</name>
		<type>com.liferay.util.ant.CopyTask</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>copyDirectory</name>
			<param>
				<name>source</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>copyDirectory</name>
			<param>
				<name>source</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>includes</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>excludes</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>copyDirectory</name>
			<param>
				<name>source</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>includes</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>excludes</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>overwrite</name>
				<type>boolean</type>
			</param>
			<param>
				<name>preserveLastModified</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>copyDirectory</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>copyDirectory</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includes</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>excludes</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>copyDirectory</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includes</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>excludes</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>overwrite</name>
				<type>boolean</type>
			</param>
			<param>
				<name>preserveLastModified</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>copyFile</name>
			<param>
				<name>sourceFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destinationDir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>overwrite</name>
				<type>boolean</type>
			</param>
			<param>
				<name>preserveLastModified</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>copyFile</name>
			<param>
				<name>sourceFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destinationDir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>filterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>overwrite</name>
				<type>boolean</type>
			</param>
			<param>
				<name>preserveLastModified</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>copyFile</name>
			<param>
				<name>sourceFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destinationDir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destinationFileName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>overwrite</name>
				<type>boolean</type>
			</param>
			<param>
				<name>preserveLastModified</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>DeleteTask</name>
		<type>com.liferay.util.ant.DeleteTask</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>deleteDirectory</name>
			<param>
				<name>dir</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>deleteDirectory</name>
			<param>
				<name>dir</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>deleteFile</name>
			<param>
				<name>file</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deleteFiles</name>
			<param>
				<name>dir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>includes</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>excludes</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>deleteFiles</name>
			<param>
				<name>dir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>includes</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>excludes</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ExpandTask</name>
		<type>com.liferay.util.ant.ExpandTask</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>expand</name>
			<param>
				<name>source</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>expand</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FormatTask</name>
		<type>com.liferay.util.ant.FormatTask</type>
		<author><![CDATA[Miguel Pastor]]></author>
		<method>
			<name>execute</name>
			<throws>
				<name>BuildException</name>
				<type>org.apache.tools.ant.BuildException</type>
			</throws>
		</method>
		<method>
			<name>setArguments</name>
			<param>
				<name>arguments</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setProperty</name>
			<param>
				<name>property</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setSeparator</name>
			<param>
				<name>separator</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_arguments</name>
		</field>
		<field>
			<name>_property</name>
		</field>
		<field>
			<name>_separator</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Java2WsddTask</name>
		<type>com.liferay.util.ant.Java2WsddTask</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>generateWsdd</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>serviceName</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_addElements</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>elements</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>_format</name>
			<param>
				<name>content</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ManifestTask</name>
		<type>com.liferay.util.ant.ManifestTask</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>manifest</name>
			<param>
				<name>file</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>attributes</name>
				<type>org.apache.tools.ant.taskdefs.Manifest.Attribute[]</type>
			</param>
			<throws>
				<name>ManifestException</name>
				<type>org.apache.tools.ant.taskdefs.ManifestException</type>
			</throws>
		</method>
		<method>
			<name>manifest</name>
			<param>
				<name>file</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>attributes</name>
				<type>org.apache.tools.ant.taskdefs.Manifest.Attribute[]</type>
			</param>
			<throws>
				<name>ManifestException</name>
				<type>org.apache.tools.ant.taskdefs.ManifestException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MkdirTask</name>
		<type>com.liferay.util.ant.MkdirTask</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>mkdir</name>
			<param>
				<name>dir</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>mkdir</name>
			<param>
				<name>dir</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>SystemLogger</name>
		<type>com.liferay.util.ant.SystemLogger</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>messageLogged</name>
			<param>
				<name>event</name>
				<type>org.apache.tools.ant.BuildEvent</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>UpToDateTask</name>
		<type>com.liferay.util.ant.UpToDateTask</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>isUpToDate</name>
			<param>
				<name>source</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>target</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>isUpToDate</name>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>target</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>WarTask</name>
		<type>com.liferay.util.ant.WarTask</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>war</name>
			<param>
				<name>baseDir</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>excludes</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webxml</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>war</name>
			<param>
				<name>baseDir</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>destination</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>excludes</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>webxml</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>Wsdl2JavaTask</name>
		<type>com.liferay.util.ant.Wsdl2JavaTask</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>generateJava</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>output</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>generateJava</name>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>output</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mapping</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>AspectJUtil</name>
		<type>com.liferay.util.aspectj.AspectJUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getMethod</name>
			<param>
				<name>methodSignature</name>
				<type>org.aspectj.lang.reflect.MethodSignature</type>
			</param>
			<throws>
				<name>NoSuchMethodException</name>
				<type>java.lang.NoSuchMethodException</type>
			</throws>
		</method>
		<method>
			<name>getMethod</name>
			<param>
				<name>proceedingJoinPoint</name>
				<type>org.aspectj.lang.ProceedingJoinPoint</type>
			</param>
			<throws>
				<name>NoSuchMethodException</name>
				<type>java.lang.NoSuchMethodException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AxisCleanUpFilter</name>
		<type>com.liferay.util.axis.AxisCleanUpFilter</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getLog</name>
		</method>
		<method>
			<name>processFilter</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>filterChain</name>
				<type>javax.servlet.FilterChain</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_cacheField</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AxisServlet</name>
		<type>com.liferay.util.axis.AxisServlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>servletConfig</name>
				<type>javax.servlet.ServletConfig</type>
			</param>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>service</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>doDestroy</name>
		</method>
		<method>
			<name>doInit</name>
			<throws>
				<name>ServletException</name>
				<type>javax.servlet.ServletException</type>
			</throws>
		</method>
		<method>
			<name>fixXml</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_HTML_BOTTOM_WRAPPER</name>
		</field>
		<field>
			<name>_HTML_TOP_WRAPPER</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_cacheField</name>
		</field>
		<field>
			<name>_correctLongArray</name>
		</field>
		<field>
			<name>_correctOrderByComparator</name>
		</field>
		<field>
			<name>_correctStringArray</name>
		</field>
		<field>
			<name>_fixContent</name>
		</field>
		<field>
			<name>_incorrectLongArray</name>
		</field>
		<field>
			<name>_incorrectOrderByComparator</name>
		</field>
		<field>
			<name>_incorrectStringArray</name>
		</field>
		<field>
			<name>_ready</name>
		</field>
		<field>
			<name>_servletConfig</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServletUtil</name>
		<type>com.liferay.util.axis.ServletUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getRequest</name>
		</method>
		<method>
			<name>getServlet</name>
		</method>
		<method>
			<name>getServletContext</name>
		</method>
		<method>
			<name>getSession</name>
		</method>
	</javadoc>
	<javadoc>
		<name>SimpleAuthenticator</name>
		<type>com.liferay.util.axis.SimpleAuthenticator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SimpleAuthenticator</name>
			<param>
				<name>userName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>password</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPasswordAuthentication</name>
		</method>
		<field>
			<name>_authentication</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SimpleHTTPSender</name>
		<type>com.liferay.util.axis.SimpleHTTPSender</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>SimpleHTTPSender</name>
		</method>
		<method>
			<name>invoke</name>
			<param>
				<name>messageContext</name>
				<type>org.apache.axis.MessageContext</type>
			</param>
			<throws>
				<name>AxisFault</name>
				<type>org.apache.axis.AxisFault</type>
			</throws>
		</method>
		<method>
			<name>_invoke</name>
			<param>
				<name>messageContext</name>
				<type>org.apache.axis.MessageContext</type>
			</param>
			<param>
				<name>url</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>AxisFault</name>
				<type>org.apache.axis.AxisFault</type>
			</throws>
		</method>
		<method>
			<name>_readFromConnection</name>
			<param>
				<name>urlConnection</name>
				<type>java.net.URLConnection</type>
			</param>
			<param>
				<name>messageContext</name>
				<type>org.apache.axis.MessageContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_writeToConnection</name>
			<param>
				<name>urlConnection</name>
				<type>java.net.URLConnection</type>
			</param>
			<param>
				<name>messageContext</name>
				<type>org.apache.axis.MessageContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_pattern</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletBeanLocatorUtil</name>
		<type>com.liferay.util.bean.PortletBeanLocatorUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getBeanLocator</name>
		</method>
		<method>
			<name>locate</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>BeanLocatorException</name>
				<type>com.liferay.portal.kernel.bean.BeanLocatorException</type>
			</throws>
		</method>
		<method>
			<name>setBeanLocator</name>
			<param>
				<name>beanLocator</name>
				<type>com.liferay.portal.kernel.bean.BeanLocator</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_beanLocator</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AlloyController</name>
		<type>com.liferay.util.bridges.alloy.AlloyController</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>execute</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThemeDisplay</name>
		</method>
		<method>
			<name>increment</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setPageContext</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
		</method>
		<method>
			<name>updateModel</name>
			<param>
				<name>baseModel</name>
				<type>com.liferay.portal.model.BaseModel</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AlloyFriendlyURLMapper</name>
		<type>com.liferay.util.bridges.alloy.AlloyFriendlyURLMapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>buildPath</name>
			<param>
				<name>liferayPortletURL</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletURL</type>
			</param>
		</method>
		<method>
			<name>populateParams</name>
			<param>
				<name>friendlyURLPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>getLifecycle</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>AlloyPortlet</name>
		<type>com.liferay.util.bridges.alloy.AlloyPortlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>init</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>processAction</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>getDefaultRouteParameters</name>
		</method>
		<method>
			<name>getPath</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_defaultRouteParameters</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseAlloyControllerImpl</name>
		<type>com.liferay.util.bridges.alloy.BaseAlloyControllerImpl</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>afterPropertiesSet</name>
		</method>
		<method>
			<name>execute</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getThemeDisplay</name>
		</method>
		<method>
			<name>increment</name>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>setPageContext</name>
			<param>
				<name>pageContext</name>
				<type>javax.servlet.jsp.PageContext</type>
			</param>
		</method>
		<method>
			<name>updateModel</name>
			<param>
				<name>baseModel</name>
				<type>com.liferay.portal.model.BaseModel</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>addSuccessMessage</name>
		</method>
		<method>
			<name>buildIncludePath</name>
			<param>
				<name>viewPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>buildIndexer</name>
		</method>
		<method>
			<name>executeAction</name>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>executeRender</name>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>executeResource</name>
			<param>
				<name>method</name>
				<type>java.lang.reflect.Method</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getMethod</name>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>getMethodKey</name>
			<param>
				<name>methodName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterTypes</name>
				<type>java.lang.Class</type>
			</param>
		</method>
		<method>
			<name>increment</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>initClass</name>
		</method>
		<method>
			<name>initIndexer</name>
		</method>
		<method>
			<name>initMethods</name>
		</method>
		<method>
			<name>initPaths</name>
		</method>
		<method>
			<name>initPortletVariables</name>
		</method>
		<method>
			<name>initServletVariables</name>
		</method>
		<method>
			<name>initThemeDisplayVariables</name>
		</method>
		<method>
			<name>redirectTo</name>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<method>
			<name>redirectTo</name>
			<param>
				<name>redirect</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>actionPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>renderError</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>translate</name>
			<param>
				<name>pattern</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>updateAttachedModel</name>
			<param>
				<name>baseModel</name>
				<type>com.liferay.portal.model.BaseModel</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateAuditedModel</name>
			<param>
				<name>baseModel</name>
				<type>com.liferay.portal.model.BaseModel</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>updateGroupedModel</name>
			<param>
				<name>baseModel</name>
				<type>com.liferay.portal.model.BaseModel</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>writeJSON</name>
			<param>
				<name>json</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>CALLED_PROCESS_ACTION</name>
		</field>
		<field>
			<name>VIEW_PATH</name>
		</field>
		<field>
			<name>log</name>
		</field>
		<field>
			<name>actionPath</name>
		</field>
		<field>
			<name>actionRequest</name>
		</field>
		<field>
			<name>actionResponse</name>
		</field>
		<field>
			<name>alloyPortlet</name>
		</field>
		<field>
			<name>classLoader</name>
		</field>
		<field>
			<name>clazz</name>
		</field>
		<field>
			<name>company</name>
		</field>
		<field>
			<name>controllerPath</name>
		</field>
		<field>
			<name>eventRequest</name>
		</field>
		<field>
			<name>eventResponse</name>
		</field>
		<field>
			<name>indexer</name>
		</field>
		<field>
			<name>lifecycle</name>
		</field>
		<field>
			<name>liferayPortletConfig</name>
		</field>
		<field>
			<name>liferayPortletResponse</name>
		</field>
		<field>
			<name>locale</name>
		</field>
		<field>
			<name>methodsMap</name>
		</field>
		<field>
			<name>mimeResponse</name>
		</field>
		<field>
			<name>pageContext</name>
		</field>
		<field>
			<name>portlet</name>
		</field>
		<field>
			<name>portletContext</name>
		</field>
		<field>
			<name>portletRequest</name>
		</field>
		<field>
			<name>portletResponse</name>
		</field>
		<field>
			<name>redirect</name>
		</field>
		<field>
			<name>renderRequest</name>
		</field>
		<field>
			<name>renderResponse</name>
		</field>
		<field>
			<name>request</name>
		</field>
		<field>
			<name>resourceRequest</name>
		</field>
		<field>
			<name>resourceResponse</name>
		</field>
		<field>
			<name>response</name>
		</field>
		<field>
			<name>servletConfig</name>
		</field>
		<field>
			<name>servletContext</name>
		</field>
		<field>
			<name>themeDisplay</name>
		</field>
		<field>
			<name>user</name>
		</field>
		<field>
			<name>viewPath</name>
		</field>
		<field>
			<name>_VIEW_PATH_ERROR</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseAlloyIndexer</name>
		<type>com.liferay.util.bridges.alloy.BaseAlloyIndexer</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BaseAlloyIndexer</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getClassNames</name>
		</method>
		<method>
			<name>postProcessContextQuery</name>
			<param>
				<name>contextQuery</name>
				<type>com.liferay.portal.kernel.search.BooleanQuery</type>
			</param>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doDelete</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classPK</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>doReindex</name>
			<param>
				<name>ids</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getPortletId</name>
			<param>
				<name>searchContext</name>
				<type>com.liferay.portal.kernel.search.SearchContext</type>
			</param>
		</method>
		<method>
			<name>reindexModels</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>reindexModels</name>
			<param>
				<name>companyId</name>
				<type>long</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>classNames</name>
		</field>
		<field>
			<name>getModelMethodKey</name>
		</field>
		<field>
			<name>getModelsCountMethodKey</name>
		</field>
		<field>
			<name>getModelsMethodKey</name>
		</field>
		<field>
			<name>portletId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BaseBSFPortlet</name>
		<type>com.liferay.util.bridges.bsf.BaseBSFPortlet</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>doDispatch</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doEdit</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doHelp</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>doView</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>init</name>
		</method>
		<method>
			<name>processAction</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>declareBeans</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<throws>
				<name>BSFException</name>
				<type>org.apache.bsf.BSFException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>declareBeans</name>
			<param>
				<name>code</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<throws>
				<name>BSFException</name>
				<type>org.apache.bsf.BSFException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getFileParam</name>
		</method>
		<method>
			<name>getGlobalScript</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>getScriptingEngineClassName</name>
		</method>
		<method>
			<name>getScriptingEngineExtension</name>
		</method>
		<method>
			<name>getScriptingEngineLanguage</name>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>logBSFException</name>
			<param>
				<name>bsfe</name>
				<type>org.apache.bsf.BSFException</type>
			</param>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>actionFile</name>
		</field>
		<field>
			<name>bsfManager</name>
		</field>
		<field>
			<name>editFile</name>
		</field>
		<field>
			<name>globalFiles</name>
		</field>
		<field>
			<name>helpFile</name>
		</field>
		<field>
			<name>resourceFile</name>
		</field>
		<field>
			<name>viewFile</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ScriptPostProcess</name>
		<type>com.liferay.util.bridges.common.ScriptPostProcess</type>
		<author><![CDATA[Gavin Wan]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<see><![CDATA[org.apache.portals.bridges.common.ScriptPostProcess]]></see>
		<method>
			<name>getFinalizedPage</name>
		</method>
		<method>
			<name>postProcessPage</name>
			<param>
				<name>actionURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>actionParameterName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>processPage</name>
			<param>
				<name>startTag</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>endTag</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ref</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>actionParameterName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setInitalPage</name>
			<param>
				<name>initialPage</name>
				<type>com.liferay.portal.kernel.util.StringBundler</type>
			</param>
		</method>
		<method>
			<name>doProcessPage</name>
			<param>
				<name>startTag</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>endTag</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>ref</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
			<param>
				<name>actionParameterName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_sb</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GroovyPortlet</name>
		<type>com.liferay.util.bridges.groovy.GroovyPortlet</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Alberto Montero]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>init</name>
		</method>
		<method>
			<name>getFileName</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
		</method>
		<field>
			<name>_LANGUAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JavaScriptPortlet</name>
		<type>com.liferay.util.bridges.javascript.JavaScriptPortlet</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Alberto Montero]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>init</name>
		</method>
		<method>
			<name>getFileName</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
		</method>
		<field>
			<name>_LANGUAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ActionOutcomes</name>
		<type>com.liferay.util.bridges.jsf.common.ActionOutcomes</type>
		<comment><![CDATA[<p>
This class provides a set of string constants that describe typical outcomes from JSF actions.
</p>]]></comment>
		<author><![CDATA[Neil Griffin]]></author>
		<field>
			<name>FAILURE</name>
		</field>
		<field>
			<name>SUCCESS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FacesMessageUtil</name>
		<type>com.liferay.util.bridges.jsf.common.FacesMessageUtil</type>
		<comment><![CDATA[<p>
This class provides static convenience methods for creating FacesMessage objects from locale-specific values in the Liferay portal.properties file, and adding them to the FacesContext either globally, or to individual components.
</p>]]></comment>
		<author><![CDATA[Neil Griffin]]></author>
		<method>
			<name>error</name>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>error</name>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>error</name>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>error</name>
			<param>
				<name>clientId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>error</name>
			<param>
				<name>clientId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>error</name>
			<param>
				<name>clientId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>info</name>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>info</name>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>info</name>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>info</name>
			<param>
				<name>clientId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>info</name>
			<param>
				<name>clientId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>info</name>
			<param>
				<name>clientId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>_addMessage</name>
			<param>
				<name>clientId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
			<param>
				<name>severity</name>
				<type>javax.faces.application.FacesMessage.Severity</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_addMessage</name>
			<param>
				<name>clientId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
			<param>
				<name>severity</name>
				<type>javax.faces.application.FacesMessage.Severity</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>_addMessage</name>
			<param>
				<name>clientId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
			<param>
				<name>severity</name>
				<type>javax.faces.application.FacesMessage.Severity</type>
			</param>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JSFPortletUtil</name>
		<type>com.liferay.util.bridges.jsf.common.JSFPortletUtil</type>
		<author><![CDATA[Neil Griffin]]></author>
		<method>
			<name>getCompanyId</name>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
		</method>
		<method>
			<name>getCompanyId</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getLocale</name>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
		</method>
		<method>
			<name>getPortletPreferences</name>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
		</method>
		<method>
			<name>getPortletRequest</name>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
		</method>
		<method>
			<name>getPreferenceValue</name>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
			<param>
				<name>preferenceName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPreferenceValue</name>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
			<param>
				<name>preferenceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPreferenceValue</name>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>preferenceName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPreferenceValue</name>
			<param>
				<name>portletPreferences</name>
				<type>javax.portlet.PortletPreferences</type>
			</param>
			<param>
				<name>preferenceName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>defaultValue</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LanguageManagedBean</name>
		<type>com.liferay.util.bridges.jsf.common.LanguageManagedBean</type>
		<comment><![CDATA[<p>
This class serves as a bridge between the JSF Expression Language (EL) and Liferay's Language.properties resource bundle.
</p>]]></comment>
		<author><![CDATA[Neil Griffin]]></author>
		<method>
			<name>clear</name>
		</method>
		<method>
			<name>containsKey</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>containsValue</name>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>entrySet</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>isEmpty</name>
		</method>
		<method>
			<name>keySet</name>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>putAll</name>
			<param>
				<name>map</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>size</name>
		</method>
		<method>
			<name>values</name>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletPreferencesManagedBean</name>
		<type>com.liferay.util.bridges.jsf.common.PortletPreferencesManagedBean</type>
		<author><![CDATA[Neil Griffin]]></author>
		<method>
			<name>PortletPreferencesManagedBean</name>
		</method>
		<method>
			<name>getPreferences</name>
		</method>
		<method>
			<name>resetDefaultValues</name>
		</method>
		<method>
			<name>submit</name>
		</method>
		<method>
			<name>addErrorMessage</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addInfoMessage</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_portletPreferences</name>
		</field>
		<field>
			<name>_preferences</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SelectItemList</name>
		<type>com.liferay.util.bridges.jsf.common.SelectItemList</type>
		<comment><![CDATA[<p>
This class provides a convenient way of building lists of JSF SelectItem objects, and convenience method for operating against them.
</p>]]></comment>
		<author><![CDATA[Neil Griffin]]></author>
		<method>
			<name>prependEmptySelectItem</name>
			<param>
				<name>facesContext</name>
				<type>javax.faces.context.FacesContext</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ThemeDisplayManagedBean</name>
		<type>com.liferay.util.bridges.jsf.common.ThemeDisplayManagedBean</type>
		<comment><![CDATA[<p>
This class is designed to be a convenient JSF managed bean that can be used to get portal related information (such as the user's time zone).
</p>]]></comment>
		<author><![CDATA[Neil Griffin]]></author>
		<method>
			<name>getUser</name>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SelectItemComparator</name>
		<type>com.liferay.util.bridges.jsf.common.comparator.SelectItemComparator</type>
		<author><![CDATA[Neil Griffin]]></author>
		<method>
			<name>SelectItemComparator</name>
		</method>
		<method>
			<name>SelectItemComparator</name>
			<param>
				<name>ascending</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>selectItem1</name>
				<type>javax.faces.model.SelectItem</type>
			</param>
			<param>
				<name>selectItem2</name>
				<type>javax.faces.model.SelectItem</type>
			</param>
		</method>
		<field>
			<name>_ascending</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FileUploadManagedBean</name>
		<type>com.liferay.util.bridges.jsf.icefaces.FileUploadManagedBean</type>
		<comment><![CDATA[This class is a managed bean that is designed specifically to work with the ICEfaces framework, by utilizing the <code><ice:inputFile/></code> component.]]></comment>
		<author><![CDATA[Neil Griffin]]></author>
		<method>
			<name>FileUploadManagedBean</name>
		</method>
		<method>
			<name>actionListener</name>
			<param>
				<name>actionEvent</name>
				<type>javax.faces.event.ActionEvent</type>
			</param>
		</method>
		<method>
			<name>getInputFile</name>
		</method>
		<method>
			<name>getPercent</name>
		</method>
		<method>
			<name>getState</name>
		</method>
		<method>
			<name>isComplete</name>
		</method>
		<method>
			<name>progressListener</name>
			<param>
				<name>eventObject</name>
				<type>java.util.EventObject</type>
			</param>
		</method>
		<method>
			<name>renderingException</name>
			<param>
				<name>renderingException</name>
				<type>com.icesoft.faces.webapp.xmlhttp.RenderingException</type>
			</param>
		</method>
		<method>
			<name>setInputFile</name>
			<param>
				<name>inputFile</name>
				<type>com.icesoft.faces.component.inputfile.InputFile</type>
			</param>
		</method>
		<method>
			<name>setPercent</name>
			<param>
				<name>percent</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setRenderManager</name>
			<param>
				<name>renderManager</name>
				<type>com.icesoft.faces.async.render.RenderManager</type>
			</param>
		</method>
		<method>
			<name>addErrorMessage</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>addErrorMessage</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_inputFile</name>
		</field>
		<field>
			<name>_percent</name>
		</field>
		<field>
			<name>_renderManager</name>
		</field>
		<field>
			<name>_state</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MyFacesContextFactoryImpl</name>
		<type>com.liferay.util.bridges.jsf.myfaces.MyFacesContextFactoryImpl</type>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<method>
			<name>getFacesContext</name>
			<param>
				<name>context</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>request</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>response</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>javax.faces.lifecycle.Lifecycle</type>
			</param>
			<throws>
				<name>FacesException</name>
				<type>javax.faces.FacesException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MyFacesContextImpl</name>
		<type>com.liferay.util.bridges.jsf.myfaces.MyFacesContextImpl</type>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<method>
			<name>MyFacesContextImpl</name>
			<param>
				<name>portletContext</name>
				<type>javax.portlet.PortletContext</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
		</method>
		<method>
			<name>getResponseWriter</name>
		</method>
		<method>
			<name>release</name>
		</method>
		<method>
			<name>setExternalContext</name>
			<param>
				<name>extContext</name>
				<type>org.apache.myfaces.context.ReleaseableExternalContext</type>
			</param>
		</method>
		<method>
			<name>setResponseWriter</name>
			<param>
				<name>responseWriter</name>
				<type>javax.faces.context.ResponseWriter</type>
			</param>
		</method>
		<field>
			<name>_responseWriter</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayApplicationMap</name>
		<type>com.liferay.util.bridges.jsf.sun.LiferayApplicationMap</type>
		<author><![CDATA[Neil Griffin]]></author>
		<method>
			<name>LiferayApplicationMap</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>entrySet</name>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>put</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>remove</name>
			<param>
				<name>key</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_servletContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayConfigureListener</name>
		<type>com.liferay.util.bridges.jsf.sun.LiferayConfigureListener</type>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<method>
			<name>contextInitialized</name>
			<param>
				<name>sce</name>
				<type>javax.servlet.ServletContextEvent</type>
			</param>
		</method>
		<field>
			<name>ASSOCIATE_KEY</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayRenderKitFactoryImpl</name>
		<type>com.liferay.util.bridges.jsf.sun.LiferayRenderKitFactoryImpl</type>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<method>
			<name>LiferayRenderKitFactoryImpl</name>
		</method>
	</javadoc>
	<javadoc>
		<name>LiferayRenderKitImpl</name>
		<type>com.liferay.util.bridges.jsf.sun.LiferayRenderKitImpl</type>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<method>
			<name>createResponseWriter</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
			<param>
				<name>contentTypeList</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>characterEncoding</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LiferayServletContextAdapter</name>
		<type>com.liferay.util.bridges.jsf.sun.LiferayServletContextAdapter</type>
		<author><![CDATA[Neil Griffin]]></author>
		<method>
			<name>LiferayServletContextAdapter</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>dispatch</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>encodeActionURL</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>encodeNamespace</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>encodeResourceURL</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getApplicationMap</name>
		</method>
		<method>
			<name>getAuthType</name>
		</method>
		<method>
			<name>getContext</name>
		</method>
		<method>
			<name>getInitParameter</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInitParameterMap</name>
		</method>
		<method>
			<name>getRemoteUser</name>
		</method>
		<method>
			<name>getRequest</name>
		</method>
		<method>
			<name>getRequestContextPath</name>
		</method>
		<method>
			<name>getRequestCookieMap</name>
		</method>
		<method>
			<name>getRequestHeaderMap</name>
		</method>
		<method>
			<name>getRequestHeaderValuesMap</name>
		</method>
		<method>
			<name>getRequestLocale</name>
		</method>
		<method>
			<name>getRequestLocales</name>
		</method>
		<method>
			<name>getRequestMap</name>
		</method>
		<method>
			<name>getRequestParameterMap</name>
		</method>
		<method>
			<name>getRequestParameterNames</name>
		</method>
		<method>
			<name>getRequestParameterValuesMap</name>
		</method>
		<method>
			<name>getRequestPathInfo</name>
		</method>
		<method>
			<name>getRequestServletPath</name>
		</method>
		<method>
			<name>getResource</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResourceAsStream</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResourcePaths</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getResponse</name>
		</method>
		<method>
			<name>getSession</name>
			<param>
				<name>b</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getSessionMap</name>
		</method>
		<method>
			<name>getUserPrincipal</name>
		</method>
		<method>
			<name>isUserInRole</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>log</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>log</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>throwable</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>redirect</name>
			<param>
				<name>string</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_applicationMap</name>
		</field>
		<field>
			<name>_servletContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WriterWrapper</name>
		<type>com.liferay.util.bridges.jsf.sun.WriterWrapper</type>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<method>
			<name>WriterWrapper</name>
			<param>
				<name>writer</name>
				<type>java.io.Writer</type>
			</param>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>cbuf</name>
				<type>char</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>cbuf</name>
				<type>char[]</type>
			</param>
			<param>
				<name>off</name>
				<type>int</type>
			</param>
			<param>
				<name>len</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>c</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>str</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>str</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>off</name>
				<type>int</type>
			</param>
			<param>
				<name>len</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_writer</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSPPortlet</name>
		<type>com.liferay.util.bridges.jsp.JSPPortlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[This class has been renamed to <code>com.liferay.util.bridges.mvc.MVCPortlet</code>.]]></deprecated>
	</javadoc>
	<javadoc>
		<name>ActionCommand</name>
		<type>com.liferay.util.bridges.mvc.ActionCommand</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>processCommand</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>ActionCommandCache</name>
		<type>com.liferay.util.bridges.mvc.ActionCommandCache</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>ActionCommandCache</name>
			<param>
				<name>packagePrefix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getActionCommand</name>
			<param>
				<name>actionCommandName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getActionCommandChain</name>
			<param>
				<name>actionCommandChain</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isEmpty</name>
		</method>
		<field>
			<name>ACTION_PACKAGE_NAME</name>
		</field>
		<field>
			<name>EMPTY</name>
		</field>
		<field>
			<name>_ACTION_COMMAND_POSTFIX</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_actionCommandCache</name>
		</field>
		<field>
			<name>_actionCommandChainCache</name>
		</field>
		<field>
			<name>_packagePrefix</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MVCPortlet</name>
		<type>com.liferay.util.bridges.mvc.MVCPortlet</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>doAbout</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doConfig</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doEdit</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doEditDefaults</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doEditGuest</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doHelp</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doPreview</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doPrint</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doView</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>init</name>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>invokeTaglibDiscussion</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>processAction</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>callActionMethod</name>
			<param>
				<name>request</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>response</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>checkPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doDispatch</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>getPath</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>eventRequest</name>
				<type>javax.portlet.EventRequest</type>
			</param>
			<param>
				<name>eventResponse</name>
				<type>javax.portlet.EventResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<param>
				<name>lifecycle</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>_getInitParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>aboutTemplate</name>
		</field>
		<field>
			<name>clearRequestParameters</name>
		</field>
		<field>
			<name>configTemplate</name>
		</field>
		<field>
			<name>copyRequestParameters</name>
		</field>
		<field>
			<name>editDefaultsTemplate</name>
		</field>
		<field>
			<name>editGuestTemplate</name>
		</field>
		<field>
			<name>editTemplate</name>
		</field>
		<field>
			<name>helpTemplate</name>
		</field>
		<field>
			<name>previewTemplate</name>
		</field>
		<field>
			<name>printTemplate</name>
		</field>
		<field>
			<name>templatePath</name>
		</field>
		<field>
			<name>viewTemplate</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_actionCommandCache</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PHPPortlet</name>
		<type>com.liferay.util.bridges.php.PHPPortlet</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>destroy</name>
		</method>
		<method>
			<name>doDispatch</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doEdit</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doHelp</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
		</method>
		<method>
			<name>doView</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
		</method>
		<method>
			<name>init</name>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>processAction</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
		</method>
		<method>
			<name>initQuercus</name>
			<param>
				<name>servletConfig</name>
				<type>javax.servlet.ServletConfig</type>
			</param>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>processPHP</name>
			<param>
				<name>phpURI</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
		</method>
		<method>
			<name>rewriteURLs</name>
			<param>
				<name>page</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletURL</name>
				<type>javax.portlet.PortletURL</type>
			</param>
		</method>
		<field>
			<name>addPortletParams</name>
		</field>
		<field>
			<name>editUri</name>
		</field>
		<field>
			<name>helpUri</name>
		</field>
		<field>
			<name>quercusServlet</name>
		</field>
		<field>
			<name>servletObjectsFactory</name>
		</field>
		<field>
			<name>viewUri</name>
		</field>
		<field>
			<name>_PHP_URI_PARAM</name>
		</field>
		<field>
			<name>_QUERCUS_SERVLET</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PHPServletRequest</name>
		<type>com.liferay.util.bridges.php.PHPServletRequest</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>PHPServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>servletConfig</name>
				<type>javax.servlet.ServletConfig</type>
			</param>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>portletConfig</name>
				<type>javax.portlet.PortletConfig</type>
			</param>
			<param>
				<name>phpURI</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>addPortletParams</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>getContextPath</name>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameterMap</name>
		</method>
		<method>
			<name>getParameterNames</name>
		</method>
		<method>
			<name>getParameterValues</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getPathInfo</name>
		</method>
		<method>
			<name>getPathTranslated</name>
		</method>
		<method>
			<name>getQueryString</name>
		</method>
		<method>
			<name>getRealPath</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getRequestURI</name>
		</method>
		<method>
			<name>getRequestURL</name>
		</method>
		<method>
			<name>getServletPath</name>
		</method>
		<field>
			<name>_path</name>
		</field>
		<field>
			<name>_portletConfig</name>
		</field>
		<field>
			<name>_queryString</name>
		</field>
		<field>
			<name>_renderRequest</name>
		</field>
		<field>
			<name>_renderResponse</name>
		</field>
		<field>
			<name>_servletConfig</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PythonPortlet</name>
		<type>com.liferay.util.bridges.python.PythonPortlet</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Alberto Montero]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>init</name>
		</method>
		<method>
			<name>getFileName</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
		</method>
		<field>
			<name>_LANGUAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>RubyPortlet</name>
		<type>com.liferay.util.bridges.ruby.RubyPortlet</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Alberto Montero]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>init</name>
		</method>
		<method>
			<name>getFileName</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
		</method>
		<field>
			<name>_LANGUAGE</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ScriptingPortlet</name>
		<type>com.liferay.util.bridges.scripting.ScriptingPortlet</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alberto Montero]]></author>
		<method>
			<name>doDispatch</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doEdit</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>doHelp</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>doView</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>init</name>
		</method>
		<method>
			<name>processAction</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<param>
				<name>actionResponse</name>
				<type>javax.portlet.ActionResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>render</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<method>
			<name>serveResource</name>
			<param>
				<name>resourceRequest</name>
				<type>javax.portlet.ResourceRequest</type>
			</param>
			<param>
				<name>resourceResponse</name>
				<type>javax.portlet.ResourceResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>declareBeans</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ScriptingException</name>
				<type>com.liferay.portal.kernel.scripting.ScriptingException</type>
			</throws>
		</method>
		<method>
			<name>declareBeans</name>
			<param>
				<name>script</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>ScriptingException</name>
				<type>com.liferay.portal.kernel.scripting.ScriptingException</type>
			</throws>
		</method>
		<method>
			<name>doRender</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>getFileName</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
		</method>
		<method>
			<name>getGlobalScript</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>include</name>
			<param>
				<name>path</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>writeErrorMessage</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<param>
				<name>errorMessage</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>actionFile</name>
		</field>
		<field>
			<name>editFile</name>
		</field>
		<field>
			<name>globalFiles</name>
		</field>
		<field>
			<name>globalScript</name>
		</field>
		<field>
			<name>helpFile</name>
		</field>
		<field>
			<name>language</name>
		</field>
		<field>
			<name>resourceFile</name>
		</field>
		<field>
			<name>viewFile</name>
		</field>
		<field>
			<name>_ERROR</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayPortletServlet</name>
		<type>com.liferay.util.bridges.struts.LiferayPortletServlet</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>getServletContext</name>
		</method>
	</javadoc>
	<javadoc>
		<name>LiferayServletContextProviderWrapper</name>
		<type>com.liferay.util.bridges.struts.LiferayServletContextProviderWrapper</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>getHttpServletRequest</name>
			<param>
				<name>portlet</name>
				<type>javax.portlet.GenericPortlet</type>
			</param>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
		</method>
		<method>
			<name>getHttpServletResponse</name>
			<param>
				<name>portlet</name>
				<type>javax.portlet.GenericPortlet</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
		</method>
		<method>
			<name>getServletContext</name>
			<param>
				<name>portlet</name>
				<type>javax.portlet.GenericPortlet</type>
			</param>
		</method>
		<method>
			<name>_getProvider</name>
			<param>
				<name>portlet</name>
				<type>javax.portlet.GenericPortlet</type>
			</param>
		</method>
		<field>
			<name>_provider</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WAIFriendlyURLMapper</name>
		<type>com.liferay.util.bridges.wai.WAIFriendlyURLMapper</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>buildPath</name>
			<param>
				<name>liferayPortletURL</name>
				<type>com.liferay.portal.kernel.portlet.LiferayPortletURL</type>
			</param>
		</method>
		<method>
			<name>getMapping</name>
		</method>
		<method>
			<name>getPortletId</name>
		</method>
		<method>
			<name>getRouter</name>
		</method>
		<method>
			<name>isCheckMappingWithPrefix</name>
		</method>
		<method>
			<name>isPortletInstanceable</name>
		</method>
		<method>
			<name>populateParams</name>
			<param>
				<name>friendlyURLPath</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>parameterMap</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>requestContext</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setMapping</name>
			<param>
				<name>mapping</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletId</name>
			<param>
				<name>portletId</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setPortletInstanceable</name>
			<param>
				<name>portletInstanceable</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>setRouter</name>
			<param>
				<name>router</name>
				<type>com.liferay.portal.kernel.portlet.Router</type>
			</param>
		</method>
		<method>
			<name>hasBinaryExtension</name>
			<param>
				<name>friendlyURLPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>router</name>
		</field>
		<field>
			<name>_BINARY_EXTENSIONS</name>
		</field>
		<field>
			<name>_CHECK_MAPPING_WITH_PREFIX</name>
		</field>
		<field>
			<name>_MAPPING</name>
		</field>
		<field>
			<name>_portletId</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WAIPortlet</name>
		<type>com.liferay.util.bridges.wai.WAIPortlet</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Connor McKay]]></author>
		<method>
			<name>render</name>
			<param>
				<name>renderRequest</name>
				<type>javax.portlet.RenderRequest</type>
			</param>
			<param>
				<name>renderResponse</name>
				<type>javax.portlet.RenderResponse</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>PortletException</name>
				<type>javax.portlet.PortletException</type>
			</throws>
		</method>
		<field>
			<name>_JSP_DIR</name>
		</field>
		<field>
			<name>_JSP_IFRAME</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DayAndPosition</name>
		<type>com.liferay.util.cal.DayAndPosition</type>
		<author><![CDATA[Jonathan Lennox]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.cal.DayAndPosition}]]></deprecated>
		<method>
			<name>isValidDayOfWeek</name>
			<comment><![CDATA[Method isValidDayOfWeek]]></comment>
			<param>
				<name>d</name>
				<type>int</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>isValidDayPosition</name>
			<comment><![CDATA[Method isValidDayPosition]]></comment>
			<param>
				<name>p</name>
				<type>int</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>DayAndPosition</name>
			<comment><![CDATA[Constructor DayAndPosition]]></comment>
		</method>
		<method>
			<name>DayAndPosition</name>
			<comment><![CDATA[Constructor DayAndPosition]]></comment>
			<param>
				<name>d</name>
				<type>int</type>
			</param>
			<param>
				<name>p</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>clone</name>
			<comment><![CDATA[Method clone]]></comment>
			<return>
				<comment><![CDATA[Object]]></comment>
			</return>
		</method>
		<method>
			<name>equals</name>
			<comment><![CDATA[Method equals]]></comment>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>getDayOfWeek</name>
			<comment><![CDATA[Method getDayOfWeek]]></comment>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>getDayPosition</name>
			<comment><![CDATA[Method getDayPosition]]></comment>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>hashCode</name>
		</method>
		<method>
			<name>setDayOfWeek</name>
			<comment><![CDATA[Method setDayOfWeek]]></comment>
			<param>
				<name>d</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setDayPosition</name>
			<comment><![CDATA[Method setDayPosition]]></comment>
			<param>
				<name>p</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toString</name>
			<comment><![CDATA[Method toString]]></comment>
			<return>
				<comment><![CDATA[String]]></comment>
			</return>
		</method>
		<field>
			<name>NO_WEEKDAY</name>
			<comment><![CDATA[Field NO_WEEKDAY]]></comment>
		</field>
		<field>
			<name>_day</name>
			<comment><![CDATA[Field day]]></comment>
		</field>
		<field>
			<name>_position</name>
			<comment><![CDATA[Field position]]></comment>
		</field>
	</javadoc>
	<javadoc>
		<name>Duration</name>
		<type>com.liferay.util.cal.Duration</type>
		<author><![CDATA[Jonathan Lennox]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.cal.Duration}]]></deprecated>
		<method>
			<name>Duration</name>
			<comment><![CDATA[Constructor Duration]]></comment>
		</method>
		<method>
			<name>Duration</name>
			<comment><![CDATA[Constructor Duration]]></comment>
			<param>
				<name>d</name>
				<type>int</type>
			</param>
			<param>
				<name>h</name>
				<type>int</type>
			</param>
			<param>
				<name>m</name>
				<type>int</type>
			</param>
			<param>
				<name>s</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>Duration</name>
			<comment><![CDATA[Constructor Duration]]></comment>
			<param>
				<name>h</name>
				<type>int</type>
			</param>
			<param>
				<name>m</name>
				<type>int</type>
			</param>
			<param>
				<name>s</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>Duration</name>
			<comment><![CDATA[Constructor Duration]]></comment>
			<param>
				<name>w</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>clear</name>
			<comment><![CDATA[Method clear]]></comment>
		</method>
		<method>
			<name>clone</name>
			<comment><![CDATA[Method clone]]></comment>
			<return>
				<comment><![CDATA[Object]]></comment>
			</return>
		</method>
		<method>
			<name>getDays</name>
			<comment><![CDATA[Method getDays]]></comment>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>getHours</name>
			<comment><![CDATA[Method getHours]]></comment>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>getInterval</name>
			<comment><![CDATA[Method getInterval]]></comment>
			<return>
				<comment><![CDATA[long]]></comment>
			</return>
		</method>
		<method>
			<name>getMinutes</name>
			<comment><![CDATA[Method getMinutes]]></comment>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>getSeconds</name>
			<comment><![CDATA[Method getSeconds]]></comment>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>getWeeks</name>
			<comment><![CDATA[Method getWeeks]]></comment>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>setDays</name>
			<comment><![CDATA[Method setDays]]></comment>
			<param>
				<name>d</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setHours</name>
			<comment><![CDATA[Method setHours]]></comment>
			<param>
				<name>h</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setInterval</name>
			<comment><![CDATA[Method setInterval]]></comment>
			<param>
				<name>millis</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>setMinutes</name>
			<comment><![CDATA[Method setMinutes]]></comment>
			<param>
				<name>m</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setSeconds</name>
			<comment><![CDATA[Method setSeconds]]></comment>
			<param>
				<name>s</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setWeeks</name>
			<comment><![CDATA[Method setWeeks]]></comment>
			<param>
				<name>w</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toString</name>
			<comment><![CDATA[Method toString]]></comment>
			<return>
				<comment><![CDATA[String]]></comment>
			</return>
		</method>
		<method>
			<name>checkNonWeeksOkay</name>
			<comment><![CDATA[Method checkNonWeeksOkay]]></comment>
			<param>
				<name>f</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>checkWeeksOkay</name>
			<comment><![CDATA[Method checkWeeksOkay]]></comment>
			<param>
				<name>f</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>normalize</name>
			<comment><![CDATA[Method normalize]]></comment>
		</method>
		<field>
			<name>_DAYS_PER_WEEK</name>
			<comment><![CDATA[Field DAYS_PER_WEEK]]></comment>
		</field>
		<field>
			<name>_HOURS_PER_DAY</name>
			<comment><![CDATA[Field HOURS_PER_DAY]]></comment>
		</field>
		<field>
			<name>_MILLIS_PER_DAY</name>
			<comment><![CDATA[Field MILLIS_PER_DAY]]></comment>
		</field>
		<field>
			<name>_MILLIS_PER_HOUR</name>
			<comment><![CDATA[Field MILLIS_PER_HOUR]]></comment>
		</field>
		<field>
			<name>_MILLIS_PER_MINUTE</name>
			<comment><![CDATA[Field MILLIS_PER_MINUTE]]></comment>
		</field>
		<field>
			<name>_MILLIS_PER_SECOND</name>
			<comment><![CDATA[Field MILLIS_PER_SECOND]]></comment>
		</field>
		<field>
			<name>_MILLIS_PER_WEEK</name>
			<comment><![CDATA[Field MILLIS_PER_WEEK]]></comment>
		</field>
		<field>
			<name>_MINUTES_PER_HOUR</name>
			<comment><![CDATA[Field MINUTES_PER_HOUR]]></comment>
		</field>
		<field>
			<name>_SECONDS_PER_MINUTE</name>
			<comment><![CDATA[Field SECONDS_PER_MINUTE]]></comment>
		</field>
		<field>
			<name>_days</name>
			<comment><![CDATA[Field days]]></comment>
		</field>
		<field>
			<name>_hours</name>
			<comment><![CDATA[Field hours]]></comment>
		</field>
		<field>
			<name>_minutes</name>
			<comment><![CDATA[Field minutes]]></comment>
		</field>
		<field>
			<name>_seconds</name>
			<comment><![CDATA[Field seconds]]></comment>
		</field>
		<field>
			<name>_weeks</name>
			<comment><![CDATA[Field weeks]]></comment>
		</field>
	</javadoc>
	<javadoc>
		<name>Recurrence</name>
		<type>com.liferay.util.cal.Recurrence</type>
		<author><![CDATA[Jonathan Lennox]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.cal.Recurrence}]]></deprecated>
		<method>
			<name>Recurrence</name>
			<comment><![CDATA[Constructor Recurrence]]></comment>
		</method>
		<method>
			<name>Recurrence</name>
			<comment><![CDATA[Constructor Recurrence]]></comment>
			<param>
				<name>start</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>dur</name>
				<type>com.liferay.util.cal.Duration</type>
			</param>
		</method>
		<method>
			<name>Recurrence</name>
			<comment><![CDATA[Constructor Recurrence]]></comment>
			<param>
				<name>start</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>dur</name>
				<type>com.liferay.util.cal.Duration</type>
			</param>
			<param>
				<name>freq</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getByDay</name>
			<comment><![CDATA[Method getByDay]]></comment>
			<return>
				<comment><![CDATA[DayAndPosition[]]]></comment>
			</return>
		</method>
		<method>
			<name>getByMonth</name>
			<comment><![CDATA[Method getByMonth]]></comment>
			<return>
				<comment><![CDATA[int[]]]></comment>
			</return>
		</method>
		<method>
			<name>getByMonthDay</name>
			<comment><![CDATA[Method getByMonthDay]]></comment>
			<return>
				<comment><![CDATA[int[]]]></comment>
			</return>
		</method>
		<method>
			<name>getByWeekNo</name>
			<comment><![CDATA[Method getByWeekNo]]></comment>
			<return>
				<comment><![CDATA[int[]]]></comment>
			</return>
		</method>
		<method>
			<name>getByYearDay</name>
			<comment><![CDATA[Method getByYearDay]]></comment>
			<return>
				<comment><![CDATA[int[]]]></comment>
			</return>
		</method>
		<method>
			<name>getCandidateStartTime</name>
			<comment><![CDATA[Method getCandidateStartTime]]></comment>
			<param>
				<name>current</name>
				<type>java.util.Calendar</type>
			</param>
			<return>
				<comment><![CDATA[Calendar]]></comment>
			</return>
		</method>
		<method>
			<name>getDtEnd</name>
			<comment><![CDATA[Method getDtEnd]]></comment>
			<return>
				<comment><![CDATA[Calendar]]></comment>
			</return>
		</method>
		<method>
			<name>getDtStart</name>
			<comment><![CDATA[Method getDtStart]]></comment>
			<return>
				<comment><![CDATA[Calendar]]></comment>
			</return>
		</method>
		<method>
			<name>getDuration</name>
			<comment><![CDATA[Method getDuration]]></comment>
			<return>
				<comment><![CDATA[Duration]]></comment>
			</return>
		</method>
		<method>
			<name>getFrequency</name>
			<comment><![CDATA[Method getFrequency]]></comment>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>getInterval</name>
			<comment><![CDATA[Method getInterval]]></comment>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>getOccurrence</name>
			<comment><![CDATA[Method getOccurrence]]></comment>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>getUntil</name>
			<comment><![CDATA[Method getUntil]]></comment>
			<return>
				<comment><![CDATA[Calendar]]></comment>
			</return>
		</method>
		<method>
			<name>getWeekStart</name>
			<comment><![CDATA[Method getWeekStart]]></comment>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>isInRecurrence</name>
			<comment><![CDATA[Method isInRecurrence]]></comment>
			<param>
				<name>current</name>
				<type>java.util.Calendar</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>isInRecurrence</name>
			<comment><![CDATA[Method isInRecurrence]]></comment>
			<param>
				<name>current</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>debug</name>
				<type>boolean</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>setByDay</name>
			<comment><![CDATA[Method setByDay]]></comment>
			<param>
				<name>b</name>
				<type>com.liferay.util.cal.DayAndPosition[]</type>
			</param>
		</method>
		<method>
			<name>setByMonth</name>
			<comment><![CDATA[Method setByMonth]]></comment>
			<param>
				<name>b</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>setByMonthDay</name>
			<comment><![CDATA[Method setByMonthDay]]></comment>
			<param>
				<name>b</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>setByWeekNo</name>
			<comment><![CDATA[Method setByWeekNo]]></comment>
			<param>
				<name>b</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>setByYearDay</name>
			<comment><![CDATA[Method setByYearDay]]></comment>
			<param>
				<name>b</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>setDtEnd</name>
			<comment><![CDATA[Method setDtEnd]]></comment>
			<param>
				<name>end</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>setDtStart</name>
			<comment><![CDATA[Method setDtStart]]></comment>
			<param>
				<name>start</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>setDuration</name>
			<comment><![CDATA[Method setDuration]]></comment>
			<param>
				<name>d</name>
				<type>com.liferay.util.cal.Duration</type>
			</param>
		</method>
		<method>
			<name>setFrequency</name>
			<comment><![CDATA[Method setFrequency]]></comment>
			<param>
				<name>freq</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setInterval</name>
			<comment><![CDATA[Method setInterval]]></comment>
			<param>
				<name>intr</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setOccurrence</name>
			<comment><![CDATA[Method setOccurrence]]></comment>
			<param>
				<name>occur</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setUntil</name>
			<comment><![CDATA[Method setUntil]]></comment>
			<param>
				<name>u</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>setWeekStart</name>
			<comment><![CDATA[Method setWeekStart]]></comment>
			<param>
				<name>weekstart</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toString</name>
			<comment><![CDATA[Method toString]]></comment>
			<return>
				<comment><![CDATA[String]]></comment>
			</return>
		</method>
		<method>
			<name>getDayNumber</name>
			<comment><![CDATA[Method getDayNumber]]></comment>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
			<return>
				<comment><![CDATA[long]]></comment>
			</return>
		</method>
		<method>
			<name>getMonthNumber</name>
			<comment><![CDATA[Method getMonthNumber]]></comment>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
			<return>
				<comment><![CDATA[long]]></comment>
			</return>
		</method>
		<method>
			<name>getWeekNumber</name>
			<comment><![CDATA[Method getWeekNumber]]></comment>
			<param>
				<name>cal</name>
				<type>java.util.Calendar</type>
			</param>
			<return>
				<comment><![CDATA[long]]></comment>
			</return>
		</method>
		<method>
			<name>reduce_constant_length_field</name>
			<comment><![CDATA[Method reduce_constant_length_field]]></comment>
			<param>
				<name>field</name>
				<type>int</type>
			</param>
			<param>
				<name>start</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>candidate</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>reduce_day_of_month</name>
			<comment><![CDATA[Method reduce_day_of_month]]></comment>
			<param>
				<name>start</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>candidate</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>reduce_day_of_year</name>
			<comment><![CDATA[Method reduce_day_of_year]]></comment>
			<param>
				<name>start</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>candidate</name>
				<type>java.util.Calendar</type>
			</param>
		</method>
		<method>
			<name>candidateIsInRecurrence</name>
			<comment><![CDATA[Method candidateIsInRecurrence]]></comment>
			<param>
				<name>candidate</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>debug</name>
				<type>boolean</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>getMinimumInterval</name>
			<comment><![CDATA[Method getMinimumInterval]]></comment>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>getRecurrenceCount</name>
			<comment><![CDATA[Method getRecurrenceCount]]></comment>
			<param>
				<name>candidate</name>
				<type>java.util.Calendar</type>
			</param>
			<return>
				<comment><![CDATA[int]]></comment>
			</return>
		</method>
		<method>
			<name>matchesByDay</name>
			<comment><![CDATA[Method matchesByDay]]></comment>
			<param>
				<name>candidate</name>
				<type>java.util.Calendar</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>matchesByField</name>
			<comment><![CDATA[Method matchesByField]]></comment>
			<param>
				<name>array</name>
				<type>int[]</type>
			</param>
			<param>
				<name>field</name>
				<type>int</type>
			</param>
			<param>
				<name>candidate</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>allowNegative</name>
				<type>boolean</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>matchesByMonth</name>
			<comment><![CDATA[Method matchesByMonth]]></comment>
			<param>
				<name>candidate</name>
				<type>java.util.Calendar</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>matchesByMonthDay</name>
			<comment><![CDATA[Method matchesByMonthDay]]></comment>
			<param>
				<name>candidate</name>
				<type>java.util.Calendar</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>matchesByWeekNo</name>
			<comment><![CDATA[Method matchesByWeekNo]]></comment>
			<param>
				<name>candidate</name>
				<type>java.util.Calendar</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>matchesByYearDay</name>
			<comment><![CDATA[Method matchesByYearDay]]></comment>
			<param>
				<name>candidate</name>
				<type>java.util.Calendar</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>matchesIndividualByDay</name>
			<comment><![CDATA[Method matchesIndividualByDay]]></comment>
			<param>
				<name>candidate</name>
				<type>java.util.Calendar</type>
			</param>
			<param>
				<name>pos</name>
				<type>com.liferay.util.cal.DayAndPosition</type>
			</param>
			<return>
				<comment><![CDATA[boolean]]></comment>
			</return>
		</method>
		<method>
			<name>stringizeIntArray</name>
			<comment><![CDATA[Method stringizeIntArray]]></comment>
			<param>
				<name>a</name>
				<type>int[]</type>
			</param>
			<return>
				<comment><![CDATA[String]]></comment>
			</return>
		</method>
		<field>
			<name>DAILY</name>
			<comment><![CDATA[Field DAILY]]></comment>
		</field>
		<field>
			<name>MONTHLY</name>
			<comment><![CDATA[Field MONTHLY]]></comment>
		</field>
		<field>
			<name>NO_RECURRENCE</name>
			<comment><![CDATA[Field NO_RECURRENCE]]></comment>
		</field>
		<field>
			<name>WEEKLY</name>
			<comment><![CDATA[Field WEEKLY]]></comment>
		</field>
		<field>
			<name>YEARLY</name>
			<comment><![CDATA[Field YEARLY]]></comment>
		</field>
		<field>
			<name>byDay</name>
			<comment><![CDATA[Field byDay]]></comment>
		</field>
		<field>
			<name>byMonth</name>
			<comment><![CDATA[Field byMonth]]></comment>
		</field>
		<field>
			<name>byMonthDay</name>
			<comment><![CDATA[Field byMonthDay]]></comment>
		</field>
		<field>
			<name>byWeekNo</name>
			<comment><![CDATA[Field byWeekNo]]></comment>
		</field>
		<field>
			<name>byYearDay</name>
			<comment><![CDATA[Field byYearDay]]></comment>
		</field>
		<field>
			<name>dtStart</name>
			<comment><![CDATA[Field dtStart]]></comment>
		</field>
		<field>
			<name>duration</name>
			<comment><![CDATA[Field duration]]></comment>
		</field>
		<field>
			<name>frequency</name>
			<comment><![CDATA[Field frequency]]></comment>
		</field>
		<field>
			<name>interval</name>
			<comment><![CDATA[Field interval]]></comment>
		</field>
		<field>
			<name>occurrence</name>
			<comment><![CDATA[Field interval]]></comment>
		</field>
		<field>
			<name>until</name>
			<comment><![CDATA[Field until]]></comment>
		</field>
	</javadoc>
	<javadoc>
		<name>CustomSQL</name>
		<type>com.liferay.util.dao.orm.CustomSQL</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>CustomSQL</name>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>appendCriteria</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>criteria</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isVendorDB2</name>
			<comment><![CDATA[Returns <code>true</code> if Hibernate is connecting to a DB2 database.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if Hibernate is connecting to a DB2 database]]></comment>
			</return>
		</method>
		<method>
			<name>isVendorInformix</name>
			<comment><![CDATA[Returns <code>true</code> if Hibernate is connecting to an Informix database.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if Hibernate is connecting to an Informix database]]></comment>
			</return>
		</method>
		<method>
			<name>isVendorMySQL</name>
			<comment><![CDATA[Returns <code>true</code> if Hibernate is connecting to a MySQL database.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if Hibernate is connecting to a MySQL database]]></comment>
			</return>
		</method>
		<method>
			<name>isVendorOracle</name>
			<comment><![CDATA[Returns <code>true</code> if Hibernate is connecting to an Oracle database. Oracle has a nasty bug where it treats '' as a <code>NULL</code> value. See http://thedailywtf.com/forums/thread/26879.aspx for more information on this nasty bug.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if Hibernate is connecting to an Oracle database]]></comment>
			</return>
		</method>
		<method>
			<name>isVendorPostgreSQL</name>
			<comment><![CDATA[Returns <code>true</code> if Hibernate is connecting to a PostgreSQL database.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if Hibernate is connecting to a PostgreSQL database]]></comment>
			</return>
		</method>
		<method>
			<name>isVendorSybase</name>
			<comment><![CDATA[Returns <code>true</code> if Hibernate is connecting to a Sybase database.]]></comment>
			<return>
				<comment><![CDATA[<code>true</code> if Hibernate is connecting to a Sybase database]]></comment>
			</return>
		</method>
		<method>
			<name>keywords</name>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>keywords</name>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lowerCase</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>keywords</name>
			<param>
				<name>keywordsArray</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>keywords</name>
			<param>
				<name>keywordsArray</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>lowerCase</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>reloadCustomSQL</name>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>removeGroupBy</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeOrderBy</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replaceAndOperator</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>replaceGroupBy</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupBy</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replaceIsNull</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replaceKeywords</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>last</name>
				<type>boolean</type>
			</param>
			<param>
				<name>values</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>replaceKeywords</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>last</name>
				<type>boolean</type>
			</param>
			<param>
				<name>values</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>replaceKeywords</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>operator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>last</name>
				<type>boolean</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>replaceOrderBy</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>getConfigs</name>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>source</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>transform</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>DB2_FUNCTION_IS_NOT_NULL</name>
		</field>
		<field>
			<name>DB2_FUNCTION_IS_NULL</name>
		</field>
		<field>
			<name>INFORMIX_FUNCTION_IS_NOT_NULL</name>
		</field>
		<field>
			<name>INFORMIX_FUNCTION_IS_NULL</name>
		</field>
		<field>
			<name>MYSQL_FUNCTION_IS_NOT_NULL</name>
		</field>
		<field>
			<name>MYSQL_FUNCTION_IS_NULL</name>
		</field>
		<field>
			<name>SYBASE_FUNCTION_IS_NOT_NULL</name>
		</field>
		<field>
			<name>SYBASE_FUNCTION_IS_NULL</name>
		</field>
		<field>
			<name>_GROUP_BY_CLAUSE</name>
		</field>
		<field>
			<name>_ORDER_BY_CLAUSE</name>
		</field>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_functionIsNotNull</name>
		</field>
		<field>
			<name>_functionIsNull</name>
		</field>
		<field>
			<name>_sqlPool</name>
		</field>
		<field>
			<name>_vendorDB2</name>
		</field>
		<field>
			<name>_vendorInformix</name>
		</field>
		<field>
			<name>_vendorMySQL</name>
		</field>
		<field>
			<name>_vendorOracle</name>
		</field>
		<field>
			<name>_vendorPostgreSQL</name>
		</field>
		<field>
			<name>_vendorSybase</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CustomSQLUtil</name>
		<type>com.liferay.util.dao.orm.CustomSQLUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>appendCriteria</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>criteria</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>id</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isVendorDB2</name>
		</method>
		<method>
			<name>isVendorInformix</name>
		</method>
		<method>
			<name>isVendorMySQL</name>
		</method>
		<method>
			<name>isVendorOracle</name>
		</method>
		<method>
			<name>isVendorSybase</name>
		</method>
		<method>
			<name>keywords</name>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>keywords</name>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>lowerCase</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>keywords</name>
			<param>
				<name>keywordsArray</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>keywords</name>
			<param>
				<name>keywordsArray</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>lowerCase</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>reloadCustomSQL</name>
			<throws>
				<name>SQLException</name>
				<type>java.sql.SQLException</type>
			</throws>
		</method>
		<method>
			<name>removeGroupBy</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeOrderBy</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replaceAndOperator</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>andOperator</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>replaceGroupBy</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>groupBy</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replaceIsNull</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>replaceKeywords</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>last</name>
				<type>boolean</type>
			</param>
			<param>
				<name>values</name>
				<type>int[]</type>
			</param>
		</method>
		<method>
			<name>replaceKeywords</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>last</name>
				<type>boolean</type>
			</param>
			<param>
				<name>values</name>
				<type>long[]</type>
			</param>
		</method>
		<method>
			<name>replaceKeywords</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>field</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>operator</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>last</name>
				<type>boolean</type>
			</param>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>replaceOrderBy</name>
			<param>
				<name>sql</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>obc</name>
				<type>com.liferay.portal.kernel.util.OrderByComparator</type>
			</param>
		</method>
		<method>
			<name>CustomSQLUtil</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_customSQL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>QueryPos</name>
		<type>com.liferay.util.dao.orm.hibernate.QueryPos</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.dao.orm.QueryPos}]]></deprecated>
		<method>
			<name>getInstance</name>
			<param>
				<name>query</name>
				<type>org.hibernate.Query</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>java.lang.Boolean</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>java.lang.Double</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>java.lang.Float</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>java.lang.Integer</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>java.lang.Long</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>java.lang.Short</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>values</name>
				<type>java.lang.String[]</type>
			</param>
			<param>
				<name>count</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>value</name>
				<type>java.sql.Timestamp</type>
			</param>
		</method>
		<method>
			<name>getPos</name>
		</method>
		<method>
			<name>addNull</name>
		</method>
		<method>
			<name>QueryPos</name>
			<param>
				<name>query</name>
				<type>org.hibernate.Query</type>
			</param>
		</method>
		<field>
			<name>_pos</name>
		</field>
		<field>
			<name>_query</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DummyOutputStreamFactory</name>
		<type>com.liferay.util.derby.DummyOutputStreamFactory</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getDummyOutputStream</name>
		</method>
	</javadoc>
	<javadoc>
		<name>DiffResult</name>
		<type>com.liferay.util.diff.DiffResult</type>
		<comment><![CDATA[<p>
Represents a change between one or several lines. <code>changeType</code> tells if the change happened in source or target. <code>lineNumber</code> holds the line number of the first modified line. This line number refers to a line in source or target, depending on the <code>changeType</code> value. <code>changedLines</code> is a list of strings, each string is a line that is already highlighted, indicating where the changes are.
</p>]]></comment>
		<author><![CDATA[Bruno Farache]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.util.DiffResult}]]></deprecated>
		<method>
			<name>DiffResult</name>
			<param>
				<name>linePos</name>
				<type>int</type>
			</param>
			<param>
				<name>changedLines</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>DiffResult</name>
			<param>
				<name>linePos</name>
				<type>int</type>
			</param>
			<param>
				<name>changedLine</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>equals</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>getChangedLines</name>
		</method>
		<method>
			<name>getLineNumber</name>
		</method>
		<method>
			<name>setChangedLines</name>
			<param>
				<name>changedLines</name>
				<type>java.util.List</type>
			</param>
		</method>
		<method>
			<name>setLineNumber</name>
			<param>
				<name>lineNumber</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>toString</name>
		</method>
		<field>
			<name>SOURCE</name>
		</field>
		<field>
			<name>TARGET</name>
		</field>
		<field>
			<name>_changedLines</name>
		</field>
		<field>
			<name>_lineNumber</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DiffUtil</name>
		<type>com.liferay.util.diff.DiffUtil</type>
		<comment><![CDATA[<p>
This class can compare two different versions of a text. Source refers to the earliest version of the text and target refers to a modified version of source. Changes are considered either as a removal from the source or as an addition to the target. This class detects changes to an entire line and also detects changes within lines, such as, removal or addition of characters. Take a look at <code>DiffTest</code> to see the expected inputs and outputs.
</p>]]></comment>
		<author><![CDATA[Bruno Farache]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.util.DiffUtil}]]></deprecated>
		<method>
			<name>diff</name>
			<comment><![CDATA[This is a diff method with default values.]]></comment>
			<param>
				<name>source</name>
				<type>java.io.Reader</type>
			</param>
			<param>
				<name>target</name>
				<type>java.io.Reader</type>
			</param>
			<return>
				<comment><![CDATA[an array containing two lists of <code>DiffResults</code>, the first element contains DiffResults related to changes in source and the second element to changes in target]]></comment>
			</return>
		</method>
		<method>
			<name>diff</name>
			<comment><![CDATA[The main entrance of this class. This method will compare the two texts, highlight the changes by enclosing them with markers and return a list of <code>DiffResults</code>.]]></comment>
			<param>
				<name>source</name>
				<type>java.io.Reader</type>
			</param>
			<param>
				<name>target</name>
				<type>java.io.Reader</type>
			</param>
			<param>
				<name>addedMarkerStart</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>addedMarkerEnd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deletedMarkerStart</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deletedMarkerEnd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>margin</name>
				<type>int</type>
			</param>
			<return>
				<comment><![CDATA[an array containing two lists of <code>DiffResults</code>, the first element contains DiffResults related to changes in source and the second element to changes in target]]></comment>
			</return>
		</method>
		<method>
			<name>_addMargins</name>
			<param>
				<name>results</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>stringList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>startPos</name>
				<type>int</type>
			</param>
			<param>
				<name>margin</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_addResults</name>
			<param>
				<name>results</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>stringList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>changedLines</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>start</name>
				<type>int</type>
			</param>
			<param>
				<name>end</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_calculateMargin</name>
			<param>
				<name>sourceResults</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>targetResults</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>sourceBeginPos</name>
				<type>int</type>
			</param>
			<param>
				<name>targetBeginPos</name>
				<type>int</type>
			</param>
			<param>
				<name>margin</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_checkCharDiffs</name>
			<param>
				<name>sourceResults</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>targetResults</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>sourceStringList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>targetStringList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>addedMarkerStart</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>addedMarkerEnd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deletedMarkerStart</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deletedMarkerEnd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>difference</name>
				<type>org.incava.util.diff.Difference</type>
			</param>
			<param>
				<name>margin</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_checkOverlapping</name>
			<param>
				<name>results</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>startPos</name>
				<type>int</type>
			</param>
			<param>
				<name>margin</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_highlightChars</name>
			<param>
				<name>stringList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>markerStart</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>markerEnd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPos</name>
				<type>int</type>
			</param>
			<param>
				<name>endPos</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_highlightLines</name>
			<param>
				<name>stringList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>markerStart</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>markerEnd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>startPos</name>
				<type>int</type>
			</param>
			<param>
				<name>endPos</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_lineDiff</name>
			<param>
				<name>sourceResults</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>targetResults</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>sourceStringList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>targetStringList</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>addedMarkerStart</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>addedMarkerEnd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deletedMarkerStart</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>deletedMarkerEnd</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>sourceChangedLine</name>
				<type>int</type>
			</param>
			<param>
				<name>targetChangedLine</name>
				<type>int</type>
			</param>
			<param>
				<name>aligned</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>_toList</name>
			<param>
				<name>line</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_toString</name>
			<param>
				<name>line</name>
				<type>java.util.List</type>
			</param>
		</method>
		<field>
			<name>CLOSE_DEL</name>
		</field>
		<field>
			<name>CLOSE_INS</name>
		</field>
		<field>
			<name>CONTEXT_LINE</name>
		</field>
		<field>
			<name>OPEN_DEL</name>
		</field>
		<field>
			<name>OPEN_INS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>IdenticalPhoneNumberFormat</name>
		<type>com.liferay.util.format.IdenticalPhoneNumberFormat</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Manuel de la Peña]]></author>
		<deprecated><![CDATA[{@link com.liferay.portal.format.IdenticalPhoneNumberFormatImpl}]]></deprecated>
		<method>
			<name>format</name>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>strip</name>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>PhoneNumberFormat</name>
		<type>com.liferay.util.format.PhoneNumberFormat</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Manuel de la Peña]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.format.PhoneNumberFormat}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>PhoneNumberUtil</name>
		<type>com.liferay.util.format.PhoneNumberUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Manuel de la Peña]]></author>
		<deprecated><![CDATA[Moved to {@link PhoneNumberFormatUtil}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>USAPhoneNumberFormat</name>
		<type>com.liferay.util.format.USAPhoneNumberFormat</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Manuel de la Peña]]></author>
		<deprecated><![CDATA[{@link com.liferay.portal.format.USAPhoneNumberFormatImpl}]]></deprecated>
		<method>
			<name>format</name>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>strip</name>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>validate</name>
			<param>
				<name>phoneNumber</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>FreeMarkerTaglibFactoryUtil</name>
		<type>com.liferay.util.freemarker.FreeMarkerTaglibFactoryUtil</type>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>createTaglibFactory</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>getRegistryName</name>
		</method>
		<method>
			<name>invalidate</name>
		</method>
		<method>
			<name>_getInstance</name>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>FreeMarkerTaglibFactoryUtil</name>
			<param>
				<name>contextPath</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_contextPath</name>
		</field>
		<field>
			<name>_registryName</name>
		</field>
		<field>
			<name>_templateModels</name>
		</field>
	</javadoc>
	<javadoc>
		<name>BasicSpellCheckListener</name>
		<type>com.liferay.util.jazzy.BasicSpellCheckListener</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>BasicSpellCheckListener</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInvalidWords</name>
		</method>
		<method>
			<name>spellingError</name>
			<param>
				<name>event</name>
				<type>com.swabunga.spell.event.SpellCheckEvent</type>
			</param>
		</method>
		<method>
			<name>_isInsideHtmlTag</name>
			<param>
				<name>pos</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_invalidWords</name>
		</field>
		<field>
			<name>_text</name>
		</field>
		<field>
			<name>_textCharArray</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InvalidWord</name>
		<type>com.liferay.util.jazzy.InvalidWord</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>InvalidWord</name>
			<param>
				<name>invalidWord</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>suggestions</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>wordContext</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>wordContextPosition</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>getInvalidWord</name>
		</method>
		<method>
			<name>getSuggestions</name>
		</method>
		<method>
			<name>getWordContext</name>
		</method>
		<method>
			<name>getWordContextPosition</name>
		</method>
		<field>
			<name>_invalidWord</name>
		</field>
		<field>
			<name>_suggestions</name>
		</field>
		<field>
			<name>_wordContext</name>
		</field>
		<field>
			<name>_wordContextPosition</name>
		</field>
	</javadoc>
	<javadoc>
		<name>JSONFactoryUtil</name>
		<type>com.liferay.util.json.JSONFactoryUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[{@link com.liferay.portal.kernel.json.JSONFactoryUtil}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>DummyContext</name>
		<type>com.liferay.util.ldap.DummyContext</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.ldap.DummyContext}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>DummyDirContext</name>
		<type>com.liferay.util.ldap.DummyDirContext</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.ldap.DummyDirContext}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>LDAPUtil</name>
		<type>com.liferay.util.ldap.LDAPUtil</type>
		<author><![CDATA[Toma Bedolla]]></author>
		<author><![CDATA[Michael Young]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.ldap.LDAPUtil}]]></deprecated>
	</javadoc>
	<javadoc>
		<name>Levels</name>
		<type>com.liferay.util.log4j.Levels</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<field>
			<name>ALL_LEVELS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Log4JUtil</name>
		<type>com.liferay.util.log4j.Log4JUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>configureLog4J</name>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
		</method>
		<method>
			<name>configureLog4J</name>
			<param>
				<name>url</name>
				<type>java.net.URL</type>
			</param>
		</method>
		<method>
			<name>getCustomLogSettings</name>
		</method>
		<method>
			<name>getOriginalLevel</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>initLog4J</name>
			<param>
				<name>serverId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>liferayHome</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>classLoader</name>
				<type>java.lang.ClassLoader</type>
			</param>
			<param>
				<name>logFactory</name>
				<type>com.liferay.portal.kernel.log.LogFactory</type>
			</param>
			<param>
				<name>customLogSettings</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>setLevel</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>priority</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>custom</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>_getBytes</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<see><![CDATA[{@link com.liferay.portal.util.FileImpl#getBytes(InputStream, int, boolean)}]]></see>
		</method>
		<method>
			<name>_getJdkLevel</name>
			<param>
				<name>priority</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getLiferayHome</name>
		</method>
		<method>
			<name>_getURLContent</name>
			<param>
				<name>url</name>
				<type>java.net.URL</type>
			</param>
		</method>
		<field>
			<name>_customLogSettings</name>
		</field>
		<field>
			<name>_liferayHome</name>
		</field>
	</javadoc>
	<javadoc>
		<name>KeywordsUtil</name>
		<type>com.liferay.util.lucene.KeywordsUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Mirco Tamburini]]></author>
		<author><![CDATA[Josiah Goh]]></author>
		<method>
			<name>escape</name>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toFuzzy</name>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toWildcard</name>
			<param>
				<name>keywords</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>SPECIAL</name>
		</field>
	</javadoc>
	<javadoc>
		<name>InternetAddressUtil</name>
		<type>com.liferay.util.mail.InternetAddressUtil</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>contains</name>
			<param>
				<name>internetAddresses</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>isValid</name>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeEntry</name>
			<param>
				<name>addresses</name>
				<type>javax.mail.Address[]</type>
			</param>
			<param>
				<name>emailAddress</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>address</name>
				<type>javax.mail.Address</type>
			</param>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>addresses</name>
				<type>javax.mail.Address[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>JavaMailUtil</name>
		<type>com.liferay.util.mail.JavaMailUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>getBytes</name>
			<param>
				<name>part</name>
				<type>javax.mail.Part</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
			<throws>
				<name>MessagingException</name>
				<type>javax.mail.MessagingException</type>
			</throws>
		</method>
		<method>
			<name>toUnicodeString</name>
			<param>
				<name>addresses</name>
				<type>javax.mail.Address[]</type>
			</param>
		</method>
		<method>
			<name>toUnicodeString</name>
			<param>
				<name>addresses</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>LiferayMimeMessage</name>
		<type>com.liferay.util.mail.LiferayMimeMessage</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>LiferayMimeMessage</name>
			<param>
				<name>session</name>
				<type>javax.mail.Session</type>
			</param>
		</method>
		<method>
			<name>updateMessageID</name>
			<throws>
				<name>MessagingException</name>
				<type>javax.mail.MessagingException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MailEngine</name>
		<type>com.liferay.util.mail.MailEngine</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Brian Myunghun Kim]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Neil Griffin]]></author>
		<author><![CDATA[Thiago Moreira]]></author>
		<author><![CDATA[Brett Swaim]]></author>
		<method>
			<name>getSession</name>
		</method>
		<method>
			<name>getSession</name>
			<param>
				<name>account</name>
				<type>com.liferay.portal.kernel.mail.Account</type>
			</param>
		</method>
		<method>
			<name>getSession</name>
			<param>
				<name>cache</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>MailEngineException</name>
				<type>com.liferay.util.mail.MailEngineException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>from</name>
				<type>javax.mail.internet.InternetAddress</type>
			</param>
			<param>
				<name>to</name>
				<type>javax.mail.internet.InternetAddress</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MailEngineException</name>
				<type>com.liferay.util.mail.MailEngineException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>from</name>
				<type>javax.mail.internet.InternetAddress</type>
			</param>
			<param>
				<name>to</name>
				<type>javax.mail.internet.InternetAddress</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>htmlFormat</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>MailEngineException</name>
				<type>com.liferay.util.mail.MailEngineException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>from</name>
				<type>javax.mail.internet.InternetAddress</type>
			</param>
			<param>
				<name>to</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>cc</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>bcc</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>bulkAddresses</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>htmlFormat</name>
				<type>boolean</type>
			</param>
			<param>
				<name>replyTo</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>messageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inReplyTo</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MailEngineException</name>
				<type>com.liferay.util.mail.MailEngineException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>from</name>
				<type>javax.mail.internet.InternetAddress</type>
			</param>
			<param>
				<name>to</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>cc</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>bcc</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>bulkAddresses</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>htmlFormat</name>
				<type>boolean</type>
			</param>
			<param>
				<name>replyTo</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>messageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inReplyTo</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileAttachments</name>
				<type>java.util.List</type>
			</param>
			<throws>
				<name>MailEngineException</name>
				<type>com.liferay.util.mail.MailEngineException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>from</name>
				<type>javax.mail.internet.InternetAddress</type>
			</param>
			<param>
				<name>to</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>cc</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>bcc</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>bulkAddresses</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>htmlFormat</name>
				<type>boolean</type>
			</param>
			<param>
				<name>replyTo</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>messageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inReplyTo</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>fileAttachments</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>smtpAccount</name>
				<type>com.liferay.portal.kernel.mail.SMTPAccount</type>
			</param>
			<throws>
				<name>MailEngineException</name>
				<type>com.liferay.util.mail.MailEngineException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>from</name>
				<type>javax.mail.internet.InternetAddress</type>
			</param>
			<param>
				<name>to</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>cc</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>bcc</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MailEngineException</name>
				<type>com.liferay.util.mail.MailEngineException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>from</name>
				<type>javax.mail.internet.InternetAddress</type>
			</param>
			<param>
				<name>to</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>cc</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>bcc</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>htmlFormat</name>
				<type>boolean</type>
			</param>
			<param>
				<name>replyTo</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>messageId</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>inReplyTo</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MailEngineException</name>
				<type>com.liferay.util.mail.MailEngineException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>from</name>
				<type>javax.mail.internet.InternetAddress</type>
			</param>
			<param>
				<name>to</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>cc</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MailEngineException</name>
				<type>com.liferay.util.mail.MailEngineException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>from</name>
				<type>javax.mail.internet.InternetAddress</type>
			</param>
			<param>
				<name>to</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>cc</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>htmlFormat</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>MailEngineException</name>
				<type>com.liferay.util.mail.MailEngineException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>from</name>
				<type>javax.mail.internet.InternetAddress</type>
			</param>
			<param>
				<name>to</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MailEngineException</name>
				<type>com.liferay.util.mail.MailEngineException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>from</name>
				<type>javax.mail.internet.InternetAddress</type>
			</param>
			<param>
				<name>to</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>htmlFormat</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>MailEngineException</name>
				<type>com.liferay.util.mail.MailEngineException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>mailMessage</name>
				<type>com.liferay.portal.kernel.mail.MailMessage</type>
			</param>
			<throws>
				<name>MailEngineException</name>
				<type>com.liferay.util.mail.MailEngineException</type>
			</throws>
		</method>
		<method>
			<name>send</name>
			<param>
				<name>from</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>to</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>subject</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>body</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>MailEngineException</name>
				<type>com.liferay.util.mail.MailEngineException</type>
			</throws>
		</method>
		<method>
			<name>_getBatchAddresses</name>
			<param>
				<name>addresses</name>
				<type>javax.mail.Address[]</type>
			</param>
			<param>
				<name>index</name>
				<type>int</type>
			</param>
			<param>
				<name>batchSize</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>_getProperties</name>
			<param>
				<name>account</name>
				<type>com.liferay.portal.kernel.mail.Account</type>
			</param>
		</method>
		<method>
			<name>_getSMTPProperty</name>
			<param>
				<name>session</name>
				<type>javax.mail.Session</type>
			</param>
			<param>
				<name>suffix</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_send</name>
			<param>
				<name>session</name>
				<type>javax.mail.Session</type>
			</param>
			<param>
				<name>message</name>
				<type>javax.mail.Message</type>
			</param>
			<param>
				<name>bulkAddresses</name>
				<type>javax.mail.internet.InternetAddress[]</type>
			</param>
			<param>
				<name>batchSize</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_BATCH_SIZE</name>
		</field>
		<field>
			<name>_MULTIPART_TYPE_ALTERNATIVE</name>
		</field>
		<field>
			<name>_MULTIPART_TYPE_MIXED</name>
		</field>
		<field>
			<name>_TEXT_HTML</name>
		</field>
		<field>
			<name>_TEXT_PLAIN</name>
		</field>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MailEngineException</name>
		<type>com.liferay.util.mail.MailEngineException</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>MailEngineException</name>
		</method>
		<method>
			<name>MailEngineException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>MailEngineException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>MailEngineException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MailServerException</name>
		<type>com.liferay.util.mail.MailServerException</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>MailServerException</name>
		</method>
		<method>
			<name>MailServerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>MailServerException</name>
			<param>
				<name>msg</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>MailServerException</name>
			<param>
				<name>cause</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>XLSTextStripper</name>
		<type>com.liferay.util.poi.XLSTextStripper</type>
		<author><![CDATA[Mirco Tamburini]]></author>
		<method>
			<name>XLSTextStripper</name>
			<param>
				<name>is</name>
				<type>java.io.InputStream</type>
			</param>
		</method>
		<method>
			<name>getText</name>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_text</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletProps</name>
		<type>com.liferay.util.portlet.PortletProps</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addProperties</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filter</name>
				<type>com.liferay.portal.kernel.configuration.Filter</type>
			</param>
		</method>
		<method>
			<name>getArray</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getArray</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filter</name>
				<type>com.liferay.portal.kernel.configuration.Filter</type>
			</param>
		</method>
		<method>
			<name>getProperties</name>
		</method>
		<method>
			<name>removeProperties</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>set</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>PortletProps</name>
		</method>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_configuration</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletRequestUtil</name>
		<type>com.liferay.util.portlet.PortletRequestUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>testMultipartWithCommonsFileUpload</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>testMultipartWithPortletInputStream</name>
			<param>
				<name>actionRequest</name>
				<type>javax.portlet.ActionRequest</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>toXML</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>portletResponse</name>
				<type>javax.portlet.PortletResponse</type>
			</param>
		</method>
		<method>
			<name>_isValidAttributeName</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_isValidAttributeValue</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>_mimeResponseToXML</name>
			<param>
				<name>mimeResponse</name>
				<type>javax.portlet.MimeResponse</type>
			</param>
			<param>
				<name>requestElement</name>
				<type>com.liferay.portal.kernel.xml.simple.Element</type>
			</param>
		</method>
		<method>
			<name>_portletDisplayToXML</name>
			<param>
				<name>portletDisplay</name>
				<type>com.liferay.portal.theme.PortletDisplay</type>
			</param>
			<param>
				<name>portletDisplayElement</name>
				<type>com.liferay.portal.kernel.xml.simple.Element</type>
			</param>
		</method>
		<method>
			<name>_themeDisplayToXML</name>
			<param>
				<name>themeDisplay</name>
				<type>com.liferay.portal.theme.ThemeDisplay</type>
			</param>
			<param>
				<name>themeDisplayElement</name>
				<type>com.liferay.portal.kernel.xml.simple.Element</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ServiceProps</name>
		<type>com.liferay.util.service.ServiceProps</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>addProperties</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>contains</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filter</name>
				<type>com.liferay.portal.kernel.configuration.Filter</type>
			</param>
		</method>
		<method>
			<name>getArray</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getArray</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>filter</name>
				<type>com.liferay.portal.kernel.configuration.Filter</type>
			</param>
		</method>
		<method>
			<name>getProperties</name>
		</method>
		<method>
			<name>removeProperties</name>
			<param>
				<name>properties</name>
				<type>java.util.Properties</type>
			</param>
		</method>
		<method>
			<name>set</name>
			<param>
				<name>key</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>ServiceProps</name>
		</method>
		<field>
			<name>_instance</name>
		</field>
		<field>
			<name>_configuration</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ByteArrayInputStreamWrapper</name>
		<type>com.liferay.util.servlet.ByteArrayInputStreamWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ByteArrayInputStreamWrapper</name>
			<param>
				<name>byteArrayInputStream</name>
				<type>java.io.ByteArrayInputStream</type>
			</param>
		</method>
		<method>
			<name>available</name>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>mark</name>
			<param>
				<name>readLimit</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>markSupported</name>
		</method>
		<method>
			<name>read</name>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>readLine</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>reset</name>
		</method>
		<method>
			<name>skip</name>
			<param>
				<name>skip</name>
				<type>long</type>
			</param>
		</method>
		<field>
			<name>_byteArrayInputStream</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DynamicServletRequest</name>
		<type>com.liferay.util.servlet.DynamicServletRequest</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.servlet.DynamicServletRequest}]]></deprecated>
		<method>
			<name>DynamicServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
		</method>
		<method>
			<name>DynamicServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>inherit</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>DynamicServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>DynamicServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>params</name>
				<type>java.util.Map</type>
			</param>
			<param>
				<name>inherit</name>
				<type>boolean</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>EncryptedServletRequest</name>
		<type>com.liferay.util.servlet.EncryptedServletRequest</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>EncryptedServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>key</name>
				<type>java.security.Key</type>
			</param>
		</method>
		<method>
			<name>getParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getParameterMap</name>
		</method>
		<method>
			<name>getParameterValues</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_key</name>
		</field>
		<field>
			<name>_params</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GenericServletInputStream</name>
		<type>com.liferay.util.servlet.GenericServletInputStream</type>
		<author><![CDATA[Michael Young]]></author>
		<method>
			<name>GenericServletInputStream</name>
			<param>
				<name>inputStream</name>
				<type>java.io.InputStream</type>
			</param>
		</method>
		<method>
			<name>read</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_inputStream</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GenericServletOutputStream</name>
		<type>com.liferay.util.servlet.GenericServletOutputStream</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GenericServletOutputStream</name>
			<param>
				<name>outputStream</name>
				<type>java.io.OutputStream</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>offset</name>
				<type>int</type>
			</param>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>b</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_outputStream</name>
		</field>
	</javadoc>
	<javadoc>
		<name>GenericServletResponse</name>
		<type>com.liferay.util.servlet.GenericServletResponse</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>GenericServletResponse</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>getContentLength</name>
		</method>
		<method>
			<name>getContentType</name>
		</method>
		<method>
			<name>getData</name>
		</method>
		<method>
			<name>getOutputStream</name>
		</method>
		<method>
			<name>getWriter</name>
		</method>
		<method>
			<name>setContentLength</name>
			<param>
				<name>length</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>setContentType</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_contentLength</name>
		</field>
		<field>
			<name>_contentType</name>
		</field>
		<field>
			<name>_ubaos</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NullServletOutputStream</name>
		<type>com.liferay.util.servlet.NullServletOutputStream</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NullServletOutputStream</name>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>b</name>
				<type>int</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>NullServletResponse</name>
		<type>com.liferay.util.servlet.NullServletResponse</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NullServletResponse</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
		</method>
		<method>
			<name>getOutputStream</name>
		</method>
		<method>
			<name>getWriter</name>
		</method>
		<field>
			<name>_printWriter</name>
		</field>
		<field>
			<name>_servletOutputStream</name>
		</field>
	</javadoc>
	<javadoc>
		<name>NullSession</name>
		<type>com.liferay.util.servlet.NullSession</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>NullSession</name>
		</method>
		<method>
			<name>getAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getAttributeNames</name>
		</method>
		<method>
			<name>getCreationTime</name>
		</method>
		<method>
			<name>getId</name>
		</method>
		<method>
			<name>getLastAccessedTime</name>
		</method>
		<method>
			<name>getMaxInactiveInterval</name>
		</method>
		<method>
			<name>getServletContext</name>
		</method>
		<method>
			<name>getSessionContext</name>
			<deprecated><![CDATA[]]></deprecated>
		</method>
		<method>
			<name>getValue</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getValueNames</name>
		</method>
		<method>
			<name>invalidate</name>
		</method>
		<method>
			<name>isNew</name>
		</method>
		<method>
			<name>putValue</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>removeAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>removeValue</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>setMaxInactiveInterval</name>
			<param>
				<name>maxInactiveInterval</name>
				<type>int</type>
			</param>
		</method>
		<field>
			<name>_attributes</name>
		</field>
		<field>
			<name>_creationTime</name>
		</field>
		<field>
			<name>_id</name>
		</field>
		<field>
			<name>_lastAccessedTime</name>
		</field>
		<field>
			<name>_maxInactiveInterval</name>
		</field>
		<field>
			<name>_new</name>
		</field>
		<field>
			<name>_servletContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>ProtectedPrincipal</name>
		<type>com.liferay.util.servlet.ProtectedPrincipal</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.servlet.ProtectedPrincipal}]]></deprecated>
		<method>
			<name>ProtectedPrincipal</name>
		</method>
		<method>
			<name>ProtectedPrincipal</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ProtectedServletRequest</name>
		<type>com.liferay.util.servlet.ProtectedServletRequest</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<deprecated><![CDATA[Moved to {@link com.liferay.portal.kernel.servlet.ProtectedServletRequest}]]></deprecated>
		<method>
			<name>ProtectedServletRequest</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>remoteUser</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ServletInputStreamWrapper</name>
		<type>com.liferay.util.servlet.ServletInputStreamWrapper</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>ServletInputStreamWrapper</name>
			<param>
				<name>is</name>
				<type>javax.servlet.ServletInputStream</type>
			</param>
		</method>
		<method>
			<name>available</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>close</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>mark</name>
			<param>
				<name>readlimit</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>markSupported</name>
		</method>
		<method>
			<name>read</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>b</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>read</name>
			<param>
				<name>b</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>off</name>
				<type>int</type>
			</param>
			<param>
				<name>len</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>readLine</name>
			<param>
				<name>b</name>
				<type>byte[]</type>
			</param>
			<param>
				<name>off</name>
				<type>int</type>
			</param>
			<param>
				<name>len</name>
				<type>int</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>reset</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>skip</name>
			<param>
				<name>n</name>
				<type>long</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_is</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SessionParameters</name>
		<type>com.liferay.util.servlet.SessionParameters</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>get</name>
			<param>
				<name>request</name>
				<type>javax.servlet.http.HttpServletRequest</type>
			</param>
			<param>
				<name>parameter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
			<param>
				<name>parameter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletRequest</name>
				<type>javax.portlet.PortletRequest</type>
			</param>
			<param>
				<name>parameter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>get</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
			<param>
				<name>parameter</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getParameters</name>
			<param>
				<name>session</name>
				<type>javax.servlet.http.HttpSession</type>
			</param>
		</method>
		<method>
			<name>_getParameters</name>
			<param>
				<name>portletSession</name>
				<type>javax.portlet.PortletSession</type>
			</param>
		</method>
		<field>
			<name>KEY</name>
		</field>
		<field>
			<name>USE_SESSION_PARAMETERS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CacheResponseData</name>
		<type>com.liferay.util.servlet.filters.CacheResponseData</type>
		<author><![CDATA[Michael Young]]></author>
		<author><![CDATA[Shuyang Zhou]]></author>
		<method>
			<name>CacheResponseData</name>
			<param>
				<name>byteBufferResponse</name>
				<type>com.liferay.portal.kernel.servlet.ByteBufferServletResponse</type>
			</param>
		</method>
		<method>
			<name>getAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getByteBuffer</name>
		</method>
		<method>
			<name>getContentType</name>
		</method>
		<method>
			<name>getHeaders</name>
		</method>
		<method>
			<name>setAttribute</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_attributes</name>
		</field>
		<field>
			<name>_byteBuffer</name>
		</field>
		<field>
			<name>_content</name>
		</field>
		<field>
			<name>_contentType</name>
		</field>
		<field>
			<name>_headers</name>
		</field>
	</javadoc>
	<javadoc>
		<name>CacheResponseUtil</name>
		<type>com.liferay.util.servlet.filters.CacheResponseUtil</type>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>setHeaders</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>headers</name>
				<type>java.util.Map</type>
			</param>
		</method>
		<method>
			<name>write</name>
			<param>
				<name>response</name>
				<type>javax.servlet.http.HttpServletResponse</type>
			</param>
			<param>
				<name>cacheResponseData</name>
				<type>com.liferay.util.servlet.filters.CacheResponseData</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>DynamicFilterConfig</name>
		<type>com.liferay.util.servlet.filters.DynamicFilterConfig</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Bruno Farache]]></author>
		<method>
			<name>DynamicFilterConfig</name>
			<param>
				<name>filterConfig</name>
				<type>javax.servlet.FilterConfig</type>
			</param>
		</method>
		<method>
			<name>DynamicFilterConfig</name>
			<param>
				<name>filterName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>servletContext</name>
				<type>javax.servlet.ServletContext</type>
			</param>
		</method>
		<method>
			<name>addInitParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>value</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getFilterName</name>
		</method>
		<method>
			<name>getInitParameter</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getInitParameterNames</name>
		</method>
		<method>
			<name>getServletContext</name>
		</method>
		<field>
			<name>_filterName</name>
		</field>
		<field>
			<name>_parameters</name>
		</field>
		<field>
			<name>_servletContext</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayLoggerAdapter</name>
		<type>com.liferay.util.sl4fj.LiferayLoggerAdapter</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>LiferayLoggerAdapter</name>
			<param>
				<name>log</name>
				<type>com.liferay.portal.kernel.log.Log</type>
			</param>
		</method>
		<method>
			<name>debug</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>debug</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>debug</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>argument2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>debug</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>debug</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>error</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>error</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>error</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>argument2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>error</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>error</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>info</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>info</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>info</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>argument2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>info</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>info</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>isDebugEnabled</name>
		</method>
		<method>
			<name>isErrorEnabled</name>
		</method>
		<method>
			<name>isInfoEnabled</name>
		</method>
		<method>
			<name>isTraceEnabled</name>
		</method>
		<method>
			<name>isWarnEnabled</name>
		</method>
		<method>
			<name>log</name>
			<param>
				<name>marker</name>
				<type>org.slf4j.Marker</type>
			</param>
			<param>
				<name>fqcn</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>level</name>
				<type>int</type>
			</param>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>trace</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>trace</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>trace</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>argument2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>trace</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>trace</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>warn</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>warn</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>warn</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>argument1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>argument2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>warn</name>
			<param>
				<name>format</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>arguments</name>
				<type>java.lang.Object[]</type>
			</param>
		</method>
		<method>
			<name>warn</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>LiferayLoggerFactory</name>
		<type>com.liferay.util.sl4fj.LiferayLoggerFactory</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>LiferayLoggerFactory</name>
		</method>
		<method>
			<name>getLogger</name>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_loggers</name>
		</field>
		<field>
			<name>_readLock</name>
		</field>
		<field>
			<name>_writeLock</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TransactionManagerClp</name>
		<type>com.liferay.util.spring.transaction.TransactionManagerClp</type>
		<comment><![CDATA[<p>
A transaction manager class loader proxy delegating the method invocations to the transaction manager in the portal implementation. The transaction manager within the portal must be specified as a Spring bean having ID <code>"liferayTransactionManager"</code>.
</p>]]></comment>
		<author><![CDATA[Micha Kiener]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>commit</name>
			<param>
				<name>transactionStatus</name>
				<type>org.springframework.transaction.TransactionStatus</type>
			</param>
			<throws>
				<name>TransactionException</name>
				<type>org.springframework.transaction.TransactionException</type>
			</throws>
		</method>
		<method>
			<name>getTransaction</name>
			<param>
				<name>transactionDefinition</name>
				<type>org.springframework.transaction.TransactionDefinition</type>
			</param>
			<throws>
				<name>TransactionException</name>
				<type>org.springframework.transaction.TransactionException</type>
			</throws>
		</method>
		<method>
			<name>init</name>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
		</method>
		<method>
			<name>rollback</name>
			<param>
				<name>transactionStatus</name>
				<type>org.springframework.transaction.TransactionStatus</type>
			</param>
			<throws>
				<name>TransactionException</name>
				<type>org.springframework.transaction.TransactionException</type>
			</throws>
		</method>
		<method>
			<name>createRemoteTransactionDefinition</name>
			<param>
				<name>transactionDefinition</name>
				<type>org.springframework.transaction.TransactionDefinition</type>
			</param>
			<throws>
				<name>IllegalAccessException</name>
				<type>java.lang.IllegalAccessException</type>
			</throws>
			<throws>
				<name>InstantiationException</name>
				<type>java.lang.InstantiationException</type>
			</throws>
		</method>
		<method>
			<name>initTransactionManagerMethods</name>
		</method>
		<method>
			<name>unwrapTransactionStatus</name>
			<param>
				<name>localTransactionStatus</name>
				<type>org.springframework.transaction.TransactionStatus</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_transactionDefinitionClp</name>
		</field>
		<field>
			<name>_transactionManager</name>
		</field>
		<field>
			<name>_transactionManagerMethods</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TransactionStatusClp</name>
		<type>com.liferay.util.spring.transaction.TransactionStatusClp</type>
		<comment><![CDATA[<p>
A class loader proxy implementation for a transaction status object created by the transaction manager within the portal and serialized back and forth between the portal and plugin class loader.
</p>]]></comment>
		<author><![CDATA[Micha Kiener]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>TransactionStatusClp</name>
			<param>
				<name>remoteTransactionStatus</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>createSavepoint</name>
			<throws>
				<name>TransactionException</name>
				<type>org.springframework.transaction.TransactionException</type>
			</throws>
		</method>
		<method>
			<name>flush</name>
		</method>
		<method>
			<name>getRemoteTransactionStatus</name>
		</method>
		<method>
			<name>hasSavepoint</name>
		</method>
		<method>
			<name>isCompleted</name>
		</method>
		<method>
			<name>isNewTransaction</name>
		</method>
		<method>
			<name>isRollbackOnly</name>
		</method>
		<method>
			<name>releaseSavepoint</name>
			<param>
				<name>savepoint</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>TransactionException</name>
				<type>org.springframework.transaction.TransactionException</type>
			</throws>
		</method>
		<method>
			<name>rollbackToSavepoint</name>
			<param>
				<name>savepoint</name>
				<type>java.lang.Object</type>
			</param>
			<throws>
				<name>TransactionException</name>
				<type>org.springframework.transaction.TransactionException</type>
			</throws>
		</method>
		<method>
			<name>setRollbackOnly</name>
		</method>
		<method>
			<name>initRemoteMethods</name>
			<param>
				<name>remoteTransactionStatus</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_remoteMethods</name>
		</field>
		<field>
			<name>_remoteTransactionStatus</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DatagramHandler</name>
		<type>com.liferay.util.transport.DatagramHandler</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>errorReceived</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>process</name>
			<param>
				<name>packet</name>
				<type>java.net.DatagramPacket</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MulticastClientTool</name>
		<type>com.liferay.util.transport.MulticastClientTool</type>
		<comment><![CDATA[<p>
A client that listens for multicast messages at a designated port. You may use this to for potential multicast issues when tuning distributed caches.
</p>]]></comment>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<method>
			<name>MulticastClientTool</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<method>
			<name>_getArgsMap</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>MulticastDatagramHandler</name>
		<type>com.liferay.util.transport.MulticastDatagramHandler</type>
		<author><![CDATA[Michael C. Han]]></author>
		<author><![CDATA[Raymond Augé]]></author>
		<method>
			<name>MulticastDatagramHandler</name>
			<param>
				<name>gzipData</name>
				<type>boolean</type>
			</param>
			<param>
				<name>shortData</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>errorReceived</name>
			<param>
				<name>t</name>
				<type>java.lang.Throwable</type>
			</param>
		</method>
		<method>
			<name>process</name>
			<param>
				<name>packet</name>
				<type>java.net.DatagramPacket</type>
			</param>
		</method>
		<method>
			<name>getUnzippedBytes</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>Exception</name>
				<type>java.lang.Exception</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_gzipData</name>
		</field>
		<field>
			<name>_shortData</name>
		</field>
	</javadoc>
	<javadoc>
		<name>MulticastServerTool</name>
		<type>com.liferay.util.transport.MulticastServerTool</type>
		<comment><![CDATA[<p>
A server that will send out heart beat messages until you kill it. This enables you to try and debug multicast issues.
</p>]]></comment>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>MulticastTransport</name>
		<type>com.liferay.util.transport.MulticastTransport</type>
		<comment><![CDATA[<p>
The MulticastTransport will send strings across a specified multicast address. It will also listen for messages and hand them to the appropriate DatagramHandler.
</p>]]></comment>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>MulticastTransport</name>
			<param>
				<name>handler</name>
				<type>com.liferay.util.transport.DatagramHandler</type>
			</param>
			<param>
				<name>host</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>port</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>connect</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>disconnect</name>
		</method>
		<method>
			<name>isConnected</name>
		</method>
		<method>
			<name>run</name>
		</method>
		<method>
			<name>sendMessage</name>
			<param>
				<name>bytes</name>
				<type>byte[]</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>sendMessage</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_log</name>
		</field>
		<field>
			<name>_address</name>
		</field>
		<field>
			<name>_connected</name>
		</field>
		<field>
			<name>_handler</name>
		</field>
		<field>
			<name>_host</name>
		</field>
		<field>
			<name>_inboundBuffer</name>
		</field>
		<field>
			<name>_inboundPacket</name>
		</field>
		<field>
			<name>_outboundBuffer</name>
		</field>
		<field>
			<name>_outboundPacket</name>
		</field>
		<field>
			<name>_port</name>
		</field>
		<field>
			<name>_socket</name>
		</field>
	</javadoc>
	<javadoc>
		<name>Transport</name>
		<type>com.liferay.util.transport.Transport</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>connect</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>disconnect</name>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>isConnected</name>
		</method>
		<method>
			<name>sendMessage</name>
			<param>
				<name>message</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>AttributeComparator</name>
		<type>com.liferay.util.xml.AttributeComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>compare</name>
			<param>
				<name>attr1</name>
				<type>org.dom4j.Attribute</type>
			</param>
			<param>
				<name>attr2</name>
				<type>org.dom4j.Attribute</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>BeanToXMLUtil</name>
		<type>com.liferay.util.xml.BeanToXMLUtil</type>
		<author><![CDATA[Charles May]]></author>
		<method>
			<name>addBean</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>parentEl</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>addFields</name>
			<param>
				<name>obj</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>parentEl</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
		</method>
		<method>
			<name>getClassNameWithoutPackage</name>
			<param>
				<name>className</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_log</name>
		</field>
	</javadoc>
	<javadoc>
		<name>DocUtil</name>
		<type>com.liferay.util.xml.DocUtil</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alexander Chow]]></author>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
			<param>
				<name>text</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
			<param>
				<name>text</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
			<param>
				<name>text</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
			<param>
				<name>text</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
			<param>
				<name>text</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
			<param>
				<name>text</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>qName</name>
				<type>com.liferay.portal.kernel.xml.QName</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespace</name>
				<type>com.liferay.portal.kernel.xml.Namespace</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespace</name>
				<type>com.liferay.portal.kernel.xml.Namespace</type>
			</param>
			<param>
				<name>text</name>
				<type>boolean</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespace</name>
				<type>com.liferay.portal.kernel.xml.Namespace</type>
			</param>
			<param>
				<name>text</name>
				<type>double</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespace</name>
				<type>com.liferay.portal.kernel.xml.Namespace</type>
			</param>
			<param>
				<name>text</name>
				<type>float</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespace</name>
				<type>com.liferay.portal.kernel.xml.Namespace</type>
			</param>
			<param>
				<name>text</name>
				<type>int</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespace</name>
				<type>com.liferay.portal.kernel.xml.Namespace</type>
			</param>
			<param>
				<name>text</name>
				<type>long</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespace</name>
				<type>com.liferay.portal.kernel.xml.Namespace</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespace</name>
				<type>com.liferay.portal.kernel.xml.Namespace</type>
			</param>
			<param>
				<name>text</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>namespace</name>
				<type>com.liferay.portal.kernel.xml.Namespace</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>short</type>
			</param>
		</method>
		<method>
			<name>add</name>
			<param>
				<name>element</name>
				<type>com.liferay.portal.kernel.xml.Element</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>text</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ElementComparator</name>
		<type>com.liferay.util.xml.ElementComparator</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>compare</name>
			<param>
				<name>el1</name>
				<type>org.dom4j.Element</type>
			</param>
			<param>
				<name>el2</name>
				<type>org.dom4j.Element</type>
			</param>
		</method>
		<method>
			<name>_compare</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>obj</name>
				<type>org.dom4j.Attribute</type>
			</param>
			<param>
				<name>comparator</name>
				<type>java.util.Comparator</type>
			</param>
		</method>
		<method>
			<name>_compare</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>obj</name>
				<type>org.dom4j.Element</type>
			</param>
			<param>
				<name>comparator</name>
				<type>java.util.Comparator</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>ElementIdentifier</name>
		<type>com.liferay.util.xml.ElementIdentifier</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>ElementIdentifier</name>
			<param>
				<name>elementName</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>identifierName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>getElementName</name>
		</method>
		<method>
			<name>getIdentifierName</name>
		</method>
		<field>
			<name>_elementName</name>
		</field>
		<field>
			<name>_identifierName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>XMLConverter</name>
		<type>com.liferay.util.xml.XMLConverter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>toJavaxQName</name>
			<param>
				<name>dom4jQName</name>
				<type>org.dom4j.QName</type>
			</param>
		</method>
		<method>
			<name>toW3CDocument</name>
			<param>
				<name>dom4jDoc</name>
				<type>org.dom4j.Document</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>org.dom4j.DocumentException</type>
			</throws>
		</method>
		<method>
			<name>toW3CElement</name>
			<param>
				<name>dom4jEl</name>
				<type>org.dom4j.Element</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>org.dom4j.DocumentException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>XMLElementComparator</name>
		<type>com.liferay.util.xml.XMLElementComparator</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>XMLElementComparator</name>
			<param>
				<name>descriptor</name>
				<type>com.liferay.util.xml.descriptor.XMLDescriptor</type>
			</param>
		</method>
		<method>
			<name>canJoinChildren</name>
			<param>
				<name>element</name>
				<type>org.dom4j.Element</type>
			</param>
		</method>
		<method>
			<name>compare</name>
			<param>
				<name>el1</name>
				<type>org.dom4j.Element</type>
			</param>
			<param>
				<name>el2</name>
				<type>org.dom4j.Element</type>
			</param>
		</method>
		<field>
			<name>_descriptor</name>
		</field>
	</javadoc>
	<javadoc>
		<name>XMLFormatter</name>
		<type>com.liferay.util.xml.XMLFormatter</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alan Zimmerman]]></author>
		<method>
			<name>fixProlog</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>fromCompactSafe</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>stripInvalidChars</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toCompactSafe</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>node</name>
				<type>org.dom4j.Node</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>node</name>
				<type>org.dom4j.Node</type>
			</param>
			<param>
				<name>indent</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>node</name>
				<type>org.dom4j.Node</type>
			</param>
			<param>
				<name>indent</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expandEmptyElements</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>node</name>
				<type>org.dom4j.Node</type>
			</param>
			<param>
				<name>indent</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>expandEmptyElements</name>
				<type>boolean</type>
			</param>
			<param>
				<name>trimText</name>
				<type>boolean</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>org.dom4j.DocumentException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>toString</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>indent</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>DocumentException</name>
				<type>org.dom4j.DocumentException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
	</javadoc>
	<javadoc>
		<name>XMLMerger</name>
		<type>com.liferay.util.xml.XMLMerger</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<author><![CDATA[Alan Zimmerman]]></author>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>XMLMerger</name>
			<param>
				<name>descriptor</name>
				<type>com.liferay.util.xml.descriptor.XMLDescriptor</type>
			</param>
		</method>
		<method>
			<name>getElementComparator</name>
		</method>
		<method>
			<name>merge</name>
			<param>
				<name>masterDocument</name>
				<type>org.dom4j.Document</type>
			</param>
			<param>
				<name>slaveDocument</name>
				<type>org.dom4j.Document</type>
			</param>
		</method>
		<method>
			<name>organizeXML</name>
			<param>
				<name>document</name>
				<type>org.dom4j.Document</type>
			</param>
		</method>
		<method>
			<name>_addChildren</name>
			<param>
				<name>firstElement</name>
				<type>org.dom4j.Element</type>
			</param>
			<param>
				<name>childElements</name>
				<type>java.util.Collection</type>
			</param>
		</method>
		<method>
			<name>_containsObjectEqualTo</name>
			<param>
				<name>element</name>
				<type>org.dom4j.Element</type>
			</param>
			<param>
				<name>elements</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>elementComparator</name>
				<type>com.liferay.util.xml.ElementComparator</type>
			</param>
		</method>
		<method>
			<name>_findObjectEqualTo</name>
			<param>
				<name>element</name>
				<type>org.dom4j.Element</type>
			</param>
			<param>
				<name>elements</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>elementComparator</name>
				<type>com.liferay.util.xml.ElementComparator</type>
			</param>
		</method>
		<method>
			<name>_mergeDuplicateElements</name>
			<param>
				<name>element</name>
				<type>org.dom4j.Element</type>
			</param>
			<param>
				<name>elementComparator</name>
				<type>com.liferay.util.xml.ElementComparator</type>
			</param>
		</method>
		<method>
			<name>_orderChildren</name>
			<param>
				<name>parentElement</name>
				<type>org.dom4j.Element</type>
			</param>
			<param>
				<name>orderedChildrenNames</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
		<field>
			<name>_descriptor</name>
		</field>
	</javadoc>
	<javadoc>
		<name>XMLMergerRunner</name>
		<type>com.liferay.util.xml.XMLMergerRunner</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>main</name>
			<param>
				<name>args</name>
				<type>java.lang.String[]</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
			<throws>
				<name>DocumentException</name>
				<type>org.dom4j.DocumentException</type>
			</throws>
			<throws>
				<name>IllegalAccessException</name>
				<type>java.lang.IllegalAccessException</type>
			</throws>
			<throws>
				<name>InstantiationException</name>
				<type>java.lang.InstantiationException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>XMLMergerRunner</name>
			<param>
				<name>descriptorClassName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>mergeAndSave</name>
			<param>
				<name>masterFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>slaveFile</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>mergedFile</name>
				<type>java.io.File</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
			<throws>
				<name>DocumentException</name>
				<type>org.dom4j.DocumentException</type>
			</throws>
			<throws>
				<name>IllegalAccessException</name>
				<type>java.lang.IllegalAccessException</type>
			</throws>
			<throws>
				<name>InstantiationException</name>
				<type>java.lang.InstantiationException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>mergeAndSave</name>
			<param>
				<name>masterFile</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>slaveFile</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>mergedFile</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
			<throws>
				<name>DocumentException</name>
				<type>org.dom4j.DocumentException</type>
			</throws>
			<throws>
				<name>IllegalAccessException</name>
				<type>java.lang.IllegalAccessException</type>
			</throws>
			<throws>
				<name>InstantiationException</name>
				<type>java.lang.InstantiationException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_documentToString</name>
			<param>
				<name>doc</name>
				<type>org.dom4j.Document</type>
			</param>
			<param>
				<name>docType</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<method>
			<name>_merge</name>
			<param>
				<name>masterXml</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>slaveXml</name>
				<type>java.lang.String</type>
			</param>
			<throws>
				<name>ClassNotFoundException</name>
				<type>java.lang.ClassNotFoundException</type>
			</throws>
			<throws>
				<name>DocumentException</name>
				<type>org.dom4j.DocumentException</type>
			</throws>
			<throws>
				<name>IllegalAccessException</name>
				<type>java.lang.IllegalAccessException</type>
			</throws>
			<throws>
				<name>InstantiationException</name>
				<type>java.lang.InstantiationException</type>
			</throws>
			<throws>
				<name>IOException</name>
				<type>java.io.IOException</type>
			</throws>
		</method>
		<field>
			<name>_AUTO_DESCRIPTOR</name>
		</field>
		<field>
			<name>_descriptorClassName</name>
		</field>
	</javadoc>
	<javadoc>
		<name>XMLMergerTask</name>
		<type>com.liferay.util.xml.XMLMergerTask</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>execute</name>
			<throws>
				<name>BuildException</name>
				<type>org.apache.tools.ant.BuildException</type>
			</throws>
		</method>
		<method>
			<name>setMasterFile</name>
			<param>
				<name>masterFile</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>setOutputFile</name>
			<param>
				<name>outputFile</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>setSlaveFile</name>
			<param>
				<name>slaveFile</name>
				<type>java.io.File</type>
			</param>
		</method>
		<method>
			<name>setType</name>
			<param>
				<name>type</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_validateAttributes</name>
		</method>
		<method>
			<name>_validateMandatoryAttribute</name>
			<param>
				<name>value</name>
				<type>java.io.File</type>
			</param>
			<param>
				<name>name</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<field>
			<name>_masterFile</name>
		</field>
		<field>
			<name>_outputFile</name>
		</field>
		<field>
			<name>_slaveFile</name>
		</field>
		<field>
			<name>_type</name>
		</field>
	</javadoc>
	<javadoc>
		<name>XMLSafeReader</name>
		<type>com.liferay.util.xml.XMLSafeReader</type>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>XMLSafeReader</name>
			<param>
				<name>xml</name>
				<type>java.lang.String</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>XMLTypeDetector</name>
		<type>com.liferay.util.xml.XMLTypeDetector</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>determineType</name>
			<param>
				<name>doctype</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>root</name>
				<type>org.dom4j.Document</type>
			</param>
		</method>
		<field>
			<name>REGISTERED_DESCRIPTORS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>FacesXMLDescriptor</name>
		<type>com.liferay.util.xml.descriptor.FacesXMLDescriptor</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>canHandleType</name>
			<param>
				<name>doctype</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>root</name>
				<type>org.dom4j.Document</type>
			</param>
		</method>
		<method>
			<name>getElementsIdentifiedByAttribute</name>
		</method>
		<method>
			<name>getElementsIdentifiedByChild</name>
		</method>
		<method>
			<name>getJoinableElements</name>
		</method>
		<method>
			<name>getRootChildrenOrder</name>
		</method>
		<method>
			<name>getUniqueElements</name>
		</method>
		<field>
			<name>_ELEMENTS_IDENTIFIED_BY_ATTR</name>
		</field>
		<field>
			<name>_ELEMENTS_IDENTIFIED_BY_CHILD</name>
		</field>
		<field>
			<name>_JOINABLE_ELEMENTS</name>
		</field>
		<field>
			<name>_ROOT_ORDERED_CHILDREN</name>
		</field>
		<field>
			<name>_UNIQUE_ELEMENTS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>PortletAppDescriptor</name>
		<type>com.liferay.util.xml.descriptor.PortletAppDescriptor</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>canHandleType</name>
			<param>
				<name>doctype</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>root</name>
				<type>org.dom4j.Document</type>
			</param>
		</method>
		<method>
			<name>getElementsIdentifiedByChild</name>
		</method>
		<field>
			<name>_ELEMENTS_IDENTIFIED_BY_CHILD</name>
		</field>
	</javadoc>
	<javadoc>
		<name>SimpleXMLDescriptor</name>
		<type>com.liferay.util.xml.descriptor.SimpleXMLDescriptor</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>areEqual</name>
			<param>
				<name>el1</name>
				<type>org.dom4j.Element</type>
			</param>
			<param>
				<name>el2</name>
				<type>org.dom4j.Element</type>
			</param>
		</method>
		<method>
			<name>canHandleType</name>
			<param>
				<name>doctype</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>root</name>
				<type>org.dom4j.Document</type>
			</param>
		</method>
		<method>
			<name>canJoinChildren</name>
			<param>
				<name>element</name>
				<type>org.dom4j.Element</type>
			</param>
		</method>
		<method>
			<name>getChildrenOrder</name>
			<param>
				<name>parentElement</name>
				<type>org.dom4j.Element</type>
			</param>
		</method>
		<method>
			<name>getElementsIdentifiedByAttribute</name>
		</method>
		<method>
			<name>getElementsIdentifiedByChild</name>
		</method>
		<method>
			<name>getJoinableElements</name>
		</method>
		<method>
			<name>getRootChildrenOrder</name>
		</method>
		<method>
			<name>getUniqueElements</name>
		</method>
		<method>
			<name>_compareAttribute</name>
			<param>
				<name>el1</name>
				<type>org.dom4j.Element</type>
			</param>
			<param>
				<name>el2</name>
				<type>org.dom4j.Element</type>
			</param>
			<param>
				<name>attrName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_compareChildText</name>
			<param>
				<name>el1</name>
				<type>org.dom4j.Element</type>
			</param>
			<param>
				<name>el2</name>
				<type>org.dom4j.Element</type>
			</param>
			<param>
				<name>childName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_getChild</name>
			<param>
				<name>parent</name>
				<type>org.dom4j.Element</type>
			</param>
			<param>
				<name>childName</name>
				<type>java.lang.String</type>
			</param>
		</method>
		<method>
			<name>_isIncluded</name>
			<param>
				<name>element</name>
				<type>org.dom4j.Element</type>
			</param>
			<param>
				<name>elemNames</name>
				<type>java.lang.String[]</type>
			</param>
		</method>
	</javadoc>
	<javadoc>
		<name>StrictXMLDescriptor</name>
		<type>com.liferay.util.xml.descriptor.StrictXMLDescriptor</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>areEqual</name>
			<param>
				<name>el1</name>
				<type>org.dom4j.Element</type>
			</param>
			<param>
				<name>el2</name>
				<type>org.dom4j.Element</type>
			</param>
		</method>
		<method>
			<name>canHandleType</name>
			<param>
				<name>doctype</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>root</name>
				<type>org.dom4j.Document</type>
			</param>
		</method>
		<method>
			<name>canJoinChildren</name>
			<param>
				<name>element</name>
				<type>org.dom4j.Element</type>
			</param>
		</method>
		<method>
			<name>getChildrenOrder</name>
			<param>
				<name>parentElement</name>
				<type>org.dom4j.Element</type>
			</param>
		</method>
		<method>
			<name>getRootChildrenOrder</name>
		</method>
		<method>
			<name>_compare</name>
			<param>
				<name>obj1</name>
				<type>java.lang.Object</type>
			</param>
			<param>
				<name>obj2</name>
				<type>java.lang.Object</type>
			</param>
		</method>
		<method>
			<name>_compareAttributes</name>
			<param>
				<name>el1</name>
				<type>org.dom4j.Element</type>
			</param>
			<param>
				<name>el2</name>
				<type>org.dom4j.Element</type>
			</param>
		</method>
		<method>
			<name>_compareChildren</name>
			<param>
				<name>el1</name>
				<type>org.dom4j.Element</type>
			</param>
			<param>
				<name>el2</name>
				<type>org.dom4j.Element</type>
			</param>
		</method>
		<method>
			<name>_contains</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>obj</name>
				<type>org.dom4j.Attribute</type>
			</param>
			<param>
				<name>comparator</name>
				<type>java.util.Comparator</type>
			</param>
		</method>
		<method>
			<name>_contains</name>
			<param>
				<name>list</name>
				<type>java.util.List</type>
			</param>
			<param>
				<name>obj</name>
				<type>org.dom4j.Element</type>
			</param>
			<param>
				<name>comparator</name>
				<type>java.util.Comparator</type>
			</param>
		</method>
		<field>
			<name>_ROOT_ORDERED_CHILDREN</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StrutsConfigDescriptor</name>
		<type>com.liferay.util.xml.descriptor.StrutsConfigDescriptor</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>canHandleType</name>
			<param>
				<name>doctype</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>root</name>
				<type>org.dom4j.Document</type>
			</param>
		</method>
		<method>
			<name>getElementsIdentifiedByAttribute</name>
		</method>
		<method>
			<name>getJoinableElements</name>
		</method>
		<method>
			<name>getRootChildrenOrder</name>
		</method>
		<method>
			<name>getUniqueElements</name>
		</method>
		<field>
			<name>_ELEMENTS_IDENTIFIED_BY_ATTR</name>
		</field>
		<field>
			<name>_JOINABLE_ELEMENTS</name>
		</field>
		<field>
			<name>_ROOT_ORDERED_CHILDREN</name>
		</field>
		<field>
			<name>_UNIQUE_ELEMENTS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>TilesDefsDescriptor</name>
		<type>com.liferay.util.xml.descriptor.TilesDefsDescriptor</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>canHandleType</name>
			<param>
				<name>doctype</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>root</name>
				<type>org.dom4j.Document</type>
			</param>
		</method>
		<method>
			<name>getElementsIdentifiedByAttribute</name>
		</method>
		<method>
			<name>getRootChildrenOrder</name>
		</method>
		<method>
			<name>getUniqueElements</name>
		</method>
		<field>
			<name>_ELEMENTS_IDENTIFIED_BY_ATTR</name>
		</field>
		<field>
			<name>_ROOT_CHILDREN_ORDER</name>
		</field>
		<field>
			<name>_UNIQUE_ELEMENTS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WebXML23Descriptor</name>
		<type>com.liferay.util.xml.descriptor.WebXML23Descriptor</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>canHandleType</name>
			<param>
				<name>doctype</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>root</name>
				<type>org.dom4j.Document</type>
			</param>
		</method>
		<method>
			<name>getElementsIdentifiedByAttribute</name>
		</method>
		<method>
			<name>getElementsIdentifiedByChild</name>
		</method>
		<method>
			<name>getJoinableElements</name>
		</method>
		<method>
			<name>getRootChildrenOrder</name>
		</method>
		<method>
			<name>getUniqueElements</name>
		</method>
		<field>
			<name>_ELEMENTS_IDENTIFIED_BY_ATTR</name>
		</field>
		<field>
			<name>_ELEMENTS_IDENTIFIED_BY_CHILD</name>
		</field>
		<field>
			<name>_JOINABLE_ELEMENTS</name>
		</field>
		<field>
			<name>_ROOT_ORDERED_CHILDREN</name>
		</field>
		<field>
			<name>_UNIQUE_ELEMENTS</name>
		</field>
	</javadoc>
	<javadoc>
		<name>WebXML24Descriptor</name>
		<type>com.liferay.util.xml.descriptor.WebXML24Descriptor</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<author><![CDATA[Brian Wing Shun Chan]]></author>
		<method>
			<name>WebXML24Descriptor</name>
		</method>
		<method>
			<name>canHandleType</name>
			<param>
				<name>doctype</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>root</name>
				<type>org.dom4j.Document</type>
			</param>
		</method>
		<method>
			<name>getChildrenOrder</name>
			<param>
				<name>parentElement</name>
				<type>org.dom4j.Element</type>
			</param>
		</method>
		<method>
			<name>getElementsIdentifiedByAttribute</name>
		</method>
		<method>
			<name>getElementsIdentifiedByChild</name>
		</method>
		<method>
			<name>getJoinableElements</name>
		</method>
		<method>
			<name>getRootChildrenOrder</name>
		</method>
		<method>
			<name>getUniqueElements</name>
		</method>
		<field>
			<name>_ELEMENTS_IDENTIFIED_BY_ATTR</name>
		</field>
		<field>
			<name>_ELEMENTS_IDENTIFIED_BY_CHILD</name>
		</field>
		<field>
			<name>_JOINABLE_ELEMENTS</name>
		</field>
		<field>
			<name>_ROOT_ORDERED_CHILDREN</name>
		</field>
		<field>
			<name>_UNIQUE_ELEMENTS</name>
		</field>
		<field>
			<name>_orderedChildren</name>
		</field>
	</javadoc>
	<javadoc>
		<name>XMLDescriptor</name>
		<type>com.liferay.util.xml.descriptor.XMLDescriptor</type>
		<author><![CDATA[Jorge Ferrer]]></author>
		<method>
			<name>areEqual</name>
			<param>
				<name>el1</name>
				<type>org.dom4j.Element</type>
			</param>
			<param>
				<name>el2</name>
				<type>org.dom4j.Element</type>
			</param>
		</method>
		<method>
			<name>canHandleType</name>
			<param>
				<name>doctype</name>
				<type>java.lang.String</type>
			</param>
			<param>
				<name>root</name>
				<type>org.dom4j.Document</type>
			</param>
		</method>
		<method>
			<name>canJoinChildren</name>
			<param>
				<name>element</name>
				<type>org.dom4j.Element</type>
			</param>
		</method>
		<method>
			<name>getChildrenOrder</name>
			<param>
				<name>parentElement</name>
				<type>org.dom4j.Element</type>
			</param>
		</method>
		<method>
			<name>getRootChildrenOrder</name>
		</method>
	</javadoc>
	<javadoc>
		<name>StaticLoggerBinder</name>
		<type>org.slf4j.impl.StaticLoggerBinder</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getSingleton</name>
		</method>
		<method>
			<name>getLoggerFactory</name>
		</method>
		<method>
			<name>getLoggerFactoryClassStr</name>
		</method>
		<method>
			<name>StaticLoggerBinder</name>
		</method>
		<field>
			<name>REQUESTED_API_VERSION</name>
		</field>
		<field>
			<name>_LOGGER_FACTORY_CLASS_NAME</name>
		</field>
		<field>
			<name>_SINGLETON</name>
		</field>
		<field>
			<name>_iLoggerFactory</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StaticMDCBinder</name>
		<type>org.slf4j.impl.StaticMDCBinder</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getMDCA</name>
		</method>
		<method>
			<name>getMDCAdapterClassStr</name>
		</method>
		<method>
			<name>StaticMDCBinder</name>
		</method>
		<field>
			<name>SINGLETON</name>
		</field>
	</javadoc>
	<javadoc>
		<name>StaticMarkerBinder</name>
		<type>org.slf4j.impl.StaticMarkerBinder</type>
		<author><![CDATA[Michael C. Han]]></author>
		<method>
			<name>getMarkerFactory</name>
		</method>
		<method>
			<name>getMarkerFactoryClassStr</name>
		</method>
		<method>
			<name>StaticMarkerBinder</name>
		</method>
		<field>
			<name>SINGLETON</name>
		</field>
		<field>
			<name>_iMarkerFactory</name>
		</field>
	</javadoc>
</javadocs>